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

#sec03 {
    width: 70%;
    margin: auto;
    margin-top: 20vh;
}

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

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