/**
Theme Name: gdt32
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gdt32
Template: astra
*/
:root{
    --gdt32-bg: #F7F4EE;
    --gdt32-surface: #FFFFFF;
    --gdt32-surface-soft: #F5EFE3;
    --gdt32-surface-soft-2: #FAF8F3;
    --gdt32-text: #111111;
    --gdt32-text-soft: #6F6A63;
    --gdt32-accent: #C9A45C;
    --gdt32-accent-soft: #E9DFC8;
    --gdt32-dark: #111111;
    --gdt32-dark-2: #1B1B1B;
    --gdt32-border: rgba(17,17,17,.06);
    --gdt32-shadow: 0 12px 30px rgba(0,0,0,.08);

    --gdt32-success-bg: #E5F3E8;
    --gdt32-success-text: #1F5B2E;
    --gdt32-warning-bg: #F9EECF;
    --gdt32-warning-text: #7A5B00;
    --gdt32-danger-bg: #F8E1E1;
    --gdt32-danger-text: #8A1F1F;

    --gdt32-radius-xl: 28px;
    --gdt32-radius-lg: 22px;
    --gdt32-radius-md: 16px;
    --gdt32-radius-sm: 12px;
}

body{
    background: var(--gdt32-bg);
    color: var(--gdt32-text);
}

/* CONTENEDOR GENERAL */
.gdt32-app-shell{
    width:100%;
    max-width:780px;
    margin:0 auto;
    padding:20px 16px 0;
    box-sizing:border-box;
}

@media (min-width:768px){
    .gdt32-app-shell{
        padding:28px 20px 0;
    }
}

/* TARJETAS */
.gdt32-card,
.gdt32-home-card,
.gdt32-home-wide-card{
    background: var(--gdt32-surface);
    border-radius: var(--gdt32-radius-lg);
    padding:20px;
    box-shadow: var(--gdt32-shadow);
    border:1px solid var(--gdt32-border);
}

.gdt32-panel-privado,
.gdt32-home-layout,
.gdt32-perfil-wrap,
.gdt32-mis-consumos-wrap,
.gdt32-avisos-listado,
.gdt32-programacion-listado,
.gdt32-perfil-vinculados{
    display:flex;
    flex-direction:column;
    gap:18px;
}

/* CABECERA APP */
.gdt32-app-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-bottom:18px;
}

.gdt32-app-header__brand{
    display:flex;
    align-items:center;
    gap:12px;
    min-width:0;
}

.gdt32-app-header__logo{
    width:48px;
    height:48px;
    border-radius:16px;
    background: var(--gdt32-dark);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:800;
    letter-spacing:.04em;
    flex:0 0 48px;
}

.gdt32-app-header__text{
    display:flex;
    flex-direction:column;
    min-width:0;
}

.gdt32-app-header__text strong{
    font-size:16px;
    line-height:1.1;
}

.gdt32-app-header__text span{
    font-size:13px;
    line-height:1.2;
    color: var(--gdt32-text-soft);
}

.gdt32-app-header__actions{
    display:flex;
    align-items:center;
    gap:8px;
}

.gdt32-app-header__actions a{
    width:42px;
    height:42px;
    border-radius:14px;
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.07);
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:18px;
    border:1px solid var(--gdt32-border);
}

/* HERO HOME */
.gdt32-home-hero{
    background: radial-gradient(circle at top right, rgba(201, 164, 92, .22), transparent 32%), linear-gradient(135deg, #154715 0%, #144614c9 100%);
    color:#2b562a;
    border-radius: var(--gdt32-radius-xl);
    padding:24px;
    box-shadow:0 18px 45px rgba(0,0,0,.18);
    position:relative;
    overflow:hidden;
}

.gdt32-home-hero__eyebrow{
    display:inline-block;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
    color: var(--gdt32-accent);
    margin-bottom:10px;
}

.gdt32-home-hero h1{
    margin:0 0 8px;
    font-size:34px;
    line-height:1.02;
    font-family:"Cormorant Garamond", Georgia, serif;
    font-weight:700;
    color: #2b562a;
    text-shadow: 3px 1px 2px #ffffff;
}

.gdt32-home-hero p{
    margin:0;
    font-size: 17px;
    text-shadow: 2px 1px 0px white;
    opacity: 1;
}

.gdt32-home-hero__actions{
    /*display:flex;*/
    display:none;
    gap:10px;
    flex-wrap:wrap;
    margin-top:16px;
}

.gdt32-home-hero__actions a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 14px;
    border-radius:14px;
    text-decoration:none;
    font-weight:700;
    background: var(--gdt32-accent);
    color:#111;
}

/* HOME GRID */
.gdt32-home-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.gdt32-home-card__top{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:14px;
}

.gdt32-home-card__icon{
    font-size:20px;
    line-height:1;
}

.gdt32-home-card__label{
    font-size:14px;
    font-weight:700;
}

.gdt32-home-card__value{
    font-size:30px;
    font-weight:800;
    line-height:1;
    margin-bottom:8px;
}

.gdt32-home-card__meta{
    font-size:14px;
    color: var(--gdt32-text-soft);
}

.gdt32-home-card__link{
    margin-top:14px;
}

.gdt32-home-card__link a{
    text-decoration:none;
    font-weight:700;
    color: var(--gdt32-dark);
}

.gdt32-home-wide-card__head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-bottom:10px;
}

.gdt32-home-wide-card__head span{
    font-size:14px;
    font-weight:700;
}

.gdt32-home-wide-card__head a{
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    color: var(--gdt32-dark);
}

.gdt32-home-wide-card h3{
    margin:0 0 10px;
    font-size:24px;
    line-height:1.15;
}

.gdt32-home-wide-card__text,
.gdt32-home-hoy__meta{
    font-size:15px;
    line-height:1.55;
}

.gdt32-home-hoy__meta{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.gdt32-resumen-consumos__head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-bottom:14px;
}

.gdt32-resumen-consumos__head h3{
    margin:0;
}

.gdt32-resumen-consumos__head a{
    text-decoration:none;
    font-weight:600;
    font-size:14px;
    color: var(--gdt32-dark);
}

.gdt32-resumen-consumos__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.gdt32-resumen-consumos__box{
    background: var(--gdt32-surface-soft-2);
    border-radius:16px;
    padding:16px;
    display:flex;
    flex-direction:column;
    gap:6px;
    border:1px solid rgba(201,164,92,.16);
}

.gdt32-resumen-consumos__box span{
    font-size:13px;
    color: var(--gdt32-text-soft);
}

.gdt32-resumen-consumos__box strong{
    font-size:22px;
    line-height:1.1;
}

/* BIENVENIDA */
.gdt32-bienvenida h2{
    margin:0 0 8px;
    font-size:28px;
    line-height:1.1;
}

.gdt32-bienvenida p{
    margin:0;
    font-size:15px;
    color: var(--gdt32-text-soft);
}

/* ACCESOS RÁPIDOS */
.gdt32-grid-accesos{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:15px;
}

.gdt32-acceso{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    align-content: center;
    min-height:92px;
    padding:16px;
    border-radius:18px;
    text-decoration:none;
    color:#111;
    font-weight:600;
    text-align:left;
    transition:.2s ease;
    border:1px solid rgba(201,164,92,.22);
    background-color: #f7f4ee;
}

.gdt32-acceso:hover{
    transform:translateY(-2px);
}

.gdt32-acceso__icono{
    font-size:22px;
    line-height:1;
    margin-bottom:10px;
}

.gdt32-acceso__titulo{
    font-size:14px;
    line-height:1.2;
}

/* ALERTAS */
.gdt32-alerta{
    padding:14px 16px;
    border-radius:12px;
    margin:0 0 18px;
    font-size:15px;
    line-height:1.45;
    border:1px solid transparent;
}

.gdt32-alerta--error{
    background:#fff1f1;
    border-color:#f1c0c0;
    color:#8a1f1f;
}

.gdt32-alerta--ok{
    background:#eefaf0;
    border-color:#b9dfbf;
    color:#1f6b2d;
}

/* ESTADOS */
.gdt32-estado,
.gdt32-consumo-estado{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:6px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
}

.gdt32-estado--activo,
.gdt32-consumo-estado--pagado{
    background: var(--gdt32-success-bg);
    color: var(--gdt32-success-text);
}

.gdt32-estado--pendiente,
.gdt32-consumo-estado--pendiente{
    background: var(--gdt32-warning-bg);
    color: var(--gdt32-warning-text);
}

.gdt32-estado--bloqueado{
    background: var(--gdt32-danger-bg);
    color: var(--gdt32-danger-text);
}

/* AVISOS */
.gdt32-aviso-item{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.gdt32-aviso-tipo{
    display:inline-flex;
    align-self:flex-start;
    padding:6px 10px;
    border-radius:999px;
    background: var(--gdt32-accent-soft);
    color: var(--gdt32-dark);
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.gdt32-aviso-titulo{
    margin:0;
    font-size:22px;
    line-height:1.2;
}

.gdt32-aviso-fecha{
    font-size:14px;
    color: var(--gdt32-text-soft);
}

.gdt32-aviso-destacado{
    border:1px solid rgba(201,164,92,.24);
}

.gdt32-aviso-destacado__head{
    display:flex;
    gap:10px;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:10px;
}

.gdt32-aviso-destacado__etiqueta{
    padding:6px 10px;
    border-radius:999px;
    background: var(--gdt32-dark);
    color:#fff;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
}

.gdt32-aviso-destacado__tipo{
    padding:6px 10px;
    border-radius:999px;
    background: var(--gdt32-accent-soft);
    color: var(--gdt32-dark);
    font-size:12px;
    font-weight:600;
}

.gdt32-aviso-destacado h3{
    margin:0 0 10px;
}

.gdt32-aviso-destacado__link{
    margin-top:14px;
}

.gdt32-aviso-destacado__link a{
    font-weight:700;
    text-decoration:none;
    color: var(--gdt32-dark);
}

/* PROGRAMACIÓN */
.gdt32-programacion-item{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.gdt32-programacion-titulo{
    margin:0;
    font-size:24px;
    line-height:1.2;
}

.gdt32-programacion-fecha{
    font-size:14px;
    color: var(--gdt32-text-soft);
    text-transform:capitalize;
}

.gdt32-programacion-bloques{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.gdt32-programacion-linea{
    font-size:15px;
    line-height:1.5;
}

.gdt32-programacion-resumen{
    margin-top:6px;
    font-size:15px;
    line-height:1.6;
}

/* CARNET */
.gdt32-carnet-wrap{
    display:flex;
    justify-content:center;
}

.gdt32-carnet{
    width:100%;
    max-width:720px;
    color:#000;
    border-radius:28px;
    padding:24px;
    box-shadow:0 18px 45px rgba(0,0,0,.2);
    position:relative;
    overflow:hidden;
}

.gdt32-carnet {
    background-image: url(https://gdt32.es/wp-content/uploads/2026/04/bg_carnet.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.gdt32-carnet__top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    margin-bottom:24px;
}

.gdt32-carnet__marca{
    font-size:30px;
    font-weight:900;
    line-height:1;
    letter-spacing:.06em;
    color: var(--gdt32-accent);
}

.gdt32-carnet__submarca{
    margin-top:6px;
    font-size:14px;
    opacity:.82;
}

.gdt32-carnet__ano{
    font-size:18px;
    font-weight:700;
    background:rgba(201,164,92,.16);
    color:#fff;
    padding:8px 12px;
    border-radius:12px;
    border:1px solid rgba(201,164,92,.2);
}

.gdt32-carnet__body{
    display:grid;
    grid-template-columns:120px 1fr;
    gap:20px;
    align-items:center;
}

.gdt32-carnet__foto{
    width:120px;
    height:120px;
    object-fit:cover;
    border-radius:18px;
    background:#fff;
}

.gdt32-carnet__foto--placeholder{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    font-weight:800;
    color:#111;
    background:#f3f3f3;
    letter-spacing:.04em;
}

.gdt32-carnet__nombre{
    margin:0 0 14px;
    font-size:28px;
    line-height:1.1;
}

.gdt32-carnet__dato{
    display:flex;
    flex-direction:column;
    gap:4px;
    margin-bottom:10px;
}

.gdt32-carnet__dato span{
    font-size:13px;
    opacity:.75;
}

.gdt32-carnet__dato strong{
    font-size:16px;
}

.gdt32-carnet__qr{
    margin-top:24px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.12);
    text-align:center;
}

.gdt32-carnet__qr img{
    width:180px;
    max-width:100%;
    height:auto;
    background:#fff;
    padding:10px;
    border-radius:16px;
}

.gdt32-carnet__qr p{
    margin:10px 0 0;
    font-size:14px;
    opacity:.8;
}

.gdt32-verificacion--ok .gdt32-card{
    border:2px solid #bfe3c8;
}

.gdt32-verificacion--ko .gdt32-card{
    border:2px solid #efc2c2;
}

/* PERFIL */
.gdt32-perfil-head{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:20px;
}

.gdt32-perfil-avatar{
    width:64px;
    height:64px;
    border-radius:18px;
    background: var(--gdt32-surface-soft-2);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:800;
    color:#111;
    flex:0 0 64px;
}

.gdt32-perfil-head__info h2{
    margin:0 0 4px;
    font-size:28px;
    line-height:1.1;
}

.gdt32-perfil-head__info p{
    margin:0;
    font-size:15px;
    color: var(--gdt32-text-soft);
    word-break:break-word;
}

.gdt32-perfil-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.gdt32-perfil-dato{
    background: var(--gdt32-surface-soft-2);
    border-radius:14px;
    padding:14px;
    display:flex;
    flex-direction:column;
    gap:6px;
    border:1px solid rgba(201,164,92,.16);
}

.gdt32-perfil-dato span{
    font-size:13px;
    color: var(--gdt32-text-soft);
}

.gdt32-perfil-dato strong{
    font-size:16px;
    line-height:1.3;
}

.gdt32-perfil-acciones h3{
    margin:0 0 16px;
}

/* VINCULADOS */
.gdt32-vinculados-lista{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-top:14px;
}

.gdt32-vinculado-item{
    background: var(--gdt32-surface-soft-2);
    border-radius:14px;
    padding:14px;
    display:flex;
    flex-direction:column;
    gap:10px;
    border:1px solid rgba(201,164,92,.16);
}

.gdt32-vinculado-item__head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.gdt32-vinculado-item__head strong{
    font-size:16px;
}

.gdt32-vinculado-item__meta{
    display:flex;
    flex-direction:column;
    gap:6px;
    font-size:14px;
    line-height:1.4;
}

.gdt32-vinculado-item__meta span{
    color: var(--gdt32-text-soft);
}

/* FORMULARIOS */
.gdt32-form-consumo{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.gdt32-form-row{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.gdt32-form-row label{
    font-size:14px;
    font-weight:600;
}

.gdt32-form-row input,
.gdt32-form-row textarea,
.gdt32-form-row select{
    width:100%;
    border:1px solid #ddd;
    border-radius:14px;
    padding:13px 14px;
    font-size:15px;
    box-sizing:border-box;
    background:#fff;
}

.gdt32-form-row input:focus,
.gdt32-form-row textarea:focus,
.gdt32-form-row select:focus{
    outline:none;
    border-color:#111;
    box-shadow:0 0 0 3px rgba(17,17,17,.08);
}

.gdt32-btn,
.gdt32-form-row button,
.gdt32-btn-logout{
    border:none;
    border-radius:14px;
    padding:13px 18px;
    background: var(--gdt32-dark);
    color:#fff;
    font-weight:700;
    cursor:pointer;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:.2s ease;
}

.gdt32-btn:hover,
.gdt32-form-row button:hover,
.gdt32-btn-logout:hover{
    transform:translateY(-1px);
}

.gdt32-btn--gold{
    background: var(--gdt32-accent);
    color:#111;
}

/* CONSUMOS */
.gdt32-consumos-lista{
    display:flex;
    flex-direction:column;
    gap:14px;
    margin-top:14px;
}

.gdt32-consumo-item{
    background: var(--gdt32-surface-soft-2);
    border-radius:14px;
    padding:14px;
    display:flex;
    flex-direction:column;
    gap:10px;
    border:1px solid rgba(201,164,92,.16);
}

.gdt32-consumo-item__head{
    display:flex;
    justify-content:space-between;
    gap:12px;
    align-items:center;
    flex-wrap:wrap;
}

.gdt32-consumo-item__head strong{
    font-size:16px;
}

.gdt32-consumo-item__head-right{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}

.gdt32-consumo-item__head span{
    font-size:16px;
    font-weight:700;
}

.gdt32-consumo-item__nota{
    font-size:14px;
    line-height:1.5;
}

.gdt32-consumo-item__foto img{
    display:block;
    width:100%;
    max-width:220px;
    height:auto;
    border-radius:12px;
}

.gdt32-consumo-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top:8px;
}

.gdt32-consumo-actions form{
    margin:0;
}

.gdt32-consumo-actions button{
    border:1px solid #ddd;
    border-radius:10px;
    padding:10px 12px;
    background:#2b572a;
    cursor:pointer;
    font-weight:600;
}

.gdt32-btn-delete{
    border-color:#f0c2c2 !important;
    color:#fff;
}

.gdt32-consumo-edit{
    margin-top:8px;
}

.gdt32-consumo-edit summary{
    cursor:pointer;
    font-weight:600;
    margin-bottom:10px;
}

.gdt32-form-consumo--edit{
    margin-top:10px;
}

.gdt32-consumos-total-wrap{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
}

.gdt32-consumos-total{
    padding:16px;
    border-radius:14px;
    background: var(--gdt32-surface-soft-2);
    display:flex;
    flex-direction:column;
    gap:6px;
    border:1px solid rgba(201,164,92,.16);
}

.gdt32-consumos-total span{
    font-size:15px;
    color: var(--gdt32-text-soft);
}

.gdt32-consumos-total strong{
    font-size:24px;
    line-height:1;
}

.gdt32-consumos-total--global{
    background: var(--gdt32-dark);
    color:#fff;
    border-color: transparent;
}

.gdt32-consumos-total--global span{
    color: rgba(255,255,255,.75);
}

/* MENÚ APP MÓVIL */
.gdt32-app-menu{
    display:none;
}

@media (max-width:767px){
    .gdt32-app-menu{
        display:block;
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        z-index:9999;
        padding:10px 12px calc(10px + env(safe-area-inset-bottom));
        pointer-events:none;
    }

    .gdt32-app-menu__inner{
        display:grid;
        grid-template-columns:repeat(5,minmax(0,1fr));
        gap:8px;
        background:rgb(247 244 238);
        border-radius:5px;
        padding:7px;
        box-shadow:0 14px 35px rgba(0,0,0,.18);
        backdrop-filter:blur(10px);
        pointer-events:auto;
        border:1px solid rgba(201,164,92,.12);
    }

    .gdt32-app-menu__item{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:4px;
        min-height:56px;
        padding:6px 4px;
        border-radius:14px;
        text-decoration:none;
        color:#2b572a;
        opacity:.82;
        transition:.2s ease;
        text-align:center;
    }

    .gdt32-app-menu__item.is-active{
        
        opacity:1;
        border: 1px solid #d9b15a;
    }

    .gdt32-app-menu__icon{
        font-size:18px;
        line-height:1;
    }

    .gdt32-app-menu__label{
        font-size:11px;
        line-height:1.1;
        font-weight:600;
    }

    body{
        padding-bottom:95px;
    }
}

/* RESPONSIVE GENERAL */
@media (max-width:767px){
    .gdt32-home-hero h1{
        font-size:28px;
    }

    .gdt32-home-grid,
    .gdt32-perfil-grid,
    .gdt32-resumen-consumos__grid,
    .gdt32-consumos-total-wrap{
        grid-template-columns:1fr;
    }

    .gdt32-home-card__value{
        font-size:26px;
    }

    .gdt32-home-wide-card h3{
        font-size:21px;
    }

    .gdt32-perfil-head__info h2{
        font-size:24px;
    }

    .gdt32-carnet{
        padding:18px;
        border-radius:20px;
    }

    .gdt32-carnet__body{
        grid-template-columns:1fr;
    }

    .gdt32-carnet__foto-col{
        display:flex;
        justify-content:center;
    }

    .gdt32-carnet__nombre{
        font-size:24px;
    }
}

body.gdt32-app-page header.site-header,
body.gdt32-app-page #masthead,
body.gdt32-app-page footer.site-footer,
body.gdt32-app-page #colophon,
body.gdt32-app-page .elementor-location-header,
body.gdt32-app-page .elementor-location-footer{
    display:none !important;
}

body.gdt32-app-page .site-content,
body.gdt32-app-page #content{
    margin-top:0 !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
}

body.gdt32-app-page .entry-header,
body.gdt32-app-page .entry-title{
    display:none !important;
}
header.gdt32-app-header {
    position: relative;z-index: 1;
}
.gdt32-app-header__logo{
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: #f7f4ee;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 68px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    border: 0px solid rgba(17, 17, 17, .06);
    padding: 0px;
}

.gdt32-app-header__logo img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}
.gdt32-login-brand{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:18px;
    margin:10px 0 26px;
}

.gdt32-login-brand__logo{
    width:220px;
    max-width:100%;
}

.gdt32-login-brand__logo img{
    width:100%;
    height:auto;
    display:block;
}

.gdt32-login-brand__text h1{
    margin:0;
    font-size:40px;
    line-height:1;
    font-family:"Cormorant Garamond", Georgia, serif;
    font-weight:700;
    color:#111;
}

.gdt32-login-brand__text p{
    margin:8px 0 0;
    font-size:14px;
    line-height:1.5;
    color:#6F6A63;
    max-width:420px;
}

body.page-id-764 .um,
body.page-id-764 .um-form{
    max-width:520px;
    margin:0 auto;
}

body.page-id-764 .um-form{
    background:#fff;
    padding:24px;
    border-radius:22px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    border:1px solid rgba(17,17,17,.06);
}
body.gdt32-app-mode #masthead,
body.gdt32-app-mode header.site-header,
body.gdt32-app-mode .ast-header-wrap,
body.gdt32-app-mode .site-header-primary-section-left,
body.gdt32-app-mode .elementor-location-header,
body.gdt32-app-mode .elementor-location-footer,
body.gdt32-app-mode #colophon,
body.gdt32-app-mode footer.site-footer{
    display:none !important;
}
body.gdt32-app-mode .site-content,body.gdt32-app-mode #content,body.gdt32-app-mode .ast-container{    margin:0 !important;    padding:0 !important;    max-width:100% !important;}

body.gdt32-app-mode .ast-container{    width:100% !important;}
body.gdt32-app-mode .entry-header,body.gdt32-app-mode .entry-title{    display:none !important;}
body.page-slug-acceso{    display:flex;    align-items:center;    justify-content:center;    min-height:100vh;    background:#F7F5F2;}
/* =========================   ANIMACIONES GDT32========================= *//* Keyframes base */@keyframes gdt32FadeUp {    from{        opacity:0;        transform:translateY(14px);    }    to{        opacity:1;        transform:translateY(0);    }}@keyframes gdt32FadeIn {    from{        opacity:0;    }    to{        opacity:1;    }}/* =========================   ENTRADA SUAVE DE BLOQUES========================= */.gdt32-card,.gdt32-home-card,.gdt32-home-wide-card,.gdt32-carnet,.gdt32-app-header,.gdt32-home-hero,.gdt32-login-brand{    animation:gdt32FadeUp .45s ease both;}/* Escalonado en home */.gdt32-home-layout > *:nth-child(1){ animation-delay: .02s; }.gdt32-home-layout > *:nth-child(2){ animation-delay: .08s; }.gdt32-home-layout > *:nth-child(3){ animation-delay: .14s; }.gdt32-home-layout > *:nth-child(4){ animation-delay: .20s; }.gdt32-home-layout > *:nth-child(5){ animation-delay: .26s; }/* =========================   TRANSICIONES GENERALES========================= */.gdt32-card,.gdt32-home-card,.gdt32-home-wide-card,.gdt32-acceso,.gdt32-consumo-item,.gdt32-vinculado-item,.gdt32-btn,.gdt32-form-row button,.gdt32-btn-logout,.gdt32-consumo-actions button,.gdt32-home-hero__actions a,.gdt32-app-header__actions a,.gdt32-app-menu__item{    transition:        transform .22s ease,        box-shadow .22s ease,        border-color .22s ease,        background-color .22s ease,        opacity .22s ease;}/* =========================   HOVER (ELEVACIÓN SUAVE)========================= */.gdt32-acceso:hover,.gdt32-card:hover,.gdt32-home-card:hover,.gdt32-home-wide-card:hover,.gdt32-btn:hover,.gdt32-form-row button:hover,.gdt32-btn-logout:hover,.gdt32-consumo-actions button:hover,.gdt32-home-hero__actions a:hover,.gdt32-app-header__actions a:hover,.gdt32-app-menu__item:hover{    transform:translateY(-2px);    box-shadow:0 16px 34px rgba(0,0,0,.10);}/* =========================   CLICK (EFECTO TÁCTIL)========================= */.gdt32-btn:active,.gdt32-form-row button:active,.gdt32-btn-logout:active,.gdt32-consumo-actions button:active,.gdt32-home-hero__actions a:active,.gdt32-app-header__actions a:active,.gdt32-acceso:active,.gdt32-app-menu__item:active{    transform:scale(.98);}/* =========================   MENÚ INFERIOR (APP)========================= */.gdt32-app-menu__item{    transition:        transform .18s ease,        opacity .18s ease,        background-color .18s ease;}.gdt32-app-menu__item.is-active{    transform:translateY(-1px);}/* =========================   INPUTS Y FORMULARIOS========================= */.gdt32-form-row input,.gdt32-form-row textarea,.gdt32-form-row select{    transition:        border-color .2s ease,        box-shadow .2s ease,        background-color .2s ease;}/* =========================   LOGO MICROANIMACIÓN========================= */.gdt32-app-header__logo,.gdt32-login-brand__logo{    transition:        transform .25s ease,        box-shadow .25s ease;}.gdt32-app-header__logo:hover,.gdt32-login-brand__logo:hover{    transform:translateY(-2px);}/* =========================   DETAILS (EDITAR CONSUMO)========================= */.gdt32-consumo-edit{    overflow:hidden;}.gdt32-consumo-edit summary{    transition:color .2s ease;}.gdt32-consumo-edit summary:hover{    color:var(--gdt32-accent);}/* =========================   ACCESIBILIDAD========================= */@media (prefers-reduced-motion: reduce){    *,    *::before,    *::after{        animation-duration:0.01ms !important;        animation-iteration-count:1 !important;        transition-duration:0.01ms !important;        scroll-behavior:auto !important;    }}

.gdt32-user-menu{    position:relative;    flex:0 0 auto;}.gdt32-user-menu__toggle{    width:46px;    height:46px;    border-radius:16px;    background:#fff;    border:1px solid rgba(17,17,17,.08);    box-shadow:0 8px 20px rgba(0,0,0,.07);    display:flex;    align-items:center;    justify-content:center;    cursor:pointer;    font-size:18px;    transition:.2s ease;    padding:0;}.gdt32-user-menu__toggle:hover{    /*transform:translateY(-1px);    background:#f8f8f8;*/}.gdt32-user-menu__toggle:active{    transform:scale(.97);}.gdt32-user-menu__dropdown{    position:absolute;    top:calc(100% + 10px);    right:0;    width:240px;    background:#fff;    border:1px solid rgba(17,17,17,.08);    border-radius:18px;    box-shadow:0 18px 40px rgba(0,0,0,.14);    overflow:hidden;    z-index:99999;    animation:gdt32FadeUp .18s ease both;}.gdt32-user-menu__head{    padding:14px 16px;    background:#faf8f3;    border-bottom:1px solid rgba(17,17,17,.06);    display:flex;    flex-direction:column;    gap:4px;}.gdt32-user-menu__head strong{    font-size:15px;    line-height:1.2;}.gdt32-user-menu__head span{    font-size:12px;    line-height:1.3;    color:#6F6A63;    word-break:break-word;}.gdt32-user-menu__links{    display:flex;    flex-direction:column;}.gdt32-user-menu__links a{    padding:13px 16px;    text-decoration:none;    color:#111;    font-weight:600;    border-top:1px solid rgba(17,17,17,.05);    transition:background-color .18s ease, padding-left .18s ease;}.gdt32-user-menu__links a:first-child{    border-top:none;}.gdt32-user-menu__links a:hover{    background:#f8f8f8;    padding-left:18px;}

.gdt32-acceso__icono {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 10px;

    background-image: url('https://gdt32.es/wp-content/uploads/2026/04/ChatGPT-Image-23-abr-2026-10_12_00.png');
    background-repeat: no-repeat;
    background-size: 400% 200%; /* 4 columnas, 2 filas */

    background-color: transparent;
}

.gdt32-acceso__icono img {
    display: none; /* ocultamos emojis */
}

/* Programación (columna 1) */
.gdt32-acceso:nth-child(1) .gdt32-acceso__icono {
    background-position: 0% 0%;
}

/* Eventos (columna 2) */
.gdt32-acceso:nth-child(2) .gdt32-acceso__icono {
    background-position: 33.33% 0%;
}

/* Avisos (columna 3) */
.gdt32-acceso:nth-child(3) .gdt32-acceso__icono {
    background-position: 66.66% 0%;
}

/* Normas (columna 4) */
.gdt32-acceso:nth-child(4) .gdt32-acceso__icono {
    background-position: 100% 0%;
}

/* Bar */
.gdt32-acceso:nth-child(5) .gdt32-acceso__icono {
    background-position: 0% 100%;
}

/* Mis consumos */
.gdt32-acceso:nth-child(6) .gdt32-acceso__icono {
    background-position: 33.33% 100%;
}

/* Mi carnet */
.gdt32-acceso:nth-child(7) .gdt32-acceso__icono {
    background-position: 66.66% 100%;
}

/* Mi perfil */
.gdt32-acceso:nth-child(8) .gdt32-acceso__icono {
    background-position: 100% 100%;
}

.gdt32-acceso:hover .gdt32-acceso__icono {
    transform: scale(1.08);
    transition: 0.2s ease;
}

span.gdt32-acceso__icono img {
    display:none !important;
}

button.gdt32-user-menu__toggle {
    width: 68px;
    height: 68px;
    display: block;
    margin: 0 auto 10px;
    background-image: url(https://gdt32.es/wp-content/uploads/2026/04/ChatGPT-Image-23-abr-2026-10_12_00.png);
    background-repeat: no-repeat;
    background-size: 400% 200% !important;
    background-color: transparent;
    background-position: 98% 97%;
}

button.gdt32-user-menu__toggle img {
display:none !important; }

section.gdt32-home-hero {
    background-image: url(https://gdt32.es/wp-content/uploads/2026/04/ChatGPT-Image-23-abr-2026-10_48_12.png);
    background-repeat: no-repeat;
    background-size: 102% 113%;
    background-position: center;
}

@media (max-width: 768px) {
    .gdt32-hero {
        background-size: 118% 100%;
    }
}


.gdt32-app-menu__icon {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    display: block;

    background-image: url('https://gdt32.es/wp-content/uploads/2026/04/ChatGPT-Image-23-abr-2026-10_12_00.png');
    background-repeat: no-repeat;
    background-size: 400% 200%;

    margin: 0 auto;
}

/* ocultamos emoji */
.gdt32-app-menu__icon img {
    display: none !important;
}

/* Inicio (temporal: usa Eventos o crea uno luego) */
.gdt32-app-menu__item:nth-child(1) .gdt32-app-menu__icon {
    background-position: 33.33% 5%; /* eventos */
}

/* Agenda */
.gdt32-app-menu__item:nth-child(2) .gdt32-app-menu__icon {
    background-position: 1% 5%;
}

/* Avisos */
.gdt32-app-menu__item:nth-child(3) .gdt32-app-menu__icon {
    background-position: 65.66% 5%;
}

/* Carnet */
.gdt32-app-menu__item:nth-child(4) .gdt32-app-menu__icon {
        background-position: 65.66% 94%;
}

/* Perfil */
.gdt32-app-menu__item:nth-child(5) .gdt32-app-menu__icon {
   background-position: 97% 4%;
}

.gdt32-app-menu__icon {
    background-size: 420% 210%;
}

.gdt32-app-menu__item.is-active .gdt32-app-menu__icon {
    transform: scale(1.15);
    transition: 0.2s ease;
}

.menu-agenda .gdt32-app-menu__icon {
    background-position: 0% 0%;
}

header.entry-header.ast-header-without-markup {
    display: none !important;
}
.gdt32-programacion-empty {
    background: #f5ecdd;
    border: 2px solid #d9b15a;
    border-radius: 28px;
    padding: 18px 18px 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.gdt32-programacion-empty__decor-top {
    height: 36px;
    margin: 0 auto 18px;
    max-width: 340px;
    background-image: url('https://gdt32.es/wp-content/uploads/2026/04/adornos_varios.png');
    background-repeat: no-repeat;
    background-position: center -124px;
    background-size: 278px;
}

.gdt32-programacion-empty__media {
    margin-bottom: 18px;
    border: 1px solid rgba(201,146,16,.35);
    border-radius: 22px;
    overflow: hidden;
    background: #f6eedc;
}

.gdt32-programacion-empty__media img {
    display: block;
    width: 100%;
    height: auto;
}

.gdt32-programacion-empty__content {
    text-align: center;
}

.gdt32-programacion-empty__mini-ornamento {
    width: 64px;
    height: 22px;
    margin: 0 auto 14px;
    position: relative;
}

.gdt32-programacion-empty__mini-ornamento::before,
.gdt32-programacion-empty__mini-ornamento::after {
    content: "";
    position: absolute;
    top: 10px;
    width: 22px;
    height: 2px;
    background: #c99210;
}

.gdt32-programacion-empty__mini-ornamento::before {
    left: 0;
}

.gdt32-programacion-empty__mini-ornamento::after {
    right: 0;
}

.gdt32-programacion-empty__mini-ornamento {
    border-radius: 999px;
}

.gdt32-programacion-empty__mini-ornamento span {
    display: none;
}

.gdt32-programacion-empty__mini-ornamento:after,
.gdt32-programacion-empty__mini-ornamento:before {
    border-radius: 999px;
}

.gdt32-programacion-empty__mini-ornamento::marker {
    display: none;
}

.gdt32-programacion-empty__mini-ornamento {
    background:
        radial-gradient(circle at center, #c62828 0 3px, transparent 4px),
        radial-gradient(circle at center, #0f5a24 0 8px, transparent 9px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px, 18px 18px;
}

.gdt32-programacion-empty__title {
    margin: 0 0 18px;
    color: #0f5a24;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -.02em;
    text-wrap: balance;
}

.gdt32-programacion-empty__divider {
    width: 180px;
    height: 12px;
    margin: 0 auto 22px;
    position: relative;
}

.gdt32-programacion-empty__divider::before,
.gdt32-programacion-empty__divider::after {
    content: "";
    position: absolute;
    top: 5px;
    width: 70px;
    height: 2px;
    background: #c99210;
}

.gdt32-programacion-empty__divider::before {
    left: 0;
}

.gdt32-programacion-empty__divider::after {
    right: 0;
}

.gdt32-programacion-empty__divider {
    background:
        radial-gradient(circle at center, #c99210 0 3px, transparent 4px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}

.gdt32-programacion-empty__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    max-width: 540px;
    margin: 0 auto;
    text-align: left;
}

.gdt32-programacion-empty__icon {
    flex: 0 0 90px;
}

.gdt32-programacion-empty__icon img {
    display: block;
    width: 100%;
    height: auto;
}

.gdt32-programacion-empty__text {
    margin: 0;
    color: #4d4638;
    font-size: 26px;
    line-height: 1.35;
}

.gdt32-programacion-empty__mini-ornamento--bottom {
    margin-top: 20px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .gdt32-programacion-empty {
        padding: 14px 14px 18px;
        border-radius: 22px;
    }

    .gdt32-programacion-empty__decor-top {
        height: 36px;
        margin-bottom: 14px;
    }

    .gdt32-programacion-empty__media {
        border-radius: 18px;
        margin-bottom: 14px;
    }

    .gdt32-programacion-empty__title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .gdt32-programacion-empty__divider {
        width: 120px;
        margin-bottom: 16px;
    }

    .gdt32-programacion-empty__divider::before,
    .gdt32-programacion-empty__divider::after {
        width: 44px;
    }

    .gdt32-programacion-empty__footer {
        gap: 12px;
        max-width: 100%;
    }

    .gdt32-programacion-empty__icon {
        flex: 0 0 48px;
    }

    .gdt32-programacion-empty__text {
        font-size: 14px;
        line-height: 1.4;
    }

    .gdt32-programacion-empty__mini-ornamento {
        width: 54px;
        height: 18px;
        margin-bottom: 10px;
    }

    .gdt32-programacion-empty__mini-ornamento--bottom {
        margin-top: 14px;
    }
}

.gdt32-consumos-toolbar{
    display:flex;
    justify-content:flex-end;
    margin-bottom:6px;
}

.gdt32-modal[hidden]{
    display:none !important;
}

.gdt32-modal{
    position:fixed;
    inset:0;
    z-index:999999;
}

.gdt32-modal__backdrop{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    backdrop-filter:blur(2px);
}

.gdt32-modal__dialog{
    position:relative;
    z-index:2;
    width:min(92vw, 560px);
    max-height:88vh;
    overflow:auto;
    margin:6vh auto 0;
    padding:0;
    border-radius:22px;
    animation:gdt32FadeUp .2s ease both;
}

.gdt32-modal__dialog .gdt32-card{
    margin:0;
}

.gdt32-modal__close{
    position:absolute;
    top:10px;
    right:12px;
    width:38px;
    height:38px;
    border:none;
    border-radius:12px;
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    font-size:26px;
    line-height:1;
    cursor:pointer;
    padding: 0 !important;
    z-index:3;
}

@media (max-width: 767px){
    .gdt32-modal__dialog{
        width:min(94vw, 560px);
        margin:4vh auto 0;
    }
}

body.gdt32-modal-open{
    overflow:hidden;
}

/* =========================
   CARD HOME - HOY / AGENDA
   ========================= */

.gdt32-home-wide-card--hoy, .gdt32-home-wide-card--pendiente, .gdt32-home-card--carnet, .gdt32-card {
    position: relative;
    overflow: hidden;
    padding: 22px 20px 20px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, #fcfaf5 0%, #f7f1e3 100%);
    border: 1px solid rgba(201, 146, 16, 0.28);
    box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

/* textura suave */
.gdt32-home-wide-card--hoy::before, .gdt32-home-card--pendiente::before, .gdt32-home-card--carnet::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 15%, rgba(201,146,16,.06) 0, transparent 22%),
        radial-gradient(circle at 85% 75%, rgba(15,90,36,.05) 0, transparent 20%);
    opacity: .9;
}

/* adorno esquina superior derecha */
.gdt32-home-wide-card--hoy::after {
    content: "";
    position: absolute;
    top: -30px;
    right: 10px;
    width: 88px;
    height: 148px;
    pointer-events: none;
    opacity: .22;
    background-image: url('/wp-content/uploads/2026/04/adornos_varios.png');
    background-repeat: no-repeat;
    background-size: 300px auto;
    background-position: right top; /* esquina superior derecha del sprite */
}

/* cabecera */
.gdt32-home-wide-card--hoy .gdt32-home-wide-card__head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(201,146,16,.20);
}

/* bloque izquierda cabecera */
.gdt32-home-wide-card--hoy .gdt32-home-wide-card__head span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #2d2a25;
}

/* ocultar emoji original */
.gdt32-home-wide-card--hoy .gdt32-home-wide-card__head span img {
    display: none;
}

/* icono calendario usando sprite de iconos, si quieres mantenerlo ornamental */
.gdt32-home-wide-card--hoy .gdt32-home-wide-card__head span::before {
    content: "";
    width: 114px;
    height: 66px;
    flex: 0 0 64px;
    display: inline-block;
    background-image: url('https://gdt32.es/wp-content/uploads/2026/04/ChatGPT-Image-23-abr-2026-10_12_00.png');
    background-repeat: no-repeat;
    background-size: 400% 200%;
    background-position: 0% 0%; /* Programación */
}

/* enlace derecha */
.gdt32-home-wide-card--hoy .gdt32-home-wide-card__head a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #0f5a24;
    text-decoration: none;
    transition: all .2s ease;
}

.gdt32-home-wide-card--hoy .gdt32-home-wide-card__head a::after {
    content: "→";
    font-size: 15px;
    line-height: 1;
    transition: transform .2s ease;
}

.gdt32-home-wide-card--hoy .gdt32-home-wide-card__head a:hover {
    color: #c99210;
}

.gdt32-home-wide-card--hoy .gdt32-home-wide-card__head a:hover::after {
    transform: translateX(3px);
}

/* título principal */
.gdt32-home-wide-card--hoy h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    color: #0f5a24;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.02em;
}

/* texto */
.gdt32-home-wide-card--hoy .gdt32-home-wide-card__text {
    position: relative;
    z-index: 2;
    margin: 0;
    max-width: 74ch;
    color: #5d5649;
    font-size: 15px;
    line-height: 1.45;
}

/* pequeño adorno inferior centrado */
.gdt32-home-wide-card--hoy .gdt32-home-wide-card__text::after {
    content: "";
    display: block;
    width: 92px;
    height: 18px;
    margin: 16px auto 0;
    opacity: .9;
    background-image: url('/wp-content/uploads/2026/04/adornos_varios.png');
    background-repeat: no-repeat;
    background-size: 174px;
    background-position: -43px -186px; /* mini adorno inferior del sprite */
}

/* versión móvil afinada */
@media (max-width: 767px) {
    .gdt32-home-wide-card--hoy {
        padding: 18px 16px 18px;
        border-radius: 24px;
    }

    .gdt32-home-wide-card--hoy::after {
        width: 72px;
        height: 123px;
        top: -30px;
        right: 8px;
        background-size: 250px auto;
    }

    .gdt32-home-wide-card--hoy .gdt32-home-wide-card__head {
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

    .gdt32-home-wide-card--hoy .gdt32-home-wide-card__head span {
        font-size: 15px;
    }

    .gdt32-home-wide-card--hoy .gdt32-home-wide-card__head a {
        font-size: 14px;
    }

    .gdt32-home-wide-card--hoy h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .gdt32-home-wide-card--hoy .gdt32-home-wide-card__text {
        font-size: 14px;
        max-width: none;
    }

    .gdt32-home-wide-card--hoy .gdt32-home-wide-card__text::after {
        width: 78px;
        height: 16px;
        margin-top: 14px;
        background-size: 174px auto;
    }
}

.gdt32-home-wide-card__head img {
    display: none !important;
}

/* LOGIN GDT32 - Ultimate Member */

.um.um-login {
    max-width: 420px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.um.um-login .um-form {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fffaf0 0%, #f7f0df 100%);
    border: 1px solid rgba(201, 146, 16, .32);
    border-radius: 26px;
    padding: 26px 24px 22px;
    box-shadow: 0 14px 35px rgba(25, 18, 10, .08);
}

/* Adorno sutil superior */
.um.um-login .um-form::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 14px;
    width: 74px;
    height: 74px;
    background-image: url('/wp-content/uploads/2026/04/adornos_varios.png');
    background-repeat: no-repeat;
    background-size: 260px auto;
    background-position: right top;
    opacity: .16;
    pointer-events: none;
}

/* Reducir espacios raros de Ultimate Member */
.um.um-login .um-row {
    margin-bottom: 16px !important;
}

.um.um-login .um-field {
    padding: 0 !important;
    margin-bottom: 14px !important;
}

.um.um-login .um-field-label {
    margin-bottom: 6px !important;
}

.um.um-login .um-field-label label {
    color: #0f5a24 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2;
}

/* Inputs */
.um.um-login input.um-form-field {
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(201, 146, 16, .35) !important;
    background: rgba(255,255,255,.72) !important;
    color: #1f1f1f !important;
    font-size: 15px !important;
    padding: 9px 13px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}

.um.um-login input.um-form-field:focus {
    border-color: #c99210 !important;
    box-shadow: 0 0 0 3px rgba(201,146,16,.15) !important;
}

/* Remember */
.um.um-login .um-col-alt {
    margin-top: 0 !important;
}

.um.um-login .um-field-c {
    margin-bottom: 14px !important;
}

.um.um-login .um-field-checkbox-option {
    color: #5d5649 !important;
    font-size: 14px !important;
}

.um.um-login .um-field-checkbox-state i {
    color: #c99210 !important;
}

/* Botones */
.um.um-login .um-left.um-half,
.um.um-login .um-right.um-half {
    width: 48% !important;
}

.um.um-login .um-button {
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 16px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    transition: all .2s ease;
}

.um.um-login input.um-button {
    background: #0f5a24 !important;
    color: #fffaf0 !important;
}

.um.um-login input.um-button:hover {
    background: #0b451b !important;
    transform: translateY(-1px);
}

.um.um-login .um-button.um-alt {
    background: #d4ad55 !important;
    color: #171510 !important;
}

.um.um-login .um-button.um-alt:hover {
    background: #c99210 !important;
    color: #171510 !important;
    transform: translateY(-1px);
}

/* Enlace contraseña */
.um.um-login .um-col-alt-b {
    margin-top: 14px !important;
    text-align: center;
}

.um.um-login .um-link-alt {
    color: #0f5a24 !important;
    font-size: 13px !important;
    font-weight: 600;
    text-decoration: none !important;
}

.um.um-login .um-link-alt:hover {
    color: #c99210 !important;
}

/* Campo antispam oculto */
.um.um-login .um_request_name {
    display: none !important;
}

/* Móvil compacto */
@media (max-width: 767px) {
    .um.um-login {
        max-width: calc(100vw - 34px) !important;
    }

    .um.um-login .um-form {
        padding: 20px 18px 18px;
        border-radius: 22px;
    }

    .um.um-login .um-form::before {
        width: 58px;
        height: 58px;
        background-size: 220px auto;
        opacity: .13;
    }

    .um.um-login .um-row {
        margin-bottom: 10px !important;
    }

    .um.um-login .um-field {
        margin-bottom: 11px !important;
    }

    .um.um-login .um-field-label label {
        font-size: 13px !important;
    }

    .um.um-login input.um-form-field {
        height: 39px !important;
        min-height: 39px !important;
        border-radius: 12px !important;
        font-size: 14px !important;
    }

    .um.um-login .um-field-checkbox-option {
        font-size: 13px !important;
    }

    .um.um-login .um-button {
        height: 40px !important;
        line-height: 40px !important;
        border-radius: 12px !important;
        font-size: 14px !important;
    }

    .um.um-login .um-col-alt-b {
        margin-top: 10px !important;
    }
}

.gdt32-home-carnet-real{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:190px;
    padding:18px;
    border-radius:24px;
    text-decoration:none;
    color:#fff;
    background-image: url('https://gdt32.es/wp-content/uploads/2026/04/carnet2026.png');
    box-shadow:0 14px 35px rgba(0,0,0,.16);
    border:1px solid rgba(201,164,92,.22);
    overflow:hidden;
    background-size: cover;
    background-position: center;
}

.gdt32-home-carnet-real__top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
}

.gdt32-home-carnet-real__top span{
    font-size:15px;
    font-weight:900;
    letter-spacing:.08em;
    color:#ffffff;
}

.gdt32-home-carnet-real__top strong{
    font-size:15px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.12);
    color:#fff;
}

.gdt32-home-carnet-real__body{
    display:flex;
    align-items:center;
    gap:14px;
    margin:20px 0;
}

.gdt32-home-carnet-real__badge {
    height: 1px;
    flex: 0 0 114px;
}

.gdt32-home-carnet-real__info {
    min-width: 0;
    background: #ffffffbd;
    color: #111;
    border-radius: 9px;
    padding: 5px 9px;
    width: 100%;
}

.gdt32-home-carnet-real__info span{
    display:block;
    font-size:12px;
    font-weight:700;
    color:#6F6A63;
    margin-bottom:4px;
}

.gdt32-home-carnet-real__info strong{
    display:block;
    font-size:18px;
    line-height:1.1;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.gdt32-home-carnet-real__info small{
    display:block;
    margin-top:6px;
    font-size:12px;
    color:#6F6A63;
}

.gdt32-home-carnet-real__footer{
    font-size:12px;
    opacity:.75;
}

.gdt32-eventos-listado{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.gdt32-evento-item{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.gdt32-evento-item--destacado{
    border:1px solid rgba(201,164,92,.35);
}

.gdt32-evento-item__head span{
    display:inline-flex;
    padding:6px 10px;
    border-radius:999px;
    background:var(--gdt32-accent-soft);
    color:var(--gdt32-dark);
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.gdt32-evento-item__titulo{
    margin:0;
    font-size:24px;
    line-height:1.15;
}

.gdt32-evento-item__fecha{
    font-size:15px;
    color:var(--gdt32-text-soft);
}

.gdt32-evento-item__linea,
.gdt32-evento-item__resumen,
.gdt32-evento-item__contenido{
    font-size:15px;
    line-height:1.55;
}



.gdt32-gallery-modal[hidden]{
    display:none !important;
}

.gdt32-gallery-modal{
    position:fixed;
    inset:0;
    z-index:9999999;
    background:rgba(0,0,0,.86);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:22px;
}

.gdt32-gallery-modal__img{
    max-width:92vw;
    max-height:82vh;
    object-fit:contain;
    border-radius:16px;
    box-shadow:0 20px 60px rgba(0,0,0,.4);
}

.gdt32-gallery-modal__close,
.gdt32-gallery-modal__prev,
.gdt32-gallery-modal__next{
    position:absolute;
    border:none;
    background:rgba(255,255,255,.92);
    color:#111;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    padding: 20px !important;
}

.gdt32-gallery-modal__close{
    top:18px;
    right:18px;
    width:42px;
    height:42px;
    border-radius:14px;
    font-size:30px;
    line-height:1;
}

.gdt32-gallery-modal__prev,
.gdt32-gallery-modal__next{
    top:50%;
    transform:translateY(-50%);
    width:46px;
    height:58px;
    border-radius:16px;
    font-size:42px;
    line-height:1;
}

.gdt32-gallery-modal__prev{
    left:14px;
}

.gdt32-gallery-modal__next{
    right:14px;
}

body.gdt32-modal-open{
    overflow:hidden;
}

@media (max-width:767px){
    .gdt32-gallery-modal{
        padding:14px;
    }

    .gdt32-gallery-modal__prev,
    .gdt32-gallery-modal__next{
        width:40px;
        height:52px;
        font-size:34px;
    }
}

.gdt32-evento-item__contenido .wp-block-gallery,
.gdt32-evento-item__contenido .gallery{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px !important;
    margin-top:14px;
}

.gdt32-evento-item__contenido .wp-block-image,
.gdt32-evento-item__contenido .gallery-item{
    margin:0 !important;
}

.gdt32-evento-item__contenido img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:12px;
    cursor:pointer;
}

/* Galería de eventos como carrusel horizontal */
.gdt32-evento-item__contenido .wp-block-gallery,
.gdt32-evento-item__contenido .wp-block-gallery.has-nested-images{
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    gap:10px !important;
    scroll-snap-type:x mandatory;
    padding:4px 2px 14px;
    margin-top:16px;
    -webkit-overflow-scrolling:touch;
}

.gdt32-evento-item__contenido .wp-block-gallery.has-nested-images figure.wp-block-image,
.gdt32-evento-item__contenido .wp-block-gallery .wp-block-image,
.gdt32-evento-item__contenido .gallery-item{
    width:auto !important;
    max-width:none !important;
    flex:0 0 calc(50% - 8px) !important;
    margin:0 !important;
    scroll-snap-align:start;
}

.gdt32-evento-item__contenido .wp-block-gallery img,
.gdt32-evento-item__contenido .gallery img{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:12px;
    display:block;
    cursor:pointer;
}

@media (min-width:768px){
    .gdt32-evento-item__contenido .wp-block-gallery.has-nested-images figure.wp-block-image,
    .gdt32-evento-item__contenido .wp-block-gallery .wp-block-image,
    .gdt32-evento-item__contenido .gallery-item{
        flex-basis:calc(25% - 8px) !important;
    }
}

.gdt32-contenido-page h2{
    margin:0 0 16px;
    font-size:26px;
    line-height:1.15;
    color:var(--gdt32-dark);
}

.gdt32-contenido-page__body{
    font-size:16px;
    line-height:1.65;
}

.gdt32-contenido-page__body p{
    margin:0 0 16px;
}

.gdt32-contenido-page__body ul,
.gdt32-contenido-page__body ol{
    margin:0 0 16px 20px;
}

.gdt32-contenido-page__body li{
    margin-bottom:8px;
}

.gdt32-carta-bar__head{
    text-align:center;
    margin-bottom:22px;
}

.gdt32-carta-bar__head h2{
    margin:0 0 6px;
    font-size:30px;
    color:var(--gdt32-dark);
}

.gdt32-carta-bar__head p{
    margin:0;
    color:var(--gdt32-text-soft);
    font-weight:600;
}

.gdt32-carta-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
}

.gdt32-carta-section{
    background:#faf8f3;
    border:1px solid rgba(201,164,92,.22);
    border-radius:18px;
    padding:16px;
}

.gdt32-carta-section h3{
    margin:0 0 14px;
    font-size:17px;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:#145226;
    border-bottom:1px solid rgba(201,164,92,.35);
    padding-bottom:8px;
}

.gdt32-carta-section div{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:14px;
    padding:8px 0;
    border-bottom:1px solid rgba(17,17,17,.06);
}

.gdt32-carta-section div:last-child{
    border-bottom:none;
}

.gdt32-carta-section span{
    font-size:15px;
    line-height:1.3;
}

.gdt32-carta-section strong{
    font-size:15px;
    white-space:nowrap;
    color:var(--gdt32-dark);
}

.gdt32-carta-bar__pdf{
    margin-top:22px;
    text-align:center;
}


.gdt32-carta-section{
    background:#fffdf8;
    box-shadow:0 6px 18px rgba(0,0,0,.05);
}
.gdt32-carta-section strong{
    font-weight:700;
    color:#000;
}

@media (min-width:768px){
    .gdt32-carta-grid{
        grid-template-columns:repeat(2, 1fr);
        gap:22px;
    }
}

.gdt32-carta-section summary{
    list-style:none;
    cursor:pointer;
    margin:0 0 14px;
    font-size:17px;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:#145226;
    border-bottom:1px solid rgba(201,164,92,.35);
    padding-bottom:8px;
    font-weight:700;
}

.gdt32-carta-section summary::-webkit-details-marker{
    display:none;
}

.gdt32-carta-section summary::after{
    content:"+";
    float:right;
    font-size:20px;
    line-height:1;
}

.gdt32-carta-section[open] summary::after{
    content:"–";
}

.gdt32-carta-section h3{
    display:none;
}

@media (min-width:768px){
    .gdt32-carta-section summary::after{
        display:none;
    }
}

.gdt32-install-popup[hidden]{
    display:none !important;
}

.gdt32-install-popup{
    position:fixed;
    left:16px;
    right:16px;
    bottom:96px;
    z-index:9999999;
}

.gdt32-install-popup__box{
    max-width:420px;
    margin:0 auto;
    background:#111;
    color:#fff;
    border-radius:22px;
    padding:20px;
    box-shadow:0 18px 45px rgba(0,0,0,.28);
    position:relative;
    border:1px solid rgba(201,164,92,.28);
}

.gdt32-install-popup__box strong{
    display:block;
    font-size:20px;
    margin-bottom:6px;
    color:#C9A45C;
}

.gdt32-install-popup__box p{
    margin:0 0 14px;
    font-size:15px;
    line-height:1.45;
}

.gdt32-install-popup__box small{
    display:block;
    margin-top:10px;
    opacity:.7;
    font-size:12px;
}

.gdt32-install-popup__close{
    position:absolute;
    top:10px;
    right:12px;
    width:32px;
    height:32px;
    border:none;
    border-radius:10px;
    background:rgba(255,255,255,.12);
    color:#fff;
    font-size:22px;
    cursor:pointer;
}

.gdt32-perfil-logout{
    margin-top:18px;
    text-align:center;
}

.gdt32-perfil-logout .gdt32-logout-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 20px;
    border-radius:16px;
    background:#111;
    color:#fff;
    text-decoration:none;
    font-weight:700;
}

.gdt32-perfil-card--simple{
    margin-bottom:18px;
}