#main{
    background-color: #dff1f8;
    position: relative;
}
#logocab{
    width: 230px;
    display: block;
    margin-left: auto;
    margin-bottom: 15px;
    margin-top: -30px;
}
.titlewhite{
    font-family: 'AvantGarde';
    font-size: 4em;
    font-weight: 700;
    color: #0166a8;
    margin-bottom: 10px;
}
.textwhite{
    color: #0166a8;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.2;
}
.divtext{
    padding: 0px 3%;
}
.movilshow{
    display: none;
}
.custom-file {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    border: 0;
    border-radius: 50px;
    font-size: 1em;
    padding: 6px 11px;
    background-color: #ffffff;
    color: #6C6C6C66;
    margin-left: 6%;
    justify-content: end;
  }

  .custom-file:hover {
    background-color: #eaeaea;
  }

  .custom-file input[type="file"] {
    display: none;
  }

.imgequipo{
    position: absolute;
    right: 0;
    top: 17%;
    width: 900px;
}
.formdiv{
    display: flex;
    flex-wrap: wrap;
    background-color: #95c1db;
    padding: 20px 20px;
    border-radius: 37px;
}

.divall{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    position: relative;
}
.labelall{
    white-space: nowrap;
    color: #0166A8;
}
.divmiddle{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inputcab{
    width: 100%;
    border: 0;
    border-radius: 50px;
    font-size: 1.1em;
    padding: 5px 7px;
    color: #0166a8;
    margin-left: 6%;
}
.spaninput{
    position: absolute;
    right: 14px;
    color: white;
    font-weight: 600;
    font-family: 'AvantGardeCondensed';
    color: #6C6C6C66;
}
.spaninput.hidden {
    display: none; /* Ocultar el span */
  }
.mrcheck{
    margin-right: 20px;
}
.btn-enviar{
    color: white;
    margin: auto;
    background: #0166a8;
    padding: 3px 50px;
    margin-bottom: 0;
    border-radius: 9px;
    border: none;
    transition: transform 0.2s ease-in-out;
}
.btn-enviar:hover{
  transform: scale(1.1);
}
input[type="radio"] {
width: 50px;
height: 36px;
border-radius: 33px;
appearance: none;
-webkit-appearance: none;
background-color: white;
cursor: pointer;
}

input[type="radio"]:checked {
background-color: #0166a8; 
} 
.flwrap{
    flex-wrap: wrap;
}
.textarea{
    width: 100%;
    margin-top: 12px;
    height: 115px;
    border: 0;
    border-radius: 22px;
    resize: none;
    margin-bottom: 10px;
    font-size: 1.1em;
    padding: 5px 7px;
    color: #0166a8;
}

.mbno{
    margin-bottom: 0;
}

#res{
    text-align: center;
    width: 100%;
    color: #0166a8;
    font-size: 1.1em;
    margin-top: 3px;
}

/* HTML: <div class="loader"></div> */
.loader {
    margin: auto;
    width: 30px;
    padding: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #0166a8;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}
  @keyframes l3 {to{transform: rotate(1turn)}}


@media only screen and (max-width: 1950px) {
    .divtext {
        padding: 0px 3%;
        padding-right: 0;
    }
    .imgequipo {
        top: 13%;
        width: 800px;
    }
}

@media only screen and (max-width: 1690px) {
    #logocab {
        width: 200px;
        margin-top: -10px;
    }
    .titlewhite {
        font-size: 3.5em;
    }
   
 
   
}
@media only screen and (max-width: 1601px) {
    .titlewhite {
        font-size: 3em;
    }
    .textwhite {
        font-size: 1.2em;
    }
    .imgequipo {
        top: 13%;
        width: 640px;
    }
}

@media only screen and (max-width: 1450px) {
    .titlewhite {      
        font-size: 2.8em;
    }
    .textwhite {
        font-size: 1.2em;
    }
    .titlewhite {
        font-size: 2.8em;
    }
    .textarea {      
        height: 90px;       
    }   
}
@media only screen and (max-width: 1380px) {
    .titlewhite {
        font-size: 2.7em;
        margin-bottom: 40px;
    }
   
    #logocab {
        margin-bottom: 0;
    }
   
    .textwhite {
        font-size: 1.2em;
    }
    .titlewhite {
        font-size: 2.5em;
        margin-bottom: 0px;
    }
    .textwhite {
        font-size: 1.1em;
        margin-bottom: 5px;
    }
    .divall {
        margin-bottom: 8px;
    }
    .textarea {
        height: 85px;
        margin-top: 3px;
        font-size: 1em;
    }
    #res {
        font-size: 1em;
        margin-top: 2px;
    }
    .inputcab {
        font-size: 1em;
        padding: 4px 7px;
    }
    input[type="radio"] {
        width: 47px;
        height: 31px;
    }
    .custom-file {       
        font-size: 1em;
        padding: 4px 11px;
    }
    .imgequipo {
        top: 13%;
        width: 600px;
    }
    .divtext {
        padding: 0px 2%;
        padding-right: 0;
    }
}

@media (min-width: 1340px) and (max-width: 1355px) and 
       (min-height: 590px) and (max-height: 610px) {
        .titlewhite {
            font-size: 2em;
            margin-bottom: 0px;
        }
        .textwhite {
            font-size: 1.1em;
        }
        #logocab {
            width: 160px;
        }
        .textwhite {
            font-size: 1em;
        }
        .imgequipo {
            top: 13%;
            width: 500px;
        }
        .divall {
            margin-bottom: 4px;
        }
        .textarea {
            height: 64px;
            margin-top: 1px;
            font-size: 1em;
        }
        .labelall {
            font-size: 0.9em;
        }
        .inputcab {
            font-size: 0.9em;
        }
        .custom-file {
            font-size: 0.9em;
            padding: 4px 11px;
        }
        .btn-enviar {
            padding: 2px 50px;
            font-size: 0.9em;
        }
        .formdiv {
            padding: 6px 15px;
            padding-bottom: 0;
        }
        
}
@media only screen and (max-width: 1285px) {
    .titlewhite {
        font-size: 2.3em;
        margin-bottom: 20px;
    }
   
    #logocab {
        margin-bottom: 0;
    }
    
    .textwhite {
        font-size: 1em;
    }
  
    .titlewhite {
        font-size: 2em;
        margin-bottom: 0px;   
    }
    .textwhite {
        font-size: 0.95em;
    }
   
    .divall {
        margin-bottom: 6px;
    }
    .inputcab {
        padding: 3px 7px;
    }
    input[type="radio"] {
        width: 47px;
        height: 29px;
    }
    .custom-file {
        font-size: 1em;
        padding: 3px 11px;
    }
    .textarea {
        height: 80px;
        margin-top: 2px;
        font-size: 1em;
        border-radius: 16px;
    }
    #res {
        font-size: 1em;
        margin-top: 1px;
    }
    .imgequipo {
        top: 16%;
        width: 480px;
    }
    .formdiv {
        padding: 7px 15px;
        padding-bottom: 0;
    }
    #res {
        font-size: 0.9em;
        margin-top: 0px;
    }
}
@media only screen and (max-width: 1025px) {
    #logocab {
        width: 170px;
        margin-top: -5px;
    }
    .textwhite {
        font-size: 0.9em;
    }
    .titlewhite {
        font-size: 1.7em;
        margin-bottom: 0px;
    }
    .labelall {
        font-size: 0.9em;
    }
    .mrcheck {
        margin-right: 3px;
    }
   
    input[type="radio"] {
        width: 37px;
        height: 27px;
    }
    .imgequipo {
        top: 16%;
        width: 415px;
    }
   
    
   
}

@media only screen and (max-width: 961px) {
    #logocab {
        margin-bottom: 0;
    }
    .divtext {
        padding: 0px 2%;
        padding-right: 0;
    }
    
}

@media only screen and (max-width: 850px) {
    #logocab {
        width: 130px;
    }
    .titlewhite {
        font-size: 1.45em;
    }
    .textwhite {
        font-size: 0.8em;
    }   
    .divtext {
        padding: 0px 1%;
        padding-right: 0;
    }
    .divtext .col-md-6{
        width: 100%;
    }
    .imgequipo {
        display: none;
    }
    .or2{
        order: 2;

    }
}

@media only screen and (max-width: 770px) {
   
    #logocab {
        width: 145px;
        margin-top: 0;
        margin-bottom: 42px;
    }
    .titlewhite {
        margin-top: 22px;
        font-size: 1.5em;
        margin-bottom: 8px;
        text-align: center;
    }
   
    /* logo fijo movil */
    .scrollmovil{
        height: calc(100dvh - 150px);
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
    }
    .contentlogomovil{
        height: 50px;
        position: relative;
    }
    #logocab {
        width: 145px;
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        right: 0;
    }
    /* fin logo fijo movil */
    .divtext {
        padding: 0px;
        padding-right: 0;
    }
   
   
    .textwhite {
        font-size: 0.9em;
    } 
    .movilshow{
        display: block;
    }
    .or2{
        display: none;
    }
    .textwhite {
        font-size: 0.9em;
        text-align: justify;
        margin-bottom: 10px;
    }
    .formdiv {
        padding: 11px 15px;
        padding-bottom: 3px;
    }
    .divmiddle {
        width: 100%;
        justify-content: flex-start;
    }
    .wpmov{
        flex-wrap: wrap;
    }
    .labelall {
        font-size: 0.9em;
    }
    input[type="radio"] {
        width: 37px;
        height: 27px;
        margin-left: 20px;
    }

    .inputcab {
        margin-left: 2%;
    }
    .formdiv {
        padding: 13px 20px;
        padding-bottom: 3px;
    }
    .btn-enviar {
        padding: 2px 46px;
        font-size: 0.9em;
    }
    .textarea {
        height: 66px;
        margin-top: 2px;
        font-size: 0.9em;
        border-radius: 14px;
        margin-bottom: 2px;
    }
}
@media only screen and (max-width: 380px) {
 
    #logocab {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 320px) {
  
    .titlewhite {
        margin-top: 8px;
        font-size: 1.3em;
    }
    .textwhite {
        font-size: 0.8em;
        text-align: justify;
        margin-bottom: 10px;
    }
    .labelall {
        font-size: 0.8em;
    }
}
