@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura.woff2') format('woff2'),
    url('../fonts/Futura.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EnMiCuadraNadaCuadra';
    src: url('../fonts/EnMiCuadraNadaCuadraBold.woff2') format('woff2'),
    url('../fonts/EnMiCuadraNadaCuadraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
    url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: "Futura", Helvetica, Arial, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ccc;
}
.screen {
    width: 100vw;
    height: 100vh;
    min-height: 675px;
}
.background {
    background-size: cover;
    background-attachment: inherit;
    background-position: center;
}
.background-color {
    height: 100vh;
    position: absolute;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: -1;
}

/* ----- HEADER ------------------------*/
.header {
    position: fixed;
    width: 100%;
    height: 140px;
    z-index: 10;
    top: 0;
    background-color: #ccc;
}
.dark > .header{
    background-color: #1a1a1a !important;
}
.header .logo {
    display: block;
    margin-left: 30px;
}

.nav {
    display: flex;
    height: 140px;
}
.nav-left, .nav-right {
    display: flex;
    margin: auto 50px;
    height: 140px;
    justify-content: center;
    align-items: center;
}
.nav-left{
    position: relative;
    float: left;
    justify-content: right;
    width: 20%;
}
.nav-right{
    position: relative;
    float: right;
    justify-content: right;
    width: 60%;
}
.nav-left ul, .nav-right ul {
    list-style: none;
    display: flex;
    gap: 40px;
    justify-content: center;
    line-height: 50px;
}

.nav ul li a {
    font-family: 'Futura', Arial, Helvetica, sans-serif;
    color: #a6a6a6;
    font-size: 18px;
    font-weight: 200;
    cursor: pointer;
    text-decoration: none;
}
.nav ul li a.active {
    color: #191919;
}
.nav ul li a:hover {
    color: #c37d08;
}

.dark .nav ul li a {
    color: #4b4b4b;
}
.dark .nav ul li a.active {
    color: #a6a6a6;
}
.dark .nav ul li a:hover {
    color: #c37d08;
}

.menu-icon {
    display: none;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.menu-icon div {
    width: 100%;
    height: 2px;
    background-color: #ff5b3c;
    margin: 5px 0;
}

.mobile-menu-button {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
}

.menu-icon,
.close-icon {
    display: inline-block;
    cursor: pointer;
}
.close-icon {
    display: none;
}
.mobile-menu-button.open .menu-icon {
    display: none;
}
.mobile-menu-button.open .close-icon {
    display: inline-block;
}
.mobile-menu {
    display: none;
}
.volver{
    display: none;
}
.desktop{
    display: block !important;
}
.mobile{
    display: none !important;
}

.content{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 200px;
}
.menu-ico {
    fill: #1a1a1a;
    stroke-width: 0px;
}
.book-table{
    width: 250px;
    position: fixed;
    bottom: 20px;
    right: 50px;
}
@media (max-width: 768px) {
    .screen{
        min-height: 100px;
    }
    .nav.mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        top: 0;
        left: 0;
        right: 0;
        height: 100px;
        z-index: 1000;
    }

    .nav-left, .nav-right {
        margin: auto;
        height: 100px;
    }
    .desktop{
        display: none !important;
    }
    .mobile{
        display: block !important;
    }
    .header {
        height: 120px;
    }
    .content {
        margin-top: 100px;
    }
    .logo-mobile{
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
    }
    .logo-mobile-img{
        position: relative;
        float: left;
        margin-left: 20px;
    }
    .mobile-menu-button {
        display: block;
    }
    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: flex; /* Flex para centrar */
        flex-direction: column;
        justify-content: center; /* Centra vertical */
        align-items: center;     /* Centra horizontal */
        z-index: 1000;
        overflow: hidden;
        background-color: #000000;
    }

    .mobile-menu .background{
        position: absolute;
        z-index: -2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/home_fondo_mobile.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 0.3;
    }
    .mobile-menu ul {
        position: relative;
        z-index: 2;
        padding: 0;
        margin: 0;
        text-align: center;
        list-style: none;
    }

    .mobile-menu ul li a {
        font-family: 'Futura', Arial, Helvetica, sans-serif;
        color: #C68315 !important;
        font-size: 20px;
        font-weight: 200;
        cursor: pointer;
        text-decoration: none;
    }

    .mobile-menu ul li a.active {
        color: #191919;
    }
    .mobile-menu ul li a:hover {
        color: #c37d08;
    }
    .volver{
        display: none;
        position: absolute;
        left: 20px;
        top: 45px;
    }

    .close-icon{
        display: block;
        position: absolute;
        right: 50px;
        top: 50px;
        font-size: 30px;
    }
    .logo{
        width: 100%;
        text-align: center;
        margin: 0 !important;
        text-align: left;
    }
    .logo-mobile img {
        height: 60px;
        margin-top: 40px;
    }

    .mobile-menu ul{
        text-align: center;
    }
    .mobile-menu ul li{
        height: 70px;
        line-height: 70px;
    }

    .book-table{
        width: 220px;
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-110px);
    }
}

/* ----- HOME ------------------------*/
.home-container {
    display: flex;
    gap: 40px; /* Espacio entre columnas */
    text-align: center;
}
.home-column {
    width: 250px;
    padding: 20px;
    margin: auto;
}
.home-menu{
    text-decoration: none;
    list-style: none;
}
.home-menu li {
    text-align: left;
    line-height: 50px;
    cursor: pointer;
}
.home-menu li a {
    font-size: 25px;
    color: #edc14e;
    text-decoration: none;
}
.home-menu li:hover a {
    color: #c2941d;
}
.home-book{
    position: absolute;
    bottom: 60px;
    display: flex;
    width: 100%;
    left: 0;
    justify-content: center;
}
.home-book:hover{
    opacity: 0.8;
}
/* Responsivo: en pantallas pequeñas, apila las columnas */
@media (max-width: 768px) {
    .home-container {
        flex-direction: column;
        align-items: center;
    }
    .home-book {
        bottom: 70px;
    }
    .home-menu {
        padding: 0;
    }
    .home-menu li {
        text-align: center;
    }
    .home-menu li a {

    }
    .home-column-logo {
        position: absolute;
        top: 40px;
    }
    .home-column img {
        width: 150px;
    }
    .home-book img {
        height: 50px;
    }
}


h1.title{
    font-family: 'EnMiCuadraNadaCuadra', Arial, Helvetica, sans-serif;;
    font-size: 100px;
    color: #4B553D;
}

.text {
    font-family: 'Futura', Arial, Helvetica, sans-serif;;
    font-size: 24px;
    color: #788371;
}
.redes {
    font-family: 'Futura', Arial, Helvetica, sans-serif;;
    font-size: 16px;
    color: #788371;
    text-decoration: none;
}
.redes:hover{
    color: #4c5745;
}
.content-redes{
    margin: 50px 0;
}

@media (max-width: 768px) {
    h1.title{
        font-size: 60px;
    }
    .content-redes{
        margin: 50px 0 100px 0;
    }
    .redes {
        font-size: 12px;
    }
}
/* ----- A B O U T ------------------------*/

.about-container {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.about-foto{
    display: flex;
    margin: auto;
    height: 600px;
    background-image: url("../images/about_foto_desktop.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
}
.about-foto-text{
    font-family: 'EnMiCuadraNadaCuadra', Arial, Helvetica, sans-serif;;
    font-size: 40px;
    color: #FFFFFF;
}
.about-foto-book{
    position: absolute;
    width: 280px;
    top: 30px;
    right: 30px;
}
.about-pie-foto{
    font-family: 'Futura', Arial, Helvetica, sans-serif;;
    font-size: 16px;
    color: #788371;
    text-align: left;
}
.about-text-right {
    height: 275px;
}
.about-text-right p {
    font-family: 'Futura', Arial, Helvetica, sans-serif;;
    font-size: 28px;
    color: #788371;
    text-align: left;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .text {
        text-align: left;
        font-size: 16px;
        padding: 0 20px;
    }
    .about-pie-foto{
        text-align: left;
        padding: 0 20px;
    }
    .about-text-right {
        height: 100px;
    }
    .about-text-right p {
        font-size: 16px;
        padding: 0 20px;
    }
}

/* ----- L O C A T I O N ------------------------*/

.location-container{
    position: relative;
    float: left;
    width: 100%;
}
.location-fondo{
    position: relative;
    float: left;
    width: 100%;
    background-color: #1A1A1A;
    text-align: center;
}
.location-title{
    font-family: 'Futura', Arial, Helvetica, sans-serif;;
    font-size: 40px;
    color: #FFFFFF;
    margin: 50px 0 10px 0;
}
.location-subtitle{
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    font-family: 'Futura', Arial, Helvetica, sans-serif;;
    font-size: 18px;
    color: #FFFFFF;
}
.location-text{
    font-family: 'Futura', Arial, Helvetica, sans-serif;;
    font-size: 18px;
    color: #FFFFFF;
    margin: 10px 0;
    text-align: left;
}
.location-text-down{
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.location-book{
    position: absolute;
    right: 20px;
    width: 250px;
    top: 30px;
}
.location-foto-1{

}
.location-foto-3 img {
    width: 100%;
    height: 350px;
    max-width: 400px;
    margin-right: 20px;
}
.location-doble{
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
}
.map-container {
    margin: 20px auto;
    padding: 0;
    width: auto;
    max-width: 1200px;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
@media (max-width: 768px) {
    .location-flotante {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .location-title {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 22px;
        white-space: nowrap;
    }
    .location-title-float-left {
        right: 50%;
        margin-right: 60px;
        text-align: right;
        color: #000000;
        padding-bottom: 20px;
    }
    .location-title-float-right {
        left: 50%;
        margin-left: 60px;
        text-align: left;
        color: #000000;
        padding-bottom: 20px;
    }
    .location-gap-img {
        z-index: 1;
    }
    .location-gap-img img {
        width: 100px;
        height: auto;
    }
    .location-subtitle{
        font-size: 16px;
        padding: 0 20px;
        text-align: left;
        width: auto !important;
    }
    .location-text{
        padding: 0 20px;
        width: auto !important;
    }
    .location-book{
        display: none;
    }
    .location-foto-3{
        padding: 0 20px;
        width: auto !important;
    }
    .map-container {
        margin: 20px;
    }
}
/* ----- C E L E B R A T E ------------------------*/
.celebrate-container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
}
.celebrate-title{
    font-family: 'Futura', Arial, Helvetica, sans-serif;;
    font-size: 30px;
    color: #C68315;
    margin: 50px 0 10px 0;
    text-align: center;
}
.celebrate-subtitle{
    width: 100%;
    margin: 40px auto;
    font-family: 'Futura', Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #C68315;
    text-align: center;
}
.celebrate-text{
    font-family: 'Futura', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #C68315;
    margin: 10px 0;
    text-align: center;
}
.celebrate-foto img {
    width: 100%;
}
.celebrate-link{
    text-decoration: none;
    color: #C68315;
    text-align: center;
}
.celebrate-link:hover{
    color: #C68315;
}
@media (max-width: 768px) {
    .celebrate-container {
        width: auto;
        margin: 20px;
    }
    .celebrate-title {
        font-size: 20px;
    }
    .celebrate-subtitle{
        font-size: 16px;
    }
}
/* ----- M E N U ------------------------*/

.menu-container {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.menu-foto{
    margin: auto;
}
.menu-foto img{
    width: 100%;
    max-width: 360px;
    margin: auto;
}
.menu-title{
    color: #c37d08;
    width: 100%;
    float: left;
    height: 70px;
    line-height: 50px;
    text-align: left;
    margin-left: 20px;
}

.arrow {
    position: relative;
    float: right;
    top: 24px;
    right: 40px;
    height: 2px;
    background-color: #c37d08;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    animation: arrow 700ms linear infinite;
}

.arrow::after, .arrow::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    right: -4px;
    background-color: #c37d08;
}

.arrow::after {
    top: -5px;
    transform: rotate(45deg);
}

.arrow::before {
    top: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(-45deg);
}

.menu-boton{
    background-color: #C58315;
    color: #1a1a1a;
    width: 160px;
    position: relative;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 20px;
    margin: 0 auto;
}
.menu-direccion{
    font-size: 16px;
    color: #C58315;
}
.menu-linea{
    width: 80%;
    position: relative;
    margin: 0 auto;
    height: 2px;
    background-color: #C58315;
}
.menu-boton:hover{
    background-color: #945f05;
}
.menu-div-foto{
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-box{
    position: relative;
    float: left;
    width: 100%;
    max-width: 350px;
}
.menu-title {
    margin-left: 0px;
}
.arrow {
    right: 10px !important;
}

.arrow1{ width: 180px; }
.arrow2{ width: 200px; }
.arrow3{ width: 250px; }
.arrow4{ width: 180px; }
.arrow5{ width: 140px; }
@media (max-width: 768px) {
    .logo {
        height: 220px !important;
    }
    .logo img{
        margin-top: 80px;
        height: 130px;
    }
    .menu-div-foto{
        margin: 0 !important;
    }
    .menu-title {
        margin-left: 0px;
    }
    .menu-box{
        max-width: 88%;
    }
    .arrow {
        right: 10px !important;
    }
    .arrow1{ width: 140px; }
    .arrow2{ width: 180px; }
    .arrow3{ width: 220px; }
    .arrow4{ width: 150px; }
    .arrow5{ width: 120px; }
}

/* ----- C O N T A C T ------------------------*/
.contact-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.contact-input{
    width: 100%;
    height: 40px;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid #2d2d2d;
    border-radius: 5px;
}
.contact-textarea{
    width: 100%;
    height: 200px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid #2d2d2d;
    border-radius: 5px;
}
.btn-enviar{
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    font-size: 20px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
}
.btn-enviar:hover {
    background-color: #C68315;
}
.contac-logo{
    position: relative;
    width: 100%;
    text-align: center;
    margin: 50px auto;
}
.borde-error{
    border: 1px solid red;
}
@media (max-width: 768px) {

    .contact-container{
        width: auto;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
    }
    .contact-input{
        width: 88%;
    }
    .contact-textarea{
        width: 88%;
    }
}
/* ----- B O O K  A  T A B L E ------------------------*/
.book-header{
    background-color: #1A1A1A !important;
}
.book-content {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0;
}
.book-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}
.book-header{
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #1A1A1A;
}
.book-title{
    color: #C68315 !important;
    text-align: center;
    margin: 20px 0 0 0;
}
.book-subtitle{
    color: #C68315 !important;
    text-align: center;
    font-size: 30px;
    margin: 10px 0 0 0;
    font-family: 'Futura', Arial, Helvetica, sans-serif;
}

.book-footer{
    position: relative;
    float: left;
    width: 100%;
    height: 200px;
    background-color: #1A1A1A;
}
.book-footer-content{
    height: 200px;
    line-height: 200px;
    text-align: center;
}
.book-footer-content a {
    color: #cccccc;
}
@media (max-width: 768px) {
    .book-header {
        height: 300px;
    }
    .book-title{
        font-size: 40px !important;
    }
    .book-subtitle{
        font-size: 16px;
    }
}

/* ----- FOOTER ------------------------*/
.footer{
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #C68315;
}
.footer a{
    color: #ffffff;
}
.footer a:hover{
    color: #d2d2d2;
}

.footer-reserva{
    position: relative;
    float: left;
    width: 100%;
    margin: 40px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.footer-reserva a{
    color: #ffffff;
}
.footer-reserva a:hover{
    color: #d2d2d2;
}
@media (max-width: 768px) {
    .footer {
        font-size: 10px !important;
        padding: 0 50px;
    }
}