@font-face {
    font-family: plaza;
    src: url('fonts/plaza.otf');
}
@font-face{
    font-family: playfair;
    src: url('fonts/play.ttf')
}
@font-face{
    font-family: playb;
    src: url('fonts/playb.ttf')
}
@font-face{
    font-family: sail;
    src: url('fonts/sail.ttf')
}
* {
    box-sizing: border-box;
    margin:0;
    padding:0;
}
body {
    background-color: #f2eadf;
    font-family: playfair;
    font-size: 20px;
    text-align: left;
    color: #3f3e3b;
}
#principal {
    width: 100%;
    max-width: 1665px;
    margin: 0 auto;
}
.grelha {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    column-gap: 0px;
}
.grelhaa {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    column-gap: 0px;
}
.grelhaaa {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 0px;
}
nav a {
    text-decoration: none;
    color: #51504d;
}
nav li {
    list-style-type: none;
}
.sub a, .menu li, header, .sub li, .mini, .desta, .link, .norm, .opi, .locoras, .inf {
    text-align: center;
}
#nav {
    width: 100%;
    position: fixed;
    background-color: #f2eadf;
    z-index: 1000;
}
.menu {
    width: 100%;
    max-width: 1665px;
    margin: 0 auto;
    font-family: plaza;
    font-size: 25px;
    height: 95px;
}
.menu .active {
    background-image: url(fotos/menu%20sele.png);
    background-size: 167px 70px;
    background-repeat: no-repeat;
    background-position: 0% 20%;
}
.menu li:first-of-type {
    grid-column: 3/5;
}
.menu li:nth-of-type(2) {
    grid-column: 6/8;
}
.menu li:nth-of-type(3) {
    grid-column: 14/16;
}
.logo {
    grid-column: 9/13;
}
.logo img {
    width: 100%;
}
.menu li:nth-of-type(4) {
    grid-column: 17/19;
}
.menu ul {
    display: none;
}
.menu a:hover {
    color: #cba26d;
    transition: 0.3s;
}
.oof {
    padding-top: 35px;
}
main {
    width: 100%;
    background-color: #ede5d0;
    box-shadow: 1px 1px 5px grey;
}
header {
    background-image: url(fotos/café.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.head {
    grid-column: 4/18;
    color: #ede5d0;
    padding-top: 400px;
    padding-bottom: 400px;
}
.head p {
    font-family: playfair;
    font-size: 90px;
    text-shadow: 2px 2px 10px black;
    grid-column: 4/18;
}
header img {
    grid-column: 7/15;
    width: 100%;
}
.intro {
    margin-top: 100px;
}
.sub {
    grid-column: 2/6;
}
.yay {
    position: absolute;
}
.sub nav {  
    position: relative;
    align-self: center;
    margin-top: 40px;
}
.sub a {
    color: #3f3e3b;
    font-family: plaza;
    font-size: 35px;
    line-height: 1.3;
}
.sub a p {
    margin-top: 15px;
    line-height: 2.3;
}
.sub a img {
    margin: 0 auto;
    display: block;
    background-color: #3f3e3b; 
}
.sub a:hover, .sub .active {
    color: #cba26d;
    transition: 0.3s;
}
.sub a:hover img, .sub .active img {
    background-color: #cba26d;
    transition: 0.3s;
}
.ini {
    grid-column: 8/19;
    margin-bottom: 100px;
}
.mini {
    color: #cba26d;
    margin-bottom: 30px;
}
.mini p {
    grid-column: 2/9;
    line-height: 1.7;
}
.mini p:first-of-type {
    font-family: sail;
    font-size: 50px;
    margin-bottom: 70px;
}
.mini p:nth-of-type(2) {
    font-size: 25px;
}
.ini p {
    line-height: 1.5;
    margin-bottom: 40px;
}
.ini a {
    color: #cba26d;
}
.dest {
    background-color: #51504d;
}
.antigo {
    grid-column: 1/11;
    width: 100%;
}
.desta {
    grid-column: 12/20;
    width: 100%;
    align-self: center;
}
.desta p {
    color: #cba26d;
    font-family: playb;
    font-size: 25px;
    margin-top: 50px;
}
.imp {
    height: 700px;
    background-attachment: fixed;
    background-position: 85% 50%;
    background-image: url(fotos/ladies.png);
    background-repeat: no-repeat;
    background-size: 500px;
}
.texto {
    grid-column: 2/13;
    text-align: left;
    color: #cba26d;
    margin-top: 50px;
    padding-top: 30px;
}
.texto p:first-of-type, .texto p:nth-of-type(2) {
    line-height: 2;
    margin-bottom: 50px;
}
.ok {
    margin-bottom: 0px !important;
}
.link {
    margin-bottom: 50px;
}
.link a {
    font-family: sail;
    font-size: 25px;
    text-decoration: none;
    color: #51504d;
}
.imagem {
    opacity: 0.1;
    width: 40%;
    align-self: end;
    position: absolute;
}
.barras {
    width: 100%;
    display: block;
}
.norm {
    height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-image: url(fotos/pessoas.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 50px;
}
.norm p, .norm a {
    grid-column: 6/16;
    line-height: 1.7;
    margin-bottom: 30px;
}
.norm img {
    grid-column: 10/12;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.norm a {
    text-decoration: none;
    color: #cba26d;
    font-family: sail;
    font-size: 35px;
}
.opi {
    margin-top: 100px;
    margin-bottom: 70px;
}
.opi p {
    grid-column: 7/15;
    font-family: sail;
    font-size: 35px;
    margin-bottom: 15px;
}
.opi img {
    grid-column: 8/14;
    width: 100%;
}
.opi form {
    grid-column: 5/17;
    margin-top: 100px;
}
input, textarea {
    width: 100%;
    background-color: #ede5d0;
    line-height: 2;
}
input[placeholder] {
    color: #51504d;
    font-size: 15px;
    font-family: play;
    letter-spacing: -1px;
}
textarea {
    margin: 25px 0px 25px;
    outline: none;
    grid-column: 1/13;
    border: 10px solid transparent;
    border-image: url(fotos/Border.png) 40 stretch;
    height: 200px;
    resize: none;
}
input {
    border: 1.5px solid;
    border-color: rgba(63,62,59,0.5);
    outline: none;
}
input[type=email] {
    grid-column: 1/4;
}
input[type=submit] {
    border-color: #cba26d;
    grid-column: 12/13;
    color: #cba26d;
}
input[type=email]:focus {
    border: 2px solid #51504d;
}
.rese {
    margin-bottom: 60px;
}
.rese a {
    grid-column: 8/14;
}
.cir img {
    grid-column: 10/12;
    width: 100%;
    z-index: 2;
    margin-bottom: -80px;
}
.footer {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 50px;
}
.footer p {
    color: #cba26d;
    font-size: 15px;
    grid-column: 7/15;
}
.inf {
    grid-column: 1/21;
    margin-bottom: 20px;
}
.inf img {
    width: 50%;
}
.inf img, .inf p {
    align-self: center;
    justify-self: center;
}
.inf img:first-of-type {
    grid-column: 2/3;
    width: 100%;
}
.inf img:nth-of-type(2) {
    grid-column: 4/5;
    width: 70%;
}
.inf p:first-of-type {
    grid-column: 6/9;
}
.inf p:last-of-type {
    grid-column: 13/15;
}
.inf img:nth-of-type(3) {
    grid-column: 17/18;
}
.inf img:last-of-type {
    grid-column: 19/20;
}
.inf p {
    color: #51504d;
    font-size: 15px;
}