@font-face {
    font-family: 'AnticDidone';
    src: url('../../fonts/AnticDidone-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UncutSans';
    src: url('../../fonts/UncutSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../../fonts/SFProDisplay-Regular.OTF') format('otf');
    font-weight: normal;
    font-style: normal;
}

:root {
    --gold: #987D2D;
    --softer-gold: rgba(152, 125, 45, 0.40);
    --grey: #00000080;

    --t-fast: 200ms;
    --t-normal: 300ms;
    --t-slow: 700ms;

    --ease-standard: cubic-bezier(0.2, 0, 0, 1);
    --ease-emphasized: cubic-bezier(0.39, 0.58, 0.57, 1);
}

* {
    font-family: 'UncutSans', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

body {
    background-color: #F9F9F9;
}

p {
    margin: 0;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    background-color: transparent;
    transition: all var(--t-slow) var(--ease-emphasized);
}

#menu {
    opacity: 0;
    transition: opacity 0.5s ease-in-out, background-color 0.3s ease;
}

.menu-visible {
    opacity: 1 !important;
}

.normal {
    font-family: 'UncutSans', serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}

.fs-22 {
    font-size: 22px;
    line-height: 26px;
}

.canvas {
    position: absolute;
    width: 100%;
    top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.navbar {
    height: 144px;
}

.container-fluid{
    height: 100%;
    transition: all var(--t-slow) var(--ease-standard);
}

.scrolled {
    background: white;
    height: 90px;
    transition: all var(--t-slow) var(--ease-standard);
}

.scrolled .menu-line {
    background-color: var(--gold);
}

.scrolled .navbar {
    height: 90px;
    transition: all var(--t-slow) var(--ease-standard);
}
.scrolled .container-fluid {
    height: 90px;
    transition: all var(--t-slow) var(--ease-standard);

}

.scrolled .btn-nav,
.scrolled .btn-nav:hover {
    color: var(--gold) !important;
}

.scrolled .lr-menu_logo {
    margin-bottom: 0;
    width: 144px;
    filter: none;
}

.navbar:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--gold);
    height: 1px;
    width: 40%;
    transition: width var(--t-slow) var(--ease-standard);
}
.navbar:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--gold);
    height: 1px;
    width: 40%;
    transition: width var(--t-slow) var(--ease-standard);
}
.scrolled .navbar:before,
.scrolled .navbar:after{
    width: 100%;
}

.nav-section.left {
    display: flex;
    width: 233px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border-right: 1px solid var(--gold);
}
.nav-section.right {
    border-left: 1px solid var(--gold);
    display: flex;
    width: 233px;
}
.menu-icon-custom {
    display: flex;
    width: 89px;
    height: 50px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.menu-line {
    display: block;
    width: 89px;
    height: 2px;
    background-color: white;
    margin-bottom: 8px;
    transition: all var(--t-normal) var(--ease-standard);
}

.menu-line:last-child {
    margin-bottom: 0;
}

.lr-menu_logo {
    width: 170px;
    margin-bottom: -126px;
    filter: brightness(10);
    transition:
        margin-bottom var(--t-slow) var(--ease-emphasized),
        width var(--t-slow) var(--ease-emphasized);
}

.title {
    font-family: 'AnticDidone', serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
}

.header-title {
    font-family: 'Voyage', serif;
    color: white;
    font-size: 74px;
    font-weight: 400;
}

.sub-title {
    font-family: 'AnticDidone', serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
}

.img-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sider-title {
    font-family: 'AnticDidone', serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}

.contenedor {
    display: flex;
    justify-content: center;
    padding: 90px 0 0 0;
}

.contenedor-bg {
    display: flex;
    justify-content: center;
    margin: 90px 0 0 0;
}

.pt-90 {
    padding: 90px 0 0 0;
}

.full-seccion {
    width: 100%;
}
.big-seccion {
    max-width: 1440px;
}
.seccion {
    max-width: 1200px;
}

.g-30 {
    gap: 30px;
}
.py-30 {
    padding: 30px 0;
}
.portada {
    height: 406px;
    display: flex;
    justify-content: center;
    padding-top: 12rem;
}

.main-image {
    background-image:
        url('../img/header-pattern.png'),
        url('../img/hero-bg.png');

    background-position:
        bottom left,
        center;

    background-repeat:
        repeat-x,
        no-repeat;

    background-size:
        auto,
        cover;
}

.card-image {
    width: 100%;
    height: 266px;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 30px 30px 30px !important;
    cursor: pointer;
}

.card-image:hover {
    scale: 1.02;
    transition: 0.2s;
}

.sub-title.line {
    color: white;
    white-space: nowrap;
}

main {
    width: 100%;
    background-image: url('../img/pattern.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.gold {
    color: var(--gold);
}

.bg-gold {
    background-color: var(--gold);
}

.mt-15 {
    margin-top: 15px;
}
.header-container {
    border: 1px solid var(--gold);
    padding: 30px;
    background: white;
}
.header-inputs {
    display: flex;
    align-items: center;
    gap: 30px;
    align-self: stretch;
}

.header-inputs > div {
    flex: 1;
}

.btn-select {
    display: flex;
    padding: 9px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border: 1px solid var(--gold);
    background: white;
}

.placeholder {
    color: #ADB5BD;
}

.dropdown-menu {
    margin-top: -2px !important;
    border-radius: 0;
}
.dropdown-menu > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dropdown-item {
    padding: 8px 24px;
    transition: all var(--t-normal) var(--ease-standard);
}

.dropdown-item:hover,
.dropdown-item.active{
    background-color: var(--gold);
    color: white;
}

.service-cards {
    display: grid;
    row-gap: 30px;
    column-gap: 30px;
    align-self: stretch;
    grid-template-rows: fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.time-card {
    cursor: pointer;
    transition: all var(--t-normal) var(--ease-standard);
    border: 1px solid var(--softer-gold);
    background: #FFF;
    height: fit-content;
}

.time-card:hover {
    box-shadow: 2px 4px 15px #00000014;
    scale: 1.02;
}

.book-header {
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid var(--gold);
    color: var(--gold);
}

.display-time {
    font-family: "SF Pro Display", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    flex: 1 0 0;
}

.players {
        display: flex;
        align-content: center;
        align-items: center;
        font-size: 22px;
        gap: 5px;

}

.book-header.players {
    display: flex;
    height: 48px;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    flex: 1 0 0;
    font-family: "AnticDidone", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.book-body {
    display: flex;
    padding: 0 10px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.book-body .product-item {
    display: flex;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.book-body .product-item:not(:last-child) {
    border-bottom: 1px solid var(--gold);
    padding-bottom: 10px;
}

.see-more {
    width: 100%;
    padding: 15px;
    text-align: center;
    color: var(--grey);
}
.text-grey {
    color: var(--grey);
}

.mb-60 {
    margin-bottom: 60px;
}

.twiligth-table {
    display: grid;
    gap: 20px;
    border: 1px solid var(--gold);
    background: white;
    padding: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.fs-14 {
    font-size: 14px;
}

hr {
    color: var(--gold);
    opacity: 1;
    border-top: 2px solid var(--gold);
}

.book-card {
    border: 0;
    border-radius: 0;
    padding: 10px 0;
}

.book-card:not(:last-child) {
    border-bottom: 1px solid var(--gold);
}

.player-btn {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
    color: var(--gold);
    border: 1px solid var(--gold);
    transition: all var(--t-normal) var(--ease-standard);
}

input[type="radio"]:checked+.player-btn {
    color: white;
    background: var(--gold);
}

.input-group:focus-within .input-group-text {
    border-color: var(--gold);

    & img {
        opacity: 1 !important;
    }
}

.footer-icons a{
    color: var(--gold);
    transition: all var(--t-normal) var(--ease-standard);
}

.footer-icons a:hover {
    scale: 1.1;
}
.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    align-self: stretch;
}

@media (max-width: 1200px) {
    .service-cards {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}
/*-----------------------------------------------------------------*/
/*  Botones                                                        */
/*-----------------------------------------------------------------*/
.btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    line-height: 22px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: white;
}
.btn:hover,
.btn:active,
.btn:focus {
    color: #fff !important;
    background-color: var(--gold) !important;
}
.btn-nav {
    color: white;
    background-color: transparent;
}

.btn-nav:hover,
.btn-nav:active,
.btn-nav:focus {
    background-color: transparent !important;
}

.btn-claro {
    color: var(--gold) !important;
    border: 1px solid var(--gold);
}

.btn-gold {
    color: white !important;
    border: 1px solid var(--gold);
    background: var(--gold) !important;
    padding:  10px 35px;
}

.btn-gold:hover,
.btn-gold:active,
.btn-gold:focus {
    background-color: transparent !important;
    color: var(--gold) !important;
    border: 1px solid var(--gold);
}

.form-control, .input-group-text {
    transition: none !important;
    border-radius: 0;
}
.form-control:focus {
    border-color: var(--gold);
    outline: 0;
    box-shadow: none;
}

/* 1. Estado base (sin marcar) */
.form-check-input {
    border-color: var(--grey);
    cursor: pointer;
}

/* 2. Estado marcado (Checked) */
.form-check-input:checked {
    background-color: var(--gold);
    border-color: var(--gold);
}

/* 3. Estado de enfoque (Focus / Halo de luz) */
.form-check-input:focus {
    border-color: var(--gold);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(65, 172, 140, 0.25);
    /* Usa tu verde con transparencia */
}

/* 4. Si usas switches (opcional) */
.form-check-switch .form-check-input:checked {
    background-color: var(--gold);
}

/* 5. El check interno (el icono blanco) */
/* Bootstrap usa una imagen SVG. Si quieres asegurarte de que resalte bien: */
.form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.services-calendar {
    font-family: "UncutSans", sans-serif;

    .air-datepicker--navigation {
        /*padding: 1rem 1rem 0 1rem;*/
    }

    .air-datepicker--content {
        /*padding: 0 1rem 1rem 1rem;*/
    }

    .air-datepicker-body--day-name {
        color: var(--gold);
    }
    .air-datepicker-cell:hover,
    .air-datepicker-cell:active,
    .air-datepicker-cell:focus,
    .-current-{
        color: var(--gold);
    }

    .air-datepicker-cell:hover,
    .air-datepicker-cell:active,
    .air-datepicker-cell:focus,
    .-selected- {
        color: white !important;
        background-color: var(--gold) !important;
    }

    .air-datepicker-body--cells>* {
        border-radius: 0;
    }
}

/*-----------------------------------------------------------------*/
/*  Quitar estilos autocompletados                                 */
/*-----------------------------------------------------------------*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/*-----------------------------------------------------------------*/
/*  SPINNER                                                        */
/*-----------------------------------------------------------------*/
.spinner__inside {
    position: absolute;
    top: 50%;
    right: 50%;
}

.spinner__parent {
    position: relative;
    min-height: 400px;
}

.spinner-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
}

.spinner-full-screen {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner-full-screen__parent {
    position: relative;
    /*overflow-x:hidden; overflow-y:hidden; */
}

.spinner-full-screen__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner__filter {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    position: absolute;
}

.spinner-border.text-light {
    z-index: 9999;
}

.loading__spinner {
    text-align: center;
    z-index: 9999;
    color: white;
}


/*-----------------------------------------------------------------*/
/*  SPINNER  BOOKING                                               */
/*-----------------------------------------------------------------*/

.spinner-booking__filter {
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 1;
    position: absolute;
}

.spinner-border.text-light {
    z-index: 9999;
}

.loading__spinner {
    text-align: center;
    z-index: 9999;
    color: white;
}

.spinner-booking__img {
    width: 120px;
    z-index: 999;
    margin-bottom: 10px;
}

.spinner-border {
    z-index: 999;
    color: var(--gold) !important;
}

.swal2-popup {
    border: 1px solid var(--gold) !important;
    border-radius: 0 !important;
}

.swal2-close:hover,
.swal2-close:active,
.swal2-close:focus {
    outline: none;
    box-shadow: none !important;
    color: inherit !important;
}

.swal {

    .swal-icon {
        font-size: 5rem;
    }

    .swal-title {
        padding: 1rem 0;
        font-size: 24px;
        font-weight: 600;
        line-height: 137%;
    }

    .swal-text {
        text-align: center;
        font-feature-settings: "salt" on;
        font-size: 16px;
        font-weight: 400;
        line-height: 130%;
    }
}
