/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2026 | 09:46:52 */
.header-above {
    display: none;
}

.elementor-31 .elementor-element.elementor-element-9bd691f {
    padding: 0;
}

.elementor-117 .elementor-element.elementor-element-01ddcf9 {
    padding: 0;
}

.elementor-152 .elementor-element.elementor-element-c68b824 {
    padding: 0;
}

.elementor-105 .elementor-element.elementor-element-c68b824 {
    padding: 0;
}

.page-footer-wrapper {
    display: none;
}

.iframeHolderReservas {
    padding: 0 10px;
}

.header-content-inner {
    justify-content: center;
}

.menu-item-157 {
    margin: 0 20px !important;
}

.menu-item-158 {
    position: absolute !important;
    right: 15px;
}

.hiddenOnDesktop {
    display: none;
}

.copyright a {
    color: #b160ff;
    text-decoration: underline;
}

.menu-item-158 .menu-item-wrap {
    background: #8200ff;
    border-radius: 10px;
    padding: 2px 10px;
    top: -2px;
}

.menu-item-158 .menu-item-wrap :after {
    display: none;
}

.FiztgeraldFont {
    font-family: 'HV Fitzgerald' !important;
    font-weight: bold;
    letter-spacing: -2px;
}

.HelvenaBold {
    font-family: 'Neue Helvena' !important;
    font-weight: bold !important;
    letter-spacing: -1px !important;
}

.HelvenaLight {
    font-family: 'Neue Helvena' !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
}

.page-header .menu--primary>ul>li>a {
    font-family: 'Neue Helvena';
    font-weight: bold;
}

.beautyMode {
    background: radial-gradient(ellipse at center, #1d013d 0%,
            /* centro morado */
            #140020 40%, #070010 70%, #000000 100%
            /* negro total en bordes */
        );
    margin-top: -140px;
    margin-bottom: -140px;
}

.catsg-gallery {
    margin-top: -50px;
}

.map-container {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #350265;
    padding: 1px;
    margin-top: 10px;
}

.mapHolder {
    height: 200px;
    border-radius: 19px;
    overflow: hidden;
}





/* Base Reset and Roots */
:root {
    --bg-color: #030008;
    --card-bg: linear-gradient(180deg, rgba(20, 0, 30, 0.8) 0%, #000 100%);
    --card-border: 1px solid rgba(142, 0, 255, 0.15);
    --primary-neon: #8200ff;
    --text-white: #ffffff;
    --text-light: #e0e0e0;
    --text-muted: #999999;
    --container-width: 1200px;
    --font-sans: 'Montserrat', sans-serif;
    --font-serif: 'Playfair Display', serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-color);
    color: var(--text-white);
    font-family: var(--font-sans);
    line-height: 1.5;
    /* Soft purple radical glows as seen in the design */
    background-image:
        radial-gradient(circle at 50% 20%, rgba(85, 10, 180, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 50% 85%, rgba(60, 5, 120, 0.12) 0%, transparent 60%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Utilities */
.font-sans {
    font-family: var(--font-sans);
}

.font-serif {
    font-family: var(--font-serif);
}

.italic {
    font-style: italic;
}

.fw-bold {
    font-weight: 700;
}

.fw-light {
    font-weight: 300;
}

.text-white {
    color: var(--text-white);
}

.text-light {
    color: var(--text-light);
}

.text-medium {
    font-size: 20px;
    font-weight: 400;
}

.text-large {
    font-size: 34px;
    letter-spacing: -0.5px;
}

.mb-small {
    margin-bottom: 4px;
}

.mt-large {
    margin-top: 24px;
}

.menu-toggle {
    display: none;
}

.mobile-break {
    display: none;
}

/* Header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
    background-color: #000000;
}

.logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
    /* Fallback placeholder style if image missing */
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    min-width: 100px;
}

.nav {
    display: flex;
    gap: 40px;
}

.nav-link {
    color: var(--text-white);
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.3s;
}

.nav-link:hover {
    color: var(--primary-neon);
}

.btn-primary {
    background-color: var(--primary-neon);
    color: var(--text-white);
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: filter 0.3s;
}

.btn-primary:hover {
    filter: brightness(1.2);
}

/* Sections */
.section-hero {
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

.hero-container {
    width: 100%;
    border-top-left-radius: 50px;
    overflow: hidden;
    border-top-right-radius: 50px;
}

.hero-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.hero-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 15%);
    pointer-events: none;
    z-index: 1;
}

.hero-img {
    width: 100%;
    aspect-ratio: 21 / 9;
    background-color: #0b0216;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
}

.hero-neon {
    position: absolute;
    z-index: 2;
    width: 36%;
    max-width: 400px;
    filter: drop-shadow(0 0 25px rgba(160, 0, 255, 0.9)) !important;
    animation: neon-flicker 4.5s infinite;
    max-width: 380px !important;
}

@keyframes neon-flicker {

    0%,
    18%,
    22%,
    25%,
    53%,
    57%,
    100% {
        opacity: 1;
        filter: drop-shadow(0 0 25px rgba(160, 0, 255, 0.9));
    }

    20%,
    24%,
    55% {
        opacity: 0.6;
        filter: drop-shadow(0 0 15px rgba(160, 0, 255, 0.5));
    }

    21%,
    56% {
        opacity: 0.1;
        filter: drop-shadow(0 0 2px rgba(160, 0, 255, 0.1));
    }
}

.pretify {
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 90%);
}

.section-statement-primary {
    margin: 120px auto;
    text-align: center;
    padding: 0 20px;
}

.statement-title {
    font-size: 46px;
    line-height: 1.15;
    font-weight: 400;
    /* Overridden by child spans but good base */
    letter-spacing: -1px;
}

.section-split {
    padding: 0 40px;
    margin: 140px auto;
    min-height: 530px;
    align-content: center;
}

.split-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    gap: 60px;
}

.split-content {
    flex: 1;
    max-width: 480px;
}

.split-content p {
    font-size: 18px;
    line-height: 1.3;
}

.split-visual {
    flex: 1;
    max-width: 450px;
    border-radius: 30px;
    overflow: hidden;
}

.content-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #111;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    object-position: 0 30%;
}

.section-card {
    padding: 0 40px;
    margin: 160px auto 120px;
}

.card {
    max-width: 900px;
    margin: 0 auto;
    background: var(--card-bg);
    border: var(--card-border);
    border-radius: 24px;
    padding: 80px 40px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.card-text {
    font-size: 30px;
    line-height: 1.3;
}

/* Footer */
.footer {
    padding: 0;
}

.footer-wrapper {
    margin: 0 30px;
    background-color: #05000a;
    border: var(--card-border);
    border-bottom: none;
    border-radius: 40px 40px 0 0;
    padding: 60px 80px 30px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.label {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: -1px;
    font-family: 'Neue Helvena' !important;
    font-weight: 300;
}

.value {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-white);
}

.link {
    text-decoration: none;
    transition: color 0.3s;
    display: inline-block;
    font-family: 'Neue Helvena' !important;
    font-weight: bold;
}

.link:hover {
    color: var(--primary-neon);
}

.footer-right {
    text-align: right;
}

.social-block {
    margin-bottom: 24px;
}

.map-img {
    width: 360px;
    height: 180px;
    background-color: #1a1a1a;
    border-radius: 16px;
    object-fit: cover;
    margin-top: 16px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom {
    text-align: right;
    margin-top: 80px;
}

.copyright {
    font-size: 12px;
    color: #ffffff;
    width: fit-content;
    float: right;
    padding-bottom: 40px;
    border-top: 0.5px solid white;
    padding-top: 5px;

}

/* Responsive Adaptation */
@media (max-width: 900px) {

    .page-mobile-main-menu .menu__container>li>a {
        padding-top: 13px;
        padding-right: 0;
        padding-bottom: 13px;
        padding-left: 0;
        color: white;
        font-family: 'Neue Helvena';
        font-weight: 400;
        letter-spacing: -1px;
        font-size: 26px;
    }

    .handheld .scroll-y {
        overflow-y: scroll;
        background-color: var(--bg-color);
        background-image: radial-gradient(circle at 50% 20%, rgba(85, 10, 180, 0.15) 0%, transparent 50%), radial-gradient(circle at 50% 85%, rgba(60, 5, 120, 0.12) 0%, transparent 60%);
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .menu-item-157 {
        margin: 0 0px !important;
    }

    .current_page_item .menu-item-wrap {
        font-weight: bold !important;
    }

    .menu-item-158 {
        position: relative !important;
        right: inherit;
        width: fit-content;
    }

    .header-left {
        position: absolute;
        right: 40px;
    }

    .header-icon>.icon {
        font-size: 30px;
        transform: scaleX(1.3);
    }

    .header-right {
        place-items: end;
        right: 40px;
        position: relative;
    }

    .hiddenOnDesktop {
        display: block;
    }

    .page-close-mobile-menu {
        width: 60px;
        height: 60px;
        top: 0px;
        font-size: 30px;
        z-index: 9;
        right: 0;
        left: inherit;
    }

}

/* Responsive Adaptation */
@media (max-width: 992px) {
    .split-container {
        flex-direction: column;
        text-align: center;
    }

    .split-content {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .footer-wrapper {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .header {
        flex-direction: row;
        justify-content: space-between;
        padding: 20px 20px;
    }

    .logo-img {
        height: 36px;
    }

    .nav {
        display: none;
    }

    .header-action {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .menu-toggle {
        display: block;
        width: 28px;
        height: 28px;
        color: var(--text-white);
        cursor: pointer;
    }

    .btn-primary {
        padding: 6px 16px;
        font-size: 11px;
    }

    .section-hero {
        padding: 0;
    }

    .hero-img {
        aspect-ratio: 3 / 4;
        border-radius: 0;
    }

    .hero-neon {
        width: 75%;
        max-width: 300px;
    }

    .statement-title {
        font-size: 26px;
        line-height: 1.15;
    }

    .split-container {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .split-content {
        text-align: center;
    }

    .content-img {
        aspect-ratio: 16 / 9;
    }

    .card {
        padding: 40px 20px;
    }

    .card .text-medium {
        font-size: 16px;
    }

    .card .text-large {
        font-size: 24px;
    }

    .footer-wrapper {
        margin: 0 15px;
        border-radius: 24px 24px 0 0;
        padding: 40px 20px;
    }

    .footer-content {
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    .map-img {
        display: none;
    }

    .desktop-comma {
        display: none;
    }

    .mobile-break {
        display: block;
    }

    .label {
        font-size: 16px;
    }

    .value {
        font-size: 15px;
        line-height: 1.3;
    }

    .footer-left,
    .footer-right {
        width: 100%;
    }

    .footer-right {
        text-align: right;
        /* kept aligned but text smaller */
    }

    .footer-bottom {
        text-align: center;
        place-self: center;
        margin: 40px auto 0px auto;
    }

    .section-split,
    .section-card {
        padding: 0 15px;
    }
}

.main-events {
    padding-top: 60px;
}

.events-hero {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 50px;
}

.events-title {
    font-size: 52px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.events-subtitle {
    font-size: 16px;
    opacity: 0.9;
}

/* =========================================
   Contacto View Custom Styles
   ========================================= */

.main-contact {
    padding-top: 60px;
    padding-bottom: 80px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.contact-col {
    display: flex;
    flex-direction: column;
}

.contact-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.glass-card {
    background: #030008;
    border: 1px solid rgba(82, 0, 255, 0.2);
    border-radius: 20px;
    padding: 30px;
    flex-grow: 1;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

.contact-info-card .form-map {
    margin-bottom: 30px;
}

.contact-map-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.info-group {
    margin-bottom: 25px;
}

.info-group:last-child {
    margin-bottom: 0;
}

.info-label {
    font-size: 16px;
    margin-bottom: 6px;
}

.info-value {
    font-size: 15px;
    opacity: 0.8;
}

.jobs-form-card {
    background: #030008;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}

.form-input,
.form-textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #4a1996;
    border-radius: 8px;
    color: var(--text-white);
    padding: 12px 15px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-input:focus,
.form-textarea:focus {
    border-color: #8200ff;
    box-shadow: 0 0 10px rgba(130, 0, 255, 0.2);
}

.form-textarea {
    resize: vertical;
    min-height: 100px;
}

.form-action {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.btn-submit {
    background-color: var(--primary-neon);
    color: var(--text-white);
    border: none;
    border-radius: 8px;
    padding: 10px 28px;
    font-size: 15px;
    cursor: pointer;
    transition: filter 0.3s;
}

.btn-submit:hover {
    filter: brightness(1.2);
}

/* Redes Sociales Contacto */
.section-social {
    margin-top: 80px;
    padding: 0 40px;
}

.social-title {
    font-size: 38px;
    margin-bottom: 30px;
    letter-spacing: -1px;
    text-align: center;
}

.social-card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 50px;
}

.social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.social-icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.social-svg {
    width: 40px;
    height: 40px;
}

.social-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.social-name {
    font-size: 18px;
}

.social-handle {
    font-size: 14px;
    opacity: 0.7;
    text-decoration: none;
    transition: opacity 0.3s;
}

.social-handle:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
    .social-card {
        flex-direction: column;
        gap: 40px;
        padding: 40px 20px;
    }
    .section-social {
        padding: 0 20px;
    }
}