* {
    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;
}

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

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

#section01 {
    height: 400px;
    background-image: url(../img/bannermenu.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#nome {
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #fff;
    font-size: 48px;
    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;
    text-align: center;
}

#nome a {
    color: white;
    transition: all 0.3s ease 0s;
}

#nome a:hover {
    color: #ad9966;
}

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

header a:hover {
    color: #ad9966;
}

hr {
    color: white;
}

#nome > p {
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    letter-spacing: normal;
}

.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: 35%;
}

.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;
    border-bottom: #777777;
}

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

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.img1 {
    top: 157%;
    left: 20%;
}

.chefs-quotes {
    margin-top: 10%;
    margin-left: 55%;
}

.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%;
}
/*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(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;
}

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