#fomularioPesquisa {
    display: none;
}

.recipe-featured-image {
    aspect-ratio: 16 / 9;
    background-image: none !important;
    background-color: #f7f8f9;
    height: auto !important;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.recipe-featured-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.recipe-image-credit {
    background: #fff;
    border-radius: 5px;
    bottom: 8px;
    color: #000;
    font-size: 10px;
    left: 8px;
    margin: 0;
    opacity: 0.9;
    padding: 5px;
    position: absolute;
    z-index: 2;
}

.recipe-ad-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 250px;
    width: 100%;
}

.recipe-ad-box ins.adsbygoogle,
.recipe-ad-box .adsbygoogle {
    display: block;
    max-width: 100%;
    min-height: 250px;
    width: 100%;
}

.recipe-ad-label {
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

#img-sessao-conteudo,
#video-sessao-conteudo {
    margin-bottom: 30px;
}

#separador-produto-blog {
    border-color: #ccc;
    border-left: none;
    border-right: none;
    border-style: solid;
    border-width: 1px;
    color: #ccc;
    margin: 0;
    padding: 15px 0;
}

#separador-produto-blog > div > a > h1,
#separador-produto-blog > div > a > h2,
#separador-produto-blog > div > a > h3,
#separador-produto-blog > div > a > h4,
#separador-produto-blog > div > a > h5,
#separador-produto-blog > div > a > h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}

#separador-produto-blog > div > p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.hero-Imagem {
    background-color: rgba(0, 0, 0, 0.6);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    min-height: 30vh;
    position: relative;
    z-index: 1;
}

.hero-Imagem::after {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

#hero {
    padding: 50px;
}

#heroBox {
    border: dotted 2px #fff;
    display: flex;
    flex-wrap: wrap;
    min-height: auto;
    padding: 50px;
}

.hero-title {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.hero-sub-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
}

@media (max-width: 576px) {
    #hero {
        align-items: center;
        display: flex;
        padding: 20px;
    }

    #heroBox {
        border: dotted 1px #f7f8f9;
        min-height: auto;
        padding: 30px 10px;
    }

    .hero-title {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 15px;
        min-width: 100%;
        padding: 0 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .hero-sub-title {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
        max-width: 100%;
        padding: 0 35px;
        text-align: center;
    }

    #hero-btn {
        display: flex;
        justify-content: center;
    }
}
