
.receitas-home .card {
    height: 100%;
}

.receitas-home .card img {
    width: 100%;
    height: 150px; /* Ajuste conforme necessário */
    object-fit: cover;
}
.header-site{
    padding: 20px 0;
}

/* Remove bordas arredondadas e ajusta a alinhamento do dropdown */
.navbar .dropdown-menu {
    border-radius: 0; /* Remove bordas arredondadas */
    margin-top: 7px; /* Remove qualquer espaço entre o menu e o dropdown */
    border: none; /* Opcional: remove a borda padrão do Bootstrap */
    padding: 0;

}

/* Estilizando o fundo e as cores do texto do dropdown */
.navbar .dropdown-menu {
    background-color: #ffffff; /* Fundo branco, ajuste conforme necessário */
    color: #333333; /* Cor do texto, ajuste conforme necessário */
}


/* Estilizando os itens do dropdown no hover */
.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
    color:inherit;
    background-color:transparent; /* Cor de fundo ao passar o mouse, azul Bootstrap por padrão */
}

/* Ajustes finos no padding dos itens para um look mais profissional */
.navbar .dropdown-menu .dropdown-item {
    padding: 5px 15px; /* Ajuste o padding conforme necessário */
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-size:14px;
    font-weight: BOLD;
}
.hero-home h1{
    font-size:45px;
    font-weight: 700;
}
.hero-home h2{
    font-size:22px;
}
.btn_banner, .btn_banner:hover, .btn_banner:active{
    background:none;
}

.titulo-sessao{
    text-transform: uppercase;
    font-weight: bold;
}
.box {
    position: relative;
    display: block; /* Garante que o box ocupa espaço próprio */
}

.box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Cor preta com transparência */
    z-index: 1; /* Sobreposição abaixo do conteúdo textual */
}
.link{
    text-decoration: none;
}
.categoria-item-home {
    padding: 30px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Assegura que ocupa todo o espaço do .box */
    position: relative;
    z-index: 2; /* Maior z-index para o texto */
    border-radius: 5px;

}
.receitas-home .card-title{
    font-size:18px;
    font-weight: bold;
}
.sessao-titulo{
    font-size:18px;
    font-weight: bold;
}

.text-decoration-none a{
    text-decoration: none;
    color:#444;
}


.post-content {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    color: #555;
    margin-top: 1em;
    margin-bottom: 0.5em;
    line-height: 1.3;
    font-weight: 600;
}

.single-post h1, .archive h1 {
    font-size: 2.25em; /* 36px */
    font-weight: 700;
    margin-bottom: 20px;
    color:#555;
}

.post-content h2 {
    font-size: 2em; /* 32px */
}

.post-content h3 {
    font-size: 1.75em; /* 28px */
}

.post-content h4 {
    font-size: 1.5em; /* 24px */
}

.post-content h5 {
    font-size: 1.25em; /* 20px */
}

.post-content h6 {
    font-size: 1em; /* 16px */
}

.post-content p {
    margin-bottom: 1em;
}

.post-content ul,
.post-content ol {
    padding-left: 20px;
    margin-bottom: 1em;
}

.post-content li {
    margin-bottom: 0.5em;
}

.post-content table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
}

.post-content th,
.post-content td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.post-content blockquote {
    padding: 30px;
    margin: 20px 0;
    font-style: italic;
    background-color: #f9f9f9;
}

.post-content blockquote p {
    margin: 0; /* Remove margin from p inside blockquote */
}

.post-content cite {
    display: block;
    text-align: right;
    font-style: normal;
    margin-top: 10px;
    color: #666;
}

.categories-list ul li a{
    text-decoration: none;
}
.link_title{
    text-decoration: none;
}
.copryright_dev p{
    font-size:14px;
    padding: 5px 0;
    margin-bottom: 0!important;
}
footer a{
    text-decoration:none;
}
.rodape_dev a span{
    position: absolute;
    left:-99999px;
}

/* Garante que todas as imagens dentro do conteúdo do post não excedam a largura do contêiner */
.entry-content img,
.post-content img,
.page-content img {
    max-width: 100%; /* Define a largura máxima para 100% do contêiner pai */
    height: auto; /* Mantém a proporção da imagem ajustando a altura automaticamente */
    display: block; /* Evita que a imagem seja exibida com espaçamento extra abaixo (linha em branco) */
}
.border,.sub-box-receitas{
    border:1px solid #f1f1f2!important;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    border-radius: 50%;
    padding: 13px 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
    width: 60px;
    height: 60px;
}


.whatsapp-modal {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 80px; /* Ajuste conforme necessário */
    right: 20px;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.modal-content {
    padding: 20px;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
}


.whatsapp-button .bi-whatsapp {
    color: #fff;
    font-size: 25px;
}
.card-posts h5{
    font-weight: bold;
}

/* Ajustes gerais para a imagem */
.card-img-top {
    width: 100%;
    height: 200px; /* Altura fixa */
    object-fit: cover;
    object-position: center;
}
.destaque-glossario .row{
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Espaçamento entre os itens */
}

.destaque-glossario .row > div{
    flex: 1 0 21%; /* Ajuste a largura das colunas */
    box-sizing: border-box;
}

.destaque-glossario ul {
    column-count: 4;
    column-gap: 20px;
    padding: 20px 0px 0px 0px;
}

.destaque-glossario li{
    break-inside: avoid; /* Evita quebra de itens entre colunas */
    list-style: none;
    margin-bottom: 10px;
}

.conteudo-revisado-box {
    background-color: #f0f3f8;
    padding: 10px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.conteudo-revisado-box svg {
    fill: #5fdba7;
}

.conteudo-revisado-box span {
    color: #067b6c;
    margin-left: 10px;
}

/* Mídia query para ajustar a sidebar em dispositivos móveis */

@media (max-width: 768px){
    .destaque-glossario ul {
        column-count: 2 !important;
        column-gap: 20px!important;
        padding: 20px 0px 0px 0px;
    }
    .destaque-glossario .row > div {
        flex: 1 0 48% !important; /* Ajuste a largura das colunas para dispositivos móveis */
    }
    .rodape_dev img {
        width: 25% !important;
    }
}

