@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Teko:wght@300..700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: #283618;
    color: #FFFFFF;
}

html{
    font-family: Inter, sans-serif;
    font-weight: 500;
}

a{
    text-decoration: none;
    color: currentColor;
}

ul{
    list-style: none;
    text-decoration: none;
}

nav{
    max-width: 1120px;
    margin: auto;
    padding: 1.5rem 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo{
     font-family: Teko;
     font-size: 1.8rem;
     font-weight: 600;
     text-transform: uppercase;
     text-align: center;
}

.menu{
    display:flex;
    flex-direction: row;
    gap: 1.5rem;
    color:#fff2e7;
}

.menu li:hover{
    border-radius: 100%;
    background-color: #606c38;
    font-weight: 800;
}

.contato-header{
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.contato-header > div > img{
    border-radius: 20rem;
    width: 1rem;
}

.contato-header > div{
    display: flex;
    flex-direction: row;
    gap: 0.4rem;
    align-items: center;
}

main{
    display: flex;
    flex-direction: column;
}

.backlogo{
    background-color: #181012;
    background-repeat: repeat;
    width: 100%;
}

.logotipo{
    background-image: url("/assets/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1120px;
    width: 1120px;
    height: 70vh;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 6rem;
    padding: 0rem 2rem;
    margin: auto;
    overflow: clip;
    align-items: center;

}

.hero{
    background: #fefae0;
    max-width: 1120px;
    height: 60vh;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 6rem;
    padding: 0rem 2rem;
    margin: auto;
    overflow: clip;
    align-items: center;
}

.hero-conteudo{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-imagens-container{
    max-width:40%;
    column-count: 1;
    column-gap: 1rem;
    margin: -1rem;
}

.hero-imagens-container > figure > img {
    width: 100%;
    border-radius: 0.5rem;
}

.principal{
    background: #fefae0;
}

.destaque{
    font-family: Epilogue;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

.marrom{
    color: #A45A49;
}

.amarelo{
    color: #fefae0;
}

hr{
    border-color: #a45a49;
}

.hero-titulo{
    font-size: 3.5rem;
    font-family:Epilogue;
    font-weight: 800;
    color: #181012;
}

.hero-subtitulo{
    color: #181012;
    font-family: Inter;
    font-size: 1.5rem;
    font-weight: 400;

}

.principal-contato{
    background: #606c38;
}

.contato{
    display: flex;
    flex-direction: column;
    width: 1120px;
    padding: 3rem 2rem;
    margin:auto;
}

.contato-cabecalho{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contato-titulo{
    text-align: center;
    font-family: Teko;
    font-size: 2rem;
    font-weight: 700;
    color: #FFF2E7;
}

.contato-numero{
    font-family: Inter;
    font-size: 1.2rem;
    font-weight: 400;
    color: #FFF2E7;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    align-items: center;
}

.contato-numero > div{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.contato-numero > div > img{
    border-radius: 20rem;
    width: 1.5rem;
}


.servicos{
    display: flex;
    flex-direction: column;
    max-width: 1120px;
    padding: 3rem 2rem;
    margin: auto;
    background:#fefae0; 
}

.servicos-cabecalho{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.servico-titulo{
    font-family: Teko;
    font-size: 2rem;
    font-weight: 700;
    color: #181012;
    text-align: center;

}

.servico-subtitulo{
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    color: #181012;
    padding: 1rem;
}

.receitas-card-container{
    padding: 0rem 5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
}

.receitas-card{
    background: #181012;
    padding: 2rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction:column;
    gap: 2rem;
    flex-basis: 17rem;
    margin-top: 2rem;
}

.receitas-card-cabecalho{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}

.receitas-card-detalhes{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.receita-titulo{
    font-family: Inter;
    font-weight: 700;
    color: #FFF2E7;
    font-size: 1.5rem;
    align-items: center;
    text-align: center;
}

.receita-avaliacao{
    font-family: Inter;
    color: #756A67;
    font-size: 1rem;
    font-weight: 500;
}

.receita-descricao{
    font-family: Inter;
    color: #C7BAB3;
    font-size: 1rem;
    font-weight: 400;
}

.receita-autor{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.receita-autor > img{
    border-radius: 20rem;
    width: 1.5rem;
}

.receita-autor-nome{
    font-family: Inter;
    color: #C7BAB3;
    font-size: 1rem;
    font-weight: 600;
}

.principal-localizacao{
    background: #FFF2E7;
}

.localizacao{
    display: flex;
    flex-direction: column;
    width: 1120px;
    padding: 3rem 2rem;
    margin:auto;
}

.localizacao-cabecalho{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.localizacao-titulo{
    text-align: center;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    color: #181012;
    padding: 1.5rem;
}

.localizacao-mapa{
    font-family: Inter;
    font-size: 1.2rem;
    font-weight: 400;
    color: #FFF2E7;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    align-items: center;
}

.localizacao-mapa > div{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.localizacao-mapa > div > img{
    border-radius: 20rem;
    width: 1.5rem;
}

footer{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    background: #283618;
}

.footer-autor{
    font-family: Inter;
    color: #FFF2E7;
    font-size: 1rem;
    font-weight: 500;
}

.footer-copy{
    font-family: Inter;
    color: rgba(255, 242, 231, 0.50);
    font-size: 1rem;
    font-weight: 500;
}

.icon{
    position: fixed;
    bottom: 3.5rem;
    right: 2rem;
    font-size: 2rem;
    background-color: #01e675;
    color: #ffffff;
    border-radius: 50%;
    padding: 3px;
    width: 3rem;
    height: 3rem;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    box-shadow: 1px 1px 1px #c0bdbd;
}

.icon.fab{
    padding-top: 0.5rem;
}

.icon:hover{
    background-color:#ffffff;
    color:#029e3b;
    font-weight: 900;
    box-shadow: 2px 2px 20px #5fe690;
}