#banner {
    height: 300px; 
}

#banner iframe{
    height: 300px;
    width: 100%;
}

#banner-placeholder-image {
    position: absolute;
    width: 100%;
    height: 300px;
}

#nutricao {
    padding: 100px 0;
    perspective: 2000px;
    perspective-origin: left;
}

#nutricao .container {
    align-items: center;
    animation-name: show;
    animation-duration: 700ms;
    animation-fill-mode: forwards;
}

@keyframes show {
    from {
        opacity: 0;
        transform: rotateY(5deg);
    }
    to {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.nutricao-text h2 {
    color: var(--green-primary);
    margin-bottom: 16px;
}

.nutricao-text p {
    margin-bottom: 16px;
}

.nutricao-text a {
    font-family: "Lato Bold";
    text-decoration: underline;
    color: var(--green-primary);
    font-size: 24px;
    display: block;
    margin-top: 32px;

    -webkit-transition: all 200ms ease-out;  
    -moz-transition: all 200ms ease-out;  
    -o-transition: all 200ms ease-out;  
    transition: all 200ms ease-out;
}

.nutricao-text a:hover {
    opacity: 0.8;
}

.nutricao-images {
    flex-direction: column-reverse;
    margin-bottom: 56px;
    margin-left: 64px;
}

.nutricao-images-title {
    box-sizing: border-box;
    padding: 28px 49px;
    width: 396px;
    font-family: "Exo 2";
    background: linear-gradient(360deg, #046F3B 0%, #185637 100%);
    color: var(--white);
    border-radius: 2px;
    
    position: absolute;
    bottom: -50px;
    left: 20px;
}

.nutricao-images-title span {
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 700;
}

.nutricao-images-title h3 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
}

#modal_manifest {
    width: 100%;
    height: 100%;
    position: fixed;
    align-items: center;
    display: none;
    justify-content: center;
    z-index: 990;
    transition: 0.2s all ease;
    animation: 0.2s ease appear-modal;
    opacity: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);

    animation-name: showModalManifest;
    animation-duration: 0.2s;
}

#modal_manifest.show {
    display: flex;
}

#modal_manifest .modal-content {
    max-width: 70%;
    background-color: var(--white);
    padding: 32px;
    border-radius: 5px;

}

#modal_manifest .modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#modal_manifest .modal-head h2 {
    margin-bottom: 32px;
    color: var(--green-primary);
}

#modal_manifest .modal-head .modal-close {
    position: relative;
    bottom: 26px;
}

#modal_manifest .modal-head .modal-close img:hover {
    cursor: pointer;
}

#modal_manifest .modal-body p {
    margin-bottom: 15px;
}

@keyframes showModalManifest {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#conteudo {
    background-image: url('../../../images/banner-conteudo-qualidade.webp');
    padding: 100px 0;

    box-sizing: border-box;

    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;

    content-visibility: auto;
}

.conteudo-header, .conteudo-description {
    text-align: center;
    color: var(--white);
}

.conteudo-header {
    margin-bottom: 16px;
}

.conteudo-description {
    margin-bottom: 40px;
}

.conteudo-stats {
    justify-content: center;
}

.conteudo-stats-block {
    width: 400px;
    text-align: center;
    color: var(--white);
}

.conteudo-stats-block:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.stats-block-metric {
    font-size: 56px;
    color: var(--white);
}

.stats-block-metric::before {
    content: '+';
    font-size: 56px;
    color: #FFA07C;
    position: absolute;
    left: -33px;
}

.conteudo-stats-block a {
    color: #FFA07C;

    -webkit-transition: all 200ms ease-out;  
    -moz-transition: all 200ms ease-out;  
    -o-transition: all 200ms ease-out;  
    transition: all 200ms ease-out;
}

.conteudo-stats-block a:hover {
    color: #ffb499;
}

.conteudo-stats-block h3 {
    margin: 16px 0;
}

#blog {
    padding: 100px 0;
    content-visibility: auto;
}

.blog-header {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.blog-header-title h2 {
    color: var(--green-primary);
    margin-bottom: 16px;
}

.blog-header-title-line {
    background-color: var(--orange-hover);
    width: 100px;
    height: 6px;
    border-radius: 5px;
}

.blog-header-link {
    color: var(--orange-hover);
    align-items: center;
}

.blog-header-link img {
    position: relative;

    left: 0px;

    -webkit-transition: left 200ms ease-out;  
    -moz-transition: left 200ms ease-out;  
    -o-transition: left 200ms ease-out;  
    transition: left 200ms ease-out;
}

.blog-header-link:hover img {
    left: 10px;
}

.blog-header-link a {
    margin-right: 15px;
}

#outros-conteudos {
    padding: 100px 0;
    background-color: #F7F7F7;
}

.outros-block-header {
    justify-content: space-between;
    margin-bottom: 32px;
}

.outros-block-header-title h4{
    color: var(--green-primary);
    margin-bottom: 16px;
}

.outros-block-header-title-line {
    background-color: var(--orange-hover);
    width: 56px;
    height: 5px;
    border-radius: 5px;
}

.outros-block-header-link {
    align-items: center;
    color: var(--orange-hover)
}

.outros-block-header-link a {
    margin-right: 5px;
}

.outros-block-header-link img {
    position: relative;
    left: 0;

    -webkit-transition: left 200ms ease-out;  
    -moz-transition: left 200ms ease-out;  
    -o-transition: left 200ms ease-out;  
    transition: left 200ms ease-out;
}

.outros-block-header-link:hover img {
    left: 10px;
}

.outros-conteudos-block:nth-child(2) {
    padding: 32px 0;
}

.outros-conteudos-block:nth-child(1) {
    padding-top: 0;
    padding-bottom: 32px;
}

.outros-conteudos-block:nth-child(3) {
    padding-top: 32px;
    padding-bottom: 0;
}

.outros-conteudos-block:not(:first-child) {
    border-top: 1px solid var(--gray-medium);
}

.noticias-item {
    width: 50%;
}

.noticias-item:not(:first-child) {
    margin-left: 8px;
}

.noticias-category-tag {
    background-color: #2F8B5D;
    color: var(--white);
    padding: 4px 14px;
    font-size: 10px;
    line-height: 12px;
}

#empresas {
    padding: 100px 0 30px 0;
    content-visibility: auto;
}

.empresas-list {
    justify-content: space-between;
}

.empresas-title {
    color: var(--green-primary);
    margin-bottom: 40px;
}

.empresas-item {
    padding: 0 20px;
    align-items: center;
    justify-content: center;
}

.empresas-item:not(:first-child) {
    border-left: 1px solid #B4A9A9;
}

.empresas-item > span {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #696969;
    text-align: center;

    margin-top: 14px;
}


