/* NOSOTROS PAGE - CES VALI THEME */

:is(.swiper-button-next, .swiper-button-prev) {
    width: 40px !important;
    height: 40px !important;
}

#hero {
    --content-width: 1100px;
    background: linear-gradient(90deg, #07294e 0%, #0a3a6b 100%);
    color: #fff;
    position: relative;
    z-index: 1;
}

#hero::before {
    content: "";
    display: block;
    width: 30vw;
    max-width: 352px;
    height: 508px;
    background-image: url("../../../assets/images/fondo-nosotros.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

#hero > .container {
    align-items: center;
}

#hero .hero-imagen figure {
    text-align: center;
}

#hero .hero-imagen img {
    max-height: 500px;
    width: auto;
    margin: clamp(2.5rem, 1.125rem + 5vw, 5rem) auto 0;
}

#proposito {
    --content-width: 1100px;
    background-color: #f5f7fa;
}

#proposito .valor {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
    padding: 30px;
    color: var(--secondary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#proposito .valor h3 {
    margin-top: 10px;
    font-size: clamp(1.5rem, 1.3281rem + 0.625vw, 1.875rem);
    text-align: center;
}

#principios {
    --content-width: 1100px;
}

#principios > .container {
    border-bottom: 1px solid #909090;
}

#principios .section-title {
    text-align: left;
}

#principios .principios-content__text {
    color: var(--secondary-color);
}

#principios .principios-content__text :is(h2, h3, h4, h5, h6) {
    color: var(--main-color);
}

#historia .historia-item {
    min-height: 320px;
    height: auto;
    color: #fff;
    background-color: #07294e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 25px 20px;
    gap: 10px;
}

#historia .historia-item:nth-child(even) {
    background-color: #0a3a6b;
}

#historia .historia-item__title {
    font-size: clamp(1.5rem, 1.2708rem + 0.8333vw, 2rem);
    text-decoration: underline;
    margin-bottom: 5px;
}

#historia .historia-item__image {
    margin: 10px 0;
    height: 70px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#historia .historia-item__image img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}

#historia .historia-item > div {
    font-size: 13px;
    line-height: 1.5;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    #hero {
        padding-top: clamp(2.5rem, 1.125rem + 5vw, 5rem);
    }

    #hero .hero-imagen img {
        margin: 0 auto;
        max-height: 360px;
    }

    #principios .section-title {
        text-align: center;
    }

    #principios .principios-imagen figure {
        text-align: center;
    }

    #principios .principios-imagen img {
        max-height: 320px;
        width: auto;
    }

    #historia .section-title {
        width: calc(100dvw - 60px);
        margin: 0 auto 30px;
    }

    .hero-content,
    .principios-content__text,
    .valor {
        text-align: justify;
    }
}
