@font-face {
    font-family: "RoslindaleDispCond Light Regular";
    src: url("../fonts/RoslindaleDispCond%20Light%20Regular.html") format("woff2"), url("../fonts/RoslindaleDispCond%20Light%20Regular.woff") format("woff"), url("../fonts/RoslindaleDispCond%20Light%20Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Matter";
    src: url("../fonts/Matter-Bold.html") format("woff2"), url("../fonts/Matter-Bold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Matter";
    src: url("../fonts/Matter-SemiBold.html") format("woff2"), url("../fonts/Matter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Matter";
    src: url("../fonts/Matter-Regular.html") format("woff2"), url("../fonts/Matter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Matter";
    font-size: 16px;
    font-weight: 400;
    color: #342d23;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.container-left {
    max-width: 200% !important;
    margin-right: 0 !important;
    padding-right: 0;
    margin-left: 6em;
}

.font-title {
    font-family: "RoslindaleDispCond Light Regular";
}

.newsletter form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletter input {
    border: none;
    background: transparent;
    border-bottom: 1px solid #342d23;
    color: #342d23;
    padding: 0.5em;
    width: 75%;
    outline: none;
    border-radius: 0;
}

.newsletter input::placeholder {
    color: #342d23;
    text-transform: uppercase;
}

.newsletter button {
    border: none;
    background: transparent;
    border-bottom: 1px solid #342d23;
    text-transform: uppercase;
    text-align: center;
    color: #342d23;
    font-weight: 700;
    padding: 0.5em;
    width: 25%;
}

footer {
    font-size: 0.9em;
}

footer .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .menu ul li {
    display: inline-block;
    margin: 0 1em;
}

footer .menu ul li a {
    color: #342d23;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
}

footer .info-text a {
    text-decoration: none;
    transition: 0.3s;
}

hr {
    background-color: #342d23;
    border: 0 none;
    color: #342d23;
    height: .5px;
    opacity: 1;
}

.languages a {
    text-decoration: none;
    color: #342d23;
    transition: 0.3s;
}

.languages a.active {
    font-weight: 700;
}

footer .menu ul li a:hover,
footer .info-text a:hover,
.languages a:hover {
    text-decoration: underline;
}

.feed-powered-by-es {
    display: none !important;
}

@media (max-width: 580px) {
    footer .menu ul li {
        display: block;
        margin: 0.5em;
        text-align: center;
    }
    .container-left {
        margin-left: 0.25rem;
    }
}

.banner {
    margin-bottom: 3em;
}

@media (min-width: 769px) {
    .banner {
        height: 90svh;
    }
    .banner img:not(.logo) {
        height: 90svh;
        object-fit: cover;
        object-position: center 20%;
    }
}

.swiper .logo {
    position: absolute;
    display: block;
    top: 3em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.topbar {
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    color: #342d23;
}

.topbar-white {
    color: #fff;
}

.topbar button {
    color: #342d23;
}

.topbar-white button {
    color: #fff;
}

.topbar-white img {
    filter: invert(1) brightness(100);
}

.hamburger {
    outline: none;
    background-color: transparent;
    border: none;
    font-size: 2em;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.btn-reservas {
    text-decoration: none;
    color: #342d23;
    border: 1px solid #342d23;
    display: inline-block;
    padding: .3em 1.5em;
    vertical-align: bottom;
    transition: .3s;
}

.btn-reservas:hover {
    color: #fff;
    background: #342d23;
}

.topbar-white .btn-reservas {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: .3em 1.5em;
    vertical-align: bottom;
    transition: .3s;
}

.topbar-white .btn-reservas:hover {
    color: #342d23;
    background: #fff;
}

.banner-home {
    background-size: cover;
    background-position: center;
    height: 90svh;
    position: relative;
}

.overlay-home {
    width: 100%;
    height: 90svh;
    background-color: rgba(0, 0, 0, 0.2);
}

.text-banner {
    font-size: 5em;
    line-height: 1.1;
}

.logos {
    display: flex;
    align-items: center;
    column-gap: 2em;
    overflow-x: scroll;
}

.logos::-webkit-scrollbar {
    display: none;
}

.logos img {
    height: 35px;
}

@media (max-width: 580px) {
    .text-banner {
        font-size: 3.7em;
    }
}

@media(min-width:581px) {
    .text-md-center {
        text-align: center !important;
    }
}

.divisor {
    display: inline-block;
    width: 6em;
    height: 2px;
    background: #fff;
    vertical-align: middle;
    margin-right: 1em;
}

.form-vip input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #342d23;
    border-radius: 0;
    padding: 0.5em 0.2em;
    outline: none;
    margin-bottom: 0.5em;
    font-size: 0.85em;
    background-color: #fff;
    color: #342d23;
}

.form-vip select {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #342d23;
    border-radius: 0;
    padding: 0.5em 0;
    margin: 0;
    outline: none;
    margin-bottom: 0.5em;
    font-size: 0.85em;
    height: 35px;
    background-color: #fff;
    color: #342d23;
}

@media (max-width: 580px) {
    .input-date {
        border-bottom: 1px solid #342d23;
        padding-top: 0.2em;
        height: 32px;
    }
    .form-vip input[type="date"] {
        text-transform: uppercase;
        margin-left: -0.35em;
        border: none;
    }
    .form-vip select {
        height: 40px;
    }
}

.form-vip input::placeholder {
    text-transform: uppercase;
    color: #342d23;
    opacity: 1;
}

.form-vip button {
    text-transform: uppercase;
    color: #342d23;
    font-weight: bold;
    font-size: 0.85em;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.cartas a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: .6em;
    margin-right: 1em;
}

.cartas a:last-child {
    margin-right: 0;
}

.swiper-carta {
    height: 470px;
    margin-bottom: 3em;
}

.swiper-carta img {
    object-fit: cover;
    height: 400px;
    width: 100%;
    cursor: pointer;
}

.swiper-carta p {
    font-size: .9em;
    text-align: left;
    margin-top: .5em;
}

.menu-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    overflow-x: hidden;
    z-index: -1;
    transition: all .4s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu-inner {
    width: 50%;
    background-color: #000;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
}

.close-menu {
    cursor: pointer;
    position: absolute;
    top: 1em;
    left: 1.5em;
    z-index: 999;
}

.menu-overlay {
    width: 50%;
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: .4s;
    position: fixed;
    cursor: pointer;
    backdrop-filter: blur(5px);
    z-index: -1;
}

@media(max-width:580px) {
    .menu-inner {
        width: 100%;
    }
    .menu-overlay {
        width: 0;
    }
}

#list-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#list-menu li {
    padding: .4em 0;
}

#list-menu li a:hover {
    color: #fff !important;
    opacity: .6;
}

#list-menu li a span {
    vertical-align: middle;
    margin-left: 2em;
}

#list-menu li a {
    text-decoration: none;
    font-size: 1.8em;
    transition: .4s;
}

.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 1.5em;
    padding: .3em 0;
    color: #342d23;
    background: white;
    border: none;
    border-bottom: 1px solid #342d23;
    border-radius: 0;
    outline: none;
    font-size: .9em;
}

.contact-form button {
    color: #342d23;
    background: #fff;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    text-transform: uppercase;
    opacity: 1;
    color: #342d23;
}

.banner-reservas {
    background-size: cover;
    background-position: center;
    height: 55svh;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.margin-reservas {
    margin-top: 17svh
}

@media(max-width:580px) {
    .margin-reservas {
        margin-top: 20svh
    }
}