#main{
    background-image: url('../img/fondoconoceno.webp');
    background-repeat: no-repeat;
    background-position: center;
    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: white;
    text-shadow: 1px 2px 1px #00000087;
    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;
}
.titlewhite2{
    font-family: 'AvantGarde';
    font-size: 3em;
    font-weight: 700;
    color: white;
    margin-top: 20px;
    margin-bottom: 25px;
    text-shadow: 1px 2px 1px #00000087;
}
.divtext{
    padding: 0px 5%;
}

.listinfra{
    padding-left: 1.5rem;
}
@media only screen and (max-width: 1690px) {
    #logocab {
        width: 200px;
        margin-top: -10px;
    }
}

@media only screen and (max-width: 1450px) {
    .titlewhite {      
        font-size: 3em;
        margin-bottom: 20px;
    }
    .textwhite {
        font-size: 1.2em;
    }
    .titlewhite2 {
        font-size: 2.3em;        
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1365px) {
    #logocab {
        width: 180px;
        margin-top: -10px;
        margin-bottom: 0;
    }
    .textwhite {
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 1025px) {
    #logocab {
        width: 170px;
        margin-top: -5px;
    }
    .titlewhite {
        font-size: 2.5em;
        margin-bottom: 17px;
    }
    .textwhite {
        font-size: 1em;
    }
    .titlewhite2 {
        font-size: 2em;
        margin-top: 8px;
        margin-bottom: 17px;
    }
}

@media only screen and (max-width: 960px) {
    #logocab {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 850px) {
    #logocab {
        width: 130px;
    }
    .titlewhite {
        font-size: 1.8em;
        margin-bottom: 10px;
    }
    .textwhite {
        font-size: 0.9em;
    }
    .titlewhite2 {
        font-size: 1.5em;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .divtext {
        padding: 0px 3%;
    }
}

@media only screen and (max-width: 770px) {
    #main{
        background-image: url('../img/fondoconocenosmovil.webp');
        background-position: top center;
    }
    #logocab {
        width: 145px;
        margin-top: 0;
        margin-bottom: 42px;
    }
    .titlewhite {
        font-size: 1.8em;
        margin-bottom: 25px;
        text-align: center;
    }
    .titlewhite2 {
        font-size: 1.8em;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .listinfra {
        padding-left: 1.1rem;
        margin-bottom: 1px;
    }
    .titlewhite {
        margin-top: 30px;
    }
    /* 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 */
}
@media only screen and (max-width: 380px) {
  
    .divtext {
        margin-bottom: 15px;
    }
    #logocab {
        margin-bottom: 30px;
    }
}

