#main{
    background-color: #dff1f8;
    background-image: url('../img/fondotarifa.webp');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
#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: #0266a7;
    margin-bottom: 30px;
    text-align: center;
}
.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;
}
.btntarifas{
    background: #0266A7;
    color: white;
    text-align: end;
    font-size: 2em;
    font-weight: 700;
    border: 0;
    padding: 0 10px;
    margin-bottom: 5px;
}
.btntarifas:hover{
    background: #0266A7;
}
.btngace{
    text-align: center;
    background: #0266A7;
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: 700;
    border: 0;
    margin-bottom: 12px;
    padding: 11px 5px;
    color: white;
}
.btngace:hover{
    background: #0266A7;
    color: white;
}
.withprom{
    width: 230px;
}
.listnmorml{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.anio{
    font-size: 1.2em;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
    transition: color 0.3s ease;
}
.anio:hover, .anio:focus, .anio:active, .activeanio{
    color: #0166a8;
}
.mes{
    font-size: 1em;
    font-weight: 700;
    color: #ffffff;
    display: block;
    cursor: pointer;
    width: 150px;
    margin-bottom: 1px;
    background-color: #57C2E0;
    transition: all 0.2s ease;    
    position: relative;
    left: 0;
}

.mes:hover, .mes:focus, .mes:active, .activemes{
    background-color: #428BBC;
    left: -12px;
}
.int{
    font-size: 1em;
    font-weight: 700;
    color: #ffffff;
    display: block;
    background-color: #0266A7;
    margin-bottom: 1px;
    line-height: 1.2;
    width: 120px;
   
}
.int a {
    color: #ffffff;
    font-size: 0.6em;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 1px 0px;
}
.int:hover{
    background-color: #023A5F;
}
.listanio{
    position: relative;
}
.listmes{
    position: absolute;
    top: 0;
    right: -66%;
    display: none;
}
.listint{
    position: absolute;
    top: 0;
    right: -95%;
    display: none;
}

.activeanio .listmes{
    display: block;
}

.activemes .listint{
    display: block;
}


.activeall{
    display: none;
}


.btngace{
    margin-bottom: 120px;
}




@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: 3.5em;
    }
    .imgcicloicon {
        width: 100px;
        margin-left: 8px;
    }
    .imgdown{
        align-items: end;
        display: flex;
    }
    .imgciclo {        
        width: 500px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 1601px) {
    .titlewhite {
        font-size: 3.3em;
    }
}

@media only screen and (max-width: 1450px) {
    .titlewhite {      
        font-size: 3em;
        margin-bottom: 20px;
    }
    .textwhite {
        font-size: 1.2em;
    }
    .titlewhite {
        font-size: 2.8em;
    }
    .imgcicloicon {
        width: 85px;
    }
    .imgciclo {
        width: 450px;
    }
    #logocab {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1380px) {
    .titlewhite {
        font-size: 2.7em;
        margin-bottom: 40px;
    }
    .imgciclo {
        width: 420px;
    }
    #logocab {
        margin-bottom: 0;
    }
    .imgcicloicon {
        width: 85px;
    }
    .imgciclo {
        width: 380px;
    }
    .textwhite {
        font-size: 1.2em;
    }

    .anio {
        font-size: 1em;
        margin-bottom: 3px;
    }
    .btngace {
        font-size: 1.1em;
        padding: 8px 5px;
    }
    .divtext {
        margin-top: -50px;
    }
    .mes {
        font-size: 0.85em;
    }
    .int a {
        font-size: 0.8em;
    }
    .titlewhite {
        font-size: 2em;
        margin-bottom: 1px;
    }
    .btngace {
        margin-bottom: 76px;
    }
    
}

@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;
        }
}
@media only screen and (max-width: 1285px) {
   
    .imgciclo {
        width: 420px;
    }
    #logocab {
        margin-bottom: 0;
    }
    .imgcicloicon {
        width: 77px;
    }
    .imgciclo {
        width: 380px;
    }
    .textwhite {
        font-size: 1em;
    }
    
}
@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;
    }
   
}

@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;
    }   
    
}

@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;
    }
    #main {       
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        background-color: rgb(255 255 255 / 44%);
        background-blend-mode: color;
    }
    .divtext {
        margin-top: 0px;
    }
    .titlewhite {
        text-align: center;
        margin: 0;
        margin-bottom: 12px;
    }
    .listanio {
        text-align: start;
        padding-left: 24px;
    }
    .anio {
        font-size: 1.1em;
        margin-bottom: 5px;
    }
    .mes {
        font-size: 0.9em;
    }
    .listmes {
        right: 3%;
    }
    .mes {
        width: 125px;
    }
    #main {
        padding-left: 25px;
        padding-right: 25px;
    }
    .listint {
        right: -111%;
        z-index: 1;
    }
    .int {
        margin-bottom: 3px;
        width: 120px;
    }
    .btngace {
        margin-bottom: 94px;
    }
}
@media only screen and (max-width: 380px) {
  
    .imgcicloicon {
        width: 65px;
    }
    .titlewhite {
        font-size: 1.9em;
    }
    #logocab {
        margin-bottom: 30px;
    }
    .mes {
        width: 115px;
    }
    .listmes {
        right: 10%;
    }
    .int {
        margin-bottom: 3px;
        width: 118px;
    }
    .int a {
        padding: 4px 0px;
    }
    #main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .listint {
        right: -116%;
    }
    .btngace {
        margin-bottom: 120px;
    }
}

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