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

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

.about {
    width: 30%;
    height: auto;
    padding-top: 144px;
    padding-left: 144px;
    display: inline-block;
    text-align: left;
}

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

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

.coluna1 {
    text-align: center;
}

h3::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1px;
    width: 120px;
    background: rgba(0, 0, 0, 0.2);
}

.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: -10;
}
.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;
}
.chefs-quotes {
    text-align: center;
    margin-bottom: 200px;
}
.chef {
    display: inline-block;
}
.quotes {
    display: inline-block;
    width: 50vh;
    margin-right: 128px;
}
.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;
    text-align: left;
}

.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;
    text-align: left;
}

.signature {
    margin-bottom: 230px;
    margin-right: 400px;
}

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