/* ============================================
   CONTACTO - Estilos propios de la página
   ============================================ */

.page-contacto {
    padding-top: 0;
    position: relative;
    z-index: 1;
}

/* ----- Hero + calendario con fondo parallax ----- */
.contacto-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 3rem;
}

.contacto-parallax {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('../img/fondo-agenda.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    pointer-events: none;
}

.contacto-hero .container {
    position: relative;
    z-index: 1;
}

.contacto-title {
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 30px;
    color: var(--soul-white);
    margin-bottom: 0;
    text-align: center;
    padding: 60px 0 0;
}

/* Calendly: forzar fondo transparente del contenedor e iframe */
.contacto-hero .calendly-inline-widget {
    background: transparent !important;
}

.contacto-hero .calendly-inline-widget iframe {
    background: transparent !important;
}

@media (max-width: 767.98px) {
    .contacto-title {
        font-size: 26px;
        padding-bottom: 20px;
    }
}
