.quienes_section {
    width: 100%;
    height: 100vh;
    background: #021531;
    display: flex;
    align-items: center;
}

.quienes_section .quienes_container {
    display: flex;
    width: 100%;
    height: 100%;
}

.quienes_section .quienes_content {
    width: 50%;
    padding: 0 0 0 6vw;;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5vw;
    color: white;
}

.quienes_section .subtitle {
    color: #F07C2D;
    font-size: 1.2vw;
    font-weight: 600;
    margin-top: 40px; 
    
}

.quienes_section .quienes_content h2 {
    font-size: 3vw;
    font-weight: 700;
}

.quienes_section .quienes_content p {
    font-size: 1vw;
    font-weight: 200;
    line-height: 1.5;
    max-width: 100%;
}


.quienes_section .quienes_image {
    width: 50%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;  
    align-items: flex-start;    
}

.quienes_section .quienes_image img {
    width: 88%;
    height: 100%;
    object-fit: cover;
    object-position: right top;  
}


.mejor_opcion_section {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    padding-top: 2vw;
}


.mejor_opcion_section .opcion_container {
    display: flex;
    width: 100%;
    padding: 4vw 6vw;
    gap: 4vw;
}


.mejor_opcion_section .opcion_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}


.mejor_opcion_section .subtitle {
    color: #F07C2D;
    font-size: 1.2vw;
    font-weight: 600;
}

.mejor_opcion_section .opcion_content h2 {
    font-size: 3vw;
    font-weight: 700;
    color: #0a1f44;
}


.mejor_opcion_section .opcion_content p {
    font-size: 1vw;
    color: #555;
    line-height: 1.6;
}


.mejor_opcion_section .opcion_image {
    margin-top: 2vw;
    border-radius: 1vw;
    overflow: hidden;
}

.mejor_opcion_section .opcion_image img {
    width: 90%;
    height: 100%;
    object-fit: cover;
}


.mejor_opcion_section .opcion_list {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    justify-content: center;
    margin-top: 12vw;
}


.mejor_opcion_section .item {
    display: flex;
    gap: 1vw;
    align-items: flex-start;
}


.mejor_opcion_section .item .icon {
    width: 3vw;
    height: 3vw;
    object-fit: contain;
    flex-shrink: 0;
}


.mejor_opcion_section .item h4 {
    font-size: 1.2vw;
    color: #0a1f44;
    margin-bottom: 0.3vw;
}


.mejor_opcion_section .item p {
    font-size: 1vw;
    color: #5D5D5D;
}
.section-soluciones {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    display: flex;
    align-items: flex-start;
    padding-top: 2vw; 
}

.section-soluciones .row {
    display: flex;
    width: 100%;
    padding: 4vw 6vw;
    align-items: center;
    gap: 4vw;
}

.section-soluciones .container-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.section-soluciones .container-info span {
    font-size: 1.2vw;
    color: #F07C2D;
    font-weight: 600;
}

.section-soluciones .container-info h2 {
    font-size: 3vw;
    font-weight: 700;
    color: #0a1f44;
}

.section-soluciones .container-info p {
    font-size: 1vw;
    color: #5D5D5D;
    max-width: 100%;
}

.section-soluciones .container-img {
    width: 50%;
    display: flex;
    justify-content: center;
}

.section-soluciones .container-img img {
    width: 100%;
    max-width: 600px;
    border-radius: 25px;
    object-fit: cover;
}

.section-habla-nosotros {
    width: 100%;
    min-height: 100vh;
    background: #021531; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -10vw;
}

.section-habla-nosotros .container-info {
    width: 100%;
    max-width: 800px;
    padding: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
}

.section-habla-nosotros span {
    font-size: 1vw;
    color: #F07C2D;
    font-weight: 600;
}

.section-habla-nosotros h2 {
    font-size: 3vw;
    font-weight: 700;
    color: white;
}

.section-habla-nosotros p {
    font-size: 1vw;
    color: #cfcfcf;
    max-width: 500px;
}

.section-habla-nosotros .map {
    margin-top: 3vw;
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-habla-nosotros .map img {
    width: 100%;
    max-width: 600px;
    opacity: 0.8;
}

@media (max-width: 996px) {

    .quienes_section {
        height: auto;
        padding: 27vw 0 0vw 0; 
    }


    .quienes_section .quienes_container {
        flex-direction: column;
    }

    .quienes_section .quienes_content {
        width: 100%;
        padding: 0 6vw;
        gap: 3vw;
        justify-content: flex-start; 
    }

    .quienes_section .subtitle {
        font-size: 3.6vw;
        margin-top: 0;
    }

    .quienes_section .quienes_content h2 {
        font-size: 6vw;
        line-height: 1.2;
    }

    .quienes_section .quienes_content p {
        font-size: 3vw;
        line-height: 1.6;
    }


    
    .quienes_section .quienes_image {
        width: 100%;
        height: auto;
        margin-top: 8vw; 
        justify-content: center;
        align-items: center;
    }

    .quienes_section .quienes_image img {
        width: 100%;
        height: auto;
        transform: none; 
    }
    .mejor_opcion_section {
        align-items: flex-start;
    }

    .mejor_opcion_section .opcion_container {
        flex-direction: column;
        padding: 6vw;
        gap: 6vw;
    }

    .mejor_opcion_section .opcion_content,
    .mejor_opcion_section .opcion_list {
        width: 100%;
    }

    .mejor_opcion_section .opcion_content {
        gap: 3vw;
    }

    .mejor_opcion_section .subtitle {
        font-size: 3.6vw;
    }

    .mejor_opcion_section .opcion_content h2 {
        font-size: 6vw;
        font-weight: 700;
    }

    .mejor_opcion_section .opcion_content p {
        font-size: 3vw;
    }

    .mejor_opcion_section .opcion_image {
        width: 100%;
        margin-top: 4vw;
        display: flex;
        justify-content: center;
    }
    .mejor_opcion_section .opcion_image img {
        width: 100%;
        max-width: 100%;
        height: auto; 
        border-radius: 6vw; 
        object-fit: cover;
    }
    .mejor_opcion_section .opcion_list {
    justify-content: flex-start;
        margin-top: 2vw; 
        gap: 5vw;
    }

    .mejor_opcion_section .item {
        gap: 3vw;
    }

    .mejor_opcion_section .item .icon {
        width: 8vw;
        height: 8vw;
    }

    .mejor_opcion_section .item h4 {
        font-size: 4vw;
    }

    .mejor_opcion_section .item p {
        font-size: 3vw;
    }
    .section-soluciones {
        align-items: flex-start;
    }

    .section-soluciones .row {
        flex-direction: column;
        padding: 6vw;
        gap: 6vw;
    }

    .section-soluciones .container-info,
    .section-soluciones .container-img {
        width: 100%;
    }

    .section-soluciones .container-info span {
        font-size: 3.5vw;
    }

    .section-soluciones .container-info h2 {
        font-size: 6vw;
    }

    .section-soluciones .container-info p {
        font-size: 3.5vw;
        max-width: 100%;
    }

    .section-soluciones .container-img img {
        border-radius: 6vw;
    }
    .section-habla-nosotros {
        padding: 10vw 6vw;
        margin-top: -10vw;
    }

    .section-habla-nosotros span {
        font-size: 3.5vw;
    }

    .section-habla-nosotros h2 {
        font-size: 7vw;
    }

    .section-habla-nosotros p {
        font-size: 3.5vw;
    }

    .section-habla-nosotros .map img {
        max-width: 100%;
    }
}


