﻿@charset "utf-8";
@import url('reset.css');
@import url('fonts.css');

/*—————–General————–*/

*{
    box-sizing: border-box;
}

body, p, table, td, th, tr, ul, ol, textarea, input, h2, h1, h3 {
    font-family: DINNextRoundedLTW02-Reg, arial;
    color: #666666;
    list-style: none;
    font-size: 16px;
}

html{
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 12px;
    background: #fff;
}

::-webkit-scrollbar-track {
    opacity: 0.8;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ff5c39;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #fc947e;
        opacity: 0.8;
    }

a:hover {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

strong {
    font-weight: bold;
}

h1 {
    font-weight: bold;
}

/*—————–General————–*/

header{
    background-color: #009BCC;
    width: 100%;
    height: 74px;
    display: flex;
    align-items: center;
    padding: 0 57px;
    justify-content: space-between;
}
.btn-volver{
    font-family: "dinblack";
    font-size: 15px;
    color: #fff;
    background-color: #F76C3A;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    text-transform: uppercase;
}
.btn-volver:hover{
    color: #fff;
}
.logo{
    width: 55px;
}
.cont-form{
    width: 747px;
    margin: 22px auto 28px;
}
.cont-form h2{
    font-family: "andes_condensed_bookbook";
    font-size: 22px;
    color: #6d6d6d;
    text-align: center;
    font-weight: normal;
    margin: 0;
    margin-bottom: 17px;
}
.cont-form h2 label{
    font-family: "andes_condensed_mediummedium";
}
.cont-form h2 a {
    color: #6d6d6d;
    text-decoration: underline;
}
.cont-form h1{
    font-family: "andes_condensed_bookbook";
    font-size: 29px;
    color: #009BCC;
    text-align: center;
    font-weight: normal;
    margin: 0;
    margin-bottom: 30px;
}
.cont-form h1 label{
    font-family: "andes_condensed_boldbold";
}
.form ol{
    font-family: "andes_condensed_mediummedium";
    font-size: 17px;
    color: #009BCC;
    list-style: decimal;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.form ol li{
    margin-bottom: 5px;
    list-style: decimal;
    width: 100%;
    float: left;
}
.form ol li label{
    font-family: "andes_condensed_lightlight";
    color: #6d6d6d;
    width: 427px;
    float: left;
    margin-right: 10px;
}
.form ol li label:hover strong{
    background-color: #02C0EC;
}
.form ol li label strong{
    color: #fff ;
}
.form ol li select{
    font-family: "andes_condensed_lightlight";
    font-size: 17px;
    color: #6d6d6d;
    width: 220px;
    height: 40px;
    border-radius: 0;
    border: #6d6d6d solid 1px;
    float: left;
}
.form ol li select[multiple]{
    height: 90px;
    padding: 10px;
}
.form ol li input[type="text"]{
    font-family: "andes_condensed_lightlight";
    font-size: 17px;
    color: #6d6d6d;
    width: calc(100% - 437px);
    height: 40px;
    border-radius: 0;
    border: #6d6d6d solid 1px;
    float: left;
    padding: 10px;
}
.form ol li input[type="checkbox"]{
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    line-height: 40px;
    margin-top: 10px;
}
.form ol li span{
    font-family: "andes_condensed_lightlight";
    color: #6d6d6d;
    float: left;
    background-color: #fff;
    margin-top: 8px;
}
.form ol li textarea{
    font-family: "andes_condensed_lightlight";
    font-size: 17px;
    color: #6d6d6d;
    width: calc(100% - 437px);
    height: 90px;
    border-radius: 0;
    border: #6d6d6d solid 1px;
    float: left;
    padding: 10px;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.input-file{
    background-color: #fff !important;
    width: calc(100% - 460px) !important;
    margin-right: 0 !important;
    border: #6d6d6d solid 1px !important;
}
label.input-file span{
    width: 150px;
    line-height: inherit !important;
    max-height: 40px;
}
label.input-file strong{
    font-family: "andes_condensed_mediummedium";
    background-color: #009BCC;
    width: calc(100% - 150px);
    text-align: center;
}
label.input-file strong:hover{
    background-color: #02C0EC;
}
.g-recaptcha{
    float: right;
    margin-top: 5px;
    margin-right: 20px;
}
.btns-form{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.btns-form input{
    font-family: "andes_condensed_mediummedium";
    font-size: 30px;
    background-color: #009BCC;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    margin: 0 20px;
    border: none;
}
.cont-form h3{
    font-family: "andes_condensed_mediummedium";
    font-size: 26px;
    color: #009BCC;
    margin-bottom: 23px;
}
.table-defi{
    width: 980px;
    margin: 0 auto 53px;
}
.table-defi .tits{
    display: flex;
}
.table-defi .tits a{
    font-family: "andes_condensed_mediummedium";
    font-size: 21px;
    color: #fff;
    background-color: #009BCC;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-right: #fff solid 1px;
    border-bottom: #fff solid 1px;
    flex-grow: 1;
}
.table-defi .tits a.btn-rec{
    border-right: none;
    flex-grow: 2;
}
.table-defi .tits a.act-btn{
    background-color: #02C0EC;
}
.table-defi .info{
    font-family: "andes_condensed_lightlight";
    font-size: 19px;
    color: #6d6d6d;
    background-color: #F6F7F7;
    border: #E2E2E2 solid 1px;
    padding: 40px;
}
.table-defi .info span{
    display: none;
}
.table-defi .info span.show-info{
    display: block;
}
.inputfile-6:focus + label strong, .inputfile-6.has-focus + label strong, .inputfile-6 + label:hover strong{
    background-color: #02C0EC;
}
.popup{
    color: #fff;
    background-color: #009BCC;
    width: 507px;
    height: 507px;
    z-index: 9;
    text-align: center;
    padding: 30px 10px 54px;
}
.popup h2{
    color: #fff;
    display: inline-block;
    border: #fff dashed 2px;
    padding: 18px;
    font-size: 35px;
    line-height: 25px;
    margin-bottom: 66px;
}
.popup h2 label{
    font-family: "andes_condensed_mediummedium";
}
.popup h2 span{
    font-family: "andes_condensed_lightlight";
}
.popup article{
    font-family: "andes_condensed_lightlight";
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
}
.popup a{
    font-family: "andes_condensed_mediummedium";
    font-size: 29px;
    color: #009BCC;
    background-color: #fff;
    width: 123px;
    height: 41px;
    line-height: 41px;
    padding: 0 16px;
}
.bg-popup{
    background-color: rgba(255,255,255,0.65);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ocu-pop{
    display: none;
}

.cont-form form {
    margin-bottom: 35px;
}

    .cont-form form ol {
        margin-bottom: 27px;
    }

        .cont-form form ol li input {
            width: 14px;
            height: 14px;
            box-shadow: #009BCC 0 0 1px 0 inset;
            border-radius: 100%;
        }

        .cont-form form ol li label {
            font-family: "andes_condensed_lightlight";
            font-size: 17px;
            color: #6d6d6d;
        }

    .cont-form form input[type="submit"] {
        font-family: "andes_condensed_mediummedium";
        font-size: 26px;
        color: #fff;
        background-color: #009BCC;
        width: 180px;
        height: 40px;
        border: none;
        border-radius: 0;
        cursor: pointer;
    }

.cods {
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
}

    .cods input[type="text"] {
        height: 40px;
        padding: 0 12px;
    }

    .cods div:first-child {
        margin-right: 60px;
    }

        .cods div:first-child input {
            width: 30%;
        }

    .cods div:last-child input {
        width: calc(100% - 180px);
    }

    .cods img {
        height: 40px;
        float: left;
        margin-right: 14px;
    }

.table-pqr {
    width: 100%;
}

    .table-pqr th {
        font-family: "andes_condensed_mediummedium";
        font-size: 17px;
        color: #fff;
        background-color: #009BCC;
        height: 37px;
        border: #fff solid 2px;
        text-align: center;
    }

    .table-pqr td {
        font-family: "andes_condensed_mediummedium";
        font-size: 17px;
        color: #92919d;
        background-color: #f7f7f8;
        height: 37px;
        border: #e0dfdf solid 1px;
        text-align: center;
    }

    .table-pqr img {
        width: 21px;
        margin: 0 auto;
    }

.regExp{
    position: absolute;
    margin-left :20px;
    color:red;
    vertical-align:central;
}










