.london-station-image {
    text-align: end;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 36.6vw;
    background-image: url(../img/index2-hi.webp);
    background-size: cover;
}


.mobiles1-image {
    text-align: end;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 36.6vw;
    background-image: url(../img/index3-hi.webp);
    background-size: cover;
}

.paralelogramo {
    width: 100%;
    height: 100%;
    background-color: white; /* color principal del paralelogramo */
    clip-path: polygon(30% 0%, 45% 0%, 85% 100%, 69% 100%);
    position: relative;
    z-index: 9;
}

.hands-laptop {
    width: 100%;
    background-image: url(../img/ordenes_2_HI.webp);
    background-size: cover;
    height: 45vw;
}


.tema-azul .two-box .text-content.c-c.line-c.ta-r p{
 font-size: 1.5vw;
}

.tema-azul .comunicacion-img {
    width: 40%; 
    background-image: url(../img/ordenes_3_HI.webp); 

    background-size: cover;    
    background-position: left center;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
}

.tema-azul .tecnologia-img {
    width: 40%;
    background-image: url(../img/ordenes_4_HI.webp); 
    background-size: cover;    
    background-position: left center;
        clip-path: polygon(13% 0, 100% 0, 100% 100%, 4% 100%);
}

.tema-azul .fortalece-video-cont {
    width: 40%;
    height: 30vw;
    background-image: url(../img/ordenes_4_HI.webp); 
    background-size: cover;    
    background-position: left center;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    margin-left: auto;
}
.tema-azul .fortalece-text-cont {
    width: 60%; 
    font-size: 4vw;
}

.tema-azul .fortalece h2, .tema-azul .fortalece p {
    font-size: 5vw;
    color: var(--principal);
}
.tema-azul .fortalece p {
    font-size: 3.5vw;
}






