﻿body {
    margin: 0;
}

:root {
    --primary-blue: #3D61A3;
    --secondary-blue: #2A446C;
    --light-blue: #5DA8DC;
    --lighter-blue: #DFEEF8;
    --accent-red: #EC1C24;
    --accent-red-hover: #f04950;
    --white: #FFFFFF;
    --text-dark: #333333;
    --text-gray: #434445;
    --font-text: 'Lato', sans-serif;
    --font-heading: 'Montserrat', sans-serif;
}

/*body:before {
    content: "";
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    width: 1px;
    height: 100vh;
    z-index: 999;
    background-color: #DB4500;
}*/
.g-hide {
    display: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: white;
    color: #333;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    /* Previene el desbordamiento horizontal */
    font-size: 16px;
}

.g-main:not(:has(.g-section-inner)) {
    max-width: 1440px;
    padding: 50px 20px;
    margin: 0 auto;
}

@media (max-width: 480px) {}

/* Contenedor global */
*,
::before,
::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 60px;
}

.gdev-row {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}

/* Titulos y subtitulos */
/* Botones */
a {
    text-decoration: none;
    color: #234970;
}

a.btn,
.btn a {
    display: inline-flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 13px 26px;
    border-radius: 32px;
    transition: all ease-in-out .3s;
    text-align: center;
}

a.btn-sm,
.btn-sm a {
    padding: 10px 23px;
    font-size: 12px;
}

a.btn-primary,
.btn-primary a {
    border: 2px solid var(--primary-blue);
    background-color: var(--primary-blue);
    color: var(--white);
}

a.btn-primary:hover,
.btn-primary a:hover {
    background-color: var(--white);
    color: var(--primary-blue);
}

a.btn-primary-red,
.btn-primary-red a {
    border: 2px solid var(--accent-red);
    background-color: var(--accent-red);
    color: var(--white);
}

a.btn-primary-red:hover,
.btn-primary-red a:hover {
    background-color: var(--white);
    color: var(--accent-red);
}

a.btn-secondary,
.btn-secondary a {
    border: 2px solid var(--primary-blue);
    background-color: var(--white);
    color: var(--primary-blue);
}

a.btn-secondary:hover,
.btn-secondary a:hover {
    background-color: var(--primary-blue);
    color: var(--white);
}

a.btn-outline,
.btn-outline a {
    border: 2px solid var(--white);
    background-color: transparent;
    color: var(--white);
}

a.btn-outline:hover,
.btn-outline a:hover {
    background-color: var(--white);
    color: var(--primary-blue);
}

@media (max-width: 768px) {

    a.btn,
    .btn a {
        width: 100%;
        padding: 10px 14px;
    }

    .btn-primary {
        padding: 10px 14px;
    }

    .btn-secomdary {
        padding: 10px 14px;
    }
}

/* Variables de Botones */
.btn-secomdary-white {
    border: 1px solid #FCFCF7;
    color: #FCFCF7;
}

.btn-secomdary-white:hover {
    border: 1px solid #FEA8A7;
    color: #FEA8A7;
}

.btn-secondary-black {
    border-color: #383838;
    color: #383838;
}

/* Imagenes ajustadas */
.img-area {
    overflow: hidden;
}

.video-area {
    overflow: hidden;
}

.spacing {
    padding: 60px 0;
    background-color: #F5F5F5;
}

@media (max-width: 768px) {
    .spacing {
        padding: 30px 0;
    }

    .gdev-footer-container {
        display: flex;
        flex-direction: column;
    }
}

/* HEADER */
header {
    position: sticky;
    top: 0;
    z-index: 99;
}

header nav {
    width: 100%;
}

.gdev-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.gdev-logo {
    margin-right: 30px;
    display: flex;
    align-self: center;
}

.gdev-logo img {
    width: 100%;
    height: auto;
}

#menu-main-menu {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 30px;
    margin: auto;
}

.menu-item {
    display: flex;
    align-self: center;
}

/* SUBSCRIBE FORM */
.infos-susbscribe-form {
    max-width: 610px;
    margin: auto;
}

.infos-susbscribe-form .nf-form-fields-required {
    display: none;
}

.infos-susbscribe-form .nf-form-content .list-select-wrap .nf-field-element>div,
.infos-susbscribe-form .nf-form-content input:not([type=button]),
.infos-susbscribe-form .nf-form-content textarea {
    border-radius: 24px;
}

.infos-susbscribe-form nf-fields-wrap {
    position: relative;
    display: flex;
}

.infos-susbscribe-form nf-fields-wrap nf-field:nth-of-type(1) input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
}

.infos-susbscribe-form nf-fields-wrap nf-field:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(-50%);
}

.infos-susbscribe-form nf-fields-wrap nf-field:nth-of-type(2) .infos-submit-subscribe {
    background-color: #234970;
    padding: 12px 24px;
}

.infos-susbscribe-form nf-fields-wrap nf-field:nth-of-type(2) .infos-submit-subscribe:hover {
    color: white;
}

@media (max-width:600px) {
    .infos-susbscribe-form nf-fields-wrap {
        position: relative;
        display: block;
    }

    .infos-susbscribe-form nf-fields-wrap nf-field:nth-of-type(2) {
        position: relative;
    }
}

/* CONTAINER */
.gdev-container,
.g-section-inner {
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

/* FOOTER */
.gdev-footer-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

/* ==========================================
   CSS Variables & Reset
   ========================================== */
:root {
    --primary-blue: #3D61A3;
    --secondary-blue: #2A446C;
    --light-blue: #5DA8DC;
    --lighter-blue: #DFEEF8;
    --accent-red: #EC1C24;
    --accent-red-hover: #f04950;
    --white: #FFFFFF;
    --text-dark: #333333;
    --text-gray: #434445;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-text);
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--white);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}



@media screen and (max-width: 768px) {
    .ahc-container {
        box-sizing: border-box;
    }
}

.ahc-text-center {
    text-align: center;
}

.ahc-text-left {
    text-align: left;
}

.ahc-mt-3 {
    margin-top: 30px;
}

/* ==========================================
   Buttons
   ========================================== */
.ahc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 16px;
    border-radius: 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.ahc-btn-sm {
    padding: 10px 23px;
    font-size: 12px;
}

.ahc-btn-primary {
    background-color: var(--primary-blue);
    color: var(--white);
    border-color: var(--primary-blue);
}

.ahc-btn-primary:hover {
    background-color: var(--secondary-blue);
    border-color: var(--secondary-blue);
}

.ahc-btn-danger {
    background-color: var(--accent-red);
    color: var(--white);
    border-color: var(--accent-red);
}

.ahc-btn-danger:hover {
    background-color: var(--accent-red-hover);
    border-color: var(--accent-red-hover);
}

.ahc-btn-outline {
    background-color: transparent;
    color: var(--primary-blue);
    border-color: var(--primary-blue);
}

.ahc-btn-outline:hover {
    background-color: var(--primary-blue);
    color: var(--white);
}

.ahc-btn-outline-white {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
}

.ahc-btn-outline-white:hover {
    border-color: #6481b5;
}

.ahc-btn-round {
    border-radius: 50px;
}

.ahc-btn-block {
    display: flex;
    width: 100%;
}

/* Reception only needs contact and order data, not postal addresses. */
.wc-ticket-lookup-wrapper .woocommerce-order-details-wrapper .addresses-wrapper {
    display: none !important;
}
