
@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=Contrail+One&family=Syne+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vast+Shadow&display=swap');

:root {
    --fonte-destaque: 'Bebas Neue', cursive;
    --fonte-conteudo: 'Contrail One', cursive;
    --fonte-1: 'Vast Shadow', cursive;
    /*--cor0: #8F68F8;
    --cor1: #5B5BD9;
    --cor2: #7193F0;
    --cor3: #5B9ED9;*/
    --cor0: #FFE840;
    --cor1: #E3AF24;
    --cor2: #FAA534;
    --cor3: #E36624;
}

* {
    padding: 0;
    margin: 0;
}

/*Cabeçalho do site - Menu*/
header {    
    text-align: center;   
    min-height: 180px;    
    display: flex;
    width: 100%;    
    background-image: url(../imagens/fundo-capa.PNG);
    /*background-color: rgba(0, 0, 0, 0.040);*/
    border-radius: 0px 0px 15px 15px;
    position: relative;
    top: 0;
    border: 2px ridge var(--cor0);
}
#logo {
    margin: auto;
}
.logo {
    width: 600px;
}
span#burguer {    
    display: none;
}
span#burguer:hover{
    background-color: white;
    color: black;
}
#itens_menu {
    display: block;
    margin: auto;
    text-align: center;
}
#itens_menu > a {
    font-size: 1.2em;
    margin: 15px;
    padding: 7px;
    font-weight: bold;
    text-decoration: none;
    font-family: var(--fonte-destaque);
    color: white;
    background-color: var(--cor0);
    border: 1.2px solid white;
    border-radius: 15px;
    box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.363);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.700);
    transition-duration: 0.5s;
}
#itens_menu a:hover {
    color: black;
    background-color: var(--cor3);
} /*FIM Cabeçalho do site - Menu*/

/*Início conteúdo do site*/
body {
    background-image: url(../imagens/fundo.png);    
}
.tarja-titulo {
    background-image: linear-gradient(to right, var(--cor3), transparent);
    border-radius: 3px;
}
main {    
    max-width: 900px;
    min-width: 320px;
    margin: 10px auto 0 auto;
    
    box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.300);
    background-color: white;
    border-radius: 10px;    
}
.flex-container{
    display: flex;
    justify-content: space-evenly;
    max-width: 992px;    
    min-width: 320px;
    padding: 10px 15px;
    align-items: center;
    margin: 0px 10px;
  }
.icones {
    display: flex;
    justify-content: space-between;    
  }
  .icones img {
    width: 100px;
  }
  .icones h2 {
    margin: auto;
  }
.descricao-item {
    font-size: 1.5em;
    font-family: var(--fonte-conteudo);
    margin: 10px;
}
.item {
    width: 200px;
    margin: 0 10px;    
}
p {
    font-size: 1.5em;
    color: black;
}
main img {    
    margin: auto;
    width: 100%;
}
main h1 {
    color: var(--cor1);
    font-family: var(--fonte-1);
    font-size: 3em;    
    text-align: center;
    background-image: linear-gradient(to right, var(--cor0), transparent);
    border-radius: 10px;
    margin: 10px 0px;
}
main h2 {
    font-size: 2em;    
    color: var(--cor2);
    font-family: var(--fonte-conteudo);    
}
main hr {
    margin: 20px;
    color: var(--cor0);    
}
#localizacao {
    text-align: center;
    margin-bottom: 20px;
}
.icones-localizacao {
    width: 25px;
    margin-top: 7px;
    margin-right: 10px;
}
#localizacao p img {
    width: 25px;
    margin-top: 7px;
    margin-right: 10px;
}
#contato {
    text-align: center;    
}
#contato a {
    text-decoration: none;    
}
.container-contato {
    display: flex;
    justify-content: space-evenly;    
    
}
.contato {/*Estilização dos ícones de contato*/
    width: 50px;    
}
#contato a {
    font-size: 1.2em;
    font-family: var(--fonte-conteudo);    
}
footer {
    margin: 10px 10px;
}
footer p {
    color: var(--cor3);
    font-weight: bold;
    text-align: center;
    font-size: 1em;    
}
footer p a {
    text-decoration: none;
}

/***Explicação das Medias Queries
max-width (max-width: 600px): aplica quando a tela for MENOR que 600px.
min-width (min-width: 600px): aplica quando a tela for MAIOR que 600px.
(min-width: 600px) and (max-width: 800px): aplica quando a tela for ENTRE 600px e 800px.
*/

/*Responsividade para Mobile*/
@media screen and (min-width: 320px) and (max-width: 576px) {
    
    #cabecalho {
        width: 100%;
        font-size: 0.8em;
        /*padding-bottom: 10px;*/
        position: relative;
    }
    .logo {
        width: 400px;
    }
    span#burguer {
        color: var(--cor0);
        font-size: 2em;
        display: flex;
        margin: auto;
        text-align: center;
        padding: 5px;
        cursor: pointer;
        border-radius: 5px;
    }
    #itens_menu a {
        font-size: 1.1em;
        display: grid;
        flex-direction: row;
        margin: 5px;
        font-family: var(--fonte-conteudo);
    }
    #itens_menu {    
        width: 100%;
        display: none;
        margin: auto;
    }    
    .icones h2 {
        font-size: 1.5em;
      }
    .icones {
        margin: auto;
        justify-content: space-evenly;
    }
    #produtos .flex-container {
        display: flex;
        flex-direction: column;
        margin: auto;
        justify-content: space-evenly;
    }
    .produtos {
        display: flex;
        flex-direction: column;
    }
    .produtos img{
        margin: 10px;
    }
    .icones img {
        width: 75px;
      }
    .container-contato {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;        
    }
}

/*Responsividade para Tablets*/
@media screen and (max-width: 768px) {
    #cabecalho {
        width: 100%;
        font-size: 0.9em;
        display: flex;
        flex-direction: column;
        padding-bottom: 10px;
    }
    .logo {
        width: 500px;
    }
    #produtos .flex-container{
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 1024px) {
    .logo {
        width: 500px;
    }
    #cabecalho {
        width: 100%;
        font-size: 1em;
        display: flex;
        flex-direction: column;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 1200px) {
    .logo {
        width: 400px;
    }
}