html, body{
    background-color: #f3f3f3;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    height: 100%;
    margin: 0;
}
body {
    display: flex;
    flex-direction: column;
}
.container{
    background-color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}
main {
    flex: 1;
}
.topo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    padding: 20px 0;
}
/*SIDEBAR*/
.nav-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f3f3f3!important;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0px 0px 8px #888888;
}

.nav-menu a {
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.nav-menu a:hover {
  color: #000;
}

.nav-menu::-webkit-scrollbar { 
  display: none; 
} 

.menu-hamburguer {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.menu-lateral > ul > li{
    list-style: none;
    margin-bottom: 10px;
    font-size: 20px;
}
.menu-lateral > ul > li > a:link,
.menu-lateral > ul > li > a:active,
.menu-lateral > ul > li > a:visited{
    text-decoration: none;
    color: #3b3b3b;
}

.menu-lateral > ul > li > a:hover{
    text-decoration: none;
    color: #000;
}
.logo img {
    height: 40px; /* ajuste conforme necessário */
}
.btn-custom {
    background-color: #F0B500 !important;
    color:#000;
    border: none;
}
.btn-custom:hover {
    background-color: #c99702 !important;
}
.btn-custom-3 {
    background-color: #F0B500 !important;
    color:#000;
    border: none;
}
.btn-custom-3:hover {
    background-color: #F0B500 !important;
}
.btn-custom-rodape {
    height: 50px;
}

.hr-laranja {
    border: none;
    height: 2px;
    background-color: #EF6301; /* cor laranja */
    margin: 40px 10px 20px 10px;
}
.titulo-section{
    padding: 10px 0;
    font-weight: bold;
    font-size: 25px;
}
.box-flex{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    margin: 0 auto;
    flex-wrap: wrap;
    
}
.box-conteudo-receita-1{
    /*background-color: #F0B500;*/
    border: 1px solid #F0B500;
}
.box-conteudo-receita-2{
    background-color: #F0B500;
}
.box-conteudo-receita-3{
    background-color: #EF6301;
}
.box-conteudo-receita-1, 
.box-conteudo-receita-2, 
.box-conteudo-receita-3{
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 316px;
    padding: 20px 10px 10px 10px;
    height: 300px;
    border-radius: 8px;
    box-sizing: border-box;
}
.receita{
    font-size: 25px;
    margin-bottom: 15px;
}
.resumo-preparo{
    color: #333;
    font-size: 18px;
}
.auxiliares {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
}
.tempo{
    display: flex;
    align-items: center;
    color: #663300;
}
.tempo span{
    font-size: 20px;
    font-weight: bold;
}
.icon-relogio{
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.box-carregar-mais{
    width: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: center; 
}
.btn-carregar-mais{
    text-align: center;
}

.banner img{
    width: 100%;
}
.section-busca{
    padding: 40px 0;
}
.box-busca {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 10px 20px;
}

.box-busca form {
    display: flex;
    gap: 10px;
    width: 100%; 
    justify-content: center;
}

.box-busca input[type="text"] {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.box-busca button {
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    background-color: #fff;
    cursor: pointer;
}

.btn-custom {
     padding: 10px 16px;
     font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.fontColor1{
    color: #000;
    /*color: #963D01;*/
}
.fontColor2{
    color: #F0B500;
}
.fontColor3{
    color: #FFCE3C;
}
.fontBold{
    font-weight: bold;
}

.detalhe-titulo{
    background-color: #f3f3f3;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    font-size: 20px;
    color: #000;
    margin: 20px 0;
}

.detalhe-box-flex{
    display: flex;
    flex-grow: 2;
    gap: 10px;
    padding: 10px 0;
    min-height: 400px;
}
.detalhe-ingredientes, .detalhe-preparo{
    width: 50%;
    border-radius: 8px;
    padding: 20px;
}
.detalhe-ingredientes, 
.detalhe-preparo{
    border: 1px solid #FFC72C;
}
.centraliza-ul {
    max-width: 1000px;
    margin: 0 auto; /* Centraliza horizontalmente */
    padding: 20px;  /* Espaço interno opcional */
}

.lista-sem-pontos {
    list-style: none;      /* Remove os pontos */
    padding: 0;            /* Remove o padding padrão do UL */
    display: inline-block; /* Permite que a UL seja centralizada */
    text-align: left;      /* Alinha o texto da UL à esquerda */
}
.lista-sem-pontos > li {
    padding: 20px 0 0 0;
}

.nao-encontrado{
    text-align: center;
    padding: 40px;
    font-size: 25px;
}

.toast-body{
    padding: 0 !important;
}

#cookie-banner-box{
    display: none;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}

.cookie-banner > p{
    margin-top: 15px;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
}

.cookie-buttons button {
  padding: 8px 12px;
  border: none;
  background-color: #f0b500;
  color: #000;
  border-radius: 4px;
  cursor: pointer;
}



.footer-box{
    border-top: #EF6301 solid 1px;
    text-align: center;
    justify-content: center;
    display: flex;
}
.footer-informations{
    display: flex;
    padding: 35px 15px;
}
.footer-informations > div{
    
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
.footer-informations > div > ul {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
.footer-links a:link, 
.footer-services a:link,
.footer-links a:active, 
.footer-services a:active,
.footer-links a:visited, 
.footer-services a:visited{
    text-decoration: none;
    color: #3b3b3b;
}
.footer-links a:hover, .footer-services a:hover{
    text-decoration: none;
    color: #000;
}
.footer-informations > div > ul > li > input[type="text"] {
    padding: 10px;
    font-size: 16px;
    width: 70%; /* ajuste conforme necessário */
    border-radius: 8px; /* aqui define o arredondamento */
    border: 1px solid #ccc; 
}
.footer-informations > div > ul > li > button {
    margin-left: 10px;
}
.footer-li-form{
    display: flex;
}
.footer-logo{
    width: 160px;
    text-align: left;
}
.footer-div-conteudo-1{
    width: 300px;
}
.footer-div-conteudo-2{
    width: 300px;
}
.footer-div-conteudo-3{
    width: 40%;
}
.footer-div-conteudo-1 > ul > li,
.footer-div-conteudo-2 > ul > li,
.footer-div-conteudo-3 > ul > li{
    margin-bottom: 10px;
}
.footer-li-newsletter{
    margin-top: 25px;
}

/*
Responsivo
*/
@media screen and (max-width: 1400px){
    .box-conteudo-receita-1, 
    .box-conteudo-receita-2, 
    .box-conteudo-receita-3{
        width: 270px;
    }

    .footer-informations{
        width: 1150px;
    }

}
@media screen and (max-width: 1200px){
    .box-conteudo-receita-1, 
    .box-conteudo-receita-2, 
    .box-conteudo-receita-3{
        width: 225px;
    }
   
    .footer-informations{
        width: 980px;
    }

}

@media screen and (max-width: 992px) {
    .box-conteudo-receita-1, 
    .box-conteudo-receita-2, 
    .box-conteudo-receita-3{
        width: 340px;
    }

    .footer-informations{
        width: auto;
        display: block;
    }
    .footer-logo{
        width: 100%;
        text-align: center;
    }

    .footer-div-conteudo-1,
    .footer-div-conteudo-2, 
    .footer-div-conteudo-3{
        width: auto;
    }
    .footer-informations > div > ul{
        text-align: center;
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 768px) {
    .box-conteudo-receita-1, 
    .box-conteudo-receita-2, 
    .box-conteudo-receita-3{
        width: 100%;
    }
}

