.two-arquitects-img {
    width: 100%; 
    background-image: url(../img/IndexSat_4_HI.webp); 
    background-size: cover;    
    background-position: left center;
    height: 40vw;
}


.great-image-content .text-content {
    margin-top: 25%;
}
.great-image-content .text-content p {
    margin-top: -0.5vw;
    line-height: 0.9;
}


.parasectores-video-cont {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    height: 30vw;
}

.two-box.bg-verde-c.tuequipo {
    height: 30vw;
    padding: 0;
}
.two-box.bg-verde-c .text-content.left{
    text-align: left;
}
.two-box.bg-verde-c .text-content.left h2{
    font-weight: normal;
}
.two-box.bg-verde-c .text-content.left p{
    font-size: 2vw;
    margin-left: 2vw;
}

.tema-azul .fontanero-img {
    width: 40%; 
    background-image: url(../img/sectores_2_HI.webp); 

    background-size: cover;    
    background-position: left center;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
}

.tema-azul .industria-img {
    width: 30%; 
    background-image: url(../img/sectores_3_HI.webp); 

    background-size: cover;    
    background-position: left center;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.tema-azul  .cont-img.bg-verde-c.industria p {
    font-size: 1.5vw;
}

.tema-azul .men-buildig-img {
    width: 40%; 
    background-image: url(../img/sectores_4_HI.webp); 

    background-size: cover;    
    background-position: left center;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
}
.tema-azul .cont-img.bg-verde-o.contruccion .two-box .text-content{
    padding: 0 4vw 0 0;
}

.tema-azul .llaves-img {
    width: 30%; 
    background-image: url(../img/sectores_5_HI.webp); 

    background-size: cover;    
    background-position: left center;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.tema-azul .transport-img {
    width: 40%; 
    background-image: url(../img/sectores_6_HI.webp); 

    background-size: cover;    
    background-position: left center;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
}


.woman-laptop-img {
    text-align: end;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 50vw;
    background-image: url(../img/sectores_7_HI.webp);
    background-size: cover;
    display: flex;
    align-items: flex-start;
    padding: 5vw 4vw;
    text-align: left;

}
.woman-laptop-img h2 {
    font-size: 4vw;
    color: var(--principal);
    margin-bottom: 2vw;
}
.woman-laptop-img p {
    font-size: 2.2vw;
    line-height: 1;
    font-weight: 500;
    color: var(--principal);
}
