
.tema-azul .multipliques-img {
    width: 100%; 
    background-image: url(../img/index1-hi.webp); 
    background-size: cover;    
    background-position: left center;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
}

.cont-img.bg-verde-c .text-content.ta-r h2{
    font-size: 4vw;
}
.cont-img.bg-verde-c .two-box.bg-verde-c.c-o{
    width: 100%; 
    height: 100%;
}


.people-tablet-img {
    text-align: end;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 40vw;
    background-image: url(../img/coordinacion_3_HI.webp);
    background-size: cover;
}


.woman-tablet-img {
    text-align: end;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 40vw;
    background-image: url(../img/coordinacion_4_HI.webp);
    background-size: cover;
}

.tuequipo-video-cont {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    height: 30vw;
}
.two-box.tuequipo h2{
    font-size: 3vw;
    font-weight: 400;
    
}