/* Estilos generales */
body {
    font-family: "proxima-nova", sans-serif;
    color: #141212;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 19px;
    line-height: 2.5em;
}

/* Encabezado */
header {
    padding: 15px 0;
}

.col-centro {
    border-left: 4px solid #00342b;
    border-right: 4px solid #00342b;
}

#temporadas p {
    min-height: 5.5em;
}

#temporadas strong {
    margin-bottom: .7em;
    margin-top: .5em;
    display: block;
}

#temporadas small {
    font-size: .7em;
    display: block;
}

#temporadas .col-4 {
    padding-bottom: .5em;
    padding-left: 2em;
}

#temporadas .col-4:first-of-type {
    padding-left: .7em;
}

/* Sección Hero */
.hero-section {
    position: relative;
}

.hero-container {
    position: relative;
    color: white;
}


.hero-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    gap: 0.5rem;
}

.hero-content-overlay .h2 {
    margin-top: 0 !important;
    font-size: 1rem !important;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.hero-card-img {
    max-width: 150px;
    width: 100%;
    margin-bottom: 0.5rem;
}

.hero-cta-text {
    font-size: 1rem !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.hero-content-overlay #btn-hero {
    transform: scale(0.8);
    margin-bottom: 0.5rem;
}

.hero-logo-visa {
    height: 35px !important;
    width: auto !important;
}


.hero-section h1 {
    font-size: 48px;
    letter-spacing: 5px;
    text-transform: uppercase;
}


.hero-section p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.hero-section .lead {
    font-size: 1.6em;
    font-weight: 300;
}

.hero-section .lead strong {
    font-weight: 600;
}

section {
    font-weight: 300;
}

section h2 {
    font-weight: 700;
    font-size: 2.7em;
    line-height: 1.1em;
}

section p {
    font-size: 1.7em;
}



/* Estilos para Desktop */
@media (min-width: 768px) {
    .hero-content-overlay {
        left: 55%;
        width: 45%;
        padding: 0 5%;
        gap: 1.5rem;
    }

    .hero-content-overlay .h2 {
        font-size: 1.5rem !important;
    }

    .hero-card-img {
        max-width: 280px;
    }

    .hero-cta-text {
        font-size: 1.2rem !important;
        margin-bottom: 0 !important;
    }

    .hero-content-overlay #btn-hero {
        transform: scale(1);
    }

    

    .hero-logos {
        margin-top: 2rem;
    }
}

.bg-dark {
    background-color: #000 !important;
}

/* Como Funciona */
.btn-caribe {
    background-color: #000;
    border: none;
    border-radius: 0;
    color: white;
    font-weight: 600;
    padding: 12px 25px;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 1.2em;
}

.btn-caribe:hover {
    background-color: #333333;
    color: white;
}

.btn.btn-mark {
    position: relative;
    padding-right: 4em !important;
}

.btn .mark-bar {
    background-color: #414042;
    border: 1px solid #414042;
    margin-top: -1px;
    margin-bottom: -1px;
    color: #fff;
    padding: 0 15px;
    /* Espaciado interno */
    position: absolute;
    right: 0;
    /* Pegado al borde derecho */
    top: 0;
    bottom: 0;
    /* Hace que ocupe todo el alto del botón */
    display: flex;
    align-items: center;
    /* Centra verticalmente */
    justify-content: center;
    /* Centra horizontalmente */
}


#temporada-primavera #restaurantes {
    margin-top: 2em;
}

#temporada-primavera #restaurantes a.border {
    margin-top: 1em;
    padding: .5em 1em;
    line-height: .5em;
    opacity: .5;
}

#temporada-primavera #restaurantes a.border i {
    font-size: .8em;
}

#temporada-primavera span.cta-restaurante {
    font-size: 1em;
    text-decoration: none;
    font-weight: 600;
    opacity: .5;
}

#temporada-primavera #restaurantes img.logo-restaurante {
    width: 100%;
    max-width: 210px;
    height: 100px;
    margin-bottom: .3em;
}

#restaurantes-participantes h2 {
    font-size: 2.7em;
    font-weight: 700;
    border: 2px solid #000;
    display: inline-block;
    padding: 0.1em 0.3em;
    margin-bottom: 0;
    line-height: 1.1em;
}

#restaurantes-participantes h3 {
    font-size: 1.7em;
    font-weight: 700;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 0.1em 0.3em;
    margin-top: 0;
    line-height: 1.1em;
    margin-top: .2em;
}

#restaurantes-participantes #lista-restaurantes img.logo-restaurante {
    width: 100%;
    max-width: 170px;
    height: 85px;
}

#restaurantes-participantes #lista-restaurantes img.logo-restauranteXL {
    width: 100%;
    max-width: 230px;
    height: 85px;
}

#restaurantes-participantes #lista-restaurantes img.logo-restaurante,
#restaurantes-participantes #lista-restaurantes img.logo-restauranteXL {
    margin-bottom: 1em;
}

.modal-header {
    background-color: #00342B;
    padding: 1em 2em 1em 3em;
}

.modal-body {
    padding: 2em 3em;
}

#experiencias-exquisitas {
    background-color: #00342B;
    color: white;
    background-image: url('../imgs/fotos/pareja-2025.jpg');
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}

#experiencias-exquisitas p.lead {
    font-weight: 700;
    position: absolute;
    width: 35vw;
    margin-left: 10vw;
    font-size: 2.5em;
    padding: 1em;
    margin-top: -2em;
    line-height: 1.2em;
    background-color: #000;
    background-image: url('../imgs/background/patron.png');
    background-size: cover;
}

#beneficios {
    background-color: #000;
    background-image: url('../imgs/background/tarjetas.png');
    background-size: cover;
}

.restaurants-section {
    background-color: #e0e4e6;
    padding: 50px 20px;
}

.restaurant-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.restaurant-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.restaurant-card img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Beneficios */
.benefit-icon {
    font-size: 24px;
    color: #d4af37;
    margin-bottom: 15px;
}

/* Sección de términos */
.terms-section {
    background-color: #141212;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.terms-section p {
    margin: 0;
    font-size: 16px;
}


/* Modal */
.modal {
    z-index: 1050;
}

.modal-header {
    background-color: #00342B;
}

.modal-dialog {
    max-width: 95%;
    margin: 1.75rem auto;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
    }

    .modal-dialog.modal-lg {
        max-width: 800px;
    }

    .modal-dialog.modal-xl {
        max-width: 1140px;
    }
}

/* Estilos para el backdrop según la documentación oficial de Bootstrap 5.3.3 */
.modal-backdrop {
    --bs-backdrop-zindex: 1040;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;

    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal h2 {
    font-weight: bold;
    font-size: 1.4em;
}

.modal h3 {
    font-weight: 100;
    font-size: 2.5em;
}

.modal h4 {
    font-weight: 600;

}

.modal h5 {
    font-weight: 800;
    font-size: 1em;
}

.modal * {
    line-height: 1.3em !important;
}

.modal p {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.4em;
}

.modal p strong {
    font-weight: 800;
}

.modal #terminos-lista-restaurantes small {
    font-size: .8em;
    margin-top: 2em;
    display: block;
}

.modal .box-restaurante {
    min-height: 7.5em;
}

.modal small {
    font-size: .8em;
    line-height: 1.3em;
    opacity: .7;
}

.modal .block-divisor {
    border: 7px solid #00342B;
    border-top: 0;
    border-bottom: 0;
}

.btn-close {
    margin-top: 5.5em !important;
    margin-right: 1em !important;
    z-index: 99999 !important;
}

.modal ul {
    list-style: none;
    padding-left: 0;
}

.modal ul li {
    margin-bottom: 1em;
}