@font-face {
    font-family: Menu; /*Audrey-Medium*/
    src: url(Recursos/Tipografias/Menu.otf);
}

@font-face {
    font-family: Title; /*Grota Sans-Bold*/
    src: url(Recursos/Tipografias/Title.otf);
}

@font-face {
    font-family: Text; /*Myriad Pro-Regular*/
    src: url(Recursos/Tipografias/Text.otf);
}

* {
    z-index: 1;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    max-width: 1920px;
    grid-column-gap: 0;
    font-size: 100%;
    line-height: 1;
    font-weight: normal;
}

img{
    display: block;
}

body {
    background-color: #37363C;
}

.grid {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
}

.full{
    grid-column: 1/15;
}

nav{
    grid-column: 1/15;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-column-gap: 0;
    height: auto;
}
nav a{
    font-family: Menu;
    font-size: 2vw;
    align-self: center;
    text-align: center;
    text-decoration: none;
    color: #DCCDBE;
    margin: 0 auto;
}

nav a:first-of-type{
    grid-column: 1/3;
}

nav a:nth-of-type(2){
    grid-column: 4/6;
}

nav a:nth-of-type(3){
    grid-column: 7/9;
    padding: 0;
}

nav a img{
    align-self: center;
    justify-self: center;

}

nav a:nth-of-type(4){
    grid-column: 10/12;
}

nav a:nth-of-type(5){
    grid-column: 13/15;
}

#topxuxa{
    max-height: 270px;
    min-height: 60px;
}

.left{
    grid-column: 1/2;
}

.right{
    grid-column: 14/15;
}

h1{
    margin-top: -8%;
    z-index: 2;
    font-size: 2.25vw;
    grid-column: 4/12;
    font-family: title;
    color: #DCCDBE;
    font-weight: lighter;
    text-align: center;
}

h2{
    margin-top: -3%;
    z-index: 2;
    grid-column: 5/11;
    font-size: 1.5vw;
    font-family: text;
    color: #706B78;
    text-align: center;
}

.block{
    margin-top: 10%;
}

.block img:first-of-type{
    width: 70%;
    justify-self: center;
}

.block img:nth-of-type(2){
    width: 15%;
    justify-self: center;
}

.mumu{
    margin-top: -35%;
}

.block:first-of-type img:first-of-type, .block:first-of-type img:nth-of-type(2), .block:nth-of-type(3) img:first-of-type, .block:nth-of-type(3) img:nth-of-type(2){
    grid-column: 3/5;
    z-index: 2;
}

.block:nth-of-type(2) img:first-of-type, .block:nth-of-type(2) img:nth-of-type(2){
    grid-column: 11/13;
    z-index: 2;
}

.block:first-of-type h3, .block:nth-of-type(3) h3{
    margin-top: 5%;
    grid-column: 3/5;
    font-size: 1.5vw;
    font-family: text;
    color: #DCCDBE;
    text-align: center;
    z-index: 2;
}

.block:first-of-type h4, .block:nth-of-type(3) h4{
    width: 70%;
    margin: 0 auto;
    margin-top: 2%;
    grid-column: 1/7;
    font-size: 1.25vw;
    font-family: text;
    color: #A19371;
    text-align: center;
    z-index: 2;
}

.block:nth-of-type(2) h3{
    margin-top: 5%;
    grid-column: 11/13;
    font-size: 1.5vw;
    font-family: text;
    color: #DCCDBE;
    text-align: center;
    z-index: 2;
}

.block:nth-of-type(2) h4{
    margin-top: 2%;
    grid-column: 10/14;
    font-size: 1.25vw;
    font-family: text;
    color: #A19371;
    text-align: center;
    z-index: 2;
}

.block:first-of-type img:last-of-type, .block:nth-of-type(3) img:last-of-type{
    grid-column: 7/14;
    justify-self: center;
    border-bottom: 3px solid #BA9E5C;
    border-top: 3px solid #BA9E5C;
}

.block:nth-of-type(2) img:first-of-type{
    margin-top: 5%;
}

.block:nth-of-type(2) img:nth-of-type(2){
    margin-top: 8%;
}

.block:nth-of-type(2) .mumu{
    margin-top: -47%;
    grid-column: 2/9;
    justify-self: center;
    border-bottom: 3px solid #BA9E5C;
    border-top: 3px solid #BA9E5C;
}

.block:nth-of-type(3){
    margin-top: 12%;
}

.block:nth-of-type(3) img:first-of-type{
    margin-top: 1%;
    justify-self: start;
    margin-left: 17%;
}

.block:nth-of-type(3) img:nth-of-type(2){
    margin-top: 8%;
}

.block:nth-of-type(3) .mumu{
    margin-top: -42%;
    grid-column: 2/9;
    justify-self: center;
    border-bottom: 3px solid #BA9E5C;
    border-top: 3px solid #BA9E5C;
}

hr{
    grid-column: 1/15;
    width: 100%;
    margin-top: 6%;
    border-top: 3px solid #BA9E5C;
}

#bobo h1{
    margin: 8% 0 5% 0;
}

#bobo img{
    grid-column: 7/9;
    width: 100%;
    margin-bottom: 40%;
}

#gallery {
    overflow: hidden;
    width: 100%;
    position: relative;
}

#gallery a img{
    border: 0;
}

#gallery img{    
    border-bottom: 3px solid #BA9E5C;
    border-top: 3px solid #BA9E5C;
}

#gallery img:first-of-type{
    grid-column: 1/4;
}

#gallery a:nth-child(2){
    grid-column: 4/5;
    border: none;
    align-self: center;
    justify-self: center;
    width: 40%;
    border: 0;
}

#gallery img:nth-child(3){
    grid-column: 5/11;
}

#gallery a:nth-child(4){
    grid-column: 11/12;
    border: none;
    align-self: center;
    justify-self: center;
    width: 40%;
    border: 0;
}

#gallery img:last-of-type{
    grid-column: 12/15;
}

#tete{
    margin-top: 6%;
}

h5{
    margin-bottom: 10%;
    grid-column: 2/3;
    text-align: left;
    font-family: text;
    text-decoration: underline;
    color: #A99D7B;
}

#tete p{
    grid-column: 2/8;
    text-align: left;
    font-family: text;
    text-decoration: none;
    color: #66613F;
}

#mambo{
    grid-column: 11/14;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: -40%;
}

.jojo{
    grid-column: 1/4;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 3%;
}

.jojo img{
    grid-column: 1/2;
    width: 30%;
    z-index: 2;
}

.jojo h4{
    width: 80%;
    margin-top: -7%;
    margin-left: 12%;
    grid-column: 1/4;
    font-size: 1vw;
    font-family: text;
    color: #A19371;
    z-index: 3;
}

.jojo:last-child h4{
    
    margin-top: -9%;
}

#badjaina{
    margin-top: 10%;
}

#badjaina img{
    margin-top: 10%;
    margin-bottom: 5%;
    grid-column: 4/12;
    border-bottom: 3px solid #BA9E5C;
    border-top: 3px solid #BA9E5C;
}

#badjaina p{
    margin-bottom: 2%;
    grid-column: 4/12;
    text-align: center;
    font-family: text;
    text-decoration: none;
    color: #A19371;
    font-size: 1vw;
}

#badjaina p:last-of-type{
    margin-bottom: 4%;
}

#butt{
    grid-column: 7/9;
    background-color: #BA9E5C;
    justify-self: center;
    font-size: 1.1vw;
    text-align: center;
    font-family: text;
    width: 60%;
    padding: 2% 1%;
    margin-bottom: 70%;
}

#badjaina a{
    text-decoration: none;
    color: #37363C;
    font-weight: bold;
}

#button{
    position: sticky;
    width: 3%;
    height: auto;
    bottom: 5%;
    left: 95%;
}

footer p{
    margin-left: 5%;
    grid-column: 1/3;
    text-align: left;
    font-family: text;
    text-decoration: none;
    color: #A19371;
    font-size: 1vw;
}

footer a{
    text-align: left;
    font-family: text;
    text-decoration: none;
    color: #A19371;
    font-size: 1vw;
}

footer a:hover{
    text-decoration: underline;
}

footer a:first-of-type{
    margin-left: 23%;
    grid-column: 9/11;
    width: 59%;
    grid-row-start: 2;
}

footer a:nth-of-type(2){
    grid-column: 10/12;
    width: 66%;
    margin-right: -17%;
    justify-self: right;
    z-index: 3;
    grid-row-start: 2;
}

footer a:nth-of-type(3){
    grid-column: 12/14;
    width: 67%;
    margin-right: -1%;
    justify-self: right;
    z-index: 3;
    grid-row-start: 2;
}

footer a:last-of-type{
    grid-column: 14/15;
    width: 69%;
    justify-self: right;
    z-index: 3;
    grid-row-start: 2;
}

footer hr:first-of-type{
    margin-top: 1%;
    margin-bottom: 0.5%;
}

footer hr:last-of-type{
    margin-bottom: 2%;
    margin-top: 0.5%;
}
