.img-quienes-somos {
    min-height: 60vh;
    max-height: 60vh;
    object-fit: cover;
    object-position: bottom;
    filter: brightness(75%);
}

.caption-quienes-somos {
    max-width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 1rem 2rem;
    text-align: center;
    border-radius: 20px;
}

.quienes-somos-text {
    font-size: 3rem;
    font-weight: 400;
    color: var(--blanco);
    line-height: 4rem;
}

.italic {
    font-style: italic;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--secundario-light);
}

.jnavarro-text {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-weight: 400;
    margin-left: 0.5rem;
    font-size: 3.5rem;
}

.ilustracion svg,
.ilustracion img {
    height: 400px;
}

.ilustracion img {
    box-sizing: border-box;
    width: 90%;
    height: auto;
}

.text-quienes-somos p {
    font-size: 1.1rem;
}

.section-info-quienes {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
}

.section-info-quienes {
    display: flex;
    flex-direction: row;
    height: fit-content;
}

.img-somos {
    width: 30%;
    height: 100%;
    overflow: hidden;
}

.img-quienes-somos{
    filter: brightness(0.6);
}

.img-somos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.text-quienes-somos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    max-height: 90%;
    box-sizing: border-box;
}

.section-info-quienes .row > * {
    padding-right: 0 !important;
}

@media screen and (max-width: 1599.5px) {
}

@media screen and (max-width: 1199.5px) {
}

@media screen and (max-width: 991.5px) {
    .quienes-somos {
        height: 80vh;
    }

    .img-quienes-somos {
        min-height: 80vh;
        max-height: 80vh;
        object-fit: cover;
        object-position: bottom;
    }

    .section-info-quienes {
        display: flex;
        flex-direction: column;
        height: fit-content;
    }

    .img-somos {
        display: none;
    }

    .text-quienes-somos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 95%;
        box-sizing: border-box;
        padding: 3rem;
    }
}

@media (max-width: 767.5px) {
    .quienes-somos {
        height: 80vh;
    }
    .quienes-somos-text {
        font-size: 2rem;
        font-weight: 400;
        color: var(--blanco);
        line-height: 4rem;
    }
    .jnavarro-text {
        font-family: "Libre Baskerville", serif;
        font-style: italic;
        text-transform: capitalize;
        font-weight: 400;
        margin-left: 0.5rem;
        font-size: 2.5rem;
    }

    .img-quienes-somos {
        min-height: 80vh;
        max-height: 80vh;
        object-fit: cover;
        object-position: bottom;
    }
}

@media screen and (max-width: 575.5px) {
}
