* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.banner, .informacoes, .img-2, .contatos, .horarios{
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}

/*Inicio Topo*/

.topo {
    position: fixed;
    width: 100%;
    height: 10vh;
    background-color: #604829;
    z-index: 1;
}

.topo img {
    width: 100px;
    position: relative;
    left: 15%;
    top: -5px;
}

.topo div {
    position: absolute;
    top: 35%;
    right: 15%;
}
    
.links a {
    color: #c4a47c;
    margin-right: 20px;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 3px 5px 2px #000000;
    letter-spacing: 2px;
    color: #c4a47c;
}

/*Fim Topo*/

/*Inicio Banner*/

.banner {
    background-image: url(assets/parallax-imagem1.png);
}

h1 {
    top: 45%;
    right: 0;
    left: 0;
    position: absolute;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-family: "Fraunces", serif;
    font-size: 100px;
}

/*Fim Banner*/

/*Inicio informaçoes*/

.informacoes {
    background-image: url(assets/parallax-imagem2.jpg);
    height: 50vh;
}

.container-texto {
    text-align: center;
    width: 1024px;
    max-width: 1024px;
    min-width: 400px;
    margin: 0 auto;
    padding: 80px 0px;
    font-family: 'lato';
}

.container-texto h2 {
    font-family: 'Oswald';
    margin: 40px;
    font-size: 18px;
    color: #c4a47c;
}

.container-texto p {
    text-align: center;
    line-height: 25px;
    font-family: 'Lato';
    margin: 10px;
    padding: 0px 20px;
    letter-spacing: 1px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #666;
}

.container-img div {
    position: relative;
}

.container-img h3 {
    margin: 0 auto;
    color: #fff;
    background-color: #604829;
    font-family: 'fraunces';
    width: 500px;
    padding: 10px;
    text-align: center;
    position: absolute;
    font-size: 24px;
    top: 45%;
    right: 0;
    left: 0;
}

/*Fim informaçoes*/

/*Inicio img2*/

.img-2 {
    background-image: url(assets/parallax-imagem3.jpg);
    height: 50vh;
}

/*Fim img2*/

/*Inicio Contatos*/

.contatos {
    background-image: url(assets/parallax-imagem4.png);
    height: 100vh;
    position: relative;
}

.contatos h2 {
    margin: 0 auto;
    background-color: #604829;
    text-align: center;
    font-family: 'Oswald';
    color: #fff;
    padding: 10px;
    width: 500px;
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
}

.contatos iframe {
    position: absolute;
    width: 1024px;
    height: 450px;
    top: 23%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.box-contatos {
    color: #fff;
    background-color: #604829;
    text-align: center;
    font-family: 'Oswald';
    line-height: 25px;
    width: 500px;
    padding: 10px;
    position: absolute;
    bottom: 8%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

/*Fim Contatos*/

/*Inicio Horários*/

.horarios {
    background-image: url(assets/cafeteria.jpg);
    height: 85vh;
}

.horarios h2 {
    top: 20%;
    right: 0;
    left: 0;
    position: absolute;
    color: #fff;
    margin: 0 auto;
    width: 500px;
    text-align: center;
    font-family: 'Oswald';
}

.horarios ul {
    max-width: 768px;
    position: absolute;
    color: #fff;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    list-style: none;
}

.horarios li {
    position: relative;
}

.horarios ul li div {
    width: 70%;
    height: 1px;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    right: 0;
    left: 0;
    background-color: #ACACAC
}

.horarios h3 {
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Oswald';
}

.horarios ul p {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    font-family: 'Oswald';
}

.destaque {
    color: #c4a47c;
    font-size: 16px;
}

/*Fim Horários*/

/*Inicio Rodapé*/

.rodape {
    padding: 20px 0px;
    color: #fff;
    background-color: #000000;
    text-align: center;
    position: relative;
    line-height: 34px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'lato';
}

.rodape a {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 80px;
    right: 50px;
    background-image: url(assets/seta-para-cima.png);
    background-position: center;
    background-size: cover;
    background-color: #c4a47c;
    border-radius: 4px;
}

.dev {
    color: #c4a47c;
}