/* Cambios del cliente de 02/09/2026. Hoja independiente y reversible. */
/* Conócenos empieza después del hero, sin superposición ni sombra superior. */
.text-columns .container {
    margin-top: 0;
    box-shadow: none;
}

.active-types .business-expanded .active-item {
    flex-basis: calc(33.333333% - 30px);
    min-width: 0;
}

.active-types .business-expanded .active-item:nth-child(n + 4) {
    flex-basis: calc(50% - 30px);
}

.active-types .business-expanded .active-item p {
    width: 100%;
}

.partner-dossier {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 35px auto 55px;
    max-width: 680px;
}

.partner-dossier-cover {
    display: block;
    width: 100%;
    box-shadow: 0 4px 18px rgba(48, 46, 44, .18);
}

.partner-dossier-cover img {
    display: block;
    width: 100%;
    height: auto;
}

.partner-dossier-download {
    display: inline-block;
    max-width: 100%;
    padding: 14px 28px;
    background: #866050;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.partner-dossier-download:hover,
.partner-dossier-download:focus {
    background: #302e2c;
    color: #fff;
    text-decoration: none;
}

.partner-dossier a:focus-visible {
    outline: 3px solid #866050;
    outline-offset: 5px;
}

/* La transparencia sólo afecta a la foto, nunca al texto ni al formulario. */
footer .prefooter {
    position: relative;
    isolation: isolate;
    background: #302e2c;
}

footer .prefooter::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url("../img/contacto-oficina-20260902.jpeg") center 55% / cover no-repeat;
    opacity: .26;
    pointer-events: none;
}

@media (max-width: 768px) {
    .active-types .business-expanded .active-item,
    .active-types .business-expanded .active-item:nth-child(n + 4) {
        flex-basis: 100%;
        margin: 0 0 40px;
    }

    .partner-dossier { gap: 20px; margin-bottom: 40px; }
    footer .prefooter::before { background-position: 58% center; }
}
