#main{
    background-color: #DFF1F8;
}
#logocab{
    width: 230px;
    display: block;
    margin-left: auto;
    margin-bottom: 15px;
    margin-top: -30px;
}
.noshow{
    display: none;
}
.instr{
    color: #000000;
    background: #A9C9E0;
    display: inline-block;
    font-size: 1.3em;
    font-weight: 500;
    font-family: 'AvantGardeCondensed';
    padding: 8px 18px;
    border-radius: 15px;
    margin-bottom: 50px;
    margin-left: 22px;
}
.titlewhite{
    font-family: 'AvantGarde';
    font-size: 4em;
    font-weight: 700;
    color: #0366A7;
    margin-bottom: 5px;
}
.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;
}

.imgfact{
    height: calc(100vh - 150px);
}


#main{
    padding-top: 20px;
}
.showclick{
    background: #0266A7;
    color: white;
    padding: 20px 16px;
    border-radius: 30px;
    width: 80%;
}

.showclick h4{
    text-align: center;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 1.5em;
}
.showclick p{
    font-size: 1.1em;
    margin-bottom: 0;
    line-height: 1.2;
    text-align: center;
}
.showclick{
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease-in-out;
}
.showall{
    display: block;
}


@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;
    }
    .textwhite {
        font-size: 1.2em;
    }
    .titlewhite {
        font-size: 2.8em;
    }
    .imgcicloicon {
        width: 85px;
    }
    .imgciclo {
        width: 450px;
    }
    .showclick h4 {
        font-size: 1.3em;
    }
    .showclick p {
        font-size: 1em;
    }
    .instr {
        font-size: 1.1em;
        padding: 6px 17px;
        border-radius: 10px;
        margin-bottom: 40px;
        margin-left: 17px;
    }
}
@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;
    }
    .showclick {
        width: 90%;
    }
    
}

@media (min-width: 1340px) and (max-width: 1355px) 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) {
    .titlewhite {
        font-size: 2.3em;
    }
    .imgciclo {
        width: 420px;
    }
    #logocab {
        margin-bottom: 0;
    }
    .imgcicloicon {
        width: 77px;
    }
    .imgciclo {
        width: 380px;
    }
    .textwhite {
        font-size: 1em;
    }
    .imgfact {
        height: calc(100vh - 130px);
    }
    
}
@media only screen and (max-width: 1025px) {
    #logocab {
        width: 170px;
        margin-top: -5px;
    }
    .imgcicloicon {
        width: 70px;
    }
   
    .textwhite {
        font-size: 1em;
    }
    .titlewhite {
        font-size: 2em;
    }
    .instr {
        font-size: 0.9em;
        padding: 5px 11px;
        border-radius: 7px;
        margin-bottom: 26px;
        margin-left: 0;
    }
    .showclick h4 {
        font-size: 1.2em;
    }
    .showclick p {
        font-size: 0.9em;
    }
   
    .imgfact {
        height: calc(100vh - 130px);
    }
}

@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;
    }
    .showclick {
        width: 100%;
    }
}

@media only screen and (max-width: 850px) {
    #logocab {
        width: 130px;
    }
    .titlewhite {
        font-size: 1.45em;
    }
    .textwhite {
        font-size: 0.8em;
    }   
    
    .showclick h4 {
        font-size: 1em;
    }
    .showclick p {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 770px) {
    
    #logocab {
        width: 145px;
        margin-top: 0;
        margin-bottom: 42px;
    }
    .titlewhite {
        font-size: 1.6em;
        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;
    }
    .titlemovil{
        display: block;
    }
    .titledesktop{
        display: none;
    }
    .titlemovil{
        display: flex;
        align-items: center;
    }
   
    .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;
    }
    .noshowmov{
        display: none;
    }
    .noshow{
        display: block;
        text-align: center;
    }
    .orden2{
        order: 2;
    }
    .instr {
        font-size: 0.8em;
        padding: 3px 12px;
        border-radius: 4px;
        margin-bottom: 6px;
    }
    .imgfact {
        height: auto;
        width: 100%;
        margin-bottom: 5px;
    }
    .showclick {
        padding: 5px 4px;
        border-radius: 16px;
        width: 100%;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 380px) {
  
    .imgcicloicon {
        width: 65px;
    }
    .titlewhite {
        font-size: 1.7em;
    }
    #logocab {
        margin-bottom: 30px;
    }
}

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