@font-face {
    font-family: 'montserrat-light';
    src: url(../font/Montserrat-Light.ttf);
  }

/*reset*/

* {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

body,
div,
header,
nav,
ul,
li,
section,
form,
label,
input,
textarea {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: 'montserrat-light';
    /*14px = 100%*/
}

/*Header*/

header {
    background: linear-gradient(120deg, #392620 50%, #75442A 50%);
    color: #fff;
    padding-bottom: 40px;
    width: 100%;
}

.logo {
    margin-left: 25px;
    margin-top: 25px;
    width: 130px;
    position: absolute;
}

/*menu*/

nav {
    float: right;
    width: 90%;
    color: #fff;
    height: 45px;
    overflow: hidden;
    transition: 0.5s;
    margin-top: 25px;
    margin-right: 25px;

}

nav .menu-hamburguer {
    float: right;
}

.abre-menu-hamburguer nav {
    height: 230px;
    transition: 0.5s;
}

.menu-hamburguer {
    font-size: 4em;
    cursor: pointer;
    margin-top: -10px;
}

.lista-menu {
    list-style: none;
    padding: 0;
    clear: both;

}

.lista-menu li {
    height: 45px;
    border-bottom: #fff 1px solid;
}

.menu {
    text-align: center;
}

.menu a {
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
}

.banner {
    text-align: center;
}

.bancada {
    width: 50%;
    margin-top: 75px;
}

.banner h1,
.banner p {
    margin: 15px 30px 25px 30px;
}

.btn {
    color: #fff;
    text-decoration: none;
    border: #fff 3px solid;
    border-radius: 15px;
    padding: 10px;
}

.btn:hover {
    background-color: #fff;
    border: #fff 3px solid;
    color: #392620;
    transition: 0.3s;
}

/*MAIN*/

main {
    text-align: center;
    margin: 25px;
}

.livros {
    width: 45%;
    border: #392620 15px solid;
}

.textoMain h2 {
    color: #392620;
    margin-top: 15px;
    margin-bottom: 10px;
}

.textoMain p {
    text-align: justify;
}

/*section cozinha*/

.cozinha {
    background-color: #75442A;
    text-align: center;
    padding: 45px;
}

.cozinha img {
    width: 70%;
}

/*section painel*/

.painel {
    margin: 45px;
    text-align: center;
}

.painel p {
    text-align: justify;
    margin-bottom: 15px;
}

.porta {
    width: 70%;
}

/*footer*/

footer {
    background-color: #392620;
    margin-top: 35px;
}

footer .parte1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.contato {
    color: #fff;
    font-size: 0.75em;
    margin-top: 20px;
    margin-left: 25px;
    
}

.contato li {
    list-style: none;
    margin-bottom: 10px;
}

.contato li a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.contato li img {
    margin-top: 5px;
    width: 25px;
}

.paginas {
    text-align: center;
}

.paginas ul {
    justify-content: center;
    align-items: center;
}

.paginas li {
    list-style: none;
    color: #fff;
    margin: 15px 10px 15px 10px;
}

.paginas li a {
    text-decoration: none;
    color: #fff;
}

.logoFooter {
    width: auto;
    height: 70px;
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 50px;
    float: right;
    padding: 0;
}

.direitos {
    clear: both;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

.direitos hr {
    height: 5px;
    background-color: #fff;
}

.direitos p{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}





/*TABLET*/
@media only screen and (min-width: 785px) {

    .banner {
        clear: both;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 45px;
    }

    .bancada {
        width: 50%;
        margin-top: 75px;
    }

    .texto {
        width: 50%;
    }

    /*MAIN*/

    main {
        margin: 60px;
    }

    .livros {
        width: 35%;
        border: #392620 25px solid;
    }

    /*section cozinha*/

    .cozinha {
        padding: 60px;
    }

    .cozinha img {
        width: 50%;
    }


    /*section painel*/

    .painel {
        margin: 60px;
        text-align: center;
        align-items: center;
        display: flex;
    }

    .textoPorta {
        width: 50%;
        margin-right: 25px;
    }

    .porta {
        width: 50%;
    }

    /*footer*/


    .contato {
        margin-top: 40px;
        margin-left: 40px;
        font-size: 1em;
    }

    .paginas ul {
        display: flex;
        margin-top: 65px;
    }

    .logoFooter {
        height: 100px;
        margin-top: 40px;
        margin-right: 40px;
    }

    .direitos {
        clear: both;
        color: #fff;
        text-align: center;
        padding-bottom: 10px;
    }
}

/*fim da media querry Tablet*/





@media only screen and (min-width: 1280px) {

    /*MENU*/

    nav {
        transition: none;
        float: right;
        overflow: visible;
        padding-top: 30px;
        width: 400px;
    }

    .menu-hamburguer {
        display: none;
    }

    .lista-menu {
        display: flex;
        width: 768px;
    }

    .lista-menu li {
        border-bottom: none;
        padding: 0 25px;
    }

    .lista-menu a {
        color: #fff;
        position: relative;
        text-decoration: none;
        padding-bottom: 2px;
    }

    .lista-menu li a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        border-radius: 4px;
        background-color: #fff;
        bottom: 0;
        left: 0;
        transform-origin: right;
        transform: scaleX(0);
        transition: transform .3s ease-in-out;
    }

    .lista-menu a:hover::before {
        transform-origin: left;
        transform: scaleX(1);

    }

    .banner {
        text-align: center;
    }

    .bancada {
        width: 30%;
        margin-top: 75px;
    }

    .banner p {
        margin-bottom: 45px;
    }

    /*MAIN*/

    main {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 100px;
        margin-right: 100px;
    }

    .livros {
        width: 90%;
        border: none;
        box-shadow: 25px 25px #392620;
    }

    .textoMain p {
        margin-left: 60px;
        margin-right: 60px;
    }

    /*section cozinha*/

    .cozinha {
        padding: 45px;
    }

    .cozinha img {
        width: 45%;
    }

    /*section painel*/

    .painel {
        margin: 60px;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .textoPorta {
        width: 50%;
        margin-bottom: 30px;
    }

    .porta {
        width: 40%;
    }

}