@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mali&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mali:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

*{
    padding: 0; 
    margin: 0;
    box-sizing: border-box;
}

body {
    background-image: linear-gradient(to bottom left, #fdd6aa, rgb(247, 229, 205));
}

header#cabecalho {
    background-image: linear-gradient(to bottom right, #ff8800, rgb(247, 229, 205));
    
    max-width: 100%;
    height: 150px;

    display: flex;
    align-items: center;
    justify-content: center;
}

#cabecalho img{
    margin-top: 10px;
}

div#cidade {
    width: 100%;
    height: 100%;
   
    padding-top: 3px;
    margin-top: 0px;
    margin-bottom: 0px;

    padding: 5px;
    
    border-bottom: 1px solid orange;
    
    background-image: linear-gradient(to left, #fdd3a2, rgb(247, 229, 205));

    font-size: 20px;
    font-family: 'Satisfy', cursive;
    text-shadow: 2px 3px 5px rgba(243, 121, 6, 0.829);
    text-align: center;
    color: black;    
}

div#recado_importante {
    width: 100%;
    height: 100%;
    
    padding-top: 0px;
    padding-bottom: 10px;

    margin-top: 0px;
    margin-bottom: 0px;
    
    border-bottom: 2px solid orange;
    
    background-image: linear-gradient(to left, #f2f6c2, rgba(248, 254, 71, 0.389));

    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Satisfy', cursive; */
    text-shadow: 3px 6px 10px rgba(243, 121, 6, 0.829);
    text-align: center;
    color: black;    
}

/* ver o destaque do mês*/
section#ir-para-home > a {
    text-decoration: none;
    color: black;
    text-shadow: 3px 2px 1px rgba(250, 249, 248, 0.829);
}

section#ir-para-home :hover {
    /* color: black; */
    cursor: pointer;
    font-size: 16px;
    /* text-shadow: 2px 2px 5px #ff8800; */
}

section#ir-para-home {
    /* border: 2px solid rgba(255, 166, 0, 0.664);
    background-color: rgba(243, 121, 6, 0.103);    */
    
    margin-top: 33px;
    margin-bottom: 0px;

    font-family: 'Itim', cursive;
    font-size: 16px;
        
    /* quem centraliza o texto na div */       
    display:flex;
    justify-content:center; /* alinhamento vertical */  
    align-items:center; /* alinhamento horizontal */
    /* quem centraliza o texto na div */       
}

#destmescliqueaqui{
    color: red;
}
/* ver o destaque do mês*/

/* cursos e moldes */
h4 > a {
    margin-bottom: 30px;
    /* margin-left: 15px; */
    text-decoration: none;

    color: rgb(3, 20, 250);
    text-shadow: 5px 2px 2px rgba(250, 249, 248, 0.829);
    
    font-family: 'Secular One', sans-serif;
    font-size: 17px;
        
    /* quem centraliza o texto na div */       
    display:flex;
    justify-content:center; /* alinhamento vertical */  
    align-items:center; /* alinhamento horizontal */
    /* quem centraliza o texto na div */  
}

/* h4 :hover {
    /* color: black; 
    cursor: pointer;
    font-size: 18px;
    /* text-shadow: 2px 2px 4px #ff8800; 
}
/* cursos e moldes */

#cliqueaqui{
    color: black;
    font-size: 18px;    
}


/* CATEGORIAS ↓↓↓ */
section#menu-home {
    background: linear-gradient(135deg, #ffe5c0, #f8e3d2);
    border-radius: 25px;
    width: 90%;
    max-width: 350px;
    margin: 1.5rem auto;
    padding: 1.5rem 1.2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    font-family: 'Mali', cursive;

    border-left: 8px solid rgba(209, 95, 13, 0.3); 

    /* garante que o conteúdo fique centralizado */
    display: flex;
    flex-direction: column;
    align-items: center;
}


section#menu-home > ul {
    list-style: none;
    padding: 0;
    margin: 0;    
}

section#menu-home > ul > li {
    margin: 0.9rem 0;
}

#lbcategorias{
    font-size: 25px;
    font-weight: bold;
    color: #b2490a;
    text-shadow: 1px 1px 2px #fff;
    font-family: 'Krona One', sans-serif;
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

section#menu-home > ul > li > a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

section#menu-home > ul > li > a:hover {
    color: #d95f0d;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 0.2rem 0.5rem;

}

/* CATEGORIAS ↑↑↑ */



/* GALERIA

/* h1 = títulos da galeria */
.galeria h1 {
    padding: 7px; /* define a altura da barra do título da seção */
    
    border: 1px solid rgb(2, 2, 2);  /* borda do títula da seção */   
    border-radius: 20px;
    box-shadow: 8px 5px 12px #0a0a0a; /* sombra da barra de título */
    background-image: linear-gradient(to bottom left, #fc941e, rgb(247, 229, 205));
        
    text-align: center; /* centraliza o texto */
    color: rgb(255, 255, 255); /* cor do texto do título da seção */
    /* text-shadow: 6px 4px 12px rgb(0, 0, 0); /* sombra do texto */ 
    text-shadow: 
    -2px -2px 1px rgb(15, 15, 15), 
    -1px 1px 0px rgb(15, 15, 15),                    
    2px -1px 0px rgb(17, 17, 17),                  
    1px 0px 0px rgb(12, 12, 12);

    font-size: 25px;
    text-decoration: none;
    font-family: 'Krona One', sans-serif;

    margin-top: 12px; /* espeçamento entre o título da seção e a próxima seção */
    margin-bottom: 12px;

    width: 100%; /* largura */ /* É QUEM LIMITA A LARGURA DA PÁGINA (DINÂMICO) */
    height: auto; /* altura */        
    
}

div.scroll {
    /*background-color: rgb(240, 206, 168);  /* cord de fundo da div scroll */
    padding: 12px; /* espaçamento da margem direita, esquerda, top e bottom (mas n faz diferença entre um imagem e outra) */ 
    
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.galeria img {
    background-image: linear-gradient(to right, #ffd3a0, rgb(255, 251, 246)); /* cor de fundo dentro do conteiner da imgem */
    padding: 8px; /* espaçamento dentro do container de cada imagem*/
    
    margin-right: 10px; /* espaçamento entre uma imagem e outra */

    object-fit: contain; /* ajusta a imagem dentro do container */
    width: 300px; /* define o comprimento das imagens */
    height: 310px; /* define a altura das imagens */
    border: 3px solid rgb(247, 134, 4); /* cor da borda das imagens */
    border-radius: 30px;
    box-shadow: 2px 2px 12px #0a0a0a; /* sombra da barra de título */
}

/* ^^^ GALERIA */

footer#footer-home > div {
    width: 100%;
    height: 100%;
    
    padding-top: 12px;
    padding-bottom: 10px;
    
    color: white; 
    background: black;
    
    /* margin-top: 50px; */

    text-align: center;
    font-family: 'Roboto Mono', monospace; /* facebook e instagram */
    font-size: 15px;
}

footer#footer-home > div#by {
    background: black;
    margin-top: 0px;
    font-family: 'Gloria Hallelujah', cursive; /* by aguiar softwares */
    font-size: 11px;
    padding-bottom: 11px;
}
    
footer#footer-home > div > a {
    text-decoration: none;
    color: white; 
}    