body {
    font-family: 'Montserrat';
    background-color: white;
    
}
@media (max-width:1450px){
    #Llamado2Id2{
        display: none;
    }
    #Llamado2Id{
        display: block !important;
    }
}
.margenMenu{
    position: absolute;
    margin-left: 10%;
    z-index: 1000;
}
.comentario-cliente {
    font-size: 14px;
    height: 200px;
 
}
.PrincipalNavegador{
    position: absolute;
    margin-left: 10%;
    z-index: 1000;
}
.textoNavegador{
    color: #ffff;
}
.textoNavegador1{
    color: #ffff;
}
.portadaQS{
    position: relative;
    width: 100%;
    height: 721px;
}
.portadaQS video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.linea{
    background-color: #4d4d4d;
    height: 1px;
    width: 100%;
    margin-top: 65px;
    margin-bottom: 30px;

}
.lineaParte3{
    background-color: #4d4d4d;
    height: 1px;
    width: 60%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.TextoLlamado1{
    width: max-content;
}
.parte1{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
    margin-bottom: 55px;
}
.parte2{
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 100px;
}
.parte3{
    
    margin-bottom: 100px;
}
.parte4{
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 100px;
}
.parte5{
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 100px;
}
.contLogos{
    margin-left: 10%;
    
    width: 400px;
}


.flex{display: flex;
}
.fotoImgParte2{
    height: 250px;
    width: 50%;
    float: right;
    margin-top: 20px;
}

.fotoImgParte2 img{
    
    width: 100%;
}
.contLottie{
    width: 100%;
    height: 100%;
}
.textosParte2{
    width: 50%;
}
.textosParte2 p{
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 30px;
}
.imgFondoParte3{
    background-image: url('imgQuienesSomos/OficinaOrangeDesenfoque.jpg');
    background-size: cover;
    background-position: left;
    width: 100%;
    height: 650px;
}
/*parte para subir*/
.ImgFondoParte3Movil{
    width: 100%;
}
.ImgFondoParte3Movil img{
    width: 100%;
}
.cotImgFondoParte3Movil{
    width: 100%;
    display: none;
}
.TextoParte3, .TextoParte3Movil{
    margin-left: 10%;
    width: 320px;
    height: 100%;
    color: black;
}
@media (max-width:750px){
    .imgFondoParte3{
        display: none;
    }
    .cotImgFondoParte3Movil{
        display: block;
    }
    .TextoParte3Movil{
        color: #4d4d4d;
    }

}
.misionContTexto{
    padding-top: 100px;
    width: 100%;
}
.misionContTexto h2{
    margin: 0px;
}
.misionContTexto p{
    margin-top: 2px;
}

.visionContTexto{
    width: 100%;
}
.visionContTexto h2{
    margin: 0px;
}
.visionContTexto p{
    margin-top: 2px;
}
.imgParte4 {
    width: 50%;
    height: 300px;
    float: right;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 35px;
}
.img4{
    width: 100%;
    
}
.img4 img{
    width: 100%;
}


.textoParte4 {
    padding-right: 50px;
    width: 50%;
    font-size: 15px;
}

.parte5 h2{
    font-size: 20px;
    font-weight: 400;
}

.llamado1 {
    font-family: 'Montserrat';
    color: #F39200; /* Color naranja */
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 300;
}
.llamado2{
    font-family: 'Montserrat';
    color: #F39200; /* Color naranja */
    font-size: 29px;
    margin-bottom: 20px;
    font-weight: 300;
    margin-bottom: 50px;
}


/*

*/
/*Medias*/
@media (max-height:820px){
    .portadaQS{
        height: 530px;
    }

}
@media (max-width:1073px){
    .imgParte4{
        width: 100%;
        float: left;
        margin-left: 0;
    }
}
@media (max-width:1000px){
    .portadaQS{
        height: 350px;
    }
    .flex{
        display: block;
    }
    .llamado1{
        font-size: 30px;
    }
    .parte1{
        margin-bottom: 0px;
    }
    .linea{
        margin-bottom: 0px;
    }
    
    .fotoImgParte2{
        margin-top: 0px !important;
        margin-bottom: 50px;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        height: 100%;
    }
    .imgFondoParte3{
        height: 600px;
    }
    .textosParte2{
        width: 100%;
    }
    .textosParte2 p{
        width: 100%;
    }
    
    .textoParte4{
        width: 100%;
    }
    .textoParte4 p{
        width: 100%;
    }
    .contLogos{
        width: 300px;
    }
    .parte5 h2{
        font-size: 15px;
    }
    .misionContTexto{
        padding-top: 20px;
    }
    
}
@media (max-width:500px){
    .portadaQS{
        height: 250px;
    }
    .flex{
        display: block;
    }
    .llamado1{
        font-size: 23px;
    }
    .llamado2{
        font-size: 23px;
        width: 100%;
        font-size: 21px;
    }
    .parte1{
        margin-bottom: 0px;
    }
    .linea{
        margin-bottom: 0px;
    }
    .fotoImgParte2{
        
        margin-bottom: 50px;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .imgFondoParte3{
        height: 600px;
    }
    .textosParte2{
        width: 100%;
    }
    .textosParte2 p{
        width: 100%;
        font-size: 13px;
    }
    .TextoParte3 p{
        font-size: 13px;
    }
    .imgParte4{
        width: 100%;
        margin-left: 0px;
        float: left;
        height: 250px;
    }
    .textoParte4{
        width: 100%;
    }
    .textoParte4 p{
        width: 100%;
        font-size: 13px;
    }
    
    .contLogos{
        width: 300px;
    }
    .parte5 h2{
        font-size: 15px;
    }
    .misionContTexto{
        padding-top: 40px;
    }
    
}


@media(max-width:1070px){
    .imgParte4 img{
        float: none;
        width: 100%;
        margin-left: 0px;
        
    }
    .textoParte4{
        width: auto;
        padding-right: 0px !important;
    }
    

}
@media(max-width:1160px){
    .flex{
        display: block;
    }
    

}

@media (max-width:1370px){
    .fotoImgParte2{
        margin-top: 90px;
    }

}
@media (max-width:1050px){
    .fotoImgParte2{
        margin-top: 120px;
    }

}
