*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior:smooth;
}

body{
    background-color: white;
}

.container{
    width: 100%;
    height: auto;
    background-color: white;
}
.barrasuperior{
    background-color: orange;
    width: 100%;
    height: 50px;
      display: flex;
    justify-content:space-between;
}
.arealogo{
    width: 100%;
    height: 150px;
    background-color: white;
    display: flex;
    justify-content:space-between;
}
.redessociais{
    width: 250px;
    display: flex;


}
.redessociais ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; /* Exibe os itens em linha (horizontal) */
}
.redessociais li{
 margin: 0;
  padding: 0;
}
.redessociais li a{
  display: block;
  padding: 10px 10px;
  color: white;
  text-decoration: none;
  font-family: Arial, sans-serif;
  transition: background-color 0.3s ease;
  font-size: 30px;
}
.logo{
    width: 200px;
    height: 100px;
}
.logo img{
    width: 200px;
    height: auto;
}
.menu-desktop{
width: 50%;
display: block;

}
.menu-desktop ul{
list-style: none;
display: flex;
margin-left:30px ;
padding-top: 10px;
}
.menu-desktop li{
    padding: 10px;
}
.menu-desktop li a {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color:white;
}
.rodape{
background-color: orange;
width: 100%;
height: 50px;
display: flex;
justify-content: center;
}
.rodape p{
    font-family: Arial, Helvetica, sans-serif;
    color:white;
    margin-top: 20px;
}
.conteudo{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    flex-wrap: wrap;
}
.rodape a{
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
.banner{
    width: 60%;
    height: 90px;

    background-size: cover;
    background-repeat:no-repeat;
    margin-top: 10px;
    margin-right: 10px;
}
#check, label, .menu-mobile{

    display: none;
}
.box{
width: 75%;
height: auto;
background-color: white;
padding-bottom: 10px;
display: flex;
justify-content: left;
flex-wrap: wrap;
padding-top: 10px;
align-content: flex-start;
align-items: flex-start;

}
.lateral{
width: 25%;
height: auto;
background-color: white;
display: flex;
justify-content: left;
flex-wrap: wrap;
padding-top: 10px;
}

.cardreceitas{
    width: 30%;
    height: 600px;
   background-color: white;
    margin-left: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
       box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.cardreceitas{
   overflow: hidden;
}
.imagemcard {
    width: 100%;
    height: 300px;
}
.imagemcard img{
    width: 100%;
    max-height: 400px;
    border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);

}
.cardreceitas h2{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: black;
    margin-top: 110px;
    margin-left: 20px;
}

.cardreceitas h2 a{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: black;
    margin-top: 110px;
    margin-left: 20px;
    text-decoration: none;
}

.cardreceitas p{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-left: 5px;
    text-align: justify;
    margin-right: 5px;

}
.saibamais{
    width: 200px;
    height: 30px;
    border-radius: 10px;
    background-color: orange;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    color: white;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 100px;
    margin-right: 10px;
}
.saibamais a{
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.sobre-blog{
    width:95%;
    height:auto;
    border: 1px solid #ccc;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    background:#f4e3d3;
    border-radius:15px;
    border:2px solid #e0c7b1;
    padding:10px;

    box-shadow:0 4px 12px rgba(0,0,0,0.08);
}
.sobre-conteudo{
    width: 65%;
    height: 120px;

}
.sobre-conteudo h2{
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
    margin-top: 20px;
    color:#4a2c1d;
}
.sobre-conteudo h3{
    margin-left: 10px;
    margin-top: 10px;
      color:#5c3a27;
      font-family: Arial, Helvetica, sans-serif;
}
.intro{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;
     color:#5a463b;

}
.sobre-texto{
    font-family:Arial, Helvetica, sans-serif ;
    margin-top: 30px;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
     color:#5a463b;
}
.sobre-img{
    width: 35%;
    height: 120px;
  background-image: url('../imagens/luiz.png');
  background-size:cover;
  background-repeat: no-repeat;
      background-position:center; /* centraliza a imagem */


}
.sobre-texto{
    width: 100%;
    height: 120px;


}
.endereco{
    margin-left: 20px;
    margin-top: 10px;
        color: #4a2c1d;
}
.endereco a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #4a2c1d;
}
.categorias{
     width: 95%;
    height: 150px;

    margin-top:     -20px;
    padding-bottom: 20px;

}
.categorias ul{
    list-style: none;
}
.categorias li{
width: 100%;
height: 30px;
background-color: #d8b9a3;
margin-top: 5px;
line-height: 30px;
padding-left: 10px;
  position: relative; /* 👈 ESSENCIAL */
      z-index: 1;


}
.categorias li a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color:#4b2e1f;
}

.categorias li a:hover{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
        color:#4b2e1f;
    border-bottom: 1px solid #4b2e1f;
}

.categorias ul li::after {
    content: ">";
    position: absolute;

     right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.categorias li::before{
    content: "🍞";
    margin-right: 8px;
}
.titulo-categoria{
    width:95%;
    display:flex;
    align-items:center;
    gap:15px;
    margin:10px auto;

}

/* ícone */
.cat-icone{
    width:80px;
    height:80px;
    background-image:url('../imagens/icone-pao.png');
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

/* texto */
.titulo-categoria h2{
    font-size:32px;
    color:#4b2e1f;
    font-family:Georgia, serif;
    margin:0;
    white-space:nowrap;
}



/* linha */
.linha{
    flex:1;
    height:2px;
    background-color:#d8b9a3;
}



.titulo-cursos{
    width:95%;
    display:flex;
    align-items:center;
    gap:15px;
    margin:30px auto;
}

/* ícone */
.cursos-icone{
    width:80px;
    height:80px;
    background-image:url('../imagens/icone-cursos.png');
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

/* texto */
.titulo-cursos h2{
    font-size:32px;
    color:#4b2e1f;
    font-family:Georgia, serif;
    margin:0;
    white-space:nowrap;
}





.titulo-populares{
    width:95%;
    display:flex;
    align-items:center;
    gap:15px;
    margin:30px auto;
}

/* ícone */
.populares-icone{
    width:80px;
    height:80px;
     background-image:url('../imagens/icone-cursos.png');
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

/* texto */
.titulo-populares h2{
    font-size:20px;
    color:#4b2e1f;
    font-family:Georgia, serif;
    margin:0;
    white-space:nowrap;
}











.home-h1{
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.home-h1 h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: left;
    color:#4b2e1f;
    margin-left: 20px;
}


/*pagina de receitas */
.receita{
    width: 95%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.box-receita{
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;

}
.receita-titulo{
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 10px;
        background-color: white;
        width: 100%;
        height:40px;
        font-size: 20px;
}

.receita-titulo h1{
    font-size: 30px;
}

.receita-img{
    width: 50%;
}
.receita-img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-left: 10px;
}
.receita-ingredientes{
width: 48%;
height: auto;
background-color: white;
padding-bottom: 10px;
}
.receita-ingredientes h2{
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 20px;
}
.oferta-pao{
    background:#fff3e8;
    border-radius:10px;
    padding:20px;
    text-align:center;
    box-shadow:0 4px 12px rgba(0,0,0,0.1);
    margin:20px 0;
}

.chamada-topo{
    background:#c46a2d;
    color:white;
    display:inline-block;
    padding:5px 12px;
    border-radius:5px;
    font-size:13px;
    font-weight:bold;
    margin-bottom:10px;
}

.texto-principal{
    font-size:18px;
    color:#4b2e1f;
}

.destaque{
    font-weight:bold;
    color:#c46a2d;
}

.valor-box{
    margin:15px 0;
}

.valor{
    font-size:38px;
    font-weight:bold;
    color:#b33a00;
}

.descricao-valor{
    font-size:14px;
    color:#555;
}

.cta-texto{
    font-size:15px;
    margin-bottom:10px;
}

.btn-entrar{
    display:inline-block;
    background:#28a745;
    color:white;
    padding:12px 20px;
    border-radius:6px;
    text-decoration:none;
    font-weight:bold;
    transition:0.3s;
}

.btn-entrar:hover{
    background:#218838;
    transform:scale(1.05);
}


.receita-ingredientes ul{
    margin-left: 30px;
    margin-top: 20px;
}
.receita-ingredientes li{
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
}
.receita-preparo{
    width: 95%;
    height: 400px;
    background-color: white;
    margin-left: 10px;
}

.receita-preparo h2{
    font-family: Arial, Helvetica, sans-serif;
}
.receita-preparo p{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

.quemsomos{
      width:100%;
    height:800px;
    background-image:url("../imagens/fundo.png");
    background-size:cover;
    background-position:center;

    display:flex;
    justify-content:flex-end; /* joga o texto para direita */
    align-items:flex-start;   /* joga o texto para o topo */
}
.quemsomos-conteudo{
    margin-top:40px;   /* espaçamento do topo */
    margin-right:40px; /* espaçamento da direita */

    padding:20px;
    width:500px;
}
.quemsomos-conteudo h2{
    width: 500px;
    margin-left: 10px;
    font-family: 'Caveat', cursive;
     font-size:40px;
    color:#4b2e1f;
}
.quemsomos-conteudo p{
        width: 500px;
    margin-left: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
     font-size:20px;
    color:#4b2e1f;
      text-indent:40px;
      text-align: justify;
      line-height: 1.5;
      margin-top: 20px;
}
/* Container que segura todos os perfis lado a lado */
.equipe-container {
    display: flex;
    justify-content: center; /* Centraliza no meio da tela */
    gap: 30px;               /* Espaçamento entre os perfis */
    margin-top: 40px;
    flex-wrap: wrap;         /* Garante que no mobile eles quebrem a linha */
}

/* Item individual (Foto + Nome) */
.perfil-item {
    text-align: center;      /* Centraliza o nome abaixo da foto */
    max-width: 120px;
}

/* A mágica do círculo */
.foto-moldura {
    width: 100px;            /* Defina um tamanho fixo */
    height: 100px;           /* Altura igual à largura para ser um círculo */
    border-radius: 50%;      /* Torna o container circular */
    overflow: hidden;        /* Esconde o que sobrar da imagem para fora do círculo */
    border: 3px solid #fff;  /* Uma borda branca fina para destacar */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* Sombra suave para profundidade */
    margin-bottom: 10px;
}

.foto-moldura img {
    width: 100%;             /* A imagem ocupa toda a largura do círculo */
    height: 100%;            /* A imagem ocupa toda a altura do círculo */
    object-fit: cover;       /* Não deixa a imagem distorcer (muito importante!) */
}

/* Estilo para o nome abaixo da foto */
.nome-autor {
    font-family: 'Georgia', serif; /* Ou a fonte do seu blog */
    color: #4a3728;
    font-size: 1.1rem;
    font-weight: 500;
}
/*fim pagina de receitas */

.quemsomos-mobile{
    display: none;
}


.contato{
    width: 100%;
    height: 400px;
    background-color: #ededed;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contato-box1{
width: 50%;
height: 400px;

}
.contato-box1 h2{
      font-family: 'Caveat', cursive;
      font-size: 30px;
      margin-top: 30px;
      margin-left: 60px;
}

.contato-box1 p{
      font-family: 'Caveat', cursive;
      font-size: 20px;
      margin-top: 10px;
      margin-left: 60px;
}
.contato-box1 ul{
margin-top: 20px;
margin-left: 90px;

}
.contato-box1 li{
display: inline;
}
.contato-box1 li a{
color: #4a2c1d;
font-size: 25px;
}
.contato-box1 li a:hover{
color: #fff3e8;
font-size: 25px;
}
.contato-box2{
width: 50%;
height: 400px;
display: flex;
justify-content: left;
flex-wrap: wrap;
 justify-content:flex-end; /* joga o texto para direita */
    align-items:flex-start;   /* joga o texto para o topo */

}
.texto-form{
    width: 100%;
    height: 50px;
    background-color: #28a745;
    line-height: 50px;
    margin-top: 20px;
}
.texto-form p{
font-family: Arial, Helvetica, sans-serif;
margin-top: 50px;
}
.contato-box2 form{
    margin-top: 30px;
}
.contato-box2 input{
    width: 95%;
    height: 40px;
    padding-left: 20px;
    border: none;
    margin-top: 10px;
}
.contato-box2 textarea{
    width: 95%;
    height: 150px;
    border: none;
    margin-top: 10px;
    color: #555;
    padding-left: 20px;
    padding-top: 20px;
}
.contato-box2 button{
    width: 200px;
    height: 30px;
    border: none;
    background-color: #4a2c1d;
    margin-top: 10px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
}


.mensagem-sucesso {
    background-color: #d4edda;
    color: #155724;
    padding: 10px;
    border: 1px solid #c3e6cb;
    margin-bottom: 15px;
    border-radius: 5px;
}

.banner1{
    width:95% ;
    height: auto;

}
.banner1 img{
    width: 100%;
    height: auto;
}
.banner-curso{
    padding-top: 50px;
    width: 100%;
    height: 750px;
    background-image: url('../imagens/banner-rendaextra.png');
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 520px) {

    .banner-curso{
       position: relative;
       top: 50px;
    width: 100%;
    height: 500px;
    background-image: url('../imagens/banner-renda-extra-mobile.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.menu-desktop{
    display: none;

}
label{
    display: block;
    font-size: 50px;
    padding-left: 10px;
    color: white;

}
.menu-mobile{
    background-color: orange;
    width: 100%;
    height: 800px;
    display: block;
    position: fixed;
    top: -800px;
    z-index: 999999;
       transition: .5s;

}
.menu-mobile ul{

}

.menu-mobile li{
text-align: center;
height: 50px;
width: 100%;
border-bottom: 1px solid white;
line-height: 50px;
}
.menu-mobile li a{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
color: white;

}
#check:checked ~ .menu-mobile{
    top:50px;
    transition: .5s;

}
.barrasuperior{
    position: fixed;
}
.arealogo{
   padding-top: 50px;
}
.banner{
    display: none;
}
.menu-mobile ul{

}
.conteudo{
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    margin-top: 0px;
}
.rodape{
    height: auto;
    padding-bottom: 5px;
}
.rodape p{
text-align: center;
font-size: 16px;
}
.box{
    width: 100%;
    height: auto;
    padding-bottom: 5px;

}
.lateral{
    width: 100%;
}
.cardreceitas{
    width: 95%;
    height: auto;
   background-color: white;
    margin-left: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-bottom: 5px;
}
.imagemcard {
    width: 100%;
    height: 300px;
}
.imagemcard img{
    width: 100%;
    max-height: 400px;
    border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);

}
.cardreceitas h2{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: black;
    margin-top: 100px;
    margin-left: 20px;
}
.cardreceitas p{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-left: 5px;
    text-align: justify;
    margin-right: 5px;

}
.saibamais{
    width: 200px;
    height: 40px;
    border-radius: 10px;
    background-color: orange;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    color: white;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 200px;
}
.saibamais a{
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.sobre-blog{
    margin-left: 10px;
}
.categorias{
     width: 95%;
    height: auto;
    background-color: white;
    margin-top:     -10px;
    padding-bottom: 20px;


}


/*pagina de receitas */
.receita{
    width: 95%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.box-receita{
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;

}
.receita-titulo{
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 10px;
        background-color: white;
        width: 100%;
        height:40px;
}

.receita-img{
    width: 100%;
}
.receita-img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-left: 10px;
}
.receita-ingredientes{
width: 100%;
height: auto;
background-color: white;
padding-bottom: 10px;
}
.receita-ingredientes h2{
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 20px;
}
.oferta-pao{
    background:#fff3e8;
    border-radius:10px;
    padding:20px;
    text-align:center;
    box-shadow:0 4px 12px rgba(0,0,0,0.1);
    margin:20px 0;
}

.chamada-topo{
    background:#c46a2d;
    color:white;
    display:inline-block;
    padding:5px 12px;
    border-radius:5px;
    font-size:13px;
    font-weight:bold;
    margin-bottom:10px;
}

.texto-principal{
    font-size:18px;
    color:#4b2e1f;
}

.destaque{
    font-weight:bold;
    color:#c46a2d;
}

.valor-box{
    margin:15px 0;
}

.valor{
    font-size:38px;
    font-weight:bold;
    color:#b33a00;
}

.descricao-valor{
    font-size:14px;
    color:#555;
}

.cta-texto{
    font-size:15px;
    margin-bottom:10px;
}

.btn-entrar{
    display:inline-block;
    background:#28a745;
    color:white;
    padding:12px 20px;
    border-radius:6px;
    text-decoration:none;
    font-weight:bold;
    transition:0.3s;
}

.btn-entrar:hover{
    background:#218838;
    transform:scale(1.05);
}


.receita-ingredientes ul{
    margin-left: 30px;
    margin-top: 20px;
}
.receita-ingredientes li{
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
}
.receita-preparo{
    width: 95%;
    height: 400px;
    background-color: white;
    margin-left: 10px;
}

.receita-preparo h2{
    font-family: Arial, Helvetica, sans-serif;
}
.receita-preparo p{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}


/*fim pagina de receitas */
.quemsomos{
    display: none;
}
.quemsomos-mobile{
    width:100%;
    height:auto;
    background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../imagens/fundo-mobile.png");
    background-size:cover;
    background-position:center;

    display:flex;
    justify-content:flex-end; /* joga o texto para direita */
    align-items:flex-start;   /* joga o texto para o topo */
}
.quemsomos-conteudo-mobile h2{
    width: 95%;

    font-family: 'Caveat', cursive;
     font-size:30px;
    color:white;
    text-align: right;
}
.quemsomos-conteudo-mobile p{
        width: 95%;
    margin-left: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
     font-size:20px;
    color:white;
      text-indent:40px;
      text-align: justify;
      line-height: 1.5;
      margin-top: 20px;
}



.contato{
    width: 100%;
    height: auto;
    background-color: #ededed;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contato-box1{
width: 100%;
height: auto;
  padding-bottom: 5px;

}
.contato-box1 h2{
      font-family: 'Caveat', cursive;
      font-size: 30px;
      margin-top: 30px;
      margin-left: 60px;
}

.contato-box1 p{
      font-family: 'Caveat', cursive;
      font-size: 20px;
      margin-top: 10px;
      margin-left: 60px;
}
.contato-box1 ul{
margin-top: 20px;
margin-left: 90px;

}
.contato-box1 li{
display: inline;
}
.contato-box1 li a{
color: #4a2c1d;
font-size: 25px;
}
.contato-box1 li a:hover{
color: #fff3e8;
font-size: 25px;
}
.contato-box2{
width: 100%;
height: auto;
display: flex;
justify-content: left;
flex-wrap: wrap;
 justify-content:flex-end; /* joga o texto para direita */
    align-items:flex-start;   /* joga o texto para o topo */
    padding-bottom: 5px;

}
.texto-form{
    width: 100%;
    height: 50px;
    background-color: #28a745;
    line-height: 50px;
    margin-top: 20px;
}
.texto-form p{
font-family: Arial, Helvetica, sans-serif;
margin-top: 50px;
}
.contato-box2 form{
    margin-top: 30px;
}
.contato-box2 input{
    width: 95%;
    height: 40px;
    padding-left: 20px;
    border: none;
    margin-top: 10px;
}
.contato-box2 textarea{
    width: 95%;
    height: 150px;
    border: none;
    margin-top: 10px;
    color: #555;
    padding-left: 20px;
    padding-top: 20px;
}
.contato-box2 button{
    width: 200px;
    height: 30px;
    border: none;
    background-color: #4a2c1d;
    margin-top: 10px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    margin-left: 10px;
}


.banner1{
    width:95% ;
    height: auto;
    display: flex;
    justify-content: center;

}
.banner1 img{
    width: 100%;
    height: auto;
    margin-left: 10px;
}
}
