@font-face {
    font-family: 'Galano Classic Alt';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/galanoclassicaltthin-webfont.woff2') format('woff2'), url('../fonts/galanoclassicaltthin-webfont.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'Galano Classic Alt';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/galanoclassicaltextralight-webfont.woff2') format('woff2'), url('../fonts/galanoclassicaltextralight-webfont.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'Galano Classic Alt';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/galanoclassicaltlight-webfont.woff2') format('woff2'), url('../fonts/galanoclassicaltlight-webfont.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'Galano Classic Alt';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/galanoclassicaltregular-webfont.woff2') format('woff2'), url('../fonts/galanoclassicaltregular-webfont.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'Galano Classic Alt';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/galanoclassicaltmedium-webfont.woff2') format('woff2'), url('../fonts/galanoclassicaltmedium-webfont.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'Galano Classic Alt';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/galanoclassicaltsemibold-webfont.woff2') format('woff2'), url('../fonts/galanoclassicaltsemibold-webfont.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'Galano Classic Alt';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/galanoclassicaltbold-webfont.woff2') format('woff2'), url('../fonts/galanoclassicaltbold-webfont.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'Galano Classic Alt';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/galanoclassicaltextrabold-webfont.woff2') format('woff2'), url('../fonts/galanoclassicaltextrabold-webfont.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'Galano Classic Alt';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/galanoclassicaltblack-webfont.woff2') format('woff2'), url('../fonts/galanoclassicaltblack-webfont.woff') format('woff');
    font-display: auto;
}

body {
    font-family: 'Galano Classic Alt';
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #0a0a0a;
    width: 100%;
    padding: 0;
    margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Galano Classic Alt';
    font-size: 36px;
    font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 30px;
}

h3,
h4,
h5,
h6 {
    font-size: 24px;
}

h4,
h5,
h6 {
    font-size: 20px;
}

h5,
h6 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-weight: 300;
}

a {
    color: #000000;
    text-decoration: none;
    transition: .2s;
}

a:hover {
    color: inherit;
    opacity: .5;
    text-decoration: none;
}

footer {
    background-color: #000000;
}

.logo {
    width: 150px;
}

.short-logo {
    width: 55px;
}

footer hr {
    color: white;
    background-color: white;
    opacity: 1;
}

.hamburger {
    outline: none;
    background-color: transparent;
    border: none;
    font-size: 2em;
}

.banner-home {
    background-image: url('../../images/banner-home.jpeg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
}

.banner-home .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-banner p {
    color: white;
    font-size: 3.1em;
    line-height: 1.2;
    margin-bottom: 0;
}

.inner-banner h1 {
    color: white;
    font-size: 6.3em;
    font-weight: 400;
    line-height: 1.2;
}

.inner-banner button {
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    border: 1px solid white;
    font-weight: 400;
    border-radius: 30px;
    padding: 10px 16px;
    font-size: 20px;
    width: 320px;
    margin-top: 3em;
    display: inline-block;
}

.inner-banner a {
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    border: 1px solid white;
    font-weight: 400;
    border-radius: 30px;
    padding: 10px 16px;
    font-size: 20px;
    width: 320px !important;
    margin-top: 3em;
    display: inline-block;
    transition: .4s;
}

.inner-banner a:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 1);
}

#swiper-top .swiper-slide {
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 1.7em;
    display: inline-block;
}

.buttons-swipers {
    bottom: -3em;
    right: -.3em;
}

#chef-section {
    background-image: linear-gradient(#ffffff 15%, #efeee9 15%, #efeee9 72%, #ffffff 72%), url('../../images/palmera.png');
    background-size: auto, 250px auto;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: 100% 32%;
}

#chef-section img {
    max-width: 100%;
    height: auto;
}

@media(min-width:1200px) {
    #chef-section img {
        height: 655px
    }
}

#newsletter-section {
    background-image: linear-gradient(rgba(244, 244, 243, 0.8), rgba(244, 244, 243, 0.8)), url('../../images/rinocenronte.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto, contain;
}

#newsletter input[type="email"] {
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 0.5px solid #0000004f;
    width: 100%;
    padding: 16px 11px;
}

#newsletter button {
    background-color: #000;
    border-radius: 30px;
    padding: 23px 16px;
    width: 100%;
    border: 1px solid white;
    color: white;
}

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

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

.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;
}

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

#list-menu li {
    padding: 1em 0;
    border-bottom: .5px solid #d4d4d4;
    transition: .4s;
}

#list-menu li:hover {
    padding-left: .5em;
}

#list-menu li a:hover {
    color: #b19564;
}

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

#list-menu li a img {
    width: 30px;
}

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

#footer-menu li a {
    padding: 1em 0;
    border-bottom: .5px solid rgba(0, 0, 0, .55);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2em;
}

#footer-menu li a h4 {
    font-size: .8em;
}

@media(min-width:581px) {
    .menu-inner h4 {
        font-size: 1.35rem;
    }
}

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

footer ul li {
    display: inline-block;
    margin: .5em 1.5em;
}

.testimonial {
    cursor: pointer;
    padding: 10px 1em 60px 1em;
    margin: 40px 0 40px 0;
}

#swiper-testimonials {
    margin: 0 -1em;
}

#swiper-testimonials .swiper-slide-next .testimonial {
    border-right: .5px solid rgba(150, 150, 150, 0.7);
    border-left: .5px solid rgba(150, 150, 150, 0.7);
}

.swiper-pagination-bullet-active {
    background-color: #000;
}

@media(max-width:850px) {
    .logo {
        width: 120px;
    }
    .languages {
        font-size: .8em;
        margin-top: .4em;
    }
    .hamburger {
        font-size: 1.8em;
        padding: 0;
        margin-top: .2em;
    }
    .inner-banner p {
        font-size: 2.1em;
    }
    .inner-banner h1 {
        font-size: 3.3em;
    }
    #chef-section {
        background-image: linear-gradient(#ffffff 10%, #efeee9 15%, #efeee9 92%, #ffffff 100%);
        background-size: cover;
        background-position: 100% 17%;
    }
    #chef-section img {
        height: initial;
        width: 100%;
    }
    #swiper-top .swiper-slide {
        height: 470px;
    }
    .menu-inner {
        background-size: 150px auto;
        height: 100%;
    }
    #newsletter-section {
        background-size: auto, cover;
    }
    footer ul li {
        display: block;
        margin: .5em 0;
    }
    .testimonial {
        padding: 20px 0em 60px 0em;
        margin: 0;
    }
    #swiper-testimonials {
        margin: 0;
    }
    #swiper-testimonials .swiper-slide-next .testimonial {
        border-right: none;
        border-left: none;
    }
    .menu-inner {
        width: 80%;
    }
    .menu-overlay {
        width: 20%;
    }
    .buttons-swipers {
        bottom: -3em;
        right: -.1em;
    }
}

.thank-you-section {
    background-image: url(../../images/pngwing-1.png);
    background-size: 250px auto;
    height: 90vh;
    text-align: center;
    background-repeat: no-repeat;
    background-color: #eaded0;
    background-position: 0% 100%;
}

.form-tipo input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 0.5px solid #0000004f;
    background: transparent;
    outline: none;
    padding: 16px 11px;
    font-size: 17px;
}

.form-tipo textarea {
    background: transparent;
    border: 0.5px solid #0000004f;
}

.form-tipo input[type="file"] {
    border-bottom: none;
}

.form-tipo input[type="checkbox"] {
    display: initial;
    width: inherit;
}

.form-tipo .checkbox_label {
    padding: .2em;
}

.form-tipo label {
    padding: 16px 11px;
    padding-bottom: 0;
    font-size: 17px;
}

.form-tipo button {
    background: #000;
    color: #fff;
    outline: none;
    border: none;
    padding: 23px 90px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.35em;
    text-transform: uppercase;
    width: 100%;
    margin-top: 1em;
}

.note-eventos {
    background-color: #ffffff;
    border-radius: 24px;
    border: 1px solid #cacaca;
    padding-top: 5%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 5%;
}

.note-reservar {
    background-color: #ffffff;
    border-radius: 24px;
    border: 1px solid #cacaca;
    padding: 40px;
    width: min-content;
    height: min-content;
    z-index: 9999;
}

@media(min-width:1000px) {
    .note-eventos {
        width: 75%;
        transform: translate(-30%, 15%);
    }
    .note-reservar {
        transform: translateY(-70%);
    }
    #img-reservar-2 {
        transform: translateY(-4em);
    }
}

@media(max-width:800px) {
    .note-eventos {
        width: 120%;
        transform: translate(7%, -5%);
    }
    .note-reservar {
        transform: scale(.8) translateY(-45%);
    }
    #img-reservar-2 {
        transform: scale(1.2) translateY(-2em);
    }
}

@media(max-width:760px) {
    #img-reservar-1 {
        transform: translateY(-3em);
    }
    #img-reservar-2 {
        transform: translateY(-7em);
    }
    .note-reservar {
        transform: translateY(-35%);
    }
}

@media(min-width:801px) and (max-width:999px) {
    .note-eventos {
        width: 120%;
        transform: translate(-30%, 15%);
    }
    .note-reservar {
        transform: scale(.8) translateY(-45%);
    }
    #img-reservar-2 {
        transform: scale(1.2) translateY(-2em);
    }
}

.btn-location {
    display: inline-block;
    border-radius: 30px;
    border: 1px solid black;
    background-color: black;
    color: white;
    text-transform: uppercase;
    padding: 10px 16px;
    transition: .4s;
}

.btn-location:hover {
    color: black;
    opacity: 1;
    background-color: white;
}

.overlay {
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
}

.column-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
}

.event-1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
}

.event-2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 53vh;
}

@media(max-width:600px) {
    .column-image {
        min-height: 45vh;
    }
    .event-1 {
        height: 35vh;
    }
    .event-2 {
        height: 35vh;
    }
    .banner-home {
        height: 40vh;
    }
}

.accordion-item.carta {
    border-radius: 0 !important;
    border: 1px solid #000;
    padding: 1.5em 1em!important;
    margin: 1em 0;
}

.accordion-button {
    border-radius: 0 !important;
    outline: none;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

.accordion-body {
    padding: .5rem;
}

.accordion-button.subcarta {
    padding: .5em 0 !important;
    border-bottom: 1px dashed #000;
}

.accordion-item {
    border-radius: 0 !important;
    border: none;
}

.accordion-button {
    padding: 0 !important;
}

.accordion-button:not(.collapsed),
.accordion-collapse {
    box-shadow: none;
    color: #000;
    background-color: #fff;
}

.popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 99999999;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.popup div {
    text-align: center;
}

.popup span {
    color: #fff;
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    cursor: pointer;
    font-size: 1.3em;
}

.popup a:hover,
.nohover:hover {
    opacity: 1;
}

.popup img {
    width: 85%;
}