/*
Theme Name: Celebra2 Child
Template: twentytwentyfour
Version: 1.0
Description: Tema hijo personalizado para Celebra2.
Author: Jaume ;)
*/
:root {

    /* Fondos */
    --color-crema: #F8F6F2;
    --color-arena: #EFE8DE;

    /* Colores principales */
    --color-salvia: #7D8F6A;
    --color-salvia-dark: #657356;

    /* Colores de apoyo */
    --color-terracota: #D9A27C;
    --color-terracota-hover: #C17B5A;
    --color-azul-empolvado: #A9C0C7;
    --color-merengue: #fff8ef;
    --color-azul-empolvado-dark: #8aa7ad;
    --color-azul-empolvado-darker: #6f8b92;

    /* Texto */
    --color-texto: #4A4A4A;
    --color-texto-claro: #6F6F6F;

    /* Blancos */
    --color-blanco: #FFFFFF;

    /* Bordes */
    --color-borde: #E5DED4;

    /* Estados */
    --color-hover: #566149;
    --color-focus: #8EA07A;

    /* Sombras */
    --shadow-soft: rgba(0, 0, 0, 0.08);
    --shadow-medium: rgba(0, 0, 0, 0.12);

    /* Radios */
    --radius-small: 8px;
    --radius-medium: 16px;
    --radius-large: 32px;

    /* Espaciados */
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 32px;
    --spacing-lg: 64px;
    --spacing-xl: 96px;

}

* {
    outline: none;
}

.max-width-center {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.viewport-width {
    width: 100vw;
    max-width: 100vw;
    padding-right: min(6.5rem, 8vw);
    padding-left: min(6.5rem, 8vw);

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

body {
    overflow-x: hidden;
}

body>.wp-site-blocks>header {
    backdrop-filter: blur(10px);
    background: rgba(255, 248, 239, 0.85);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.wp-block-navigation__responsive-container.is-menu-open {
    min-height: 100vh;
    height: 100%;
}

/*Cabeceras*/
.cabecera-web {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: clamp(32px, 6vw, 80px);
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: clamp(54px, 8vw, 60px) 0;
}

.cabecera-web-texto {
    text-align: left;
}

.cabecera-web-texto h1 {
    margin: 0 0 20px;
    font-size: clamp(2.4rem, 6vw, 3.5rem);
    line-height: 1.05;
}

.cabecera-web-descripcion {
    max-width: 620px;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.7;
}

.cabecera-web-descripcion p {
    margin-top: 0;
}

.cabecera-web-imagen img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius-medium);
    object-fit: cover;
    max-height: 560px;
}

.cabecera-img-movil {
    display: none;
}

.cabecera-img-escritorio>img {
    width: 100%;
    display: block;
    clip-path: url(#forma-ondulada);
}

@media (max-width: 768px) {
    .cabecera-web {
        grid-template-columns: 1fr;
        padding: 48px 0px;
    }

    body.page-id-9 .cabecera-web {
        padding-bottom: 0;
    }

    .margin-top-0 {
        margin-top: 0;
    }

    .cabecera-web-texto {
        order: 1;
    }

    .cabecera-web-imagen {
        order: 2;
    }

    .cabecera-web-texto h1 {
        font-size: clamp(2.2rem, 12vw, 3.5rem);
    }

    .cabecera-img-escritorio {
        display: none;
    }

    .cabecera-img-movil {
        display: block;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
    }

    .cabecera-img-movil img {
        border-radius: 0;
        max-height: 350px;
    }
}

body.page-id-9 .cabecera-web .cabecera-web-texto h1 {
    color: var(--color-terracota);
    font-size: 2.8rem;
}

/*fin*/

.precios-promociones,
.precios-promociones * {
    max-width: 1280px;
}

.precios-promociones {
    background-color: var(--color-azul-empolvado);
    border-top-left-radius: 90px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 76px;
    border-bottom-right-radius: 70px;
    padding: 20px clamp(40px, 8vw, 60px);
}

.precios-promociones>div {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 32px;
    align-content: center;
}

.precios-promociones>div>div {
    margin-top: 0;
}

.precios-promociones a {
    display: inline-block;
    background-color: var(--color-azul-empolvado-dark);
    color: var(--color-texto);
    padding: 10px 15px;
    border-radius: var(--radius-small);
    font-weight: bold;
}

.precios-promociones a:hover {
    background-color: var(--color-azul-empolvado-darker);
}

.precios-promociones a span {
    margin-left: 30px;
}

.precios-promociones .precios-promociones-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.precios-promociones h2 {
    margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
    .precios-promociones>div {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .precios-promociones .wp-block-button {
        width: 100%;
    }

    .precios-promociones .precios-promociones-texto {
        display: block;
    }

    .precios-promociones h2 {
        margin-left: auto !important;
    }
}

.color-terracota {
    color: var(--color-terracota);
}

.main-nav li.current-menu-item {
    border-bottom: 3px solid var(--color-terracota);
}

.main-nav li {
    border-bottom: 3px solid transparent;
}

.main-nav li a {
    padding-top: 10px;
    padding-bottom: 7px;
}

.main-nav li:hover {
    border-bottom: 3px solid var(--color-terracota);
}

.main-nav li a:hover {
    text-decoration: none;
}

.home-mini-bars {
    display: block;
    width: 35px;
    height: 4px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
}

.cumple-mini-bar {
    background-color: #f3d2c0;
}

.bautizo-mini-bar {
    background-color: #cbd0b3;
}

.baby-mini-bar {
    background-color: #e8c078;
}

.amigos-mini-bar {
    background-color: #a7bdc4;
}

.mas-mini-bar {
    background-color: #df9b7b;
}

/* Promociones */
.promociones-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    margin: 40px 0;
    max-width: 1280px;
}

.promocion-card {
    background: #fff8ef;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    text-align: center;
}

.promocion-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.promocion-content {
    padding: 24px;
}

.promocion-content h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.6rem;
}

.promocion-desc {
    line-height: 1.6;
}

.promocion-desc p {
    margin-top: 0;
}

/*Nuestras instalaciones*/
.paginas-categoria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
}

.pagina-categoria-card {
    position: relative;
    text-align: left;
    box-shadow: 0 4px 8px var(--shadow-soft);
    border-radius: var(--radius-medium);
    background-color: var(--color-merengue);
}

.pagina-categoria-imagen img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: var(--radius-medium);
    border-top-right-radius: var(--radius-medium);
}

.pagina-categoria-contenido {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
}

.pagina-categoria-contenido h3 {
    font-size: 1.2rem;
    font-weight: bold;
}

.pagina-categoria-contenido p {
    margin-bottom: 80px;
}

.pagina-categoria-contenido h3 a {
    text-decoration: none;
    color: inherit;
}

.pagina-categoria-boton {
    display: inline-block;
    margin-top: 12px;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: var(--color-salvia);
    color: var(--color-blanco);
    border-bottom-left-radius: var(--radius-medium);
    border-bottom-right-radius: var(--radius-medium);
    font-size: 0.95rem;
}

.pagina-categoria-boton:hover {
    background-color: var(--color-salvia-dark);
}

/*Zonas*/
.zonas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    margin: 40px 0;
    max-width: 1280px;
}

.zona-card {
    background-color: var(--color-merengue);
    border-radius: var(--radius-medium);
    overflow: hidden;
    box-shadow: 0 4px 8px var(--shadow-soft);
    text-align: center;
}

.zona-imagen img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.zona-contenido {
    padding: 24px;
}

.zona-contenido h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}

.zona-descripcion {
    font-size: 1rem;
    line-height: 1.6;
}

/*Colaboradores*/
.colaboradores-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 40px 0;
    max-width: 1280px;
}

.colaborador-card {
    background-color: var(--color-merengue);
    border-radius: var(--radius-medium);
    overflow: hidden;
    box-shadow: 0 4px 8px var(--shadow-soft);
}

.colaborador-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.colaborador-content {
    padding: 24px;
    text-align: center;
}

.colaborador-content h3 {
    margin-top: 0;
    font-size: 1.6rem;
    font-weight: bold;
}

.colaborador-desc {
    line-height: 1.6;
}

.colaborador-links,
.colaborador-phones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.colaborador-links a {
    background-color: var(--color-azul-empolvado);
}

.colaborador-phones a {
    background-color: var(--color-crema);
}

.colaborador-links a.instagram,
.colaborador-links a.facebook,
.colaborador-links a.tiktok,
.colaborador-links a.email {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.colaborador-links a.instagram span,
.colaborador-links a.facebook span,
.colaborador-links a.tiktok span,
.colaborador-links a.email span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.colaborador-phones a.phone {
    border-radius: 999px;
    padding-left: 40px;
    padding-right: 15px;
}

.colaborador-links a,
.colaborador-boton,
.colaborador-phones a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-size: .95rem;
}

.colaborador-boton {
    margin-top: 20px;
    background-color: var(--color-salvia);
    color: var(--color-blanco);
    padding: 9px 14px;
    border-radius: var(--radius-small);
}

.colaborador-boton:hover {
    background-color: var(--color-salvia-dark);
}

.colaborador-galeria {
    max-width: 1280px;
    margin: 0 auto;
    /*padding: 40px 20px;*/
    text-align: center;
}

.colaborador-galeria-hero img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    margin-bottom: 32px;
}

.colaborador-galeria h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    margin-bottom: 40px;
    margin-top: 0;
}

.colaborador-galeria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
}

.colaborador-foto {
    margin: 0;
    background: var(--color-merengue);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 8px var(--shadow-soft);
}

.colaborador-foto img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.colaborador-foto figcaption {
    padding: 16px;
}

.colaborador-phones a.phone {
    position: relative;
    line-height: 2.6;
    color: var(--color-texto);
}

.colaborador-links a.instagram span::before,
.colaborador-links a.email span::before,
.colaborador-links a.facebook span::before,
.colaborador-links a.tiktok span::before,
.colaborador-phones a.phone span::before {
    content: "";

    display: inline-block;
    width: 27px;
    height: 40px;

    background-color: var(--color-blanco);
}

.colaborador-phones a.phone span::before {
    position: absolute;
    left: 10px;
    background-color: var(--color-texto);
    -webkit-mask: url('/wp-content/themes/celebra2-child/images/phone-svgrepo-com.svg') center/contain no-repeat;
    mask: url('/wp-content/themes/celebra2-child/images/phone-svgrepo-com.svg') center/contain no-repeat;
}

.colaborador-links a.instagram span::before {
    -webkit-mask: url('/wp-content/themes/celebra2-child/images/instagram-svgrepo-com.svg') center/contain no-repeat;
    mask: url('/wp-content/themes/celebra2-child/images/instagram-svgrepo-com.svg') center/contain no-repeat;
}

.colaborador-links a.email span::before {
    -webkit-mask: url('/wp-content/themes/celebra2-child/images/email-svgrepo-com.svg') center/contain no-repeat;
    mask: url('/wp-content/themes/celebra2-child/images/email-svgrepo-com.svg') center/contain no-repeat;
}

.colaborador-links a.facebook span::before {
    -webkit-mask: url('/wp-content/themes/celebra2-child/images/facebook-176-svgrepo-com.svg') center/contain no-repeat;
    mask: url('/wp-content/themes/celebra2-child/images/facebook-176-svgrepo-com.svg') center/contain no-repeat;
}

.colaborador-links a.tiktok span::before {
    -webkit-mask: url('/wp-content/themes/celebra2-child/images/tiktok-svgrepo-com.svg') center/contain no-repeat;
    mask: url('/wp-content/themes/celebra2-child/images/tiktok-svgrepo-com.svg') center/contain no-repeat;
}

@media screen and (min-width: 600px) {
    .colaborador-card {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 32px;
    }

    .colaborador-img img {
        height: 100%;
    }

    .colaborador-content {
        text-align: left;
        position: relative;
    }

    .colaborador-boton {
        position: absolute;
        left: 24px;
        bottom: 24px;
    }

    .colaborador-card:has(.colaborador-boton) .colaborador-phones {
        margin-bottom: 60px;
    }

    .colaborador-galeria-hero img {
        max-width: 350px;
        max-height: 350px;
        margin-bottom: 0;
    }

    .colaborador-header {
        display: flex;
        align-items: center;
        gap: 32px;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-bottom: 60px;
    }
}

/*Celebraciones*/
.celebraciones-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    margin: 40px 0;
    max-width: 1280px;
}

.celebracion-card {
    background-color: var(--color-merengue);
    border-radius: var(--radius-medium);
    overflow: hidden;
    box-shadow: 0 4px 8px var(--shadow-soft);
    position: relative;
}

.celebracion-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.celebracion-content {
    padding: 24px;
    text-align: center;
}

.celebracion-content h3 {
    margin-top: 0;
    font-size: 1.6rem;
    font-weight: bold;
}

.celebracion-fecha,
.celebracion-galeria-fecha {
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--color-terracota);
}

.celebracion-desc {
    line-height: 1.6;
    margin-bottom: 60px;
}

.celebracion-boton {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 18px;
    border-radius: var(--radius-small);
    background: var(--color-salvia);
    color: var(--color-blanco);
    text-decoration: none;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    font-size: 0.95rem;
}

.celebracion-galeria {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 40px 20px;*/
    text-align: center;
}

.celebracion-galeria-hero img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: var(--radius-medium);
    margin-bottom: 32px;
}

.celebracion-galeria h1 {
    font-size: clamp(1.85rem, 1.85rem + ((1vw - 0.2rem) * 1.083), 2.5rem);
    margin-bottom: 12px;
    margin-top: 0;
}

.celebracion-galeria-desc {
    max-width: 800px;
    margin: 0 auto 40px auto;
    line-height: 1.7;
}

.celebracion-galeria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
}

.celebracion-foto {
    margin: 0;
    background-color: var(--color-merengue);
    border-radius: var(--radius-medium);
    overflow: hidden;
    box-shadow: 0 4px 8px var(--shadow-soft);
}

.celebracion-foto img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.celebracion-foto figcaption {
    padding: 16px;
}

/*Contacto Footer*/
.cf-contacto {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cf-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.cf-item .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: var(--color-azul-empolvado);
    margin-top: 2px;
}

.cf-item div {
    line-height: 1.7;
}

.cf-item a {
    text-decoration: none;
    color: inherit;
}

/*Redes footer*/
.cf-redes {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.cf-red {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--color-azul-empolvado);
    color: white;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.cf-red::before {
    content: "";
    position: absolute;
    inset: 9px;
    background: white;
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
}

.cf-instagram::before {
    mask-image: url('/wp-content/themes/celebra2-child/images/instagram-svgrepo-com.svg');
    -webkit-mask-image: url('/wp-content/themes/celebra2-child/images/instagram-svgrepo-com.svg');
}

.cf-facebook::before {
    mask-image: url('/wp-content/themes/celebra2-child/images/facebook-176-svgrepo-com.svg');
    -webkit-mask-image: url('/wp-content/themes/celebra2-child/images/facebook-176-svgrepo-com.svg');
}

.cf-tiktok::before {
    mask-image: url('/wp-content/themes/celebra2-child/images/tiktok-svgrepo-com.svg');
    -webkit-mask-image: url('/wp-content/themes/celebra2-child/images/tiktok-svgrepo-com.svg');
}

/*footer*/
.footer-nav {
    margin-top: 150px;
}

.footer-content {
    background-color: var(--color-arena);
    margin-top: 0;
    padding-top: 10px !important;
    padding-bottom: 30px !important;
}

.footer-nav h4 {
    margin-top: 11px !important;
}

.footer-wave {
    line-height: 0;
    margin-bottom: -1px;
}

.footer-wave svg {
    display: block;
    width: 100%;
    height: 80px;
}

.copyright-footer {
    text-align: center;
    padding: 14px 24px;
    font-size: 0.9rem;
    color: var(--color-blanco);
    background-color: var(--color-salvia-dark);
}

.copyright-footer p {
    margin: 0;
}

@media screen and (min-width: 600px) {
    .main-nav li.nav-contact {
        background-color: var(--color-terracota);
        border-radius: var(--radius-small);
        padding-left: 15px;
        padding-right: 15px;
        border-color: transparent;
    }

    .main-nav li.nav-contact:hover {
        background-color: var(--color-terracota-hover);
    }

    .main-nav li.nav-contact a {
        color: var(--color-blanco) !important;
    }

    .main-nav li.nav-contact.current-menu-item {
        background-color: var(--color-terracota-hover);
    }
}

/* =========================================================
   CONTACT FORM 7
========================================================= */

.wpcf7 {
    width: min(100%, 760px);
    margin: 0 auto;
}

.wpcf7-form {
    box-sizing: border-box;
    padding: clamp(24px, 5vw, 48px);
    background: var(--color-arena);
    border-radius: var(--radius-medium);
    margin-top: 50px;
}

/* Separación entre campos */
.wpcf7-form>p {
    margin: 0 0 22px;
}

.wpcf7-form>p:last-of-type {
    margin-bottom: 0;
}

/* Etiquetas */
.wpcf7-form label {
    display: block;
    color: #3f352d;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

/* Contenedor generado por Contact Form 7 */
.wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}

/* Campos */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 14px 17px;
    border: 1px solid rgba(63, 53, 45, 0.18);
    border-radius: 16px;
    outline: none;
    background: #ffffff;
    color: #3f352d;
    font: inherit;
    line-height: 1.5;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select {
    min-height: 52px;
}

.wpcf7 textarea {
    min-height: 180px;
    resize: vertical;
}

/* Estado al escribir */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #d96c4a;
    background: #fffdf9;
    box-shadow: 0 0 0 4px rgba(217, 108, 74, 0.13);
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #9a8d82;
    opacity: 1;
}

/* Botón */
.wpcf7 input[type="submit"] {
    appearance: none;
    padding: 15px 15px;
    border: 0;
    border-radius: var(--radius-small);
    background: var(--color-terracota);
    color: #ffffff;
    font: inherit;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
    background: var(--color-terracota-hover);
}

.wpcf7 input[type="submit"]:disabled {
    opacity: 0.65;
    cursor: wait;
    transform: none;
}

/* Spinner */
.wpcf7 .wpcf7-spinner {
    margin: 0 0 0 12px;
    vertical-align: middle;
}

/* Campos con error */
.wpcf7 .wpcf7-not-valid {
    border-color: #c94d3f;
    background: #fff9f8;
    box-shadow: 0 0 0 3px rgba(201, 77, 63, 0.09);
}

/* Mensaje debajo del campo */
.wpcf7 .wpcf7-not-valid-tip {
    display: block;
    margin-top: 7px;
    color: #a4362d;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.4;
}

/* Mensaje general del formulario */
.wpcf7 form .wpcf7-response-output {
    margin: 24px 0 0;
    padding: 15px 18px;
    border: 0;
    border-radius: 15px;
    line-height: 1.55;
}

/* Error de validación */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffe6e2;
    color: #782b20;
}

/* Enviado correctamente */
.wpcf7 form.sent .wpcf7-response-output {
    background: #e8f6e8;
    color: #255c2b;
}

/* Error de envío */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    background: #fff0d2;
    color: #73530d;
}

/* Ocultos internos */
.wpcf7 .hidden-fields-container {
    display: none;
}

/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 600px) {
    .wpcf7-form {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .wpcf7-form>p {
        margin-bottom: 18px;
    }

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="url"],
    .wpcf7 input[type="number"],
    .wpcf7 input[type="date"],
    .wpcf7 select,
    .wpcf7 textarea {
        padding: 13px 15px;
        border-radius: 14px;
    }

    .wpcf7 textarea {
        min-height: 150px;
    }

    .wpcf7 input[type="submit"] {
        width: 100%;
    }

    .wpcf7 .wpcf7-spinner {
        display: block;
        margin: 12px auto 0;
    }
}

.footer-mapa {
    margin-top: 150px;
    margin-bottom: -215px
}

.footer-mapa h2 {
    margin-bottom: 45px;
}

.footer-mapa iframe {
    width: 100%;
    height: 300px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}