
@media (max-width:1355px){
    #text2QS{
        display: none;
    }
}


@media (max-width: 880px) {
    .encabezado {
        padding-top: 0px !important;
        width: 94%;
        z-index: 100;
        top: 0px;
    }
    .logo {
        margin-right: 65px;
        margin-top: 5px !important;
        width: 106px;
        /* height: 143px; */
    }
    .contTituloPortadaIndex {
        margin-top: 36px !important;
    }
    .FlechaBajar{
        display: none;
    }
    
}
@media (max-width:800px){
    
.texto2 p {
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 500;
    margin-top: 120px;
    margin-bottom: 0px;
}
.parte1QuienesSomos {
    width: 100%;
    margin-top: 167px;
}
.texto2 p {
    margin-bottom: 22px;
}

    .unique-text {
        font-size: 15px !important;
    }
    p {
        font-size: 15px !important;
    }
.contImgParte2 {
    order: 1;
    width: 50%;
    height: 265px;
    margin-right: 20px;
}
    .parrafoParte2 {
        height: auto !important;
    }

}

@media (max-width:638px){
    
    .textoVisibleDesk{
        display: none !important;
    }
    .textVisibleMovil{
        display: block !important;
    }
}