body{
    overflow-x: hidden;
    background-color: #ffffff;
}

a{
    text-decoration: none;
}
h1 {
    margin-top: 22px;
    color: #ffff;
    line-height: 0.8;
    /* text-align: center; */
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 90px;
}
h2 {
    color: #e73838;
    font-size: 55px;
    font-weight: 600;
    line-height: 0.95;
}
h3{
    margin: 0px;
    font-size: 90px;
    color: #8ca8a9;
}
h4{
    margin: 0px;
    font-size: 30px;
}
.h1Rojo{
    font-weight: 900;
    font-size: 105px;
    color:#e63232;
}
p{
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 500;
}
.portada{
    width: 100%;
    height: 100vh;
    background-image: url(../media/img/Index/FOTO-HEAD\ volteada.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.iconRedesC img{
    width: 100%;
    height: 100%;
}
.contIconScroll{
    width: 100%;
    display: flex;
    justify-content: center;
}
.iconScroll{
    width: 65px;
    height: 65px;
}
.iconScroll:hover{
    transform: scale(1.05);
    animation: 2s;
    
}
.iconScroll img{
    width: 100%;
    height: 100%;
}
#MenuMovil{
    position: fixed;
  }
.parte1QuienesSomos{
    width: 100%;
    margin-top: 340px;
}
.fondoTriangulos{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.fondoTriangulosParte2 {
    width: 100%;
    height: 1598px;
    position: absolute;
    z-index: -1;
}
.textosParte1{
    width: 100%;
}

.margen{
    margin-left: 5%;
    margin-right: 5%;

}
.texto1{
    width: 100%;
    display: flex;
    justify-content: left;
}
.texto1 h2{
    color: #e73838;
    font-size: 55px;
    font-weight: 600;
    margin-top: 143px;
}
.texto2{
    width: 100%;
    display: flex;
    justify-content: center;
}
.texto2 p{
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 500;
    margin-top: 120px;
    margin-bottom: 100px;
}
.sliderImagenes{
    height: 600px;
    width: 100%;
}
.parte2QuienesSomos{
    width: 100%;
}
.textoRojo2qs {
    width: 67%;
    display: flex;
    justify-content: center;
}
.textoRojo2qs h2{
    color: #e73838;
    font-size: 55px;
    font-weight: 600;
    margin-top: 130px;
    margin-bottom: 130px;
    
}
.flexParte2qs{
    display: flex;
    width: 100%;
}
.contImgParte2{
    order: 1;
    width: 50%;
    height: 500px;
    margin-right: 20px;
}
.parrafoParte2{
    order: 2;
    width: 50%;
    height: 500px;
    display: flex;
    align-items: center;
}
.parrafoP{
    font-size: 30px;
    color: #1a1a1a;
    font-weight: 500;
    
}
.contPiePagina{
    background-color: rgb(140, 140, 255);
    width: 100%;
}
.piePaginaQs {
    bottom: 0px;
    position: absolute;
    /* position: relative; */
    z-index: 10;
    width: 100%;
}
.logoTextoYongo {
    width: 225px;
    position: absolute;
    left: 50%;
    top: 552px;
}
/*seccion de trianulos*/
.TriGrisGrande {
    width: 100%;
    height: 71%;
    position: absolute;
    z-index: -1;
    background-color: #e4e2e2;
    clip-path: polygon(0% 0%, 100% 100%, -100% 100%);
    top: 400px;
}
.TriRojoGrande {
    top: -249px;
    position: absolute;
    width: 100%;
    height: 96%;
    background-color: #e73838;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.triPeqNegro{
    width: 55px;
    height: 50px;
    top: 57.5%;
    left: 39.4%;
    position: absolute;
    z-index: -1;
    background-color: #1a1a1a;
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
.triPeqVerde{
    width: 55px;
    height: 50px;
    top: 53.5%;
    left: 37.4%;
    position: absolute;
    z-index: -1;
    background-color: #355e508e;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
}
.triPeqVerde2{
    width: 55px;
    height: 50px;
    top: 400px;
    left: 7%;
    position: absolute;
    z-index: -1;
    background-color: #355e508e;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
}
.triPeqNegro2{
    width: 80px;
    height: 90px;
    top: 310px;
    left: 3%;
    position: absolute;
    z-index: -1;
    background-color: #1a1a1a;
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
.triPeqGris{
    width: 205px;
    height: 110px;
    top: 120px;
    left: -75px;
    position: absolute;
    z-index: -1;
    background-color: #c0c0c0;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
.subTri3QH, .subTri2QH, .subTri1QH{
    position: absolute;
    width: 100%; 
}
.subTri3QH{
    margin-top: 377px;
}
.contFlexParrafoParte1QH{
    display: flex;
    width: 100%;
    margin-top: 115px;
    margin-bottom: 50px;
}
.contParrafoIqz, .contParrafoDer{
    padding: 10px;
    width: 50%;
    display: flex;
    padding-top: 11px;
}
.contAnimationParte1QH{
    height: 600px;
    width: 100%;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 95px;

  margin: 0;
}
.contCarrucelQC{
    background-color: #b9b9b94f;
    width: 50%;
}
.textoRojoParte2QH {
    display: flex;
    justify-content: center;
    width: 67%;
    text-align: center;
}
.textoRojoParte2QH h2 {
    margin-top: 35px;
}
.contOp123FlexParte2QH{
    display: flex;
    width: 100%;
    justify-content: center;
}
.op{
    width: 28.3%;
    margin: 70px;
    transition: 0.8s;

}
.op:hover{
    transform: scale(1.05);
    .lineaOpQH h3{
        color: #e73838;
        border-bottom: 1px solid #e73838;
    }
}
.lineaOpQH{
    width: 100%;
    display: flex;
    justify-content: center;
    
}
.lineaOpQH h3{
    font-size: 100px;
    color: #1a1a1a;
    margin: 0px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #1a1a1a;
}
.contParrafoOpQH p{
    text-align: center;
}
.textoRojo3QH {
    margin-top: 22px;
}
.contFlexParte3QH {
    display: flex;
    margin-bottom: 374px;
    margin-right: 15%;
}
.parte3QH{
    width: 100%;
}
.columnaQH{
    width: 50%;
    padding: 10px; 
}
.contContenidoQH {
    width: 100%;
    margin-top: 64px;
}
.contFlexTituloQH{
   display: flex;
   align-items: center;
}
.contFlexTituloQH h3{
    font-size: 40px;
    margin: 0px;
}
.imgIconQH{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

/*triangulos de la parte 3*/
.contenedorTriangulo {
    top: -151px;
    width: 100%;
    height: 2363px;
    overflow: hidden;
    position: relative;
}
.TriGrisGrande3QH{
    width: 2500px;
    height: 100%;
    position: absolute;
    z-index: -1;  
    background-color: #ede6ed;
    clip-path: polygon(0% 0%, 100% 100%, -100% 100%); 
    top: 0px;
    left: 0px;
}
.TriVerdeGrande3QH {
    width: 60%;
    height: 82%;
    position: absolute;
    z-index: -2;
    background-color: #a3b8b9;
    clip-path: polygon(100% 0%, 100% 100%, -100% 100%);
    bottom: 0px;
    right: 0px;
}
.TriNegroMediano3QH {
    width: 60%;
    height: 25%;
    position: absolute;
    transform: rotate(90deg);
    z-index: -1;
    background-color: #1a1a1a;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    top: 0px;
    left: 57%;
}
.TriRojoPeq3QH{
    width: 100px;
    height: 70px;
    position: absolute;
    transform: rotate(90deg);
    z-index: -1;  
    background-color: #e63233;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    transform: rotate(-90deg);
    top: 27%;
    right: 3%;
}
.TriVerdePeq3QH{
    width: 120px;
    height: 90px;
    position: absolute;
    transform: rotate(90deg);
    z-index: -1;  
    background-color: #8ca8a9;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    transform: rotate(-90deg);
    top: 37.5%;
    right: 18%;
}
.contTriangulos{
    width: 100%;
    top: -218px;
    height: max-content;
    overflow: hidden;
    position: relative;
}
.contTriVerde2QH{
    width: 100%;
    height: max-content;
    overflow: hidden;
    position: relative;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}
.TriVerdeMed2QH{
    width: 800px;
    height: 350px;
    position: absolute;
    transform: rotate(90deg);
    z-index: -2;  
    background-color: #8ca8a9;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    transform: rotate(-90deg);
    top: 240px;
    left: -230px;
}
.triGrisMediano2QH {
    width: 56.8%;
    height: 200px;
    left: 0px;
    top: -1px;
    position: absolute;
    z-index: -2;
    background-color: #ede6ed;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    /* transform: rotate(-90deg); */
}
.triRojoMediano2QH {
    width: 21%;
    height: 150px;
    left: 6px;
    top: 5px;
    position: absolute;
    z-index: -1;
    background-color: #e63233;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
    /* transform: rotate(-90deg); */
}
.triNegroMediano2QH{
    width: 25.8%;
    height: 200px;
    left: -150px;
    top: 650px;
    position: absolute;
    z-index: -2;
    background-color: #1a1a1a;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    transform: rotate(-90deg);
}
.triGrisPeq2QH {
    width: 351px;
    height: 200px;
    right: -150px;
    top: 450px;
    position: absolute;
    z-index: -2;
    background-color: #dbdbdb;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    transform: rotate(90deg);
}
.triVerdePeq2QH {
    width: 240px;
    height: 105px;
    right: -75px;
    top: 389px;
    position: absolute;
    z-index: -2;
    background-color: #8ca8a9;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    transform: rotate(90deg);
}
.TriRojo2QH{
    width: 3%;
    height: 50px;
    right: 150px;
    top: 350px;
    position: absolute;
    z-index: 1;
    background-color: #e63233;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
    transform: rotate(-90deg);
}
.TriNegro2QH{
    width: 3%;
    height: 50px;
    right: 99px;
    top: 290px;
    position: absolute;
    z-index: -1;
    background-color: #1a1a1a;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
}
.primerTextoQC{
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contTexto{
    width: 50%;
    display: flex;
    align-items: center;
}
.materiasPrimasQC{
    width: 100%;
    height: 700px;
}
.seccion1QC, .seccion2QC, .seccion3QC {
    overflow: hidden;
    margin-top: 100px;
    width: 100%;
    position: relative;
}
.seccion2QC {
    overflow: visible !important;
}
.contTri2QC {
    height: 128% !important;
}
.contTri1QC, .contTri2QC, .contTri3QC{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.parte1QC, .parte2QC, .parte3QC, .parte4QC,.parte5QC{
    width: 100%;
}
.parte5QC{
   
}
.parte6QC {
    height: 1157px;
}
/*partes de los triangulos*/

/*triangulos portada*/
.resTriRojoPortada{
    position: absolute;
    z-index: -1;
    width: 80%;
    height: 1200px;
    right: 0px;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background-color: #e63232;
}
.resTriVerdePortada{
    position: absolute;
    z-index: -1;
    width: 95%;
    height: 1400px;
    left: 0px;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background-color: #8ca8a8;
}
.trianguloEquilateroIzquierda {
    width: 20%;
    height: 30%;
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    background-color: #1a1a1a;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.resTri4Portada {
    position: absolute;
    z-index: 1;
    width: 10%;
    height: 9%;
    left: 17.3%;
    bottom: 240px;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background-color: #dddddd;
}
.resTri5Portada {
    position: absolute;
    z-index: 1;
    width: 6%;
    height: 7%;
    left: 10%;
    bottom: 404px;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background-color: #1a1a1a;
}
.resTri6Portada {
    position: absolute;
    z-index: 1;
    width: 2.5%;
    height: 3%;
    left: 5%;
    bottom: 517px;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    transform: rotate(45deg);
    background-color: #e63232;
}
.tituloVerde {
    width: 60%;
    font-size: 90px;
    color: #8ca8a8;
}
.contFlexA{
    display: flex;
    width: 100%;
}
.Contlottie{
    width: 50%;
}
.ContlottieV3{
    width: 50%; 
    order: 2;
}
.contContenidoV3{
    width: 50%;
    order: 1;
}
.contContenidoV2{
    width: 50%;
    order: 1;
}
.textoParrafo{
    width: 100%;
}
.flexBotones{
    display: flex;
    width: 100%;
    
}
.letrasRojas{
    color: #e63232;
    font-weight: 800;
}
.BtnV2{
    align-items: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    margin: 10px;
    width: 49%;
    height: 100px;
    border-radius: 20px;
    background-color: #f5f0f4
    
}
.BtnV2:hover{
    transform: scale(1.05);
    transition: 0.6s;
}
.lottie{
    order: 2;
}
.contFlexV2{
    width: 100%;
    display: flex;
}
.textoBoton{
    font-weight: 900;
}
.iconBTN {
    height: 26px !important;
}
.iconBTN img{
    width: 100%;
    height: 100%;
}

.resTri7Portada{
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
    left: 230px;
    bottom: 0px;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    transform: rotate(180deg);
    background-color: #b9b9b9;
}
.resTri8Portada {
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
    right: 91px;
    bottom: -46px;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    transform: rotate(-450deg);
    background-color: #d8d6d6;
}
.resTri9Portada {
    position: absolute;
    z-index: 1;
    width: 11%;
    height: 11%;
    right: 0px;
    bottom: 0px;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    transform: rotate(0deg);
    background-color: #8ca8a8;
}

/*fin triangulos portada*/
.TriN2QC{
    width: 60px;
    height: 60px;
    left: 50px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    background-color: #1a1a1a;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
    transform: rotate(-90deg);
}
.TriR2QC{
    width: 60px;
    height: 60px;
    left: 80px;
    bottom: 70px;
    position: absolute;
    z-index: -1;
    background-color: #e63232;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
    transform: rotate(deg);
}
.triG3QC{
    width: 430px;
    height: 300px;
    left: -100px;
    top: 40px;
    position: absolute;
    z-index: -1;
    background-color: #ede6ed;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    transform: rotate(-90deg);
}
.triG3QCV2 {
    width: 910px;
    height: 558px;
    left: -178px;
    top: 176px;
    position: absolute;
    z-index: -1;
    background-color: #ede6ed;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    transform: rotate(-90deg);
}
.triGGrande3QC {
    width: 60%;
    height: 700px;
    right: -175px;
    top: 52px;
    position: absolute;
    z-index: -1;
    /* background-color: #cabbbe; */
    background-color: #8ca8a8;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    transform: rotate(90deg);
}
.TriRecR3QC {
    width: 15%;
    height: 50%;
    right: 0px;
    top: 0px;
    z-index: -1;
    /* background-color: #e63232; */
    background-color: #cabbbe;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
    transform: rotate(0deg);
}
.TriRecV3QC {
    width: 12%;
    height: 25%;
    /* right: 0px; */
    left: 14.9%;
    top: 39px;
    position: absolute;
    z-index: 1;
    background-color: #e63232;
    /* background-color: #8ca8a8; */
    clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
    transform: rotate(0deg);
}
.TriResN3QC {
    width: 70px;
    height: 90px;
    right: 90px;
    top: -12px;
    position: absolute;
    z-index: -1;
    background-color: #1a1a1a;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
    transform: rotate(-90deg);
}
.GrupotriParte52QC {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 300px;
    height: 600px;
}
.TriResG5QC{
    width: 40px;
    height: 40px;
    right: 0px;
    top: 20px;
    position: absolute;
    z-index: 1;
    background-color: #8d8a8a;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
    transform: rotate(180deg);
}
.TriResV5QC{
    width: 40px;
    height: 40px;
    right: 150px;
    top: 105px;
    position: absolute;
    z-index: 1;
    background-color: #8ca8a8;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
    transform: rotate(180deg);
}
.TriResR5QC{
    width: 23px;
    height: 20px;
    right: 85px;
    top: 175px;
    position: absolute;
    z-index: 1;
    background-color: #e63232;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
    transform: rotate(180deg);
}
.triG5QC{
    width: 270px;
    height: 150px;
    right: -60px;
    top: 55px;
    position: absolute;
    z-index: 1;
    background-color: #ede6ed;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    transform: rotate(90deg);
}
.triN5QC{
    width: 140px;
    height: 80px;
    right: -30px;
    top: 155px;
    position: absolute;
    z-index: 2;
    background-color: #1a1a1a;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    transform: rotate(90deg);
}
.GrupoTriResN5QC{
    width: 200px;
    height: 200px;
    right: 0px;
    top: 115px;
    position: absolute;
    z-index: 1;
    background-color: #8ca8a9;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
    transform: rotate(90deg);
}
.GrupoTriResV5QC{
    width: 200px;
    height: 200px;
    right: 0px;
    top: 315px;
    position: absolute;
    z-index: 1;
    background-color: #8ca8a8;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
    transform: rotate(0deg);
}
.triR5QC{
    width: 160px;
    height: 80px;
    right: -40px;
    top: 395px;
    position: absolute;
    z-index: 2;
    background-color: #e63232;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    transform: rotate(90deg);
}
.triResGrisGrande5QC {
    width: 100%;
    height: 100%;
    right: 0px;
    top: 300px;
    position: absolute;
    z-index: -1;
    background-color: #ede6ed;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.triResVerdeGrande5QC {
    width: 500px;
    height: 650px;
    left: 0px;
    bottom: -90px;
    position: relative;
    z-index: -2;
    background-color: #8ca8a8;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    transform: rotate(90deg);
}
.triResRojoPeq5QC{
    width: 50px;
    height: 50px;
    left: 80px;
    bottom: 90px;
    position: absolute;
    z-index: -2;
    background-color: #e63232;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    transform: rotate(-90deg);
}
/*fin parte de los tiangulos*/
.pie{
    width: 100%; 
}
.parte3QC{
    margin-top: 71px;
}
.contFlex{
    display: flex;
    width: 100%;
    height: 100%;
}
.contIsq, .contDre{
    width: 50%;
    height: 100%;
}
.imgSeccion{
    width: 90%;
    height: 90%;
}
.contIsq{

}
.contDre{
    align-items: center;
}
.contBotoneGS{
    margin-bottom: 50px;
    display: flex;
    width: 100%;
    height: 200px;
}
.boton{
    width: 50%;
    display: flex;
    align-items: center;
}
.contenedorBotonQC{
    cursor: pointer;
    width: 200px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    height: max-content;
    width: max-content;
 
}
.iconBoton{
    width: 30px;
    height: 30px;
    margin-left: 20px;
    background-color: #c7c7c7;
}
.contTriFondo{
    position: absolute;
    width: 100%;
    height: 150%;
    z-index: -5;
}
.PortadaQC {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.flexPortadaQC {
    display: flex;
    margin-top: 75px;
}
.tituloPortadaQC {
    width: 50%;
    padding-left: 3%;
}
.contImgPortadaQC {
    width: 50%;
}
.imgPortadaQC{
    
    width: 900px;
    height: 700px;
    background-repeat: no-repeat;
}
.imgPortadaQC2{
    float: right;
}
.contTextoParte4QC {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.contenedor5QC{
    padding: 20px;
    width: 50%;
}
.tituloContenedor5QC{
    text-align: center;
}

.imgContenedor5QC{
   
    
  
}

.textoContenedor5QC{
    width: 100%;
}
.contFlexParte5QC{
    display: flex;
    margin-top: 138px;
}
.imgContenedor5QC{
    width: 100%;
}

.encabezado{
    display: flex;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 65px;
}
.logo {
    margin-right: 70px;
    margin-top: 21px;
    width: 145px;
    /* height: 143px; */
}
.logo img{
    width: 65%;
}
.menuLista{
    padding-top: 92px;
    position: absolute;
    left: 214px;
    top: 31px;
}
.menuLista ul{
    display: flex;
    float: left;
    list-style-type: none;
    padding-left: 0px;
}
.textoNavegador{
    font-family: "Poppins", sans-serif;
    margin-right: 57px;
    text-decoration: none;
    color:#ffff;
    font-weight: 500;
    font-size: 20px;
    transition: 0.2s;
}
@media (max-width:1625px){
    .textoNavegador{
        margin-right: 40px;
        font-size: 20px;
    }
}
@media (max-width:1523px){
    .textoNavegador{
        margin-right: 40px;
        font-size: 17px;
    }
}
@media (max-width:1404px){
    .textoNavegador{
        margin-right: 30px;
        font-size: 17px;
    }
}
.contParrafo1{
    width: 100%;
    display: flex;
    justify-content: center;
}
.btnBoton{
    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    background-color: #ede6ed;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.5s;
}
.btnBoton:hover{
    transform: scale(1.1);
}
.llamadoRojo{
    padding-top: 50px;
    width: 100%;
}
.textoRojo {
    position: relative;
    z-index: 20;
    margin-left: 2.5%;
    width: 50%;
    color: #e63232;
}
.textoRojo h2{
    font-size: 51px;
    line-height: 0.95;
}
.contTriangulos{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 992px;
    z-index: -1;
    top: -150px;
}
.contTriangulosHome {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 992px;
    z-index: -1;
    top: 112px;
}

.triRojo{
    position: absolute;
    z-index: 3;
    transform: rotate(20deg);
    top: 0px;
    right: 30%;
    width: 150px;
    height: 120px;
    background-color: #e6323291;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    animation: levitar 10s alternate infinite;
}
@keyframes levitar {
    0%{

        transform: rotate(20deg);
    }
    50%{
        transform: rotate(10deg);
    }
}
.triGrisMediano{
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: -200px;
    width: 350px;
    height: 350px;
    background-color: #c9bbbeaf;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.secParte1Home{
    position: relative;
}
.triGrisGrandehome{
    background-color: #111;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.triGrisGrande{
    position: absolute;
    top: 170px;
    right: -250px;
    transform: rotateX(180deg);
    width: 70%;
    height: 671px;
    background-color: #ede6e6;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }

.contTriaImag{
    position: absolute;
    width: 600px;
    height: 800px;

}
.tri-2{
    transform: rotate(90deg);
    position: absolute;
    top:-150px;
    right: 200px;
    width: 80px;
    height: 80px;
    background-color: #e63232;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.tri-1{
    transform: rotate(-90deg);
    position: absolute;
    top: -55px;
    right: 140px;
    width: 350px;
    height: 350px;
    background-color: #c9bbbe;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.tri0{
    transform: rotate(90deg);
    position: absolute;
    top: -50px;
    left: 50px;
    width: 200px;
    height: 150px;
    background-color: #8ca8a8;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.tri1{
    transform: rotate(-90deg);
    position: absolute;
    top: 65px;
    right: 41px;
    width: 200px;
    height: 200px;
    background-color: #1a1a1a;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    
}
.tri2{
    transform: rotate(90deg);
    position: absolute;
    top: 340px;
    left: 75px;
    width: 250px;
    height: 250px;
    background-color: #dadadaa9;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.tri3{
    transform: rotate(-90deg);
    position: absolute;
    top: 420px;
    right: 60px;
    width: 100px;
    height: 100px;
    background-color: #dadada93;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.tri4{
    transform: rotate(-154deg);
    position: absolute;
    top: 520px;
    right: 80px;
    width: 90px;
    height: 80px;
    background-color: #e73838;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.tri5{
    transform: rotate(-154deg);
    position: absolute;
    top: 555px;
    right: 110px;
    width: 70px;
    height: 60px;
    background-color: #111111fd;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.imag{
    width: 600px;
    height: 600px;
    background-image: url(../img/home/foto-home\ \(1\).png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: flotar 5s alternate infinite;
}
@keyframes flotar {
    0%{
        transform: translateY(5px);
    }
    25%{
        transform: translateY(10px);
    }
    50%{
        transform: translateY(15px);
    }
    
}

.contTextorojo{
    
    width: 100%;
    height: max-content;
}
.contTextoRojo2{
    display: flex;
    width: 100%;
    justify-content: center;
}
.fondotriTextoRojo2{
    width: 100%;
    position: absolute;

}
.triTextoRojo2{
    position: absolute;
    left: 15%;
    width: 70px;
    height: 70px;
    background-color: #8ca8a8d7;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}
.contTextoRojo2 p{
    font-size: 45px;
    color: #e63232;
    font-weight: 600;
}
.contTextoRojoSub{

    width: 100%;
    height: 100%;
}
.contContenido{
    padding-top: 190px;
    width: 100%;
    display: flex;
    height: 840px;

}
.contImgTitulo{
    display: flex;
    align-items: center;
}
.iconImgBeneficio{
    height: 40px;
    width: 50px;
    margin-right: 10px;
}
.iconImgBeneficio img{
    height: 100%;
    width: 100%;
}
.contImgAnimada{
    display: flex;
    justify-content: center;
    width: 50%;
    height: 100%;
}

.contTextoDer{
    width: 50%;
}
.textoDescripcion{
    margin-right: 5%;
}
.textoDescripcion p{
    font-size: 30px;
}
.contTextoDerq{

}
.parrafo{
    text-align: left;
    width: 718px;
}
.parrafo p{
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
/*titulo de la portada del index*/
.contTituloPortadaIndex{
    display: flex;
    justify-content: center;
}
.contTituloPortadaIndex h1{
    margin-top: 100px;
    color: #ffff;
    line-height: 0.8;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 90px;
}
.contTituloPortadaIndex b{
    font-weight: 900;
    font-size: 105px;
    color:#e63232;
}
.FlechaBajar{
    position: relative;
    width: 100%;
    height: 100px;
    bottom: -200px;
}
.FlechaBajarQC {
    position: relative;
    width: 100%;
    height: 100px;
    bottom: 164px;
}
@media (max-width:1628px){
    .FlechaBajar{
        position: relative;
        width: 100%;
        height: 100px;
        bottom: -100px;
    
    }  
}
.contSvg{
    cursor: pointer;
    height: 100px;
    width: 100px;
    margin-left: 47%;
    background-image: url(../media/img/Index/Arrow\ down-circle.svg);
    animation: movimiento 5s infinite;
    animation-direction: alternate;
}
.contSvg:hover{
   
}
@keyframes movimiento {
    0% {
        transform: translateY(0);
        transition: 0.5s;
    }
    50%{
        transform: translateY(50px);
        transition: 0.5s;

    }
}
.contSvg:hover{
    transform: scale(1.2);
}

.contBuscador{
    display: flex;
    margin-left: auto;
}
.buscador{
    margin-left: auto;
    margin-right: 20px;
    margin-top: 56px;
    height: 35px;
}
/*stilo del boton de cambiar idioma*/
.contBtnIdioma {
    margin-left: auto;
    margin-right: 12px;
    display: flex;
    align-items: center;
}
/* Contenedor del botón */
.interruptor {
    margin-top: 0px;
    width: 73px;
    height: 37px;
    background-color: #ddd;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  /* Círculo interior que se mueve */
  .circulo {
    width: 30px;
    height: 30px;
    background-color: #707070;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 5px;
    transition: left 0.3s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  /* Etiquetas dentro del botón */
  .etiqueta {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    flex: 1;
    text-align: center;
    font-size: 18px;
    color: #ddd;
    z-index: 1;
    margin-top: -3px;
  }
  /* Posición para la opción de Español */
  .activo .circulo {
    left: 48px;
  }
  .activo .etiqueta:first-of-type {
    color: #707070;
    font-weight: 300 !important;
  }
  .activo .etiqueta:last-of-type {
    font-weight: 700;
    color: #ddd !important;
  }
/*Caja de texto */
.image-slide img{
    height: 100%;
    margin-left: -6px
}
.container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.text-box {
    padding-top: 5px;
    position: relative;
    overflow: hidden;
    width: 0;
    height: 40px;
    transition: width 0.3s ease-in-out;
}
.text-box input {
    color: #707070;
    width: 90%;
    height: 90%;
    border: none;
    outline: none;
    padding: 0 10px;
    border-radius: 20px;
    background-color: #ffffffb2;
    transition: width 0.3s ease-in-out;
    font-size: 16px;
}
.btn {
    width: 37px;
    height: 37px;
    border: none;
    border-radius: 20px;
    background-color: #ddd;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}
.btn:hover {
    background-color: #a3a3a3;
}
.container.expanded .text-box {
    width: 200px;
}
.menuLista ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.menuLista ul li a {
    color: #fff;
    text-decoration: none;
}
.menuLista li:hover{
    transform: scale(1.07);
}
.menu-icon {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    height: 24px;
}
.menu-icon-bar {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.3s;
}
.menu-desplegable {
    position: fixed;
    left: -100%;
    top: 0;
    width: 300px;
    height: 100vh;
    background-color: #111;
    color: #fff;
    padding: 20px;
    transition: left 0.3s;
}
.menu-desplegable ul {
    list-style: none;
    padding: 0;
    margin: 50px 0;
}
.menu-desplegable ul li {
    margin-bottom: 20px;
}
.menu-desplegable ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    transition: color 0.3s;
}
.menu-desplegable ul li a:hover {
    color: #e63232;
}
.close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 36px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.social-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.social-icons a img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
}
.social-icons a:hover img {
    transform: scale(1.2);
}
.contBenef{
    width: 100%;
}
.contBenefMH{
    width: 100%;
}
.contColumnas{
    width: 100%;
    height: 650px;

}
.contenedorBenef {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.columna {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    flex-direction: column;
}
.contenidoColumna{
    width: 350px;
    margin-top: 70px;
}
.contenidoColumna h4 {
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.contenidoColumna p{
    font-size: 25px;
}
.unique-text{
    margin-top: 20px;
    
}
.textoProducto{
    width: 100%;
    display: flex;
    z-index: 5;
    position: absolute;
    justify-content: right;
}
.contTextProducto{
    width: 45.2%;
}
.contTextProducto h4{
    margin-top: 25px;
    font-size: 26px;
    font-weight: 400;
}
.textVisibleMovil{
    display: none;
}
@media (max-width: 1049px) {
    .menuLista {
        display: none;
    }
    .menu-icon {
        display: flex;
        position: absolute;
        top: 23px;
        left: 31px;
    }
    .triangulo{
        right: 0px;
        width: 0px;
        height: 0px;
        border-left: 360px solid transparent;
        border-right: 360px solid transparent;
        border-bottom: 360px solid #d3dddd;
        border-radius: 30px 30px 0 0;
    }
}
@media(max-width:600px){
    .contTituloPortadaIndex h1{
        font-size: 50px;
    }
    .contTituloPortadaIndex b{
        font-size: 60px !important;
    }
}
@media(max-width:430px){
    .contTituloPortadaIndex h1{
        font-size: 30px;
    }
    .contTituloPortadaIndex b{
        font-size: 40px !important;
    }
}
@media(max-width:1358px){
    .contTituloPortadaIndex h1{
        margin-top: 0px;
        color: #ffff;
        line-height: 0.8;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 70px;
    }
}

/* Estilos generales */
.contenedor-home {
    display: flex;
    width: 100%;
}

.seccion-izquierda {
    width: 50%;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center; /* Centrar el contenido horizontalmente */
    align-items: center; /* Centrar el contenido verticalmente */
}

.seccion-derecha {
    width: 50%;
    padding: 20px;
    text-align: center;
}

/* Estilo para la descripción */
.textoDescripcion {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    text-align: justify;
}

.btnBoton {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* Contenido centrado */
.contenido-centrado {
    width: 90%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.fondoTriHome{
    width: 100%;
    position: absolute;
    z-index: 1;
}
.imagen-home{
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

/* Adaptación de tamaño en pantallas pequeñas */
@media (max-width: 880px) {
    .contenedor-home {
        flex-direction: column;
    }
    .contBenefMH{
        display: block !important;
    }
    .seccion-izquierda,
    .seccion-derecha {
        width: 100%;
        padding: 0px;
    }

    .textoDescripcion {
        font-size: 0.9rem;
    }
}

@media (max-width: 1774px){
    .portada {
        width: 100%;
        height: 111vh !important;
    }
    .tri {
        height: 609px !important;
    }
    .paloma {
        height: 417px !important;
    }
    .textoTriaGris,.derechos{
        font-size: 20px !important;
    }
    .logoTextoYongo{
        top: 455px;
        left: 49%;
    }
    .fondoTriangulosParte2 {
        height: 1484px !important;
    }
    .unique-text{
        font-size: 20px !important;
    }
    .texto2 p {
        margin-top: 0px;
    }
    .margenTriangulo {
        height: 1404px !important;
    }
    .carrusel {
        height: 1489px !important;
    }
    p{
        font-size: 26px !important;
    }
    .contTituloPortadaIndex h1 {
        margin-top: 80px !important;
        font-size: 72px !important;
    }
    .contTituloPortadaIndex b {
        font-size: 66px !important;
    }
    .marcaBlanca {
        width: 72% !important;
        border-radius: 41%;
    }
    
}
@media (max-width: 1550px){
    .tri{
        height: 587px !important;
    }
    .textoTriaGris,.derechos{
        font-size: 16px !important;
    }
    .textoRojo {
        width: 56% !important;
    }
    .paloma{
        height: 415px !important;
    }
    .logoTextoYongo{
        top: 389px;
        left: 49%;
    }
    .fondoTriangulosParte2 {
        height: 1408px !important;
    }
    .margenTriangulo {
        height: 1267px !important;
    }
    .carrusel {
        height: 1489px !important;
    }
    p{
        font-size: 22px !important;
    }
    .marcaBlanca {
        width: 71% !important;
        border-radius: 20%;
    }
}
@media (max-width: 1408px){
    .triGrisGrande {
        width: 70% !important;
        height: 414px !important;
    }
    .tri{
        height: 500px !important;
    }
    .paloma{
        height: 336px !important;
    }
    .logoTextoYongo{
        top: 358px;
        left: 47%;
    }
    .fondoTriangulosParte2 {
        height: 1351px !important;
    }
    p{
        font-size: 18px !important;
    }
    .parrafoParte2 {
        height: 344px !important;
    }
    .texto2 p {
        font-size: 25px;
        margin-top: 0px;
    }
    .contPersonaPortada {
        width: 449px !important;
        top: 189px !important;
    }
    .contTituloPortadaIndex h1 {
        font-size: 68px !important;
        line-height: -0.12;
        margin-top: 0px;
    }
    .contTituloPortadaIndex b {
        font-weight: 900;
        font-size: 76px;
        color: #e63232;
    }
    .cuadroBlanco, .marcaBlanca{
        display: none;
    }
    .textoProducto h4 {
        font-size: 20px !important;
    }
    .margenTriangulo {
        height: 1041px !important;
    }
    .carrusel {
        height: 1224px !important;
    }
    
}
@media (max-width: 1238px){
    .contTextoPortada {
        width: 100%;
        display: flex;
        margin-top: 80px !important;
    }
    .contPersonaPortada {
        width: 403px !important;
        top: 135px !important;
    }
    .TriGrisGrandePortadaFondo {
        height: 1020px !important;
    }
    .TriFondoPortada {
        height: 1020px !important;
    }
    .TriGrisGrandePortada {
        height: 1020px !important;
    }
    .sliderImagenes {
        height: 451px !important;
        width: 100%;
    }
    .textoRojo2qs h2 {
        font-size: 55px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .TriRojoGrande {
        top: -249px;
        height: 100% !important;
    }
    .TriGrisGrande {
        width: 100%;
        height: 60% !important;
    }
    .tri{
        height: 373px !important;
    }
    .triaRojo img {
        height: 170px !important;
    }
    .triaVerde img {
        height: 288px !important;
    }
    .triaGris2 img {
        height: 565px !important;
    }
    .rest {
        height: 254px !important;
    }
    .paloma {
        height: 230px !important;
    }
    .triaNegro {
        bottom: 292px !important;
        right: 241px !important;
    }
    .logoTextoYongo {
        top: 248px;
        left: 43%;
    }
    .fondoTriangulosParte2 {
        height: 973px !important;
    }
    .contImgParte2 {
        height: auto !important;
    }
    .unique-text{
        font-size: 18px !important;
    }
    p{
        font-size: 18px;
    }
    .parrafoParte2 {
        height: 344px !important;
    }
    .textoRojo2qs h2 {
        font-size: 44px !important;
    }
    .texto2 p {
        font-size: 20px;
        margin-top: 0px;
    }
    .contTituloPortadaIndex h1 {
        font-size: 50px !important;
        line-height: -0.12;
        margin-top: 35px !important;
    }
    .contTituloPortadaIndex b {
        font-weight: 900;
        font-size: 60px !important;
        color: #e63232;
    }
    .encabezado{
        padding-top: 25px;
    }
    .menuLista{
        padding-top: 53px;
        top: 31px !important;
    }
}
@media (max-width: 1119px){
    .carrusel {
        height: 1074px !important;
    }
    .margenTriangulo {
        height: 873px !important;
    }
    .granTriGris, .medTriGris, .medTriVerde, .peqTriRojo {
        top: -341px !important;
    }
    .textoProducto h4 {
        font-size: 18px !important;
    }
    .contenido h3 {
        font-size: 37px !important;
    }
    .contenido p {
        font-size: 17px !important;
    }
    .textoRojo {
        width: 80% !important;
    }
    .triGrisGrande {
        top: 150px !important;
        right: -199px !important;
        width: 73% !important;
        height: 485px !important;
    }
}
@media (max-width: 1049px){
    .contBtnIdioma {
        margin-left: auto;
        margin-right: 12px;
    }
    .menu-movil {
        display: flex !important;
        top: 78px;
        right: 16px;
    }
    .btn-toggle-menu {
        top: 40px !important;
    }


}
@media (max-width: 1030px){
    .tri {
        height: 332px !important;
    }
    .contenedorBenef {
        transform: scale(0.7) !important;
    }
    .logoTextoYongo {
        top: 211px;
        left: 46%;
        width: 154px !important;
    }
    .textoTriaGris, .derechos {
        font-size: 13px !important;
    }
    .rest h4 {
        font-size: 34px !important;
    }
    .correo p, .telefono p, .direccion p {
        font-size: 14px !important;
    }
}

@media (max-width:1014px){
    .logo {
      margin-right: 70px;
      margin-top: 9px !important;
      width: 145px;
  }
  .btn-toggle-menu {
    top: 33px !important;
  }
    .encabezado {
      padding-top: 0px !important;
    }
}
@media (max-width:740px){

}

@media (max-width: 935px){
    .contBenef{
        transform: scale(0.9);
    }
    .margenTriangulo {
        height: 783px !important;
    }
    .carrusel {
        height: 991px !important;
    }
    
}
@media (max-width: 880px){
/*parte para quienes somos*/
.triPeqNegro,.triPeqVerde,.triPeqVerde2,.triPeqNegro2,.triPeqGris{
    display: none;
}
.triaMayor {
    right: 0px !important;
    overflow: hidden;
}
.tri {
    right: -233px;
    height: 261px !important;
    position: relative;
}
.cuadradoContGris {
    top: -51px;
    width: 100%;
    height: 406px;
    background-color: #ede6e6;
    position: relative;
}
.TriGrisGrande {
    position: relative !important;
    top: -50px !important;
    width: 100%;
    height: 53% !important;
}
.textoRojo2qs h2 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.contImgParte2 {
    width: 100% !important;
}
.parrafoParte2 {
    width: 100% !important;
    height: 500px;
    display: flex;
    align-items: center;
}
.flexParte2qs {
    display: block !important;
    width: 100%;
}
.unique-text {
    margin-left: 0px !important;
}
.textoRojo2qs {
    width: 100% !important;
    display: flex;
    justify-content: center;
}
.parte1QuienesSomos {
    width: 100%;
    margin-top: 426px !important;
}
.veriImagen, .unique-arrow, .TriRojoGrande{
    display: none;
}
.sliderImagenes {
    margin-top: 30px !important;
}
.unique-image {
    flex: 1;
    height: auto !important;
    display: block !important;
    justify-content: center;
    align-items: center;
    margin-left: 0px !important;
    order: 2;
}
.unique-slider {
    display: block !important;
    width: 100%;
    transition: transform 0.5s ease;
}

.unique-slide {
    display: block !important;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.unique-slider-container {
    position: relative;
    width: 82%;
    height: auto !important;
    overflow: hidden;
    display: flex;
    align-items: center;
}
    .sliderImagenes {
        height: auto !important;
        width: 100%;
        display: flex;
        justify-content: center;
    }

/*--------------------------*/
    .TriGrisGrande {
        
        top: 255px ;
    }
    .fondoTriangulosParte2 {
        height: 1238px !important;
    }
    .parrafoParte2 {
        height: auto !important;
    }
    p {
        font-size: 15px !important;
    }
    .unique-text {
        font-size: 15px !important;
    }
    .TriGrisGrandePortada {
        height: 775px !important;
    }
    .TriGrisGrandePortadaFondo {
        height: 775px !important;
    }
    .TriFondoPortada {
        height: 775px !important;
    }
    .contPersonaPortada {
        width: 271px !important;
        top: 135px !important;
    }
    .texto2 p {
        margin-bottom: 0px;
    }
    .textoRojo2qs h2 {
        font-size: 30px !important;
    }
    .margenTriangulo {
        height: 689px !important;
    }
    .menu-movil {
        top: 56px;
        right: 16px;
    }
    #text2QS{
        display: none;
    }
    .contenidoColumna {
        width: 100%;
        margin-top: 40px;
    }
    .columna {
        padding: 10px;
        width: 43%;
    }
    .contenedorBenefMH{
        justify-content: center;
    }
    .contColumnas {
        margin-top: -100px;
        margin-bottom: 0px !important;
    }
    .portada {
        width: 100%;
        height: 445px !important;
    }
    .textoRojoMargin h2 {
        font-size: 22px !important;
    }
    .contTituloPortadaIndex h1 {
        font-size: 33px !important;
        margin-top: 35px !important;
    }
    .interruptor {
        transform: scale(0.8);
    }
    .contTituloPortadaIndex b {
        font-size: 40px !important;
    }
    .textoRojoMargin {
        margin-top: 44px;
        margin-bottom: 17px;
    }
    .contTextProducto {
        width: 99.2% !important;
    }
    .carrusel {
        height: 906px !important;
    }
    .infTexto {
        margin-top: 147px !important;
    }
    .contenido h3 {
        font-size: 30px !important;
    }
    .textoProducto {
        justify-content: center !important;
        top: -75px;
    }
    .secParte2Home{
        margin-bottom: 168px;
    }
    .textoRojo h2{
        margin-top: 50px;
    }
    .paloma {
        position: absolute;
        bottom: 0px;
        left: 222px !important;
        height: 196px !important;
        z-index: 1 !important;
    }
    .tri {
        height: 353px !important;
    }
    .logoTextoYongo {
        left: 75% !important;
        top: 256px !important;
        z-index: 1;
    }
    .triaMayor p {
        font-size: 18px;
        left: 75% !important;
        width: 168px;
    }
    .contenedorBenef{
        display: none;
    }
    .triaGris2, .triaVerde, .triaRojo, .triaNegro{
        display: none;
    }
    .contenedorBenefMH{
        display: flex !important;
        
    }
    .granTriGris {
        height: 135% !important;
    }
    .logo img {
        width: 64px !important;
    }
    .contTituloPortadaIndex {
        margin-top: 129px;
    }
    .contTextoRojo2 {
        margin-bottom: 52px !important;
    }
}
@media (max-width: 740px){
    .contFlexParte3QH {
        margin-bottom: 92px !important;
    }
    .btn-toggle-menu {
      top: 18px !important;
    }
    .cuadradoContGris {
        top: -51px;
        width: 100%;
        height: 300px !important;
        background-color: #ede6e6;
        position: relative;
    }
    .fondoTriangulosParte2 {
        height: 1009px !important;
    }
    .triaMayor {
        right: 0px !important;
        overflow: hidden;
    }
    .contImgTitulo h4 {
        font-size: 15px;
    }
    p {
        font-size: 15px !important;
    }
    h2{
        font-size: 26px;
    }
    .contBeneficiosHome{
        height: 100%;
    }
    .textoRojo h2 {
        font-size: 18px !important;
    }
    .contenidoColumna{
        width: 100%;
    }
    .columna {
        width: 41%;
    }
    .textoProducto h4 {
        font-size: 11px !important;
    }
    .textoProducto {
        justify-content: center !important;
    }
    .contenedorBenefMH {
        margin-top: 70px;
        margin-bottom: 0px;
    }
    .portada {
        height: 41vh !important;
    }
    .parrafo {
        width: 100% !important;
        padding: 10px;
    }
    .granTriGris {
        height: 91% !important;
        top: -89px !important;
    }
    .margenTriangulo {
        height: 304px !important;
    }
    .btnBoton {
        width: 88px !important;
        height: 30px !important;
    }
    .carrusel {
        height: 490px !important;
        margin-top: 21px;
    }
    .contImgTria {
        margin-top: 90px;
        width: 100%;
        height: 81% !important;
    }
    .infTexto{
        margin-top: 0px !important;
    }
    .contenido h3 {
        font-size: 18px !important;
    }
    .contenido p {
        font-size: 11px !important;
    }
    .tri {
        right: -233px;
        height: 261px !important;
        position: relative;
    }
    .rest h4 {
        font-size: 24px !important;
    }
    .rest {
        padding-left: 10px !important;
        height: 209px !important;
    }
    .triaMayor p {
        font-size: 12px !important;
        left: 68% !important;
        width: 157px;
        top: 90px;
    }
    .logoTextoYongo {
        left: 71% !important;
        top: 200px !important;
        width: 127px !important;
        z-index: 1;
    }
    .paloma {
        display: none !important;
    }
    .secParte2Home{
        margin-bottom: 87px;
    }
}
@media (max-width:660px){
    .TriGrisGrandePortada {
        height: 523px !important;
    }
    .fondoTriangulosParte2 {
        height: 900px !important;
    }
    .TriGrisGrandePortadaFondo {
        height: 523px !important;
    }
    .TriFondoPortada {
        height: 523px !important;
    }
    .parte1QuienesSomos {
        width: 100%;
        margin-top: 282px !important;
    }
    .contPersonaPortada {
        width: 204px !important;
        top: 85px !important;
    }
    .contTituloPortadaIndex {
        margin-top: 5px;
    }
    .contTextoPortada {
        width: 100%;
        display: flex;
        margin-top: 6px !important;
    }
    .contTituloPortadaIndex h1 {
        font-size: 32px !important;
        margin-top: 93px !important;
    }
    .contTituloPortadaIndex b {
        font-size: 35px !important;
    }
}
@media (max-width:550px){
    .contTituloPortadaIndex h1 {
        font-size: 27px !important;
        margin-top: 93px !important;
    }
    .contTituloPortadaIndex b {
        font-size: 30px !important;
    }
}
@media (max-width:490px){

    .TriGrisGrandePortada {
        height: 362px !important;
    }
    .TriFondoPortada {
        height: 362px !important;
    }
    .TriGrisGrandePortadaFondo {
        height: 362px !important;
    }
    .contPersonaPortada {
        width: 145px !important;
        top: 65px !important;
    }
    p {
        font-size: 13px !important;
    }
    .unique-text {
        font-size: 13px !important;
    }
    .textoRojo2qs h2 {
        font-size: 23px !important;
    }
    .correo, .telefono, .direccion {
        margin-bottom: 3px !important;
    }
    .correo p, .telefono p, .direccion p {
        font-size: 11px !important;
    }
    .contSvg {
        margin-left: 37% !important;
    }
    .contTituloPortadaIndex h1 {
        font-size: 23px !important;
        margin-top: 0px !important;
    }
    .contTituloPortadaIndex b {
        font-size: 24px !important;
    }
    .textoVisibleDesk{
        display: none;
    }
    .textVisibleMovil{
        display: block;
    }
    .rest h4 {
        margin-bottom: 12px !important;
    }

    .parte1QuienesSomos {
        width: 100%;
        margin-top: 166px !important;
    }
    .FlechaBajar {
        bottom: -85px !important;
    }

}
@media (max-width:450px){
    .cuadradoContGris {
        top: -51px;
        width: 100%;
        height: 267px !important;
        background-color: #ede6e6;
        position: relative;
    }
    .fondoTriangulosParte2 {
        height: 781px !important;
    }
}

@media (max-width: 1774px){
    .flexContBody {
        display: flex;
        width: 100%;
        margin-top: 9px !important;
    }
}

