/* GESTORA DE FONDOS PAGE - CES VALI THEME */

#hero-fondos {
    background: linear-gradient(253.34deg, #07294e 2.99%, #0a3a6b 51.5%);
    color: #fff;
}

#hero-fondos::after {
    content: "";
    background-image: url("../../../assets/images/fondos-hero.webp");
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

#hero-fondos > .container {
    position: relative;
    z-index: 1;
}

.hero-content__suptitle {
    font-size: clamp(1.125rem, 0.8958rem + 0.8333vw, 1.625rem);
    margin-bottom: 10px;
}

.hero-content__title {
    font-size: clamp(2.25rem, 1.849rem + 1.4583vw, 3.125rem);
    line-height: 1.2em;
}

#beneficios {
    --content-width: 1100px;
    background: radial-gradient(
        38.33% 149.33% at 16.46% 100%,
        #07294e 0%,
        #05223d 100%
    );
    color: #fff;
    position: relative;
}

#beneficios::after {
    content: "";
    background-image: url("../../../assets/images/fondos-beneficios-bg.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    aspect-ratio: 309/345;
    width: 27vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

#beneficios > .container {
    position: relative;
    z-index: 1;
}

#beneficios .section-title {
    color: #fff;
}

.beneficios {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    gap: 20px;
}

.beneficios > li {
    max-width: 240px;
    text-align: center;
}

.beneficios > li > figure {
    margin-bottom: 20px;
}

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

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

#detalles .col-35 {
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.19);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#detalles .col-35 h2 {
    color: #0a3a6b;
    margin-bottom: 10px;
}

.form-footer :is(input[type="submit"], .btn-submit),
.form-step:is(.thanks, .failed) > a.btn {
    background-color: #05223d;
}

.form-footer :is(input[type="submit"], .btn-submit):hover,
.form-step:is(.thanks, .failed) > a.btn:hover {
    background-color: #0a3a6b;
}

@media screen and (max-width: 480px) {
    .beneficios {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .beneficios > li {
        width: 100%;
    }
}
