* {
    color: #777777;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    margin: 0;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 13px;
    text-decoration: none;
}
body {
    overflow-x: hidden;
}

.dourado {
    color: #ad9966;
}

/*cabeçalho*/
.header {
    text-align: center;
    position: sticky;
    background-color: white;
    height: 100px;
    padding-top: 14px;
    top: 0;
    z-index: 3;
    /*box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);*/
}

header a {
    color: black;
    transition: all 0.3s ease 0s;
}

header a:hover {
    color: #ad9966;
}

hr {
    color: white;
}

ul {
    padding: 0;
}

header li {
    display: inline-block;
    width: 5%;
    vertical-align: middle;
    position: relative;
}

#logo {
    width: 27%;
    vertical-align: middle;
    padding: 0;
    width: 66.81px;
    height: 79.38px;
}

#espaco {
    width: 360px;
}
/*Drpdown*/
#dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 160px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    padding: 0;
    list-style: none;
    text-align: left;
}

#dropdown a {
    padding: 28px 20px 22px;
    font-size: 14px;
    width: 160px;
    float: left;
}
#dropdown li {
    display: block;
    width: 100%;
}
li:hover #dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
}
/*foto do meio*/
#section01 {
    height: 750px;
    background-image: url(../img/header-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#nome {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #fff;
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: 10.8px;
    font-family: "Playfair Display", serif;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
}

#nome p {
    color: white;
}

#nome > p {
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    letter-spacing: normal;
}
/*Book table no canto da tela*/
.booktable {
    background-image: url(../img/book-table-bg.png);
    position: fixed;
    top: 52.5%;
    transform: translateY(-50%);
    width: 92px;
    height: 180px;
    right: 0;
    transition: all 0.4s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.booktable a {
    color: white;
    width: 92px;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    letter-spacing: normal;
    z-index: 9;
}
.booktable a:hover {
    transition: transform 0.4s ease;
    color: black;
}
.booktable p {
    transform: rotate(270deg);
    transition: transform 0.4s ease;
}
.booktable:hover p {
    transform: rotate(360deg);
    color: #ad9966;
}
/*viewmenu no canto da tela*/
.viewmenu {
    background-image: url(../img/view-menu-bg.png);
    position: fixed;
    top: 52.5%;
    transform: translateY(-50%);
    width: 92px;
    height: 180px;
    left: 0;
    transition: all 0.4s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.viewmenu a {
    color: black;
    width: 92px;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    letter-spacing: normal;
}
.viewmenu a:hover {
    color: #ad9966;
    transition: transform 0.4s ease;
}
.viewmenu p {
    transform: rotate(90deg);
    transition: transform 0.4s ease;
}
.viewmenu:hover p {
    transition: transform 0.4s ease;
    transform: rotate(0deg);
    color: #ad9966;
}
/*Menu*/
.colunacentro {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
}

.esquerda {
    width: 25%;
    height: auto;
    padding-top: 144px;
}

.esquerda h1 {
    color: black;
    font-size: 48px;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    line-height: 72px;
    font-weight: 400;
}

.esquerda p {
    margin-bottom: 50px;
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
}

.seefullmenu {
    line-height: 48px;
    padding: 0 30px;
    border-radius: 0px;

    background: #ad9966;
    border: 1px solid #ad9966;

    display: inline-block;
    font-weight: normal;
    position: relative;
    letter-spacing: 2px;
    transition: all 0.4s ease 0s;
    cursor: pointer;
    color: white;
}

.seefullmenu:hover {
    background: transparent;
    color: #ad9966;
}

.menu {
    background-color: #faf5f0;
    list-style-type: none;
    padding: 120px 0px;
    text-align: center;
    width: 30%;
}

.menu h3 {
    color: black;
    font-size: 21px;
    font-style: italic;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    line-height: 1.5em;
    margin-bottom: 10px;
    line-height: 31.5px;
    margin: 50px 0px;
    padding-bottom: 20px;
}

h3::after {
    content: "";
    display: block;
    width: 12vh;
    height: 1px;
    background-color: #777777;
    opacity: 0.5;
    margin: 1vh auto;
}

.menu-item {
    margin-bottom: 10px;
    font-weight: 500;
    color: black;
    list-style: none;
}

.menu p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    list-style: none;
}

.menu li {
    list-style: none;
}
/*Galeria*/
#sec03 {
    width: 70%;
    margin: auto;
}

.img {
    display: inline-block;
    position: relative;
    top: -12vh;
    left: 9.7vh;
    margin: 0 1vh;
}

.zoom-container {
    overflow: hidden;
}

.zoom-container img {
    width: 100%;
    height: 100%;
    object-fit: zoom-container;
    transition: transform 0.5s;
}

.img02 {
    position: relative;
    top: -3.5vh;
}

.img03 {
    position: relative;
    top: -13.3vh;
    left: 18.7vh;
}

.img04 {
    position: relative;
    top: -2vh;
    left: 18.7vh;
}

.img:hover img {
    filter: brightness(30%);
    transform: scale(1.2);
}

#mais svg {
    width: 40px;
    fill: white;
}

#mais {
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

.img:hover #mais {
    transform: rotate(90deg) translate(50%, 50%);
    top: 40%;
    left: 50%;
    opacity: 1;
    transition: 0.5s;
}
/*
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 0.4 ease 0s;
    transition: all 0.4s ease 0s;
}

.overlay:hover {
    filter: brightness(30%);
}
.galeria {
    height: 180vh;
}
.img1 {
    top: 210%;
    left: 23%;
}
.img2 {
    top: 245%;
    left: 55%;
}
.img3 {
    top: 303%;
    left: 28.3%;
}
.img4 {
    top: 310%;
    left: 55%;
}
*/
/*Rezervas(forms)*/
.reservar {
    background-color: #faf5f0;
    padding: 120px 50px;
    text-align: center;
    width: 35%;
    display: inline-block;
    margin-left: 5%;
}
.reservar > input {
    width: 100%;
}
.reservar input {
    height: 38px;
    margin-bottom: 12px;
    border: none;
    border-radius: 0;
    outline: none;
}
.reserver div {
    text-align: left;
}
.reservar div input {
    display: inline-block;
    width: 48%;
    padding: 0px 15px;
}
.reservar textarea {
    width: 100%;
    height: 150px;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}
.espaco {
    width: 2%;
    display: inline-block;
}
#submit {
    background-color: black;
    color: white;
    height: 50px;
    width: 40%;
    border-left: auto;
    float: right;
}
#submit:hover {
    background-color: white;
    color: #ad9966;
    border: solid #ad9966 1px;
    transition: all 0.4s ease 0s;
}
.section-reservar {
    text-align: center;
}
.book-a-table {
    display: inline-block;
    width: 25%;
    height: auto;
    text-align: left;
    margin-left: 144px;
}
.book-a-table h1 {
    color: black;
    font-size: 48px;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    line-height: 72px;
    font-weight: 400;
}

.book-a-table p {
    margin-bottom: 50px;
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
}

/*Chefs quotes*/
.chefs-quotes {
    margin-top: 10%;
    margin-left: 19%;
}

.chefs-quotes h1 {
    color: black;
    font-size: 48px;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    line-height: 72px;
    font-weight: 400;
    width: 20%;
}

.chefs-quotes p {
    margin-bottom: 50px;
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
    width: 55%;
}
.chef {
    position: absolute;
    top: 465vh;
    left: 50%;
}

/*Foto do prato que era para ser um carrossel*/
.foto {
    position: relative;
    text-align: center;
    margin: 144px 0px;
}
.seta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    cursor: pointer;
    display: inline-block;
    filter: opacity(30%);
    transition: all 0.4s ease 0s;
}
.seta:hover {
    filter: opacity(100%);
}
.seta:first-of-type {
    left: 266px;
}
.seta:last-of-type {
    right: 266px;
}
.callation {
    background: url(../img/callaction-bg.jpg);
    display: inline-block;
    height: 450px;
    width: 1140px;
}

.maincourse {
    position: relative;
    text-align: center;
    z-index: -1;
}
.box-texto {
    padding-top: 3vh;
    padding-bottom: 3vh;
    padding-left: 6vh;
    padding-right: 6vh;
    position: absolute;
    top: 35%;
    left: 37%;
    text-align: center;
    background-color: #ffffffe6;
    width: 25%;
}

.box-texto h3 {
    font-size: 21px;
    font-family: "Playfair Display", serif;
    color: #000000;
    font-weight: lighter;
    text-transform: uppercase;
    width: 90%;
    padding-left: 2vh;
    padding-bottom: 2vh;
    font-style: italic;
}

.box-texto h3::after {
    content: "";
    display: block;
    width: 12vh;
    height: 1px;
    background-color: #777777;
    opacity: 0.5;
    margin: 1vh auto;
}

.box-texto p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #777777;
}
/*Contatos*/
.contato {
    display: inline-block;
    width: 25%;
    height: auto;
    text-align: left;
    margin-left: 144px;
}
.contato h1 {
    color: black;
    font-size: 48px;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    line-height: 72px;
    font-weight: 400;
}

.contato p {
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
}
.espaco2 {
    margin: 24px 0px;
}
.section-contato {
    text-align: center;
    padding: 120px 0px;
}
.maps {
    height: 650px;
    width: 540px;
    padding: 0px 54px;
    display: inline-block;
    background: url(../img/errormaps.png);
}
/*---rodape---*/
.rodape {
    width: 100%;
    padding: 120px 0px;
    background-color: #04091e;
    text-align: center;
}
.rodape div {
    display: inline-block;
    text-align: left;
    margin: 0px 22px;
}
.rodape h1 {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}
.rodape a {
    color: rgb(119, 119, 119);
    font-size: 15px;
    line-height: 40.5px;
    font-weight: 400;
    letter-spacing: normal;
    transition: all 0.4s ease 0s;
}
.rodape a:hover {
    color: #ad9966;
}
.newsletter {
    vertical-align: top;
    width: 400px;
}
.newsletter p {
    color: rgb(119, 119, 119);
    font-size: 15px;
    line-height: 40.5px;
    font-weight: 400;
    letter-spacing: normal;
}
.email-rodape {
    height: 40px;
    width: 80%;
    background: transparent;
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    padding: 0px 20px;
}
.btn-rodape {
    height: 40px;
    width: 40px;
    background: #ad9966;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    border: none;
    color: #fff;
    line-height: 100%;
    font-size: 18px;
}
.btn-rodape:hover {
    cursor: pointer;
    text-decoration: none;
}
.final {
    padding-top: 32px;
    display: block;
    width: 64%;
}
.Copyright {
    float: left;
    letter-spacing: normal;
}
.social {
    vertical-align: bottom;
    float: right;
}
.media {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease 0s;
    background: rgba(255, 255, 255, 0.1);
    letter-spacing: normal;
    font-size: normal;
    font-weight: normal;
}
.media:hover {
    background-color: #ad9966;
}
.media:hover i {
    color: #fff;
}
.media i {
    color: #ad9966;
}
