/* -------------------- RESPONSIVE CSS -------------------- */
@media (max-height: 550px) {
    .fondo-izquierda {
        position: static !important;
    }

    .posicion-responsive {
        position: absolute !important;
    }

    html {
        position: relative !important;
    }
}

@media (min-width: 1350px) {
    .fondo-izquierda {
        position: relative;
        background: linear-gradient(135deg, #008f94 0%, #008f94 25%, #01b7bd 50%, #00e4ec 100%)!important;
        background-size: cover;
    }
    .fondo-derecha {
        background-color: transparent;
        height: 100vh;
    }    
    .mifuente {
        font-size:calc(16px + 1.4vw);
        line-height: 1.2em;
    }
    .divLogoFlotante{
        position: absolute;
        top: 2rem;
        left: 2rem;
    }
    .divBienvenidoCao{
        position: absolute;
        top: 3rem;
        left: 51%;
    }
    .margin-x-responsive{
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .margen-derecha{
        margin-right: 84px;
    }
    .margen-derecha-seguimiento{
        margin-right: 65px;
    }
     .container{
        margin-top: 10%;
    }
    .mb-responsive{
        margin-bottom: 1rem;
    }
    .altura-min{
        min-height: 100px!important;
    }    
    .flecha {
        width: 0;
        height: 0;
        border: 35px solid;
        border-color: transparent white transparent transparent;        
        position: absolute;
        right: 0;
        transition: 0.5s;
        display: block;
    }
    .fuenteAlClick {
        font-weight: bold;
        transition: 0.5s;
        color: white;
    }
    .logo-cao {
        max-width: 90px;
        height: auto;
    }
}
@media (min-width: 992px) and (max-width: 1350px) {
    .fondo-izquierda {
        position: relative;
        background: linear-gradient(135deg, #008f94 0%, #008f94 25%, #01b7bd 50%, #00e4ec 100%)!important;
        background-size: cover;
    }
    .fondo-derecha {
        background-color: transparent;
        height: 100vh;
    }
    .divLogoFlotante{
        position: absolute;
        top: 1rem;
        left: 1rem;
    }
    .mifuente {
        font-size:calc(16px + 1.2vw);
        line-height: 1.2em;
    }
    .divBienvenidoCao{
        position: absolute;
        top: 1.5rem;
        left: 51%;
    }
    .margin-x-responsive{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .margen-derecha{
        margin-right: 84px;
    }
    .margen-derecha-seguimiento{
        margin-right: 45px;
    }
    /**/    
    .container{
        margin-top: 15%;
    }
    .letra-responsive-nuevaConsulta{
        font-size:calc(12px + 0.1vw)!important;
        line-height: 0.5em!important;
    }
    .fuente-input{
        font-size:calc(12px + 0.1vw)!important;
    }
    .flecha {
        width: 0;
        height: 0;
        border: 35px solid;
        border-color: transparent white transparent transparent;
        position: absolute;
        right: 0;
        transition: 0.5s;
        display: block;
    }
    .fuenteAlClick {
        font-weight: bold;
        transition: 0.5s;
        color: white;
    }    
    .logo-cao {
        max-width: 80px;
        height: auto;
    }
}
@media (max-width: 992px) {
    .fondo-izquierda {
        position: relative;
        background: linear-gradient(135deg, #008f94 0%, #008f94 25%, #01b7bd 50%, #00e4ec 100%)!important;
        background-size: cover;
    }  
    .divLogoFlotante{
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }
    .logo-cao {
        max-width: 65px;
        height: auto;
    }
    .posicion-responsive {
        position: fixed;
        z-index:1;
        bottom: 0;
        left: 0;
        background-color: #01b7bd!important;
        background-size: cover;
        width: 100%;
    }
    body{
        margin-bottom: 140px;
        background: none!important;
    }
    .divBienvenidoCao{
        text-align: center;
    }
    #formularioNuevaConsulta>div>div>.mifuente{
        font-size:calc(14px + 1.2vw);
        line-height: 1.2em;
    }
    #formularioNuevaConsulta>div>div>h5{
        font-size:calc(12px + 1vw);
        line-height: 1.2em;
    }
    .icono{
        min-height: 94px;
        padding-top: 0.9rem;        
    }
    .fuenteAlClick {
        font-weight: bold;
        transition: 0.5s;
        color: white;
    }
    .bordeDerecho {
        border-right: 1px dashed #4d8a8c!important;
    }
    .flecha {
        width: 0;
        height: 0;
        border: 16px solid;
        border-color: transparent transparent #01b7bd transparent;
        position: absolute;
        top: -30px;
        transition: 0.5s;
        display: block;
    }
    .formulario {
        margin-top: 0.5rem;
        padding: 0.2rem 0.8rem 0.8rem!important;        
        box-shadow: none!important;
    }
    main>div>div>div>.mifuente {
        font-size:calc(14px + 1.2vw);
        line-height: 1em;
    }
}


/* -------------------- BODY -------------------- */
body {
    background: url("../img/fondo.jpg");
}

/* -------------------- FUENTES -------------------- */
.nexa {
    font-family: 'nexalight';
}
.nexabold {
    font-family: 'nexabold';
}
.coco {
    font-family: 'coco';
}

/* -------------------- MAIN -------------------- */
main, h2{
    padding: 0;
    margin: 0;
}
.fondo-derecha {
    background-color: transparent;
}

/* -------------------- ESTILOS -------------------- */
.display{
    display: none;
}
.decoration-none {
    text-decoration: none;
    color: white;
}
.decoration-none:hover {
    color: white;
}
.sombraIcono {
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out; /** Chrome & Safari **/
    -moz-transition: all 0.4s ease-out; /** Firefox **/
    -o-transition: all 0.4s ease-out;
    background-color: rgba(255,255,255,.30);
    padding: 14px;
}
#opciones>div>i:not(.sombraIcono) {
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out; /** Chrome & Safari **/
    -moz-transition: all 0.4s ease-out; /** Firefox **/
    -o-transition: all 0.4s ease-out;
}
.formulario {
    background-color: white;    
    padding: 1rem;
    box-shadow: 1px 2px 5px 0 #b2b2b2c9;
    border-radius: 10px;
}
.bi {
    text-decoration: none;
    color: white;
    font-size: 20px;
}
.listaNombres {
    display: block;
    cursor: pointer;
    text-align: center;
}
.btn-form,
.swal-button {
    background-color: #03989e;
    color: white;
    font-size: 24px;
    min-width: 115px;
    border: none;
    box-shadow: 1px 2px 5px 0 grey;
}

.btn-form:disabled {
    background-color: #7caaab;
    color: white;
    font-size: 24px;
    border: none;
    box-shadow: 1px 2px 5px 0 grey;
}

.btn-form:hover:not(:disabled),
.swal-button:hover {
    background-color: #539699;
    transition: 0.7s;
}

.btn-form:not(:hover) {
    transition: 0.7s;
}

.invalidForm {
    border-color: #e3342f;
    padding-right: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e3342f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.invalidForm:focus {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.25rem rgba(227, 52, 47, 0.25);
}

.validForm {
    border-color: #28aa35;
    padding-right: calc(1.6em + 0.75rem);
    background-image: url('../img/icons8-de-acuerdo-16.png');
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.validForm:focus {
    border-color: #28aa35;
    box-shadow: 0 0 0 0.25rem rgba(19, 112, 32, 0.25);
}

.mensajeError {
    float: right;
    color: red;
    font-style: italic;
}

.copiarTexto {
    font-size: 19px !important;
    cursor: pointer;
}

.nueva-consulta>.fa-solid,
.nueva-consulta>.bi {
    color: #03989e;
    font-size: 2rem;
}

.nueva-consulta {
    border-radius: 30%;
    border: none;
    background-color: white;
}

.nueva-consulta:hover>i {
    color: #539699;
    transition: 0.7s;
}

.nueva-consulta:not(:hover)>i {
    transition: 0.7s;
}

.logoRespuesta {
    width: 40px;
    height: 40px;
}

.mensajeCao {
    min-height: 48px;
    padding: 15px;
    border-radius: 5px;
    border: none;
    background-color: #cdf3f0;
    white-space: pre-wrap;
    word-break: break-word;
}

.globe:hover>i {
    color: #c47a0c;
    transition: 0.7s;
}

.globe:not(:hover)>i {
    transition: 0.7s;
}

.bandera {
    cursor: pointer;
    width: fit-content;
}

.bandera:hover {
    transition: 0.5s;
    scale: 1.25;
}

.bandera:not(:hover) {
    transition: 0.5s;
    scale: 1;
}

.cambiarRegion {
    cursor: pointer;
    transition: 0.5s;
}

.cambiarRegion:hover {
    color: #008f94;
}