#main{
   background-color: #DFF1F8;
}
#logocab{
    width: 230px;
    display: block;
    margin-left: auto;
    margin-bottom: 15px;
    margin-top: -30px;
}
.titlewhite{
    font-family: 'AvantGarde';
    font-size: 3.5em;
    font-weight: 700;
    color: #0266A7;
    margin-bottom: 30px;
}
.textwhite{
    color: white;
    font-weight: 500;
    text-align: justify;
    font-size: 1.5em;
    line-height: 1.2;
    text-shadow: 1px 2px 1px #00000087;
}
.divtext{
    padding: 0px 3%;
}
.imgcicloicon{
    width: 140px;
    vertical-align: bottom;
    margin-left: 11px;
}
.imgciclo{
    display: block;
    width: 650px;
    margin-left: auto;
    border-radius: 65px;
    margin-top: 70px;
    max-width: 100%;
}
.titlemovil{
    display: none;
}
.imgsuc {
    max-width: 100%;
    height: calc(100vh - 450px);
    width: auto;
}
.headsuc{
    background: white;
    border: 3px solid #0166A8;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    color: #0366A7;
    padding: 4px 3px;
    margin-bottom: 5px;
    line-height: 1.2;
}


.sucursales {
    opacity: 0;
    width: 100%;
    display: none;
    transition: opacity 0.3s ease-in-out;
}

.hidden {
    display: none;
}
.maifram{
    width: 100%;
    height: 300px;
    box-shadow: 6px 6px 3px #00000026;
    border: none;  
}
.parrasuc{
    color: #0066A9;
    font-weight: 700;
    font-size: 1em;
    text-align: right;
    margin-bottom: 0;
    line-height: 1.2;
}
.parrasuc a{
    color: #0066A9 !important;
    text-decoration: none;
}
.imgdown{
    align-items: center;
    display: flex;
}






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

@media only screen and (max-width: 1690px) {
    #logocab {
        width: 200px;
        margin-top: -10px;
    }
    .titlewhite {
        font-size: 3em;
    }
    .imgcicloicon {
        width: 100px;
        margin-left: 8px;
    }
    
    .imgciclo {        
        width: 500px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 1601px) {
    .titlewhite {
        font-size: 3em;
    }
    .imgsuc {
        height: calc(100vh - 350px);
    }
}

@media only screen and (max-width: 1450px) {
   
    .textwhite {
        font-size: 1.2em;
    }
    .titlewhite {
        font-size: 2.8em;
    }
    .imgcicloicon {
        width: 85px;
    }
    .imgciclo {
        width: 450px;
    }
    .titlewhite {
        margin-bottom: 3px;
    }
}
@media only screen and (max-width: 1380px) {
    .titlewhite {
        font-size: 2.7em;
    }
    .imgciclo {
        width: 420px;
    }
    #logocab {
        margin-bottom: 0;
    }
    .imgcicloicon {
        width: 85px;
    }
    .imgciclo {
        width: 380px;
    }
    .textwhite {
        font-size: 1.2em;
    }
    .imgsuc {
        height: calc(100vh - 150px);
    }
    .headsuc {
        font-size: 1.1em;
    }
    .maifram {
        height: 245px;
    }
    .parrasuc {
        font-size: 0.8em;
    }
}

@media (min-width: 1349px) and (max-width: 1367px) and 
       (min-height: 590px) and (max-height: 610px) {
        .imgcicloicon {
            width: 78px;
        }
        .textwhite {
            font-size: 1.1em;
        }
        #logocab {
            width: 160px;
        }
        .titlewhite {
            font-size: 2.3em;
            margin-bottom: 1px;
        }
        .imgsuc {
            height: calc(100vh - 200px);
        }
}
@media only screen and (max-width: 1285px) {
    .titlewhite {
        font-size: 2.3em;
        margin-bottom: 20px;
    }
    .imgciclo {
        width: 420px;
    }
    #logocab {
        margin-bottom: 0;
    }
    .imgcicloicon {
        width: 77px;
    }
    .imgciclo {
        width: 380px;
    }
    .textwhite {
        font-size: 1em;
    }
    .divtext{
        margin-top: -20px;
    }
}
@media only screen and (max-width: 1025px) {
    #logocab {
        width: 170px;
        margin-top: -5px;
    }
    .imgcicloicon {
        width: 70px;
    }
   
    .textwhite {
        font-size: 1em;
    }
    .titlewhite {
        font-size: 2em;
        margin-bottom: 20px;
    }
    .imgsuc {
        height: calc(100vh - 150px);
        width: auto;
        max-width: none;
    }
}

@media only screen and (max-width: 961px) {
    #logocab {
        margin-bottom: 0;
    }
    .divtext {
        padding: 0px 2%;
        padding-right: 0;
    }
    .imgcicloicon {
        width: 48px;
        margin-left: 5px;
    }
    .imgciclo {
        width: 290px;
        border-radius: 43px;
    }
}

@media only screen and (max-width: 850px) {
    #logocab {
        width: 130px;
    }
    .titlewhite {
        font-size: 1.45em;
        margin-bottom: 10px;
    }
    .textwhite {
        font-size: 0.8em;
    }      
    .titlewhite {
        font-size: 1.45em;
        margin-bottom: 26px;
    }
    
}

@media only screen and (max-width: 770px) {
  
    #logocab {
        width: 145px;
        margin-top: 0;
        margin-bottom: 42px;
    }
    .titlewhite {
        font-size: 1.8em;
        margin-bottom: 25px;
        text-align: center;
    }
   
    .titlewhite {
        margin-top: 40px;
    }
    /* 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;
    }
    .titlemovil{
        display: block;
    }
    .titledesktop{
        display: none;
    }
    .titlemovil{
        display: flex;
        align-items: center;
    }
    .titlewhite {
        text-align: left;
    }
    .imgcicloicon {
        width: 60px;
        margin-left: auto;
        display: block;
    }
    .textwhite {
        font-size: 0.9em;
    } 
    .imgciclo {
        width: 100%;
        border-radius: 43px;
        margin: auto;
        margin-top: 20px;
    }
    .imgciclo {
        margin-bottom: 15px;
    }
    .imgsuc {
        height: auto;
        width: 100%;
        max-width: none;
    }
    .botp{
        padding-top: 15px;
    }
    .ord{
        order: 2;
    }
    #logocab {
        margin-top: 20px;
        position: relative;
    }
    .contentlogomovil {
        height: 114px;
    }
    .titlewhite {
        margin-top: 0;
    }
    .scrollmovil {
        height: calc(100dvh - 200px);
    }
    .titlewhite {
        margin-top: 0;
        text-align: center;
        font-size: 1.8em;
    }
    .headsuc {
        font-size: 1.2em;
        margin-top: 28px;
    }
    .parrasuc {
        font-size: 1em;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 380px) {
  
    .imgcicloicon {
        width: 65px;
    }
    .titlewhite {
        font-size: 1.9em;
    }
  
    .titlewhite {
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 365px) {
  
    .titlewhite {
        font-size: 1.5em;
        margin-bottom: 14px;
    }
    .contentlogomovil {
        height: 106px;
    }
}


@media only screen and (max-width: 320px) {
  
    .titlewhite {
        font-size: 1.6em;
    }
}
