@charset "UTF-8";
@import url("timeline.css");

p{
    font-weight: 400;
}
strong{
    font-weight: 700;
}

/* FLEX */

.display-flex{
    display: flex;
}
.flex-grow{
    flex-grow: 1;
}
.order1{
    order: 1;
}
.order2{
    order: 2;
}

/* TITLES */

.title.premio{
    text-align: center;
    text-transform: uppercase;
}
.title.premio h1, .title.premio h2{
    font-size: 34px;
    font-weight: 900;
    line-height: 38px;
}
.title.premio h1 strong, .title.premio h2 strong{
    font-size: 45px;
}
.title-light h2, .title-light p{
    font-size: 26px;
    color: #95a7ab;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
}
.title-strong h1, .title-strong h2, .title-strong h3, .title-strong h4 .title-strong p{
    font-size: 40px;
    color: #95a7ab;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
}

/* TEXT - GRADIENT */

.gradient h1, .gradient h2, .gradient h3, .gradient h4, .gradient span, .gradient p, .gradient strong, .gradient em{
    /* background: -webkit-linear-gradient(285deg, #93e4b1, #26cacd 90%); */
    background: -webkit-linear-gradient(285deg, #93e4b1, #26cacd 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* BUTTONS */

.btn-custom{
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.btn-custom:hover{
    opacity: .8;
}

/* BANNERS INTERNOS */

.banner-top-interna{
    z-index: 0;
    overflow: hidden;
}
.banner-top-interna .header-content{
    margin-right: 0 !important;
}
.banner-top-interna .header-content h1,
.banner-top-interna .header-content p{
    font-size: 50px;
    line-height: 50px;
    padding-top: 80px;
}
.banner-top-interna .header-content h2{
    font-size: 20px;
}
.banner-top-interna.apex .header-content{
    margin-right: auto !important;
}
.banner-top-interna.selo-energia-verde .header-content{
    margin-right: auto !important;
    margin-top: -30px !important;
}
.banner-top-interna.sugarcane .header-content{
    margin-right: auto !important;
}

/* HEADER */

#main-header{
    background: url('../images/bg-header.png') no-repeat center;
    width: 100%;
    height: 100px;
}
#main-header.et-fixed-header{
    height: auto;
    padding-bottom: 10px;
}
#main-header.et-fixed-header .et_menu_container{
    height: 60px;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    transition: ease .4s;
}
#main-header .et_menu_container{
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 94px;
    flex-direction: row;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    transition: ease .4s;
}

/* MENU */

#et-top-navigation #top-menu-nav #top-menu li .sub-menu li a {
    padding: 5px !important;
}

.container.et_menu_container {
    z-index: 99;
    width: 90%;
}
#top-menu {
    display: flex;
    align-items: center;
}
#top-menu li {
    display: inline-block;
    padding-right: 14px;
    font-size: 13px;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
}
.icones-header {
    display: flex;
    flex-direction: row;
    width: auto;
}
.icones-header .idioma{
    float: left;
    margin-left: 5px;
}

.icones-header > div {
    margin-left: 10px;
}
#et_top_search{
    width: 1px !important;
    margin-left: 0 !important;
}
.et_pb_menu_visible .icones-header #et_top_search{
    opacity: 1;
    top: -3px !important;
    -webkit-transition: all .6s ease-in; 
    -moz-transition: all .6s ease-in; 
    transition: all .6s ease-in; 
}
.et_pb_menu_hidden .icones-header #et_top_search{
    opacity: 0;
    top: -30px !important;
    -webkit-transition: all .6s ease-in; 
    -moz-transition: all .6s ease-in; 
    transition: all .6s ease-in; 
}
.icones-header #et_top_search{
    background: url(../images/icon-search.svg) no-repeat;
    width: 24px !important;
    height: 20px;
    display: block;
    font-weight: normal;
    position: relative;
    top: -1px;
    margin: 0 0 0 10px !important;
    cursor: pointer;
}
#et_search_icon,
.icones-header #et_search_icon:before {
    display: none;
}
.icones-header .contato .icon-contato {
    background: url('../images/icon-contato.png') no-repeat;
    width: 24px !important;
    height: 19px;
    display: block;
    font-weight: normal;
}

.versao-ingles a::before,
.versao-portugues a::before{
    content: '';
    background: url(../images/icon-language.svg) no-repeat left;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 7px;
}
.versao-ingles a,
.versao-portugues a{
    position: relative;
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    display: flex !important; 
    align-items: center;
    justify-content: center;
}

.logo_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative !important;
    top: initial !important;
    width: auto !important;
    height: auto !important;
}
#logo {
    max-width: 105px !important;
    margin-top: 0;
}
.et-fixed-header #logo {
    margin-top: 0px;
}
#top-menu>li:last-child {
    padding-right: 0 !important;
}
.content-icones {
    display: flex;
    flex-direction: row;
    align-items: center;
}
div#et-top-navigation {
    padding: 0 !important;
    display: flex;
    align-items: center;
    margin-left: auto;
}
div#et-top-navigation nav {
    margin-top: 0px;
} 
.et-fixed-header #et-top-navigation {
    padding-top: 10px !important;
    padding-bottom: 4px !important;
}
#top-menu li {
    padding-right: 11px !important;
    font-size: 13px !important;
}
#menu-footer .destaque-covid19 a{
    color: #20698e !important;
}
#et-top-navigation #top-menu-nav #top-menu li.destaque-covid19 > a{
    background-image: linear-gradient(to right, #21a9b9, #24bfad);
    color: #fff !important;
    -webkit-box-shadow: 6px 9px 13px -8px rgba(0,0,0,0.29);
    -moz-box-shadow: 6px 9px 13px -8px rgba(0,0,0,0.29);
    box-shadow: 6px 9px 13px -8px rgba(0,0,0,0.29);
    border-radius: 30px;
    padding:10px 25px 10px 15px !important;
}
#et-top-navigation #top-menu-nav #top-menu li.destaque-covid19 > a:hover{
    opacity:  1 !important;
}
#top-menu .menu-item-has-children.destaque-covid19 > a:first-child:after{
    top: 10px;
    right: 5px;
}
#et-top-navigation #top-menu-nav #top-menu li a{
    padding-bottom: 0 !important;
}
.alinhamento-p p {
    padding-bottom: 18.5px;
}
.page-id-7980 #main-footer::before,
.page-id-7980 #main-footer::after,
.page-id-7980.page-child #main-footer::before,
.page-id-7980.page-child #main-footer::after,
.page-id-8079 #main-footer::after{
    z-index: 0;
}

/* HOME */

/* HOME - BANNER */

.banner-home .et_pb_slide_description{
    padding: 0 20px !important;
}

.banner-home,
.banner-home .et_pb_slides,
.banner-home .et_pb_slides .et_pb_slide{
    height: 680px;
    min-height: 340px;
} 
.banner-home .et_pb_slides .et_pb_slider_container_inner{
    height: 570px;
    min-height: 340px;
}
.banner-home .et_pb_slides .et_pb_slide .et_pb_container{
    height: 430px !important;
    min-height: 340px !important;
}
.banner-home {
    overflow: inherit !important; 
}
.banner-home::before{
    content: '';
    background: url('../images/mask-banner-home-left.png') no-repeat;
    width: 449px;
    height: 404px;
    position: absolute;
    bottom: -180px;
    left: 0px;
    z-index: 2;
    background-size: contain !important;
    background-position: center;
}
.banner-home::after{
    content: '';
    background: url('../images/mask-banner-home-right.png') no-repeat;
    width: 337px;
    height: 700px;
    position: absolute;
    bottom: -320px;
    right: 0px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.banner-home h1{
    color: #ffffff;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-size: 40px;
    padding-bottom: 0;
    /* text-shadow: none; */
    font-weight: 700;
    text-transform: uppercase;
}
.banner-home h1 strong{
    font-weight: 900;
    display: block;
    width: 100%;
}
.banner-home h2.et_pb_slide_title {
    text-shadow: none;
}
.itens-destaque {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.itens-destaque .et_pb_column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 192px;
    height: 192px;
    margin: 0px 20px;
}
.itens-destaque .et_pb_column > div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* HOME - TWITTER */

.twitter-content{
    height: auto;
    position: relative;
    z-index: 1;
}
.twitter-content::before{
    content: '';
    background: url(../images/bg-twitter-top.png) no-repeat center top;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.twitter-content::after{
    content: '';
    background: url(../images/bg-twitter-bottom.png) no-repeat center bottom;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.twitter-title h2{
    text-align: center;
}
.twitter-title h2 img {
    display: inline-block;
}
#twitter-feed-SugarcaneOrg .fts-twitter-no-margin-left,
#twitter-feed-UNICA_cana .fts-twitter-no-margin-left,
#twitter-feed-bring_sky .fts-twitter-no-margin-left{
    display: none;
}
#twitter-feed-SugarcaneOrg .fts-tweeter-wrap .tweeter-info .fts-right,
#twitter-feed-UNICA_cana .fts-tweeter-wrap .tweeter-info .fts-right,
#twitter-feed-bring_sky .fts-tweeter-wrap .tweeter-info .fts-right{
    padding: 0;
}
#twitter-feed-SugarcaneOrg .fts-tweeter-wrap .tweeter-info,
#twitter-feed-UNICA_cana .fts-tweeter-wrap .tweeter-info,
#twitter-feed-bring_sky .fts-tweeter-wrap .tweeter-info{
    border-bottom: 0;
    padding: 0;
}
#twitter-feed-SugarcaneOrg .fts-twitter-text,
#twitter-feed-UNICA_cana .fts-twitter-text,
#twitter-feed-bring_sky .fts-twitter-text{
    padding: 0;
}

#twitter-feed-UNICA_cana .fts-powered-by-text,
#twitter-feed-bring_sky .fts-powered-by-text,
#twitter-feed-SugarcaneOrg .fts-powered-by-text,
#twitter-feed-UNICA_cana .twitter-image,
#twitter-feed-bring_sky .twitter-image,
#twitter-feed-SugarcaneOrg .twitter-image,
#twitter-feed-UNICA_cana .fts-share-wrap,
#twitter-feed-bring_sky .fts-share-wrap,
#twitter-feed-SugarcaneOrg .fts-share-wrap,
#twitter-feed-UNICA_cana .fts-twitter-reply-wrap-left,
#twitter-feed-bring_sky .fts-twitter-reply-wrap-left,
#twitter-feed-SugarcaneOrg .fts-twitter-reply-wrap-left  {
    width: 0;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* HOME - NEWS */

.section-noticias .img-banner-youtube {
    width: 300px !important;
    height: 194px;
    border-radius: 10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    opacity: 1;
}
.img-banner-youtube a{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    opacity: 1;
}
.img-banner-youtube:hover,
.img-banner-youtube a:hover{
    opacity: .85;
}
.instagram-home {
    width: 300px;
    height: 290px;
    border: 1px solid #e6e6e6;
    position: relative;
}
.instagram-home:before {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url(../images/instagram.svg) no-repeat center;
    width: 30px;
    height: 30px;
    opacity: .2;
    z-index: 1;
}
.instagram-home .et_pb_text_inner,
.instagram-home .et_pb_text_inner .fts-instagram-inline-block-centered,
.instagram-home .et_pb_text_inner .fts-instagram-inline-block-centered .slicker-instagram-placeholder, 
.instagram-home .et_pb_text_inner .fts-instagram-inline-block-centered .slicker-youtube-placeholder {
    height: 100% !important;
    overflow: hidden !important;
}
.instagram-home .et_pb_text_inner .fts-instagram-inline-block-centered .slicker-instagram-placeholder{
    background-size: cover;
    margin: 0 !important;
    width: 100% !important;
}
.content-noticias-home.new.section-noticias .et_pb_column.col1{
    max-width: 580px !important;
    margin-right: 5% !important;
    width: 65% !important;
}
.content-noticias-home.new.section-noticias .et_pb_column.col2{
    max-width: 355px !important;
    width: 32% !important;
    float: right;
}
.content-noticias-home.new.section-noticias .title-noticias .et_pb_column:nth-child(1){
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0 !important;
}
.social-media-title,
.social-media-title h2{
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.social-media-title:hover h2{
    color: #72d9c6 !important;
}
.social-media-title h2{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0 !important;
}
.page-id-4551 .slider-home {
    border-radius: 10px;
}

/* COVID */

.banner-top-interna.covid::after{
    content: '';
    background: url('../images/covid/banner-grafismo-covid.png') no-repeat;
    width: 697px;
    height: 505px;
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.banner-top-interna.covid .header-content h1{
    padding-top: 20px;
}
.text-sobre-projeto .et_pb_text_inner {
    /* column-count: 2;
    column-gap: 60px; */
}
.text-sobre-projeto .et_pb_text_inner p:nth-child(3){
    /* padding-bottom: 0; */
}
.text-sobre-projeto-p p {
    padding-bottom: 18.3px;
}
.text-sobre-projeto .et_pb_text_inner h2{
    column-span: all;
    font-size: 26px;
    color: #95a7ab;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.cards-covid{
    max-width: 100% !important;
    height: 260px;
}
.cards-covid a{
    color: #ffffff!important;
    border-radius: 10px;
    font-size: 18px;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    background-color: rgba(34,175,163,0.8);
    padding: 8px 20px 9px;
    box-sizing: content-box;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.cards-covid a:hover{
    background-color: rgba(34,175,163,1);
}
.cards-covid .et_pb_blurb_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 100%;
}
.cards-covid .et_pb_blurb_description > p:first-of-type{
    margin-bottom: 15px;
}
.rotativo-news-covid .et_pb_slide_description{
    text-shadow: none !important;
    position: relative;
}
.rotativo-news-covid .et_pb_slide_description .et_pb_slide_title{
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900 !important;
    color: #72d9c6;
    font-size: 18px;
    overflow: hidden;
    height: auto;
    max-width: 99%;
    max-height: 37px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    margin-top: 0;
    padding-bottom: 0;
}
.rotativo-news-covid .et_pb_slide_description p:nth-child(2){
    color: #6b6b6b;
    text-shadow: none !important;
    clear: both;
    overflow: hidden;
    max-height: 60px;
    height: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rotativo-news-covid .et_pb_slide_description .post-meta{
    color: #fff !important;
}
.rotativo-news-covid .et_pb_slide_description .post-meta a{
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    display: inline-block !important;
    color: #fff !important;
    background: #1fb095;
    font-size: 12px;
    font-family: 'Ubuntu';
    padding: 0px 10px;
    border-radius: 6px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.rotativo-news-covid .post-meta a:hover{
    background: #118e77;
}
.rotativo-news-covid .post-meta .published {
    float: left;
}
.rotativo-news-covid .lista,
.rotativo-news-covid .lista .et_pb_slides,
.rotativo-news-covid .lista .et_pb_slide{
    height: 250px !important;
}
.rotativo-news-covid .lista .et_pb_slide .et_pb_container{
    height: 240px !important;
}
.rotativo-news-covid .et_pb_slider_container_inner{
    max-width: 840px;
    height: 200px;
}
.rotativo-news-covid .et_pb_slide_image{
    top: 0 !important;
    width: 30%;
    max-width: 240px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 45px !important;
}
.rotativo-news-covid .et_pb_slide_image img{
    max-height: 150px !important;
    object-fit: cover;
    height: 100%;
}
.rotativo-news-covid .et_pb_slide_description{
    width: 67% !important;
    flex: 100%;
    padding: 28px 0 0 !important;
    height: 150px !important;
}
.rotativo-news-covid .et-pb-controllers {
    bottom: 5px;
}
.carousel-slider .owl-nav button.owl-prev, .carousel-slider .owl-nav button.owl-next, .carousel-slider button.owl-dot {
    width: 17px;
}
.carousel-slider.owl-drag .owl-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
    background: #fff;
    border-radius: 10px 10px 10px 40px;
    -moz-border-radius: 10px 10px 10px 40px;
    -webkit-border-radius: 10px 10px 10px 40px;
    -webkit-box-shadow: -30px 19px 40px -35px rgba(0,0,0,0.2);
    -moz-box-shadow: -30px 19px 40px -35px rgba(0,0,0,0.2);
    box-shadow: -30px 19px 40px -35px rgba(0,0,0,0.2);
}
.carousel-slider .owl-item img {
    max-width: 140px !important;
    max-height: 80px;
    object-fit: scale-down;
}
.carousel-slider .owl-stage-outer {
    height: 185px;
    margin-bottom: 10px;
    padding: 0 30px 20px;
}

/* COVID-19 PROTOCOLO & DOAÇÕES */

.section-covid19 .section-noticias .lista.destaque-covid .category a,
.section-covid19 .section-noticias .lista.lista-destaque .category a,
.rotativo-news-covid .post-meta a,
.single-post .post-meta a,
.single-post .category a,
.section-noticias.covid .lista .category a{
    opacity: 0;
}
.section-noticias.covid .lista .category a{
    float: left;
}
.section-covid19 .section-noticias .col1{
    width: 100% !important;
    max-width: 417px;
}
.section-covid19 .section-noticias .col2{
    max-width: 468px;
    width: 100% !important;
    margin-left: 40px;
}
.section-covid19 .section-noticias .lista.destaque-covid article .entry-featured-image-url{
    width: 100%;
    max-width: 100%;
    height: 265px;
    margin: 0 0 18px 0;
}
.lista.destaque-covid article .category{
    margin-bottom: 15px;
}
.section-covid19 .section-noticias .lista.destaque-covid article.et_pb_post .post-meta{
    margin: 2px 0;
}
.section-covid19 .section-noticias .lista.lista-destaque article {
    margin-bottom: 28px !important;
}
.section-covid19 .section-noticias .lista.lista-destaque article:last-of-type{
    margin-bottom: 0 !important;
}
.section-covid19 .section-noticias .lista.destaque-covid article .category,
.section-covid19 .section-noticias .lista.destaque-covid article.et_pb_post h2.entry-title,
.section-covid19 .section-noticias .lista.destaque-covid article.et_pb_post .post-meta,
.section-covid19 .section-noticias .lista.destaque-covid article.et_pb_post .post-content{
    width: 100%;
    max-width: 100%;
    float: left;
}
.section-covid19 .section-noticias .lista.destaque-covid article .category,
.section-covid19 .section-noticias .lista.lista-destaque article .category{
    position: relative;
}
.section-covid19 .section-noticias .lista.destaque-covid article .category a,
.section-covid19 .section-noticias .lista.lista-destaque article .category a{
    opacity: 0;
    margin-left: 8px;
    float: left;
}
.section-covid19 .section-noticias .lista.destaque-covid article .category a:first-of-type,
.section-covid19 .section-noticias .lista.lista-destaque article .category a:first-of-type{
    float: left;
    margin: 0 0 0 1px;
}
.section-covid19 .section-noticias .lista article .entry-featured-image-url{
    height: 130px;
}
.section-covid19 .section-noticias .lista article .entry-title {
    max-height: 57px;
    -webkit-line-clamp: 3;
}
.section-covid19 .section-noticias .category a{
    margin-left: -8px;
}
.section-sobre-projeto{
    width: 100%;
}
.section-sobre-projeto .content-sobre-projeto{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.section-sobre-projeto .content-sobre-projeto::before{
    content: '';
    background: url(../images/covid/protocolo/efeito-bg-projeto.png) no-repeat center;
    width: 348px;
    height: 557px;
    position: absolute;
    top: -150px;
    left: -200px;
}
.slider-sharing-bottom{
    display: none !important;
}
.slide-card .bx-wrapper{
    max-width: 920px !important;
    margin-bottom: 30px;
}
.slide-card .bx-wrapper .bx-viewport {
    max-width: 920px;
}
.slide-card .bx-wrapper .bx-pager.bx-default-pager a{
    width: 8px;
    height: 8px;
    background: #9ee8da;
}
.slide-card .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.slide-card .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #1fb095;
}
.slide-card .bx-wrapper .bx-viewport{
    box-shadow: none;
}
.slide-card .bx-controls{
    height: 20px;
}
.slide-card .supsystic-slider .slide .supsystic-slider-image-sharing {
    visibility: visible;
    left: auto;
    right: 15px;
    bottom: 5px;
    position: absolute;
    transform: translateX(0%);
}
.slide-card .bx-wrapper .bx-viewport li {
    margin: 0 10px;
}
.slide-card .supsystic-slider-image-sharing .supsystic-social-sharing .social-sharing-button {
    margin-right: 10px;
    opacity: .8;
    background: #2982a6;
}
.slide-card .supsystic-slider-image-sharing .supsystic-social-sharing .social-sharing-button:last-of-type{
    margin-right: 0;
}
.slide-card .fa-ssbs-fw {
    font-size: 20px;
    width: 25px;
    height: 22px;
}
.slide-card .bx-wrapper .bx-controls-direction{
    display: none;
}
.slider-video .n2_ss_video_player__cover {
    border-radius: 15px;
}
.n2-ss-slider-pane-single.n2-ow{
    margin-top: 0 !important;
}
.n2-ss-slider .n2_ss_video_player__cover img {
    object-fit: cover;
    opacity: .6;
}
.n2_ss_video_player__cover{
    background-size: 110% !important;
}
.n2-ss-slider-pane.n2-ow {
    margin: 10px 0 0 !important;
}
.n2-ss-slider .n2_ss_video_player {
    border-radius: 15px;
    overflow: hidden;
}
.n2-ss-slider-3.n2-ow {
    height: 220px !important;
}
.btn-pdf-covid{
    width: 100%;
    max-width: 300px;
    text-align: center;
    background-position: left !important;
}
.btn-pdf-covid.etica{
    max-width: 100%;
    border-radius: 20px !important;
    overflow: hidden;
    min-height: 70px;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* ASSOCIADAS */

.banner-top-interna.associadas .header-content h1 {
    padding-top: 30px;
}
.banner-top-interna.associadas::after{
    content: '';
    background: url('../images/associadas/banner-grafismo-associadas.png') no-repeat;
    width: 642px;
    height: 523px;
    position: absolute;
    top: -10px;
    left: -270px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.et_pb_image.img-associadas{
    margin-bottom: 60px !important;
}
.img-associadas img{
    padding: 30px;
}

.contact-associada h3{
    padding-bottom: 5px;
    margin-bottom: 0;
}
.contact-associada a, .unidades-associada a{
    color: #5b6c70;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.contact-associada a:hover, .unidades-associada a:hover{
    color: #46d2c5;
}
.contact-associada .et_pb_blurb_content {
    max-width: 100% !important;
}
.unidades-associada{
    background: #ffffff !important;
}
.unidades-associada, .unidades-associada p{
    line-height: 22px;
}
.unidades-associada strong{
    color: #218cc0;
    line-height: 24px;
}
.unidades-associada h3{
    font-size: 24px !important;
    color: #95a7ab;
    padding-bottom: 20px;
    font-weight: 900;
}
.unidades-associada h3 strong,
.unidades-associada h3 b{
    color: #95a7ab !important;
    font-weight: 900;
    line-height: 16px;
}
.unidades-associada table {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.unidades-associada table td {
    padding: 0 10px 0 0!important;
    border: 0 !important;
    font-weight: normal;
}

/* HISTÓRICO DO SETOR */

.timeline-hor .bx-viewport {
    max-width: 860px;
}
.timeline-hor .bx-viewport  ul.et-timeline-one li {
    width: 288px !important;
}
.timeline-hor .et-hor-timeline-template-11 .et-hor-inner-block {
    padding: 0 15px;
}
.timeline-hor .et-hor-timeline-template-11 .et-timeline-date-one:before {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 0;
    border-style: solid;
    border-width: 18px 20px 0 20px;
    border-color: #43d1c6 transparent transparent transparent;
}
.timeline-hor .et-hor-timeline-template-11 .et-timeline-date-one {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #93e4b1,#26cacd);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    position: relative;
    opacity: 0;
}
.timeline-hor .et-hor-timeline-template-11 .et-timeline-date-one:after{
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-style: solid;
    border-width: 18px 21px 0 21px;
    border-color: #ffff transparent transparent transparent;
    left: 50%;
    bottom: -16px;
    margin-left: -21px;
}
.timeline-hor .et-timeline-date-one span{
    font-size: 22px;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-align: center;
    background: -webkit-linear-gradient(285deg, #93e4b1, #26cacd 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.timeline-hor .et-timeline-date-one span::nth-word(1){
    display: none;
}
.timeline-hor .et-hor-timeline-template-11 .et-icon-block{
    background: transparent !important;
    width: 60px !important;
    height: 60px !important;
    margin: -27px auto 20px !important;
}
.timeline-hor .et-top-date-line .et-timeline-line{
    background: #70dcba !important;
}
.timeline-hor .et-hor-timeline-template-11 .et-bottom-wrap-main-content {
    background: #fff;
    padding: 20px 15px;
    border: 7px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(white, white), radial-gradient(circle at center bottom, #26cacd,#93e4b1) ;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    position: relative;
}
.timeline-hor .et-hor-timeline-template-11 .bx-wrapper .bx-controls-direction a.bx-prev {
    background: url(../images/historico-setor/arrow-left.svg) no-repeat;
    width: 40px;
    height: 36px;
}
.timeline-hor .et-hor-timeline-template-11 .bx-wrapper .bx-controls-direction a.bx-next {
    background: url(../images/historico-setor/arrow-right.svg) no-repeat;
    width: 40px;
    height: 36px;
}
.timeline-hor .et-hor-timeline-template-11 .bx-wrapper .bx-controls-direction a.bx-prev .fa-angle-left:before,
.timeline-hor .et-hor-timeline-template-11 .bx-wrapper .bx-controls-direction a.bx-next .fa-angle-right:before{
    display: none;
}
.timeline-hor .et-hor-timeline-template-11 .et-title, .et-hor-timeline-template-11 .et-title a {
    text-align: center;
    font-size: 20px !important;
    line-height: 22px;
    color: #26cacd;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700;
    margin-bottom: 15px !important;
    background: -webkit-linear-gradient(285deg, #93e4b1, #26cacd 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.timeline-hor .et-hor-timeline-template-11 .et-main-wrap,
.timeline-hor .et-hor-timeline-template-11 .et-meta-wrap{
    padding: 0 !important;
    margin: auto !important;
    border-bottom: 0 !important;
}
.timeline-hor .et-main-blog-wrapper .et-content img {
    margin: 20px auto;
    display: block;
}
.timeline-hor .et-hor-timeline-template-11 .et-bottom-wrap,
.timeline-hor .et-main-blog-wrapper .et-clearfix:before, 
.timeline-hor .et-main-blog-wrapper .et-clearfix:after{
    display: none !important;
}
.timeline-hor .et-hor-timeline-template-11 .et-content {
    color: #6b6b6b;
    text-align: center;
    margin-bottom: 0;
}
.timeline-hor .et-hor-timeline-template-11 .bx-wrapper .bx-controls-direction a{
    opacity: 1;
    visibility: visible;
    top: 100px;
}

/* SETOR  */

.btn-setor{
    filter: brightness(1);
}
.btn-setor:hover {
    background: transparent !important;
    filter: brightness(.7);
}
.banner-top-interna.setor::before{
    content: '';
    background: url('../images/setor/banner-grafismo-setor.png') no-repeat;
    width: 928px;
    height: 613px;
    position: absolute;
    top: -30px;
    right: -120px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.destaque-setor .img-map-setor img{
    max-height: 160px;
}
.destaque-setor .percent p{
    font-weight: 900;
    line-height: 100px;
    text-align: center;
}
.destaque-setor .text-colheita p{
    font-weight: 700;
    line-height: 40px;
    padding-top: 10px;
}
.destaque-setor .text1{
    max-width: 240px;
    margin: 0 auto 15px;
}
.destaque-setor .text1 p strong{
    color: #44d1c5;
    font-size: 24px;
}
.destaque-setor .text2 p strong{
    font-weight: 900;
    font-size: 70px;
    line-height: 55px;
    color: #26cacd;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif !important;
    background: -webkit-linear-gradient(285deg, #93e4b1, #26cacd 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    text-transform: uppercase;
}
.destaque-setor .text3{
    max-width: 240px;
    margin: 0 auto 15px;
}
.destaque-setor .text3 p strong{
    font-weight: 900;
    font-size: 115px;
    line-height: 100px;
    color: #26cacd;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif !important;
    background: -webkit-linear-gradient(285deg, #93e4b1, #26cacd 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

/* AÇÚCAR */

.banner-top-interna.acucar::after{
    content: '';
    background: url('../images/acucar/banner-grafismo-acucar.png') no-repeat;
    width: 805px;
    height: 805px;
    position: absolute;
    top: -60px;
    right: -200px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}

.acucar-text-world h3{
    line-height: normal;
    text-align: right;
    padding-bottom: 0;
}
.acucar-text-world h3 strong{
    font-weight: 900;
    font-size: 106px;
    line-height: 76px;
    padding-top: 0;
    display: block;
}
.acucar-text-world.eng h3 strong {
    font-weight: 900;
    font-size: 92px;
    line-height: 85px;
    padding-top: 0;
    display: block;
}
.acucar-text-world h3 em {
    font-size: 55px;
    font-style: normal;
    line-height: 39px;
    display: block;
}
.acucar-text-world.eng h3 em {
    font-size: 49px;
    font-style: normal;
    line-height: 39px;
    display: block;
    font-weight: 900;
}
.acucar-text-exportacao {
    float: left;
    width: 100%;
}
.acucar-text-world.eng h3 {
    font-size: 40px !important;
    display: flex;
    flex-wrap: wrap;
    line-height: 40px;
}
.acucar-text-exportacao h3{
    line-height: normal;
    font-size: 100px;
    float: left;
    width: 45%;
    font-weight: 900 !important;
    padding-bottom: 0;
}
.acucar-text-exportacao h4{
    float: right;
    font-size: 30px;
    width: 54%;
    padding-top: 33px;
    font-weight: 700;
    line-height: 30px;
}
.acucar-text-exportacao.eng h4{
    font-size: 28px;
    font-weight: 900;
    line-height: 26px;
    padding-top: 36px;
}

/* SUGARCANE */

.banner-top-interna.sugarcane::after{
    content: '';
    background: url('../images/sugarcane/banner-grafismo-sugarcane.png') no-repeat;
    width: 700px;
    height: 563px;
    position: absolute;
    top: -30px;
    right: -160px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}


/* APEX */

.banner-top-interna.apex::after{
    content: '';
    background: url('../images/apex/banner-grafismo-apex.png') no-repeat;
    width: 751px;
    height: 589px;
    position: absolute;
    top: -60px;
    right: -100px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}

/*  BIOELETRICIDADE */

.banner-top-interna.bioeletricidade::before{
    content: '';
    background: url('../images/bioeletricidade/banner-grafismo-bioeletricidade.png') no-repeat;
    width: 746px;
    height: 636px;
    position: absolute;
    top: 0px;
    left: -40px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}

.content-interna.bioeletricidade{
    width: 100%;
}
.content-interna.bioeletricidade .row1 .col1 {
    max-width: 170px;
    width: auto !important;
    margin-right: 1% !important;
}
.content-interna.bioeletricidade .row1 .col2 {
    max-width: 320px;
    width: auto !important;
    margin-right: 1% !important;
}
.content-interna.bioeletricidade .row1 .col2 h3 {
    font-size: 160px;
    line-height: 132px;
}
.content-interna.bioeletricidade .row1 .col2 h3 strong{
    font-weight: 900 !important;
}
.content-interna.bioeletricidade .row1 .col3 {
    max-width: 340px !important;
    width: auto !important;
    margin-right: 0 !important;
    padding: 15px 0 0 10px;
}
.content-interna.bioeletricidade .row1 .col3 h3{
    font-size: 24px;
    line-height: 24px;
}
.content-interna.bioeletricidade .row1 .col3 h3 strong {
    font-size: 70px;
    font-weight: 900;
    float: left;
    display: block;
    line-height: 56px;
    margin-left: -3px;
}
.content-interna.bioeletricidade .row2 .col1 h3{
    line-height: 30px;
    padding-bottom: 0;
}
.content-interna.bioeletricidade .row2 .col1 h3 strong{
    font-size: 110px;
    font-weight: 900;
}
.content-interna.bioeletricidade .row2 .col1 h3 strong img{
    margin-left: 10px;
}
.content-interna.bioeletricidade .row2 .col2 {
    position: relative;
}
.content-interna.bioeletricidade .row2 .col2 img{
    position: absolute;
    right: 7px;
    top: -3px;
}
.content-interna.bioeletricidade .row2 .col2 h3{
    font-size: 30px;
    text-align: left;
    padding-bottom: 0;
    line-height: 60px;
}
.content-interna.bioeletricidade .row2 .col2 h3 strong{
    font-size: 98px;
    text-align: left;
    font-weight: 900;
}
.content-interna.bioeletricidade .row2.eng .col2 h3 strong{
    font-size: 80px;
}
.content-interna.bioeletricidade .row2 .col2 .et_pb_text:nth-child(2) h3{
    font-size: 19px;
    line-height: normal;
}

/* NOVA ERA */

.banner-nova-era h1 strong {
    margin: 10px 0 30px;
    color: #ffffff;
    font-size: 54px;
    display: block;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    line-height: 52px;
}
.banner-nova-era p{
    margin-bottom: 30px;
}
.banner-nova-era p:last-of-type{
    margin-bottom: 0px;
}
.banner-nova-era .header-content{
    padding-top: 50px !important;
}
.texto-banner-etanol p, .texto-banner-etanol span{
    font-weight: 500;
}
.section-text-etanol-nova-era{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
.section-text-etanol-nova-era .texto-banner-etanol-nova-era strong{
    font-weight: 700;
    color: #76ffe4;
    display: block;
}
.card-nova-era{
    background: transparent;
    padding: 30px;
    position: relative;
    filter: drop-shadow(1px 30px 40px rgb(104 83 148 / 20%));
}
.card-nova-era::before{
    content: '';
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%, 0 82%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.card-nova-era .et_pb_blurb_content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100%;
}
.card-nova-era .et_pb_blurb_content .et_pb_main_blurb_image{
    width: 30%;
    margin-bottom: 0;
    border-right: 3px solid #e5e5e5;
    padding-right: 20px;
    margin-right: 5%;
}
.card-nova-era .et_pb_blurb_content .et_pb_blurb_container{
    width: 65%;
    padding: 0;
}
.line-card-nova-era{
    display: flex;
    flex-wrap: wrap;
}
.line-card-nova-era .et_pb_column{
    display: flex;
}
.section-analise-nova-era,
.section-razoes-nova-era{
    position: relative;
}
.section-razoes-nova-era::before {
    content: '';
    background: url(../images/nova-era/circuito1.svg) no-repeat center;
    max-width: 220px;
    width: 100%;
    height: 120px;
    position: absolute;
    left: -40px;
    top: -40px;
}
.section-analise-nova-era::before{
    content: '';
    background: url(../images/nova-era/circuito1.svg) no-repeat center;
    max-width: 220px;
    width: 100%;
    height: 120px;
    position: absolute;
    left: -40px;
    top: 40px;
}
.page-id-18850 #main-footer{
    overflow: hidden;
}
.page-id-18850 #main-footer::before {
    content: '';
    background: url(../images/nova-era/rodape-nova-era-esq.svg) no-repeat center;
    background-size: cover;
    width: 185px;
    height: 370px;
    position: absolute;
    bottom: -90px;
    left: -20px;
    z-index: 9;
}
.page-id-18850 #main-footer::after {
    content: '';
    background: url(../images/nova-era/rodape-nova-era-dir.svg) no-repeat center;
    background-size: cover;
    width: 206px;
    height: 370px;
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: 9;
}

/* BRING BACK MY BLUE SKY */

.banner-top-interna.bring-back .header-content {
    text-align: center !important;
}
.content-do-you-want .et_pb_row{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-height: 555px;
}
.content-do-you-want .et_pb_row p strong{
    font-weight: 900;
}
.content-bring-news .et_pb_button_module_wrapper {
    max-width: 380px;
    margin: auto;
    position: relative;
}
.content-bring-news .et_pb_button_module_wrapper:before{
    content: '';
    background: url('../images/bring-back/icon-news.png') no-repeat;
    width: 82px;
    height: 83px;
    top: 20px;
    left: 0;
    position: absolute;
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}
.content-bring-news .et_pb_button.btn-news{
    color: #3a6590;
    position: relative;
}
.content-bring-news .et_pb_button_module_wrapper:hover:before{
    background: url('../images/bring-back/icon-news-hover.png') no-repeat;
}
.content-bring-news .et_pb_button.btn-news:hover,
.content-bring-news .et_pb_button_module_wrapper:hover .et_pb_button.btn-news{
    color: #183b5e;
    background-color: transparent;
}
.content-twitter-bring .bring-twitter p{
    background: -webkit-linear-gradient(105deg, #4c7c9c, #aedbf9 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-twitter-bring .bring-twitter img{
    float: right;
    margin-top: -18px;
}
.content-twitter-bring .fts-tweeter-wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.content-twitter-bring .fts-tweeter-wrap:nth-child(3){
    border-bottom: 0;
}
.content-bring-ethanol{
    display: flex;
    width: 100%;
}
.content-bring-ethanol .title-strong h2{
    color: #4b7daf;
}
.content-bring-clean .gradient h2{
    background: -webkit-linear-gradient(315deg, #2d83bd, #386583 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-bring-clean strong{
    font-weight: 900;
    color: #416e8c;
    font-size: 22px;
}
.content-bring-clean .number-one strong{
    font-size: 72px;
    background: -webkit-linear-gradient(285deg, #2d83bd, #386583 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-bring-clean .energy-matrix p{
    font-size: 18px;
}
.content-bring-clean .energy-matrix p strong{
    font-size: 30px;
}

.content-bring-direct-indirect-jobs{
    display: flex;
    width: 100%;
}
.content-bring-direct-indirect-jobs .et_pb_row{
    padding-top: 190px;
}
.content-bring-direct-indirect-jobs .et_pb_text_inner strong{
    font-weight: 900;
}
.content-bring-itens .item p{
    padding-bottom: 2px;
}
.content-bring-itens .item p strong{
    font-size: 24px;
    font-weight: 900;
    color: #5582a0;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
}

.content-bring-co2 .et_pb_column:nth-child(1){
    max-width: 490px;
}
.content-bring-co2 .et_pb_column:nth-child(2){
    max-width: 300px;
    float: right;
}

.content-bring-co2 .co2 img{
    max-width: 205px;
    margin-top: -10px;
}
.content-bring-co2 .co2 em{
    font-size: 110px;
    line-height: 70px;
    font-weight: 900;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    background: -webkit-linear-gradient(-75deg, #aedbf9, #4c7c9c 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    display: inline-block;
    padding: 15px 0;
}
.content-bring-co2 .co2 span:first-of-type{
    display: inline-block;
}
.content-bring-co2 .text-co2{
    width: 100%;
    float: left;
}
.content-bring-co2 .trees p{
    font-size: 48px;
    line-height: 46px;
    font-weight: 900;
    background: -webkit-linear-gradient(-75deg, #aedbf9, #4c7c9c 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-bring-co2 .trees p strong{
    font-weight: 900;
}

.content-bring-renovabio img {
    /* width: 235px;
    shape-margin: 30px;
    shape-outside: url(../images/bring-back/logo-renovabio-leaf-new.png); */
    width: 320px;
    margin-top: -20px;
    shape-margin: 30px;
    shape-outside: url(../images/bring-back/logo-renovabio-leaf.png);
}
.content-bring-renovabio h2{
    margin-bottom: 15px;
}

.content-bring-video{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.content-bring-video p{
    background: -webkit-linear-gradient(-85deg, #aedbf9, #4c7c9c 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-bring-video .et_pb_video_box{
    /* width: 100%;
    display: flex;
    align-items: center;
    height: 398px !important;
    overflow: hidden; */
}
.content-bring-video .et_pb_video_slider .et-pb-controllers-has-video-tag.et-pb-controllers {
    bottom: 60px;
}
.content-bring-promoted .about.left img{
    padding-top: 30px;
}
.content-bring-promoted .about.left img, .content-bring-promoted .about.left h2 {
    padding-bottom: 20px;
}
.bring-back.content-noticias-relacionadas .entry-title, .bring-back.content-noticias-relacionadas .post-content{
    width: 70% !important;
}

/* CONSELHEIROS */

.banner-top-interna.conselheiros::after{
    content: '';
    background: url('../images/conselheiros/banner-grafismo-conselheiros.png') no-repeat;
    width: 642px;
    height: 556px;
    position: absolute;
    top: 0px;
    left: -185px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.container-conselheiros{
    overflow: hidden;
}
.content-conselheiros{
    position: relative;
}
.content-conselheiros:before {
    content: '';
    background: url('../images/conselheiros/efeito-content.png') no-repeat;
    width: 471px;
    height: 546px;
    position: absolute;
    right: -220px;
    top: -160px;
}
.card-conselheiro{
    margin-bottom: 30px !important;
}
.card-conselheiro h2{
    padding-bottom: 4px;
}
.card-conselheiro p, .card-conselheiro p span{
    color: #6f8387 !important;
    background: transparent !important;
    -webkit-text-fill-color: inherit !important;
}

/* SINDICATOS */

.banner-top-interna.sindicatos::after{
    content: '';
    background: url('../images/sindicatos/banner-grafismo-sindicato.png') no-repeat;
    width: 756px;
    height: 597px;
    position: absolute;
    top: -82px;
    right: -20px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.section-sindicato{
    overflow: hidden;
}
.section-sindicato .content-logo-sindicatos{
    display: flex;
    padding: 0 30px 0 110px !important;
    vertical-align: middle;
    align-items: center;
}
.section-sindicato .content-logo-sindicatos .et_pb_column{
    margin-top: -25px;
}
.section-sindicato .topo, 
.section-sindicato .content,
.section-sindicato .content-complement,
.section-sindicato .topo.fiscal,
.section-sindicato .content.fiscal,
.section-sindicato .topo.deliberativo,
.section-sindicato .content.deliberativo,
.section-sindicato .content-complement.deliberativo,
.section-sindicato .topo.deliberativo.fiscal,
.section-sindicato .content.deliberativo.fiscal{
    max-width: 880px;
    background: #ffffff;
    position: relative;
    text-align: center;
    justify-content: center;
    display: flex;
}

.section-sindicato .content .et_pb_column,
.section-sindicato .content-complement .et_pb_column{
    max-width: 250px;
}

.section-sindicato .card-conselheiro{
    max-width: 250px;
    margin: auto;
}
.section-sindicato .topo::before{
    content: '';
    background: url(../images/sindicatos/content-top.png) no-repeat;
    width: 100%;
    height: 308px;
    position: absolute;
    top: -110px;
    right: -165px;
}
.section-sindicato .topo.fiscal::before,
.section-sindicato .topo.deliberativo.fiscal::before,
.section-sindicato .content.deliberativo.fiscal:before{
    display: none;
}
.section-sindicato .content.fiscal{
    display: flex;
    flex-direction: row;
    overflow: initial;
}
.section-sindicato .content.fiscal::before{
    content: '';
    background: url(../images/sindicatos/content-bottom.png) no-repeat;
    width: 526px;
    height: 527px;
    position: absolute;
    bottom: -124px;
    right: -180px;
}
.section-sindicato .content.fiscal,
.section-sindicato .content.deliberativo.fiscal{
    box-shadow:-60px 80px 70px -100px rgba(0,0,0,0.11);
}

/* EQUIPE */

.banner-top-interna.equipe::after{
    content: '';
    background: url('../images/equipe/banner-grafismo-equipe.png') no-repeat;
    width: 932px;
    height: 533px;
    position: absolute;
    top: -82px;
    right: -20px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.content-equipe-diretores .title-strong h3{
    text-transform: none !important;
    padding-bottom: 0;
    /* text-align: left; */
    text-align: center;
}
.card-equipe .et_pb_main_blurb_image {
    margin-bottom: 5px;
}
.card-equipe.diretores .et_pb_blurb_content{
    min-height: 330px;
}
.card-equipe .et_pb_blurb_content{
    min-height: 200px;
}
.card-equipe .et_pb_blurb_description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card-equipe .et_pb_module_header {
    padding-bottom: 3px;
}
.content-equipe-colaboradores{
    overflow: hidden;
}
.card-colaborador{
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    position: relative;
}
.card-colaborador::after{
    content: '';
    background: url(../images/equipe/efeito-colaboradores.png) no-repeat center;
    width: 743px;
    height: 417px;
    position: absolute;
    left: 490px;
    top: 0px;
}
.card-colaborador .et_pb_blurb_content{
    display: flex;
    align-items: center;
}
.card-colaborador .et_pb_main_blurb_image {
    width: 139px !important;
    margin-right: 10px;
    margin-bottom: 0;
}
.card-colaborador p{
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    font-weight: 900;
}
.card-colaborador h3 {
    padding-bottom: 0;
    text-align: left;
}

/* ETHANOL */

.content-text-etanol-eng {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.content-text-etanol-eng .col1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}
.content-text-etanol-eng .col2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.content-text-etanol-eng .col2 .text1{
    margin-right: auto !important;
    margin-left: 10px;
}
.content-text-etanol-eng .col2 .text1 p{
    line-height: 36px !important;
}
.content-text-etanol-eng .col2 .text1 strong {
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600 !important;
    text-transform: lowercase !important;
}
.content-text-etanol-eng .col2 .text1 em {
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    text-transform: initial;
    font-style: normal;
    font-size: 44px;
}
.content-text-etanol-eng .col2 .text2 p {
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
}
.content-text-etanol-eng2 .col2 .text4 p:nth-child(1){
    padding-bottom: 0;
}
.content-text-etanol-eng2 .col2 .text4 p:nth-child(1) strong {
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.content-text-etanol-eng2 .col2 .text4 p:nth-child(2){
    padding-bottom: 10px;
}
.content-text-etanol-eng2 .col2 .text4 p:nth-child(2) strong {
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-size: 70px;
    line-height: 60px;
    font-weight: 900;
}
.content-text-etanol-eng2 .col2 .text4 em{
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    text-transform: initial;
    font-style: normal;
    font-size: 44px;
}
.content-text-etanol-eng2 .col2 .text4 p {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    padding-bottom: 3px;
}
.content-text-etanol-eng2 .col4 .text5 strong {
    font-size: 44px;
    color: #2bcbcc;
    line-height: 20px;
}

/* ETANOL */

.content-text-etanol1{
    position: relative;
    width: 100%;
}
.content-text-etanol1 .text1{
    position: absolute;
    right: 0px;
    top: 43px;
    font-style: normal !important;
} 
.content-text-etanol1 .text1 p {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
}
.content-text-etanol1 .text1 strong{
    font-size: 45px;
    line-height: 38px;
}
.content-text-etanol1 .text1 em{
    font-size: 22px;
    font-style: normal !important;
    margin-top: -4px;
    float: left;
}
.content-text-etanol1 .text2{
    position: absolute;
    left: 0;
    top: 20px;
}
.content-text-etanol1 .text2 p{
    font-size: 130px;
    font-weight: 700 !important;
    line-height: 113px;
}
.content-text-etanol1 .text3{
    padding: 135px 2px 0 7px;
}
.content-text-etanol1 .col1 {
    width: 210px !important;
}

.content-text-etanol2 .col1 .et_pb_image,
.content-text-etanol2 .col2 .et_pb_image{
    padding: 0;
}
.content-text-etanol2 .col1{
    width: 135px !important;
}
.content-text-etanol2 .col2{
    width: 200px !important;
    padding: 15px 0;
}
.content-text-etanol2 .col3{
    width: 224px !important;
}
.content-text-etanol2 .col4{
    width: 235px !important;
    padding: 10px 0 0px 10px;
}

.content-text-etanol2 .col2 .text4{
    font-style: normal !important;
}
.content-text-etanol2 .col2 .text4 p{
    font-size: 28px;
    font-weight: 700;
    text-align: right;
    padding-right: 30px;
    line-height: normal;
    margin-top: -20px;
}
.content-text-etanol2 .col2 .text4 p strong{
    font-size: 70px;
    line-height: 60px;
}
.content-text-etanol2 .col2 .text4 p em{
    font-size: 15px;
    font-style: normal !important;
    font-weight: 700;
    width: 100%;
    float: right;
    line-height: 16px;
    padding: 6px 0px 0 30px;
}
.content-text-etanol2 .col4 .text5 strong {
    color: #2bcbcc;
    font-size: 40px;
    float: left;
    line-height: 36px;
    padding: 10px 0;
}

/* ETHANOL SUMMIT  */

.banner-top-interna.ethanol::after{
    content: '';
    background: url('../images/ethanol-summit/banner-grafismo-ethanol.png') no-repeat;
    width: 876px;
    height: 539px;
    position: absolute;
    top: -60px;
    right: -120px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.banner-top-interna.ethanol .header-content {
    text-align: center !important;
}

/* CÓDIGO ÉTICA */

.content-text-codigo-etica{
    position: relative;
}
.content-text-codigo-etica::before{
    content: '';
    background: url('../images/historico-missao/efeito.png') no-repeat;
    width: 579px;
    height: 412px;
    position: absolute;
    bottom: -60px;
    left: -340px;
}
.section-quer-entrar-contato{
    background-size: 100% !important;
    min-height: 430px;
    display: flex;
}
.section-quer-entrar-contato .et_pb_row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    position: relative;
    z-index: 1;
}
.section-quer-entrar-contato-img::before{
    content: '';
    background: url(../images/codigo-etica/banner-grafismo-left.png) no-repeat center;
    background-size: contain;
    width: 560px;
    height: 680px;
    position: absolute;
    left: -40px;
    top: -195px;
    z-index: -1;
}
.section-quer-entrar-contato-img::after{
    content: '';
    background: url(../images/codigo-etica/banner-grafismo-right.png) no-repeat center;
    background-size: contain;
    width: 550px;
    height: 600px;
    position: absolute;
    right: 0;
    top: -140px;
    z-index: -1;
}
.section-quer-entrar-contato .et_pb_text_inner {
    position: relative;
}
.section-quer-entrar-contato .et_pb_text_inner h2{
    text-transform: uppercase;
    color: #354968;
    font-size: 44px;
    letter-spacing: 2px;
    font-weight: 500;
}
.section-quer-entrar-contato .et_pb_text_inner h3{
    text-transform: uppercase;
    font-weight: 900;
    color: #0ee2d7;
    font-size: 84px;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.section-quer-entrar-contato .et_pb_text_inner::after{
    content: '';
    background: url('../images/codigo-etica/pontos.svg') no-repeat center;
    background-size: contain;
    width: 100%;
    max-width: 150px;
    height: 20px;
    display: block;
    margin: auto;
    text-align: center;
}
.btn-etica {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.btn-etica .et_pb_blurb_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.btn-etica .et_pb_blurb_content .et_pb_main_blurb_image{
    width: 30%;
    margin-bottom: 0;
}
.btn-etica .et_pb_blurb_content .et_pb_blurb_container{
    width: 70%;
}
.btn-etica .et_pb_blurb_content .et_pb_blurb_container h2{
    margin-bottom: 0;
    padding-bottom: 0;
}

/* HISTÓRICO E MISSÃO */

.banner-top-interna.historico-missao::after{
    content: '';
    background: url('../images/historico-missao/banner-grafismo-historico-missao.png') no-repeat;
    width: 633px;
    height: 467px;
    position: absolute;
    top: -80px;
    right: -100px;
    z-index: 1;
    background-size: contain !important
}
.content-text .destaque p{
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.content-text-historico-missao{
    position: relative;
}
.content-text-historico-missao::before{
    content: '';
    background: url('../images/historico-missao/efeito.png') no-repeat;
    width: 579px;
    height: 412px;
    position: absolute;
    bottom: -60px;
    left: -340px;
}
.text-historico-missao {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-historico-missao:nth-child(2){
    min-height: 218px;
}
.text-historico-missao:nth-child(1){
    min-height: 170px;
}
.text-historico-missao .et_pb_text:nth-child(1){
    width: 100%;
}
.text-historico-missao h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
    padding-bottom: 0;
}

/* INICIATIVAS */

.banner-top-interna.iniciativas::after{
    content: '';
    background: url('../images/iniciativas/banner-grafismo-iniciativas.png') no-repeat;
    width: 805px;
    height: 806px;
    position: absolute;
    top: -80px;
    right: -100px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}

.content-card .card-iniciativa{
    position: relative;
    width: 100%;
    max-width: 500px;
    /* padding: 20px 100px; */
}
.content-card .et_pb_column:nth-child(1) .card-iniciativa::before{
    content: '';
    background: url('../images/iniciativas/card-top-left.png') no-repeat;
    width: 100%;
    height: 283px;
    position: absolute;
    top: 0;
    right: -10px;
    background-size: contain;
}
.content-card .et_pb_column:nth-child(1) .card-iniciativa::after{
    content: '';
    background: url('../images/iniciativas/card-bottom-left.png') no-repeat;
    width: 100%;
    height: 218px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain;
}
.content-card  .et_pb_column:nth-child(2) .card-iniciativa::before{
    content: '';
    background: url('../images/iniciativas/card-top-right.png') no-repeat;
    width: 100%;
    height: 210px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: contain;
}
.content-card  .et_pb_column:nth-child(2) .card-iniciativa::after{
    content: '';
    background: url('../images/iniciativas/card-bottom-right.png') no-repeat;
    width: 100%;
    height: 211px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain;
}
.content-card .et_pb_column:nth-child(1) .card-iniciativa:first-child{
    margin-top: 80px;
}
.content-card .et_pb_column:nth-child(1) .card-iniciativa .et_pb_blurb_content{
    padding: 75px 90px 150px 110px;
    margin-bottom: -70px;
}
.content-card .et_pb_column:nth-child(2) .card-iniciativa .et_pb_blurb_content{
    padding: 100px 140px 140px 90px;
    margin-bottom: -70px;
}
.card-iniciativa .et_pb_main_blurb_image{
    text-align: left;
    margin: 0 auto 20px;
    display: block;
}
.card-iniciativa .et_pb_main_blurb_image, .card-iniciativa .et_pb_blurb_container {
    z-index: 1;
    position: relative;
}
.card-iniciativa .et_pb_blurb_content .et_pb_blurb_description p, .card-iniciativa .et_pb_blurb_content .et_pb_blurb_description span{
    font-size: 14px !important;
    color: #6b6b6b !important;
}
.card-iniciativa .et_pb_blurb_content .et_pb_module_header{
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-size: 26px;
    color: #95a7ab;
    font-weight: 900;
}

/* HISTÓRICO DE INICIATIVAS */

.banner-top-interna.historico-iniciativas::before{
    content: '';
    background: url('../images/historico-iniciativas/banner-grafismo-historico-iniciativas.png') no-repeat;
    width: 654px;
    height: 508px;
    position: absolute;
    top: -10px;
    left: -160px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}

.sections-destaque.historico-iniciativas{
    background-size: inherit !important;
    overflow: hidden;
    min-height: 50px;
}
.sections-destaque.historico-iniciativas .et_pb_row{
    position: initial;
    display: flex;
    align-items: center;
    min-height: 505px;
}
.sections-destaque.historico-iniciativas .doce-equilibrio {
    margin-bottom: 90px;
}
.sections-destaque.historico-iniciativas .order1{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
}
.sections-destaque.historico-iniciativas .order2{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.sections-destaque.historico-iniciativas:nth-child(even) .order2{
    justify-content: end;
    align-items: flex-end;
}
.sections-destaque.historico-iniciativas:nth-child(odd) .order2{
    justify-content: start;
    align-items: flex-start;
}
.sections-destaque.historico-iniciativas:nth-child(odd) .order1{
    right: 0;
}
.sections-destaque.historico-iniciativas:nth-child(even) .order1{
    left: 0;
}
.sections-destaque.historico-iniciativas .renovacao .order1{
    max-width: 758px;
    min-height: 409px;
}
.sections-destaque.historico-iniciativas .projeto-agora .order1{
    max-width: 836px;
    min-height: 490px;
}
.sections-destaque.historico-iniciativas .cana-conviver .order1{
    max-width: 727px;
    min-height: 461px;
}
.sections-destaque.historico-iniciativas .valorizacao-etanol .order1{
    max-width: 858px;
    min-height: 475px;
}
.sections-destaque.historico-iniciativas .compromisso-nacional .order1{
    max-width: 795px;
    min-height: 493px;
}
.sections-destaque.historico-iniciativas .doce-equilibrio .order1{
    max-width: 795px;
    min-height: 502px;
}
.sections-destaque.historico-iniciativas .renovacao .order2 .et_pb_text{
    max-width: 640px;
}
.sections-destaque.historico-iniciativas .valorizacao-etanol .order2 .et_pb_text,
.sections-destaque.historico-iniciativas .projeto-agora .order2 .et_pb_text,
.sections-destaque.historico-iniciativas .doce-equilibrio .order2 .et_pb_text,
.sections-destaque.historico-iniciativas .compromisso-nacional .order2 .et_pb_text,
.sections-destaque.historico-iniciativas .cana-conviver .order2 .et_pb_text{
    max-width: 530px;
}

/* UNICA FORUM */

.banner-top-interna.unica-forum::after{
    content: '';
    background: url('../images/unica-forum/banner-grafismo-unica-forum.png') no-repeat;
    width: 641px;
    height: 731px;
    position: absolute;
    top: -60px;
    left: -190px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.banner-top-interna.unica-forum .header-content {
    text-align: center !important;
}

/* PUBLIÇÕES */

.banner-top-interna.publicacoes h1 {
    padding-top: 0;
}
.post-type-archive-publicacoes #main-content {
    background-color: transparent !important
}
.banner-top-interna.publicacoes{
    background: url(../images/publicacoes/banner-publicacoes.jpg) no-repeat;
    width: 100%;
    min-height: 571px;
    margin-bottom: -90px !important;
}
.banner-top-interna.publicacoes::after{
    content: '';
    background: url('../images/publicacoes/banner-grafismo-publicacoes.png') no-repeat;
    width: 671px;
    height: 596px;
    position: absolute;
    top: 0px;
    left: -180px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.post-type-archive-publicacoes #main-content .container:before,
.publicacoes #main-content .container:before{
    display: none !important;
}
.publicacoes #main-content .container{
    padding-top: 0;
}

.section-publicacoes {
    width: 100%;
    height: 100%;
    max-width: 920px;
    margin: auto;
    z-index: 10;
    position: relative;
}
.section-publicacoes .filter.web,
.section-publicacoes .filter {
    display: flex;
}
.section-publicacoes .filter.mobile{
    display: none;
}
.section-publicacoes .filter form {
    max-width: 200px;
}
.section-publicacoes .filter .btn-all-categories a{
    width: 210px !important;
    text-align: center;
    padding: 10px 0;
}
.section-publicacoes .title-selected-category {
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-publicacoes .title-selected-category h2{
    color: #95a7ab;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    padding-bottom: 0;
}
.section-publicacoes .lista .news .content .post-content{
    margin-bottom: 10px;
}
.section-publicacoes .btn-publicacoes{
    background: #95a7ab;
    display: inline-block;
    padding: 2px 15px 1px;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.section-publicacoes .btn-publicacoes p{
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff !important;
}
.section-publicacoes .lista .news .link-noticia:hover .btn-publicacoes{
    background: #657b80;
}

/* OUTROS PRODUTOS */

.banner-top-interna.outros-produtos::after{
    content: '';
    background: url('../images/outros-produtos/banner-grafismo-outros-produtos.png') no-repeat;
    width: 869px;
    height: 483px;
    position: absolute;
    top: 0;
    right: -120px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.item-outros-produtos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.item-outros-produtos h2{
    padding-bottom: 0;
}

/* RENOVABIO */

.banner-top-interna.renovabio::after{
    content: '';
    background: url('../images/renovabio/banner-grafismo-renovabio.png') no-repeat;
    width: 1064px;
    height: 525px;
    position: absolute;
    top: -60px;
    right: -100px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.banner-top-interna.renovabio .header-content {
    text-align: center !important;
    margin-right: auto !important;
}

.content-text-renovabio .col1{
    width: 240px !important;
    margin-right: 20px !important;
}
.content-text-renovabio .col1 p{
    font-size: 38px;
    line-height: normal;
    font-weight: 700;
}
.content-text-renovabio .col1 p strong:nth-child(2){
    font-size: 62px;
    float: left;
    margin-top: -11px;
}
.content-text-renovabio .col1 p strong:nth-child(4){
    font-size: 19.6px;
    float: left;
    margin-top: -7px;
}
.content-text-renovabio .col1 p strong:nth-child(6){
    font-size: 23.3px;
    float: left;
    margin-top: -12px;
}

.content-text-renovabio .col2{
    width: 160px !important;
    margin-right: 20px !important;
}
.content-text-renovabio .col3{
    width: 200px !important;
    margin-right: 20px !important;
}
.content-text-renovabio .col3 p{
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    left: 0;
    width: 350px;
}
.content-text-renovabio .col3 p strong:nth-child(2){
    font-size: 112px;
    float: left;
    margin-top: -19px;
}
.content-text-renovabio .col3 p strong:nth-child(4){
    font-size: 26px;
    margin-top: 70px;
    left: 0;
    position: absolute;
    width: 100%;
}
.content-text-renovabio .col4{
    width: 130px !important;
    margin-right: 0 !important;
    position: absolute;
    right: 20px;
    top: -30px;
}
.list-renovabio{
    display: flex;
    padding: 0 50px !important;
    margin-bottom: 10px !important;
}
.list-renovabio .col2 h2,
.list-renovabio .col4 h2{
    padding-bottom: 0;
}
.list-renovabio .col1{
    align-self: center;
    width: 10% !important;
}
.list-renovabio .col2{
    align-self: center;
    width: 35% !important;
}
.list-renovabio .col3{
    align-self: center;
    width: 10% !important;
}
.list-renovabio .col4{
    align-self: center;
    width: 45% !important;
}

.content-facebook .fts-jal-fb-header h1 {     
    display: none !important; 
}

/* SELO ENERGIA VERDE */

.banner-top-interna.selo-energia-verde::before{
    content: '';
    background: url('../images/selo-energia-verde/banner-grafismo-selo.png') no-repeat;
    width: 1015px;
    height: 538px;
    position: absolute;
    top: 0px;
    left: -250px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.text-selo .et_pb_text_inner {
    z-index: 1;
}
.text-selo .et_pb_text_inner a{
    font-weight: bold;
}
.text-selo .et_pb_text_inner a:hover{
    color:#c6ffe5 !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.box-certificado{
    position: relative;
}
.box-certificado::before{
    content: '';
    background: url('../images/selo-energia-verde/icon-certificado.png') no-repeat;
    width: 100px;
    height: 101px;
    position: absolute;
    bottom: 35px;
    left: -75px;
    z-index: 1;
}
.box-certificado::after{
    content: '';
    background: url('../images/selo-energia-verde/detalhe-selo.png') no-repeat;
    width: 362px;
    height: 359px;
    position: absolute;
    bottom: -20px;
    right: 10px;
}
.box-selo{
    position: relative;
}
.box-selo::before{
    content: '';
    background: url('../images/selo-energia-verde/icon-selo.png') no-repeat;
    width: 100px;
    height: 101px;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 1;
}
.box-selo::after{
    content: '';
    background: url('../images/selo-energia-verde/detalhe-certificado.png') no-repeat;
    width: 306px;
    height: 246px;
    position: absolute;
    bottom: -16px;
    right: 14px;
}
.card-objetivo h3{
    margin-bottom: 10px;
}

/* SOBRE */

.banner-top-interna.sobre::before{
    content: '';
    background: url('../images/sobre/banner-grafismo-sobre.png') no-repeat;
    width: 1064px;
    height: 335px;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.destaque-sobre p{
    font-weight: 700;
}
.destaque-sobre p strong{
    font-weight: 900;
}
.sections-destaque{
    background-size: 100% !important;
    min-height: 430px;
    display: flex;
    align-content: center;
    vertical-align: middle;
    padding: 0 !important;
}
.sections-destaque .et_pb_button{
    line-height: 30px !important;
}
.sections-destaque .et_pb_button:hover{
    background: #2fa298 !important;
}
.sections-destaque.historico-missao{
    background-size: cover !important;
    background-position: 70% !important;
}
.sections-destaque.equipe{
    background-size: cover !important;
    background-position: 30% !important;
    margin-top: -50px;
}
.sections-destaque.conselheiros{
    background-size: cover !important;
    background-position: 30% !important;
    margin-top: -40px;
}
.sections-destaque.associadas{
    background-size: cover !important;
    background-position: 50% !important;
    margin-top: -20px;
}
.sections-destaque.sindicatos{
    background-size: cover !important;
    background-position: 50% !important;
    margin-top: -15px;
}
.sections-destaque.equipe .order2,
.sections-destaque.conselheiros .order2{
    float: right;
}

/* PROTOCOLO AGROAMBIENTAL */

.banner-top-interna.protocolo-agroambiental::before{
    content: '';
    background: url('../images/protocolo-agroambiental/banner-grafismo-protocolo.png') no-repeat;
    width: 594px;
    height: 560px;
    position: absolute;
    top: -15px;
    left: -110px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.banner-top-interna.protocolo-agroambiental .header-content {
    text-align: center !important;
    margin: 20px auto;
}
.content-protocolo .text-black,
.content-protocolo .text-black p,
.content-protocolo .text-black strong,
.content-protocolo .text-bold strong{
    font-weight: 900;
}
.colhedoras p {
    font-size: 34px;
    float: left;
    padding: 19px 0 5px;
    line-height: 20px;
}
.colhedoras strong {
    font-size: 90px;
    display: block;
    float: right;
    line-height: 96px;
    margin-top: -28px;
}
.colhedoras em {
    font-size: 15px;
    font-style: normal !important;
}
.content-colheita {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.colheita strong{
    font-size: 26px;
}

/* PRÊMIO */

.banner-top-interna.premio::before{
    content: '';
    background: url('../images/premio/banner-grafismo-premio.png') no-repeat;
    width: 779px;
    height: 587px;
    position: absolute;
    top: -15px;
    left: -110px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}

.destaque strong{
    font-size: 16px;
    color: #28b672;
}

.effect-1-premio .et_pb_row::before{
    content: '';
    background: url(../images/effect-1-premio.png) no-repeat;
    width: 294px;
    height: 139px;
    position: absolute;
    top: -40px;
    left: -15%;
}
.content-camera{
    width: 100%;
    height: 583px;
    position: relative;
}
.content-camera .et_pb_row{
    position: initial;
}

.content-camera .img-camera,
.content-regulamentos .img-camera{
    opacity: 0;
    visibility: hidden;
}
.content-jurados .title h1,
.content-jurados .title h2,
.content-jurados .title h3{
    background: -webkit-linear-gradient(45deg, #93e4b1, #26cacd 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0;
}
.content-jurados .jurado{
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0;
}
.content-jurados .jurado.vivaldo{
    margin-top: 30px;
}
.content-jurados .jurado.vivaldo .et_pb_column:first-child{
    padding-top: 60px;
}
.content-jurados .jurado.vivaldo .img{
    float: right !important;
}
.content-jurados .jurado .et_pb_column{
    display: inline-block;
    float: none !important;
}
.content-jurados .jurado .et_pb_column .et_pb_image {
    margin-top: -40px;
}
.content-jurados .jurado .et_pb_column .cv {
    height: 180px;
    display: table;
    vertical-align: middle;
}

.content-destaque .title h3{
    background: -webkit-linear-gradient(45deg, #93e4b1, #26cacd 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-camera .title h2,
.content-regulamentos .title h2,
.content-insta .title h2,
.insta-title h2{
    font-size: 36px;
    background: -webkit-linear-gradient(45deg, #93e4b1, #26cacd 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 20px;
}

.content-embreve{
    display: table;
    width: 100%;
}
.content-embreve .et_pb_row{
    display: table-cell;
    vertical-align: middle;
}
.content-embreve .title h1{
    background: -webkit-linear-gradient(45deg, #93e4b1, #26cacd 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0;
}

.content-regulamentos{
    width: 100%;
    height: 498px;
    position: relative;
}
.content-regulamentos .et_pb_row{
    position: initial;
}
.btn-vencedor{
    color: #51d4c2 !important;
}
.btn-vencedor:hover{
    color: #399488 !important;
    background: transparent !important;
}
.content-ganhador {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.content-ganhador .et_pb_column .et_pb_text.gradient{
    padding-top: 25px;
}

/* INSTAGRAM */

.content-insta .title h2 strong{
    text-transform: uppercase;
    font-weight: 900;
}
.content-insta .btn-instagram:hover{
    background: #a52345 !important;
}
.feed-contact .eapps-instagram-feed{
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.feed-contact .eapps-instagram-feed .eapps-instagram-feed-posts-item{
    border-radius: 15px;
    position: relative;
}
.feed-contact .eapps-instagram-feed .eapps-instagram-feed-posts-item:before {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url(../images/instagram.svg) no-repeat center;
    width: 30px;
    height: 30px;
    opacity: .2;
    z-index: 1;
}

/* TIMELINE - VERTICAL */

.timeline-vert .et_pb_column:nth-child(1) {
    margin-right: 0 !important;
    padding-right: 10px;
}
.timeline-vert .et_pb_row {
    width: 95%;
    display: flex;
    justify-content: center;
}
.timeline-vert .content-text{
    padding: 15px;
    border: 5px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(white, white), linear-gradient( #2089be,#49c7d3) ;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    position: relative;
    float: left;
}
.timeline-vert .base {
    width: 100% !important;
    max-width: 232px;
    height: auto;
    background: linear-gradient(to bottom, #197fbc, #4fcfd2);
    margin: 0 20px 0 0 !important;
    overflow: hidden;
    position: relative;
}
.timeline-vert .base:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    margin-top: -1px;
}
.timeline-vert .base .data {
    width: 239px;
    height: 157px;
    position: relative;
    margin: -1px 0 0 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
}
.timeline-vert .base .data:nth-child(odd):first-child{
    background: url(../images/mask-timeline-top-right.svg) no-repeat center;
    margin-top: -1px !important;
}
.timeline-vert .base .data:nth-child(even):first-child{
    background: url(../images/mask-timeline-top-left.svg) no-repeat center;
    margin-top: -1px !important;
}
.timeline-vert .base .data:nth-child(odd){
    background: url(../images/mask-timeline-right.svg) no-repeat center;
    border-left: 1px solid #fff;
    margin-left: -1px !important;
}
.timeline-vert .base .data:nth-child(even){
    background: url(../images/mask-timeline-left.svg) no-repeat center;
}
.timeline-vert .base .data:nth-child(odd):last-child{
    background: url(../images/mask-timeline-bottom-right.svg) no-repeat center;
}
.timeline-vert .base .data:nth-child(even):last-child{
    background: url(../images/mask-timeline-bottom-left.svg) no-repeat center;
    margin: -1px 0 -1px 1px !important;
    box-shadow: -5px 0px 0px 0px #fff, 5px 0px 0px 0px #fff;
}
.timeline-vert .base .data p {
    font-weight: 900;
    font-size: 20px;
}
.timeline-vert .base .data:nth-child(odd) p{
    padding-left: 90px;
    margin-top: 8px;
}
.timeline-vert .base .data:nth-child(even) p{
    padding-right: 55px;
    padding-top: 10px;
}
.timeline-vert .base .data:last-child:nth-child(even) p {
    padding-right: 41px;
    padding-top: 0px;
    margin-top: -9px;
}
.timeline-vert .base .data:last-child:nth-child(odd) p {
    margin-top: -9px;
    margin-right: 10px;
}
.timeline-vert .base .data.left:first-child:before{
    transform: rotate(-160deg);
    top: 0;
}
.timeline-vert .base .data.left:before{
    transform: rotate(-157deg);
    top: -60px;
}
.timeline-vert .base .data.right:before{
    transform: rotate(-250deg);
    top: -50px;
    left: -30px;
}
.timeline-vert.mob .et_pb_row {
    width: 80%;
}
.timeline-vert.mob .et_pb_column:nth-child(1) {
    margin-right: 0 !important;
    padding-right: 10px;
    width: 15%;
}
.timeline-vert.mob .data.mob {
    background: #fff;
    border: 5px solid;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.timeline-vert.mob .data.mob p {
    font-weight: 900;
    margin-top: -2px;
}

.timeline-vert .content-text:before {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid #2c9cc5;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    left: -30px;
    top: 27px;
    bottom: 0;
}
.timeline-vert .content-text::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 13px solid transparent;
    border-right: 13px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    left: -21px;
    top: 29px;
    bottom: 0;
}
.timeline-vert .content-text.left::after {
    top: 28px;
    right: -21px;
    left: auto;
    transform: rotate(180deg);
}
.timeline-vert .content-text.left::before {
    top: 27px;
    right: -30px;
    left: auto;
    transform: rotate(180deg);
    border-right: 15px solid #2c9cc5;
}

/* CONTATO  */

.insta-modulo{
    width: 100% !important;
    background-size: auto !important;
}
.slicker-instagram-placeholder {
    border-radius: 9px;
}
.slicker-instagram-placeholder .fts-share-wrap {
    display: none !important;
}
.insta-modulo .slicker-instagram-placeholder.fts-instagram-wrapper:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url(https://unica.com.br/wp-content/themes/unica/images/instagram.svg) no-repeat center;
    width: 30px;
    height: 30px;
    opacity: .2;
    z-index: 1;
}
.banner-top-interna.contato::after{
    content: '';
    background: url('../images/contato/banner-grafismo-contato.png') no-repeat;
    width: 764px;
    height: 509px;
    position: absolute;
    top: -90px;
    right: -120px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.section-imprensa-contato {
    display: flex;
    align-items: center;
}
.section-imprensa-contato .et_pb_row {
    padding-bottom: 0;
}
.content-imprensa h3{
    padding-bottom: 5px;
}
.content-imprensa h2 strong{
    font-weight: 900;
}
.content-imprensa .et_pb_text:nth-child(2), 
.content-imprensa .et_pb_text:nth-child(3){
    display: flex;
    align-items: center;
}
.wpcf7-form input[type=text], 
.wpcf7-form input[type=email], 
.wpcf7-form input[type=number]{
    width: 100%;
    height: 44px;
    line-height: normal;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    border: 0;
    color: #6f6f6f;
    float: left;
    background: #f7f7f7;
}
.wpcf7-form textarea{
    width: 100%;
    max-width: 100%;
    height: 110px;
    max-height: 110px;
    font-size: 14px;
    padding: 10px;
    line-height: normal;
    box-sizing: border-box;
    border: 0;
    color: #6f6f6f;
    float: left;
    border-radius: 10px;
    background: #f7f7f7;
}
.wpcf7-form input[type=submit], .wpcf7-submit{
    background: #4ebfb5 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif !important;
    opacity: 1;
    color: #fff;
    border-radius: 10px !important;
    border: 0;
}
form input[type=submit]:hover, .wpcf7-submit:hover{
    opacity: .8;
    border: 0;
}

/* FORM */

form .full {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    position: relative;
}

form .half-left {
    width: 49%;
    margin-bottom: 20px;
    float: left;
    position: relative;
}

form .half-right {
    width: 49%;
    margin-bottom: 20px;
    float: right;
    position: relative;
}

form input[type=password] {
    line-height: normal !important;
}

form input[type=text],
form input[type=email],
form input[type=number] {
    width: 100%;
    height: 42px;
    line-height: normal;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    color: #6f6f6f;
    float: left;
    border-radius: 10px;
}

form textarea {
    width: 100%;
    max-width: 100%;
    height: 150px;
    max-height: 150px;
    font-size: 14px;
    padding: 10px;
    line-height: normal;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    color: #6f6f6f;
    float: left;
    border-radius: 10px;
}

form select {
    background: #fff url('../images/down.png') right center no-repeat;
    background-position: calc(100% - 10px);
    width: 100%;
    height: 42px;
    line-height: 10px;
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #646464;
    color: #6f6f6f;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form input[type=submit] {
    background: rgba(0, 0, 0, 0.00);
    width: 100%;
    max-width: 140px;
    color: #102b65;
    display: block;
    text-decoration: none;
    border: 1px solid #102b65;
    text-align: center;
    padding: 12px 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
    cursor: pointer;
}
::-moz-placeholder,
::-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #6f6f6f;
}
.select2-search input {
    background: transparent !important;
}
.select2-container .select2-choice {
    padding: 7px 10px !important;
    border-radius: 0 !important;
    width: 100%;
    height: 42px;
    font-size: 14px !important;
    box-sizing: border-box !important;
    border: 1px solid #646464 !important;
    color: #6f6f6f !important;
    float: left;
}

/* VALIDATION */

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    float: left;
}

span.wpcf7-not-valid-tip {
    font-size: 10px !important;
}

/* IMPRENSA  */

.banner-top-interna.imprensa::before{
    content: '';
    background: url('../images/imprensa/banner-grafismo-imprensa.png') no-repeat;
    width: 527px;
    height: 624px;
    position: absolute;
    top: -10px;
    left: -120px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.section-content-twitter{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-content-twitter .et_pb_row{
    margin: 0;
    padding: 0;
}
.section-content-twitter .et_pb_row:nth-child(1) {
    margin-top: -100px;
    padding-bottom: 70px !important;
}
.content-twitter {
    display: flex;
    align-items: center;
    justify-items: center;
    height: 350px;
}
.title-twitter h3 {
    padding-bottom: 0;
    font-size: 30px !important;
}
.title-twitter h2 {
    font-size: 60px !important;
}
.title-twitter .et_pb_text_inner{
    position: relative;
    max-width: 520px;
    margin: auto;
    left: -60px;
}
.title-twitter .et_pb_text_inner:after{
    content: '';
    background: url(../images/imprensa/icon-twitter.png);
    width: 100px;
    height: 82px;
    position: absolute;
    right: 0;
    top: 0;
}

/* COMUNICAÇÃO  */

.banner-top-interna.comunicacao::before{
    content: '';
    background: url('../images/comunicacao/banner-grafismo-comunicacao.png') no-repeat;
    width: 911px;
    height: 517px;
    position: absolute;
    top: -10px;
    left: -120px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}

/* NOTÍCIAS */

.post-type-archive-publicacoes #main-footer::before,
.post-type-archive-publicacoes #main-footer, 
.post-type-archive-noticias #main-footer::before,
.post-type-archive-noticias #main-footer, 
.single-noticias #main-footer::before,
.single-noticias #main-footer,
.tax-categoria #main-footer::before,
.tax-categoria #main-footer{
    z-index: -1;
}
.page-id-8368 #main-footer::before{
    z-index: 0;
}
.post-type-archive-noticias #main-content,
.single-noticias #main-content,
.tax-categoria #main-content{
    background-color: transparent;
}
.post-type-archive-noticias #main-content .container:before,
.single-noticias #main-content .container:before,
.tax-categoria #main-content .container:before{
    display: none;
}
.post-type-archive-noticias #main-content .container,
.single-noticias #main-content .container,
.tax-categoria #main-content .container{
    padding-top: 0 !important;
}
.banner-top-interna.noticias{
    background: url(../images/noticias/banner-noticias.jpg) no-repeat;
    width: 100%;
    min-height: 508px;
}
.banner-top-interna.noticias::after {
    content: '';
    background: url(../images/noticias/banner-grafismo-noticias.png) no-repeat;
    width: 978px;
    height: 457px;
    position: absolute;
    top: -60px;
    right: -200px;
    z-index: 1;
    background-size: contain !important;
    background-position: center;
}
.banner-top-interna .header-content h1,
.banner-top-interna .header-content p{
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0em 0.1em 0.2em rgba(0,0,0,0.22);
}
.section-noticias{
    width: 100%;
    height: 100%;
    max-width: 920px;
    margin: auto;
    z-index: 1;
}
.section-publicacoes .filter,
.section-noticias .filter {
    width: 100%;
    min-height: 100px;
    background: url(../images/noticias/bg-filter.jpg) center bottom no-repeat;
    padding-bottom: 100px;
    margin-bottom: 10px;
    float: left;
}
.section-publicacoes .filter form,
.section-noticias .filter form{
    display: flex;
    justify-content: space-between;
    flex: 100%;
}
.search #main-content .container:before{
    display: none !important;
}
.search #main-content .container {
    padding-top: 10px !important;
}
.search .section-noticias .filter .input{
    flex: 100%;
}
.search .section-noticias .filter .input.filtro-data{
    flex: 0%;
}
.section-publicacoes .filter .input,
.section-noticias .filter .input{
    height: auto;
    display: flex;
    margin-right: 20px;
    flex: 40%;
}
.section-noticias .filter .input.filtro-data{
    flex: 60%;
}
.section-noticias .filter .input.filtro-data div input{  
    margin-right: 5px;
}
.section-noticias .filter .input.filtro-data div{
    position: relative;
    width: 100%;
    margin-right: 7%;
}
.section-noticias .filter .input.filtro-data div .ui-datepicker-trigger {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 11px;
    cursor: pointer;
}
.section-noticias .filter .input:last-child,
.section-noticias .filter .input.filtro-data div:last-child,
.section-noticias .filter .input.filtro-data input:last-child{
    margin-right: 0;
}
.section-noticias .filter .input input,
.section-noticias .filter .input select,
.section-publicacoes .filter .input select{
    width: 100%;
    height: 44px;
    line-height: normal;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    border: 0;
    color: #6f6f6f;
    float: left;
    background: #f7f7f7;
}
.section-publicacoes .filter .input select,
.section-noticias .filter .input select{
    background: #f7f7f7 url(../images/down.png) right center no-repeat !important; 
    background-position: calc(100% - 10px) !important;
}
.section-publicacoes .filter .input:last-child,
.section-noticias .filter .input:last-child {
    flex: 20%;
}
.section-publicacoes .filter .btn-all-categories a,
.section-noticias .filter .input .btn-buscar{
    background: #4ebfb5 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif !important;
    opacity: 1;
    color: #fff;
    border-radius: 10px !important;
    float: left;
    width: 100px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.section-publicacoes .filter .btn-all-categories:hover,
.section-noticias .filter .input .btn-buscar:hover{
    opacity: .8;
}
.section-noticias .title-light {
    max-width: 600px;
    margin: 0 auto 30px;
}
.section-noticias article .post-meta a{
    display: block;
}

/* LISTA - NOTÍCIAS */

.section-publicacoes .lista,
.section-noticias .lista{
    width: 100%;
    height: auto;
    float: left;
}
.section-publicacoes .title-noticias,
.section-noticias .title-noticias {
    padding-top: 25px 0 !important;
}
.section-publicacoes .et_pb_button_module_wrapper,
.section-noticias .et_pb_button_module_wrapper {
    width: 100%;
    float: left;
    display: block;
}
.section-publicacoes .lista .news,
.section-noticias .lista .news,
.list-busca article{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}
.et_pb_search input.et_pb_searchsubmit{
    height: 56px;
}
.list-busca article{
    margin-bottom: 20px;
}
.noticias-content article .entry-featured-image-url, 
.et_pb_post .entry-featured-image-url, .search .post-thumbnail {
    float: left;
}
.list-busca article .entry-title a:hover,
body.et_pb_button_helper_class .et_pb_button.btn-todas-noticias:hover,
.btn-todas-noticias:hover {
    background: transparent !important;
    color: #118e77 !important;
}
.btn-todas-noticias{
    color: #31b4ba !important;
}
.section-publicacoes .lista article,
.section-noticias .lista article {
    margin-bottom: 24px !important;
}
.section-publicacoes .lista article:last-child,
.section-noticias .lista article:last-child{
    margin-bottom: 0 !important;
}
.section-publicacoes .lista .news .thumb,
.section-publicacoes .lista article .entry-featured-image-url,
.section-noticias .lista .news .thumb,
.section-noticias .lista article .entry-featured-image-url, 
.list-busca article .entry-featured-image-url{
    width: 30%;
    max-width: 240px;
    height: 156px;
    border-radius: 10px;
    overflow: hidden;
    flex: 100%;
    margin-right: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-busca article .entry-featured-image-url {
    float: left;
    margin-bottom: 0;
}
.section-publicacoes .lista article .entry-featured-image-url,
.section-noticias .lista article .entry-featured-image-url{
    width: 40%;
    margin-bottom: 0;
}
.section-publicacoes .lista .news .thumb a,
.section-noticias .lista .news .thumb a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.section-publicacoes .lista .news .thumb img,
.section-publicacoes .lista article .entry-featured-image-url img,
.section-noticias .lista .news .thumb img,
.section-noticias .lista article .entry-featured-image-url img, 
.list-busca article .entry-featured-image-url img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section-publicacoes .lista .et_pb_post .post-meta,
.section-noticias .lista .et_pb_post .post-meta{
    color: #fff !important;
}
.section-publicacoes .lista .et_pb_post h2.entry-title, 
.section-publicacoes .lista .et_pb_post .post-meta, 
.section-publicacoes .lista .et_pb_post .post-content,
.section-publicacoes .lista .search .entry-header,
.section-noticias .lista .et_pb_post h2.entry-title, 
.section-noticias .lista .et_pb_post .post-meta, 
.section-noticias .lista .et_pb_post .post-content,
.section-noticias .lista .search .entry-header,
.new.section-noticias .category,
.section-covid19 .section-noticias .category{
    width: 53%;
    float: right;
}
.section-noticias.covid .lista .et_pb_post h2.entry-title, 
.section-noticias.covid .lista .et_pb_post .post-meta, 
.section-noticias.covid .lista .et_pb_post .post-content,
.section-noticias.covid .lista .search .entry-header,
.section-noticias.covid .lista .category{
    width: 70%;
    float: right;
}
.section-publicacoes .lista .news .content,
.section-noticias .lista .news .content, 
.list-busca article .entry-title, 
.list-busca article .post-content{
    width: 67%;
    flex: 100%;
}
.list-busca article{
    display: block;
}
.list-busca article .entry-title,
.list-busca article .post-content{
    width: 100%;
}
.section-publicacoes .lista .news .content a,
.section-publicacoes .lista .news .content a p,
.section-noticias .lista .news .content a,
.section-noticias .lista .news .content a p{
    color: #6b6b6b;
}
.section-publicacoes .lista .news,
.section-publicacoes .lista .news .thumb,
.section-publicacoes .lista article .entry-featured-image-url,
.section-publicacoes .lista .news .link-noticia,
.section-publicacoes .lista .news .link-noticia h2,
.section-publicacoes .lista .news .link-noticia span,
.section-publicacoes .lista .news .link-noticia p,
.section-noticias .lista .news,
.section-noticias .lista .news .thumb,
.section-noticias .lista article .entry-featured-image-url,
.section-noticias .lista .news .link-noticia,
.section-noticias .lista .news .link-noticia h2,
.section-noticias .lista .news .link-noticia span,
.section-noticias .lista .news .link-noticia p,
.new.section-noticias .lista article .entry-title,
.new.section-noticias .lista article .post-content p{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.section-comunicacao .section-noticias .et_pb_module .entry-title,
.section-comunicacao .section-noticias .et_pb_module .post-meta, 
.section-comunicacao .section-noticias .et_pb_module .post-content{
    width: 100% !important;
}
.section-comunicacao .et_pb_row{
    margin: auto;
}
.section-comunicacao .section-noticias{
    background: url(../images/comunicacao/bg-noticias.png) no-repeat;
    width: 100%;
    max-width: 590px;
    height: 690px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap-reverse;
}
.section-comunicacao .section-noticias .et_pb_module {
    max-width: 320px;
    float: left;
}
.section-comunicacao .publicacoes .et_pb_row_inner {
    padding-left: 100px;
    margin-bottom: -80px;
}
.section-comunicacao .publicacoes .et_pb_row_inner .et_pb_column {
    max-width: 280px;
}
.section-comunicacao .publicacoes .content-publicacoes{
    width: 500px;
    height: 495px;
    background-size: cover;
    padding-left: 100px;
}
.section-comunicacao .publicacoes .et_pb_row_inner .et_pb_column {
    max-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80%;
}
.section-noticias .lista.comunicacao article .entry-featured-image-url {
    width: 100%;
    margin-bottom: 15px;
}
.section-noticias .lista.comunicacao .post-content,
.section-noticias .lista.comunicacao .post-meta,
.section-noticias .lista.comunicacao article .entry-title,
.section-noticias .lista.comunicacao .category {
    width: 100%;
    float: left;
}
.section-publicacoes .lista .news .link-noticia:hover,
.section-publicacoes .lista .news .link-noticia:hover h2,
.section-publicacoes .lista .news .link-noticia:hover p,
.new.section-noticias .lista article:hover .entry-title,
.new.section-noticias .lista article:hover .post-content p,
.section-noticias .lista .news .link-noticia:hover,
.section-noticias .lista .news .link-noticia:hover h2,
.section-noticias .lista .news .link-noticia:hover p{
    color: #118e77;
}
.section-publicacoes .lista .news:hover img,
.new.section-noticias .lista article:hover .entry-featured-image-url img,
.section-noticias .lista .news:hover img{
    filter: grayscale(50%);
}
.section-publicacoes .category,
.section-noticias .category{
    margin-bottom: 7px;
    color: #fff !important; 
}
.section-publicacoes .category a,
.section-noticias .category a{
    margin-right: 8px;
}
.section-publicacoes .category a:last-of-type, .section-noticias .category a:last-of-type{
    margin-right: 0;
}
.new.section-noticias .category a{
    margin-right: 3px;
    margin-bottom: 5px;
}
.section-publicacoes .category a,
.section-publicacoes .lista article .post-meta a,
.section-noticias .category a,
.section-noticias .lista article .post-meta a{
    display: inline-block;
    color: #fff !important;
    background: #1fb095;
    font-size: 12px;
    font-family: 'Ubuntu';
    padding: 0px 10px;
    border-radius: 6px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.section-publicacoes .category a:first-of-type,
.section-publicacoes .lista article .post-meta a:first-of-type,
.section-noticias .category a:first-of-type,
.section-noticias .lista article .post-meta a:first-of-type{
    margin-left: 0;
}
.section-publicacoes .category a:hover,
.section-publicacoes .lista article .post-meta a:hover,
.section-noticias .category a:hover,
.section-noticias .lista article .post-meta a:hover{
    background: #118e77;
}
.section-publicacoes .lista .news .content .entry-title,
.section-publicacoes .lista article .entry-title,
.section-noticias .lista .news .content .entry-title,
.section-noticias .lista article .entry-title{
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900 !important;
    color: #72d9c6;
    font-size: 18px;
    overflow: hidden;
    height: auto;
    max-width: 99%;
    max-height: 37px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.section-publicacoes .lista article .post-meta,
.section-noticias .lista article .post-meta{
    position: relative;
    margin-bottom: 0;
}
.section-publicacoes .published,
.section-noticias .published{
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    color: #95a7ab !important;
    margin-bottom: 4px;
    display: inline-block;
}
.section-publicacoes .lista .news .content .post-content p,
.section-publicacoes .lista article .post-content p,
.section-noticias .lista .news .content .post-content p,
.section-noticias .lista article .post-content p{
    font-size: 13px;
    line-height: 20px;
}
.section-publicacoes .lista .news .content .post-content,
.section-publicacoes .lista article .post-content,
.section-noticias .lista .news .content .post-content,
.section-noticias .lista article .post-content {
    overflow: hidden;
    max-height: 60px;
    height: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}   

/* PAGINATION */

.lista-pagination {
    width: 100%;
    clear: both;
    margin-top: 30px;
    float: left;
    display: flex;
    flex-direction: row;
}
.lista-pagination ul{
    display: flex;
}
.lista-pagination .page-numbers
.lista-pagination ul li{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lista-pagination ul li.active,
.lista-pagination .page-numbers.current{
    background: #31baa9;
    color: #ffffff;
    font-weight: bold;
}
.lista-pagination .page-numbers.current{
    cursor: default !important;
}
.lista-pagination .page-numbers{
    width: 30px !important;
    height: 30px !important;
    margin-right: 7px;
}
.lista-pagination .page-numbers,
.lista-pagination ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6e6e6;
    color: #8d8d8d;
    font-weight: bold;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.lista-pagination a.page-numbers:hover,
.lista-pagination ul li a:hover{
    background: #f1f1f1;
}


/* NEWS */

article.et_pb_post {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #28443b;
    line-height: 20px;
    font-weight: normal;
}
article.et_pb_post p{
    font-size: 14px;
    color: #28443b;
    line-height: 20px;
    font-weight: normal;
}
.noticias-content h2.entry-title,
.et_pb_post h2.entry-title{
    color: #90c7b5;
    font-weight: bold;
    font-size: 18px;
}
.noticias-content .published,
.et_pb_post .published {
    color: #afb168;
    font-size: 12px;
    font-weight: bold;
}
article .post-meta .author,
article .post-meta a{
    display: none;
}

.noticias-content article .entry-featured-image-url,
.et_pb_post .entry-featured-image-url, .search .post-thumbnail {
    width: 40%;
    margin-right: 5%;
    float: left;
}
.noticias-content article .entry-title, .noticias-content article .post-meta, .noticias-content article .post-content, 
.et_pb_post h2.entry-title, .et_pb_post .post-meta, .et_pb_post .post-content, .search .entry-header{
    width: 55%;
    float: right;
}
.noticias-content article .post-content p,
.et_pb_post .post-content {
    font-size: 14px;
    color: #28443b;
    line-height: 20px;
}
.noticias-content .et_pb_post:last-child{
    padding-bottom: 0 !important;
}
a.more-link {
    padding-top: 10px;
}


/* NEWS - RELACIONADAS */

.content-noticias-relacionadas article {
    margin-bottom: 0;
}
.content-noticias-relacionadas .title h2{
    line-height: 44px;
}
.content-noticias-relacionadas .title h2 strong{
    font-size: 50px;
    font-weight: 900;
    background: -webkit-linear-gradient(45deg, #93e4b1, #26cacd 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-noticias-relacionadas .entry-title,
.content-noticias-relacionadas .post-content{
    width: 68% !important;
}
.content-noticias-relacionadas .post-content p{
    height: 40px;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
    font-size: 13px;
    color: #6b6b6b !important;
}
.content-noticias-relacionadas .post-content .more-link {
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    background: #87a3a9;
    float: left;
    border-radius: 10px;
    padding: 5px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.content-noticias-relacionadas .post-content .more-link:hover{
    background: #5d858d;
}
.content-noticias-relacionadas .entry-title a {
    font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    color: #72d9c6;
}
.content-noticias-relacionadas .entry-featured-image-url {
    max-width: 200px;
    height: 125px;
    border-radius: 10px;
    overflow: hidden;
}
.content-noticias-relacionadas .entry-featured-image-url img{
    max-width: none !important;
    width: auto;
    height: 125px;
}
.content-noticias-relacionadas .btn-custom{
    margin-top: 30px;
}

/* CALENDAR */

.ui-state-default, .ui-widget-content .ui-state-default{
    border: 0;
    background: #f7f7f7;
    font-weight: normal;
    color: #454545;
    text-align: center;
    font-size: 11px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #efefef;
    padding: 10px;
    border-radius: 10px;
}
.ui-datepicker .ui-datepicker-header{
    border: 0;
    padding: 8px;
    border-radius: 10px;
}
.ui-datepicker .ui-datepicker-prev {
    background-image: url(../images/noticias/icon-arrow-left.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 25px;
    left: 8px;
    top: 6px;
}
.ui-datepicker .ui-datepicker-next{
    background-image: url(../images/noticias/icon-arrow-right.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 25px;
    right: 8px;
    top: 6px;
}
select.ui-datepicker-month{
    margin-right: 7px !important;
}
select.ui-datepicker-month,
select.ui-datepicker-year {
    border: 0;
}

/* NOTICIAS - DETALHE */

.section-publicacoes #left-area,
.section-noticias #left-area{
    float: left !important;
    margin-right: 7%;
    width: 75% !important;
    padding-right: 0 !important;
}
.section-noticias #left-area article h1 {
    margin-bottom: 20px;
    text-align: left;
    font-weight: 900;
    padding-bottom: 0;
    text-transform: none;
}
.section-noticias #left-area article .header-noticias{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.section-noticias #left-area article .header-noticias .category {
    margin-bottom: 0;
    margin-right: 10px;
    float: left;
}
.section-noticias #left-area article .published{
    margin-bottom: 0;
}
.section-noticias #left-area article .redes-sociais {
    margin-left: auto;
}
.section-noticias #left-area article .redes-sociais .addtoany_shortcode{
    padding-top: 0 !important;
}
.section-noticias #left-area article .imagem{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.section-noticias #left-area article .imagem img {
    width: 100%;
    border-radius: 10px;
}
.section-noticias #left-area article .entry-content{
    width: 100%;
    float: left;
}

/* NOTICIAS - DETALHE - ASIDE */

.section-publicacoes #sidebar,
.section-noticias #sidebar {
    float: right;
    width: 17% !important;
    padding-left: 0 !important;
}
.section-publicacoes #sidebar h2,
.section-noticias #sidebar h2{
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    color: #1fb095;
}
.section-noticias #sidebar .widget-twitter .widgettitle{
    color: #0084b4;
}
.section-noticias #sidebar .widget-twitter .widgettitle a{
    display: block;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.section-noticias #sidebar .widget-twitter .widgettitle a img{
    margin: 0 0 10px 0;
    display: block;
    float: left;
    width: 100%;
    max-width: 45px;
}
.section-publicacoes #sidebar .lista-relacionadas h2,
.section-noticias #sidebar .lista-relacionadas h2 {
    font-weight: normal;
    font-size: 14px;
    text-transform: initial;
    color: #95a7ab;
}
.section-publicacoes #sidebar .lista-relacionadas .news,
.section-noticias #sidebar .lista-relacionadas .news{
    margin-bottom: 10px;
}
.section-noticias #sidebar .lista-relacionadas .news .thumb{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 80px;
}
.section-noticias #sidebar .lista-relacionadas .news .thumb img {
    height: 80px;
    object-fit: cover;
    width: 100%;
}
.section-noticias #sidebar .lista-relacionadas .news,
.section-noticias #sidebar .lista-relacionadas .news h2{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.section-noticias #sidebar .lista-relacionadas .news:hover img{
    filter: grayscale(50%);
}
.section-publicacoes #sidebar .lista-relacionadas .news:hover h2,
.section-noticias #sidebar .lista-relacionadas .news:hover h2{
    color: #72d9c6;
}
.single-post #sidebar .et_pb_widget {
    margin-bottom: 0;
}
.single-post #main-content .container {
    padding-top: 0 !important;
}

/* FOOTER */

#main-footer{
    position: relative;
    background-color: transparent !important;
}
.search-results #main-footer::before{
    z-index: 0;
}
.page-id-18263 #main-footer::before{
    bottom: -70px;
    left: -50px;
}
#main-footer::before{
    content: '';
    background: url(../images/bg-footer-left.png) no-repeat center;
    background-size: contain;
    width: 387px;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}
#main-footer::after{
    content: '';
    background: url(../images/bg-footer-right.png) no-repeat center;
    background-size: contain;
    width: 324px;
    height: 500px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
#footer-widgets {
    padding-top: 0 !important;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
}
.menu-footer-eng-container,
.menu-footer-container {
    margin: 50px 0;
}
#footer-bottom {
    background-color: transparent !important;
    padding-top: 0 !important;
    position: relative;
    z-index: 1;
}
#footer-info {
    text-align: center !important;
    width: 100%;
    font-size: 11px !important;
}
#footer-widgets .footer-widget .et_pb_widget {
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
}
#footer-widgets .footer-widget li {
    display: inline-block;
}
#footer-widgets .footer-widget li:before{
    display: none;
}
.mwg{
    width: 100%;
    text-align: center;
    float: left;
    display: block;
}



/* RESPONSIVE */

@media screen and (max-width: 1700px) {

    /* HISTÓRICO DE INICIATIVAS  */

    .sections-destaque.historico-iniciativas .renovacao .order2 .et_pb_text{
        max-width: 580px;
    }
    .sections-destaque.historico-iniciativas .valorizacao-etanol .order2 .et_pb_text,
    .sections-destaque.historico-iniciativas .projeto-agora .order2 .et_pb_text,
    .sections-destaque.historico-iniciativas .doce-equilibrio .order2 .et_pb_text,
    .sections-destaque.historico-iniciativas .compromisso-nacional .order2 .et_pb_text,
    .sections-destaque.historico-iniciativas .cana-conviver .order2 .et_pb_text{
        max-width: 410px;
    }
}
@media screen and (max-width: 1600px) {

    /* HOME */

    .banner-home,
    .banner-home .et_pb_slides,
    .banner-home .et_pb_slides .et_pb_slide{
        height: 530px;
        min-height: 340px;
    } 
    .banner-home .et_pb_slides .et_pb_slider_container_inner{
        height: 420px;
        min-height: 340px;
    }

    /* HISTÓRICO DE INICIATIVAS  */

    .sections-destaque.historico-iniciativas .renovacao .order2 .et_pb_text{
        max-width: 440px;
    }
    .sections-destaque.historico-iniciativas .valorizacao-etanol .order2 .et_pb_text,
    .sections-destaque.historico-iniciativas .projeto-agora .order2 .et_pb_text,
    .sections-destaque.historico-iniciativas .doce-equilibrio .order2 .et_pb_text,
    .sections-destaque.historico-iniciativas .compromisso-nacional .order2 .et_pb_text,
    .sections-destaque.historico-iniciativas .cana-conviver .order2 .et_pb_text{
        max-width: 410px;
    }
    .sections-destaque.historico-iniciativas .projeto-agora .order1 {
        max-width: 786px;
        min-height: 450px;
    }
    .sections-destaque.historico-iniciativas .cana-conviver .order1 {
        max-width: 695px;
        min-height: 415px;
    }
    .sections-destaque.historico-iniciativas .valorizacao-etanol .order1 {
        max-width: 790px;
        min-height: 475px;
    }
    .sections-destaque.historico-iniciativas .doce-equilibrio .order1 {
        max-width: 745px;
        min-height: 485px;
    }
}

@media screen and (max-width: 1366px) {

    /* HOME */

    .banner-home,
    .banner-home .et_pb_slides,
    .banner-home .et_pb_slides .et_pb_slide{
        height: 380px;
        min-height: 250px;
    } 
    .banner-home .et_pb_slides .et_pb_slider_container_inner{
        height: 270px;
        min-height: 220px;
    }
    .banner-home .et_pb_slides .et_pb_slide .et_pb_container {
        height: 280px !important;
        min-height: 100px !important;
    }

    /* HISTÓRICO DE INICIATIVAS  */

    .sections-destaque.historico-iniciativas .et_pb_row{
        min-height: 420px;
    }
    .sections-destaque.historico-iniciativas .renovacao .order2 .et_pb_text {
        max-width: 560px;
    }
    .sections-destaque.historico-iniciativas .valorizacao-etanol .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .projeto-agora .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .doce-equilibrio .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .compromisso-nacional .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .cana-conviver .order2 .et_pb_text {
        max-width: 490px;
    }
    .sections-destaque.historico-iniciativas .renovacao .order1 {
        max-width: 690px;
        min-height: 300px;
        right: -150px;
    }
    .sections-destaque.historico-iniciativas .projeto-agora .order1 {
        max-width: 705px;
        min-height: 300px;
        left: -140px;
    }
    .sections-destaque.historico-iniciativas .cana-conviver .order1 {
        max-width: 595px;
        min-height: 300px;
        right: -100px;
    }
    .sections-destaque.historico-iniciativas .valorizacao-etanol .order1 {
        max-width: 665px;
        min-height: 300px;
        left: -100px;
    }
    .sections-destaque.historico-iniciativas .compromisso-nacional .order1 {
        max-width: 655px;
        min-height: 300px;
        right: -100px;
    }
    .sections-destaque.historico-iniciativas .doce-equilibrio .order1 {
        max-width: 635px;
        min-height: 300px;
        left: -100px;
    }
}

@media screen and (max-width: 1280px) {

    /* HOME */

    .banner-home h1 {
        font-size: 30px;
    }
    .content-noticias-home.new .noticias-home article .entry-title, 
    .content-noticias-home.new .noticias-home article .post-meta, 
    .content-noticias-home.new .noticias-home article .post-content {
        width: 53% !important;
    }
    .content-noticias-home.new .et_pb_column:nth-child(1) {
        width: 54% !important;
    }
   
    /* BRING BACK MY BLUE SKY */

    .bring-back.content-noticias-relacionadas .entry-title, .bring-back.content-noticias-relacionadas .post-content {
        width: 68% !important;
    }

    .section-noticias.covid .lista .et_pb_post h2.entry-title, 
    .section-noticias.covid .lista .et_pb_post .post-meta, 
    .section-noticias.covid .lista .et_pb_post .post-content,
    .section-noticias.covid .lista .search .entry-header,
    .section-noticias.covid .lista .category{
        width: 69%;
    }

    /* HISTÓRICO DE INICIATIVAS */

    .sections-destaque.historico-iniciativas .et_pb_row {
        min-height: 385px;
    }
    .sections-destaque.historico-iniciativas .renovacao .order1 {
        right: -260px;
    }
    .sections-destaque.historico-iniciativas .projeto-agora .order1 {
        left: -230px;
    }
    .sections-destaque.historico-iniciativas .cana-conviver .order1,
    .sections-destaque.historico-iniciativas .compromisso-nacional .order1 {
        right: -200px;
    }
    .sections-destaque.historico-iniciativas .valorizacao-etanol .order1,
    .sections-destaque.historico-iniciativas .doce-equilibrio .order1 {
        left: -200px;
    }

    /* HISTÓRICO DO SETOR */

    .timeline-hor .et-hor-timeline-template-11 .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -40px;
    }
    .timeline-hor .et-hor-timeline-template-11 .bx-wrapper .bx-controls-direction a.bx-next {
        right: -40px;
    }

    /* COMUNICAÇÕES */

    .section-comunicacao .section-noticias .et_pb_module {
        max-width: 270px;
        float: left;
    }

    /* SELO ENERGIA VERDE */

    .banner-top-interna.selo-energia-verde::before{
        left: -400px;
    }

    /* CÓDIGO ÉTICA */

    .section-quer-entrar-contato .et_pb_text_inner {
        position: relative;
    }
    .section-quer-entrar-contato .et_pb_text_inner h2{
        font-size: 34px;
    }
    .section-quer-entrar-contato .et_pb_text_inner h3{
        font-size: 74px;
    }
    .section-quer-entrar-contato .et_pb_text_inner::after{
        max-width: 100px;
        height: 14px;
    }
}

@media screen and (max-width: 1100px) {

    #logo {
        max-width: 95px !important;
    }
    #et-top-navigation #top-menu-nav #top-menu li.destaque-covid19 > a {
        padding: 10px 25px 10px 10px !important;
    }
    div#et-top-navigation {
        padding: 0 0 0 25px!important;
    }
    #top-menu li {
        padding-right: 7px !important;
    }
    #et-top-navigation #top-menu-nav #top-menu li a{
        font-size: 11px;
    }

    /* COVID-19 */

    .text-sobre-projeto .et_pb_text_inner {
        column-count: 2;
        column-gap: 35px;
    }
    .section-noticias.covid .lista .et_pb_post h2.entry-title, 
    .section-noticias.covid .lista .et_pb_post .post-meta, 
    .section-noticias.covid .lista .et_pb_post .post-content,
    .section-noticias.covid .lista .search .entry-header,
    .section-noticias.covid .lista .category{
        width: 66%;
    }
    
    /* AÇÚCAR */

    .acucar-text-exportacao h4 {
        font-size: 28px;
    }

    /* INICIATIVAS */

    .content-card .et_pb_column:nth-child(1) .card-iniciativa .et_pb_blurb_content {
        padding: 65px 60px 170px 90px;
    }
    .content-card .et_pb_column:nth-child(2) .card-iniciativa .et_pb_blurb_content {
        padding: 80px 60px 160px 40px;
        margin-bottom: -90px;
    }

    /* HISTÓRICO DO SETOR */

    .timeline-hor .bx-viewport ul.et-timeline-one li {
        width: 270px !important;
    }

    /* HISTÓRICO DE INICIATIVAS */

    .sections-destaque.historico-iniciativas .renovacao .order2 .et_pb_text {
        max-width: 470px;
    }
    .sections-destaque.historico-iniciativas .valorizacao-etanol .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .projeto-agora .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .doce-equilibrio .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .compromisso-nacional .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .cana-conviver .order2 .et_pb_text {
        max-width: 360px;
    }

    /* SINDICATOS */

    .section-sindicato .content-logo-sindicatos {
        width: 100%;
    }

    /* SOBRE */

    .sections-destaque.historico-missao {
        background-position: 65%;
    }
    .sections-destaque.equipe {
        background-position: 40% !important;
    }
    .sections-destaque.conselheiros{
        background-position: 50% !important;
    }
    .sections-destaque.associadas {
        background-position: 60% !important;
    }
    .sections-destaque.sindicatos {
        background-position: 60%;
    }

    /* PROTOCOLO AMBIENTAL */

    .noventa-oito p {
        font-size: 115px;
    }
    .colheita p {
        font-size: 20px !important;
        line-height: 24px;
    }
    .colheita strong {
        display: block;
        font-size: 22px;
    }

    /* COMUNICAÇÕES */

    .section-comunicacao .section-noticias .et_pb_module {
        max-width: 250px;
        float: left;
    }

    /* ETICA */

    .section-quer-entrar-contato .et_pb_row{
        height: 300px;
    }
}
@media screen and (max-width: 1024px) {

     /* ETANOL */

    .content-text-etanol2 .col3 {
        width: 235px !important;
    }

    /* HISTÓRICO DO SETOR */

    .timeline-hor .bx-viewport ul.et-timeline-one li {
        width: 264px !important;
    }

    /* COMUNICAÇÕES */

    .section-comunicacao .section-noticias .et_pb_module {
        max-width: 210px;
        float: left;
    }

    /* CÓDIGO ÉTICA */
    .section-quer-entrar-contato-img::before {
        width: 330px;
        height: 510px;
        left: -40px;
        top: -195px;
    }
    .section-quer-entrar-contato-img::after {
        width: 350px;
        height: 470px;
        right: 0;
        top: -140px;
    }
}
@media screen and (max-width: 981px) {


    /* MENU */

    .icones-header{
        display: none;
    }

    header#main-header {
        position: fixed !important;
        background-color: transparent;
        top: 0 !important;
    }
    .et_header_style_left #et-top-navigation .mobile_menu_bar, 
    .et_header_style_split #et-top-navigation .mobile_menu_bar {
        padding-bottom: 0px !important;
    }
    .mobile_menu_bar:before {
        color: #fff !important;
    }
    .et-fixed-header .mobile_menu_bar:before{
        color: #fff !important;
    }

    .br-none br {
        display: none;
    }

    /* HOME */

    .banner-home::before,
    .banner-home::after{
        display: none;
    }

    /* NOVA ERA */

    .section-razoes-nova-era {
        margin-top: 80px !important;
    }
    .line-card-nova-era {
        padding-bottom: 0 !important;
    }
    .card-nova-era{
        padding: 40px 30px;
    }
    .card-nova-era::before{
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%, 0 83%);
    }
    .card-nova-era .et_pb_blurb_content .et_pb_main_blurb_image img {
        max-height: 90px;
    }
    .card-nova-era .et_pb_blurb_content .et_pb_main_blurb_image {
        width: 20%;
    }
    .card-nova-era .et_pb_blurb_content .et_pb_blurb_container {
        width: 75%;
    }

    /* COVID */

    .banner-top-interna.covid::after{
        display: none;
    }
    .section-covid19 .section-noticias .col1 {
        max-width: 100%;
        margin-bottom: 50px !important;
    }
    .section-covid19 .section-noticias .col2 {
        max-width: 100%;
        margin-left: 0;
    }
    .section-covid19 .section-noticias .lista.destaque-covid article .entry-featured-image-url {
        height: 350px;
    }
    .section-sobre-projeto .content-sobre-projeto {
        width: 80%;
        flex-direction: column;
    }
    .section-sobre-projeto .content-sobre-projeto .et_pb_column{
        width: 100% !important;
    }
    .section-sobre-projeto .content-sobre-projeto .et_pb_column:nth-child(1),
    .section-sobre-projeto .content-sobre-projeto .et_pb_column:nth-child(1) h2{
        text-align: center;
    }
    .n2-ss-slider-3.n2-ow {
        height: 220px !important;
    }
    .section-noticias.covid .lista article {
        margin-bottom: 40px !important;
        max-width: 620px;
        margin: auto;
        float: none;
        clear: both;
    }
    .section-noticias.covid .lista .et_pb_post h2.entry-title, 
    .section-noticias.covid .lista .et_pb_post .post-meta,
    .section-noticias.covid .lista .et_pb_post .post-content, 
    .section-noticias.covid .lista .search .entry-header, 
    .section-noticias.covid .lista .category {
        width: 61%;
    }

    /* HOME */

    .new.section-noticias {
        padding-bottom: 0;
    }
    .section-publicacoes .et_pb_row,
    .section-noticias .et_pb_row {
        width: 80%;
        padding-bottom: 5px;
    }
    .content-noticias-home.new.section-noticias .et_pb_column:nth-child(1) {
        max-width: 100% !important;
        margin-right: 0!important;
        width: 100% !important;
    }
    .content-noticias-home.new.section-noticias .et_pb_column:nth-child(2) {
        max-width: 100% !important;
        width: 100% !important;
        float: left;
    }
    .instagram-home {
        max-width: 300px;
        width: 100%;
        height: auto;
        border: 1px solid #e6e6e6;
        margin: auto;
        margin-top: 12px !important;
    }
    .social-media-title{
        padding: 0 !important;
    }
    .section-noticias .img-banner-youtube {
        width: 100% !important;
        margin-bottom: 10px !important;
        max-width: 300px !important;
    }

    /* HOME - TWITTER */

    #twitter-feed-UNICA_cana .fts-tweeter-wrap {
        width: 100% !important;
        margin-right: 0;
        float: left;
    }

    /* NOVA ERA */

    .page-id-18850 #main-footer::after,
    .page-id-18850 #main-footer::before{
        display: none !important;
    }

    /* PREMIO ENERGIA BRASIL */

    .effect-1-premio .et_pb_row::before {
        display: none;
    }
    .content-inscricoes h2, 
    .content-inscricoes p{
        text-align: left !important;
    }
    .content-jurados .title{
        margin: 30px 0;
    }
    .content-jurados .jurado .et_pb_column.img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
    .content-jurados .jurado .et_pb_column .et_pb_image {
        margin-top: 0;
    }
    .content-jurados .jurado .et_pb_column .cv {
        height: auto;
        display: block;
        padding-top: 315px;
    }
    .content-jurados .jurado.vivaldo .et_pb_column .cv {
        padding-top: 265px;
    }
    .content-camera .img-camera,
    .content-regulamentos .img-camera{
        opacity: 1 !important;
        visibility: visible !important;
    }

    .content-camera .camera-img {
        left: 0;
        position: absolute !important;
    }
    .content-camera .camera-text {
        padding-top: 80%;
    }

    .content-regulamentos .camera-img {
        right: 0;
        position: absolute !important;
    }
    .content-regulamentos .camera-text {
        padding-top: 80%;
    }

    .content-camera,
    .content-regulamentos{
        height: auto;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .content-ganhador {
        flex-direction: column;
        width: 450px !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .content-ganhador .et_pb_column .et_pb_text.gradient {
        padding-top: 0;
        margin-bottom: 20px;
    }
    .content-ganhador:nth-child(even) .et_pb_column:nth-child(even){
        order: 1;
    }
    .content-ganhador:nth-child(odd) .et_pb_column:nth-child(odd){
        order: 2;
    }

    /* BANNERS INTERNOS */

    .banner-top-interna{
        min-height: 450px !important;
        padding-top: 90px !important;
    }
    .banner-top-interna.historico-missao {
        min-height: 340px !important;
        padding-top: 110px !important;
    }
    .banner-top-interna.outros-produtos{
        padding-top: 50px !important;
    }
    .banner-top-interna.ethanol {
        min-height: 400px !important;
        padding-top: 70px !important;
        background-size: auto !important;
        background-position: left !important;
    }

    .banner-top-interna .header-content h1{
        padding-top: 0px;
    }

    /* ASSOCIADAS */

    .banner-top-interna.associadas::after{
        display: none;
    }
    .contact-associada .et_pb_blurb_content {
        padding: 0px;
    }

    /* INICIATIVAS */

    .banner-top-interna.iniciativas::after{
        display: none;
    }
    .content-card .card-iniciativa {
        max-width: 100%;
    }
    .content-card .et_pb_column:nth-child(1) .card-iniciativa::before,
    .content-card .et_pb_column:nth-child(2) .card-iniciativa::before{
        max-width: 400px;
    }
    .content-card .et_pb_column:nth-child(1) .card-iniciativa .et_pb_blurb_content {
        padding: 55px 40px 130px 40px;
    }
    .content-card .et_pb_column:nth-child(2) .card-iniciativa .et_pb_blurb_content {
        padding: 100px 40px 130px 40px;
    }
    .card-iniciativa .et_pb_main_blurb_image{
        padding-right: 50px;
    }
    .content-card .et_pb_column .card-iniciativa .et_pb_blurb_content {
        max-width: 80%;
    }
    .content-card .et_pb_column:nth-child(1) .card-iniciativa::before {
        right: 35px;
    }

    /* HISTÓRICO DO SETOR */

    .timeline-hor .bx-viewport {
        max-width: 470px;
    }
    .timeline-hor .bx-viewport ul.et-timeline-one li{
        width: 470px !important;
    }

    /* HISTÓRICO DE INICIATIVAS */

    .sections-destaque.historico-iniciativas {
        margin-bottom: 0 !important;
    }
    .sections-destaque.historico-iniciativas .order1 {
        position: relative;
    }
    .sections-destaque.historico-iniciativas .renovacao .order2 .et_pb_text,
    .sections-destaque.historico-iniciativas .valorizacao-etanol .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .projeto-agora .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .doce-equilibrio .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .compromisso-nacional .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .cana-conviver .order2 .et_pb_text {
        max-width: 100%;
    }
    .sections-destaque.historico-iniciativas .renovacao .order1 {
        right: -80px;
        min-height: 50px;
    }
    .sections-destaque.historico-iniciativas .projeto-agora .order1,
    .sections-destaque.historico-iniciativas .valorizacao-etanol .order1,
    .sections-destaque.historico-iniciativas .doce-equilibrio .order1 {
        left: -80px;
        min-height: 50px;
    }
    .sections-destaque.historico-iniciativas .cana-conviver .order1, 
    .sections-destaque.historico-iniciativas .compromisso-nacional .order1 {
        right: -90px;
        min-height: 50px;
    }

    /* CÓDIGO ÉTICA */

    .banner-top-interna.codigo-etica::after{
        display: none;
    }
    .btn-pdf-covid.etica{
        min-height: auto;
    }

    /* HISTÓRICO E MISSÃO */

    .banner-top-interna.historico-missao::after{
        display: none;
    }
    .content-text .destaque p{
        justify-content: center;
    }
    .content-text-visao-setor{
        display: flex;
        flex-direction: column;
        padding-bottom: 0 !important;
    }
    .content-text-visao-setor .et_pb_column:nth-child(1){
        order: 2;
        margin-bottom: 0;
    }
    .content-text-visao-setor .et_pb_column:nth-child(2){
        order: 1;
        padding-bottom: 40px;
    }

    /* SELO ENERGIA VERDE */

    .box-certificado::after,
    .box-selo::after{
        display: none;
    }
    .box-certificado::before {
        bottom: auto;
        left: auto;
        right: 13px;
        top: -23px;
    }
    .content-text-selo-energia {
        display: flex;
    }
    .card-objetivo {
        width: 100% !important;
        max-width: 100% !important;
        background: linear-gradient(45deg, rgba(14,164,104,1) 0%, rgba(30,227,148,1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea468', endColorstr='#1ee394', GradientType=1 );
        border-radius: 32px !important;
        min-height: 0 !important;
        padding: 30px !important;
        margin-top: 10px !important;
    }

    /* SUGARCANE SECTOR */

    .destaque-setor-eng .row1 .et_pb_column:nth-child(1) {
        width: 80%;
    }
    .destaque-setor-eng .row1 .et_pb_column:nth-child(2) {
        width: 14%;
        margin-right: 0 !important;
    }
    .destaque-setor-eng .row1 .et_pb_column:nth-child(3), 
    .destaque-setor-eng .row1 .et_pb_column:nth-child(4) {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .destaque-setor-eng .row2 .et_pb_column:nth-child(1) > div {
        margin-left: initial;
    }
    .destaque-setor-eng .row2 .et_pb_column:nth-child(1) {
        width: 30%;
    }
    .destaque-setor-eng .row2 .et_pb_column:nth-child(2) {
        width: 64%;
        margin-right: 0;
    }
    .destaque-setor-eng .row2 .et_pb_column:nth-child(2) h2, .destaque-setor-eng .row2 .et_pb_column:nth-child(2) h3 {
        font-size: 23px;
        float: left;
        line-height: 1.1em;
        margin-right: 7px;
    }
    .destaque-setor-eng .row2 .et_pb_column:nth-child(2) .et_pb_text:nth-child(2) {
        width: 100%;
        clear: both;
    }
    .destaque-setor-eng .row2 .et_pb_column:nth-child(3) h2 {
        font-size: 23px;
    }

    /* SETOR  */

    .banner-top-interna.setor::before{
        display: none;
    }
    .itens-setor .et_pb_row:nth-child(2) .et_pb_column {
        width: 30%;
        margin-right: 5%;
        float: left;
    }
    .itens-setor .et_pb_row:nth-child(2) .et_pb_column:last-child{
        margin-right: 0;
    }
    .itens-setor .et_pb_row:nth-child(2) .et_pb_column .et_pb_blurb {
        width: 100%;
    }
    .itens-setor .et_pb_row:nth-child(2) .et_pb_column .et_pb_blurb h3{
        font-size: 18px;
    }
    .infos-setor {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .infos-setor .et_pb_column {
        width: 30%;
        margin-right: 5%;
        float: left;
    }
    .destaque-setor .text-colheita p {
        padding-top: 0;
        text-align: center;
    }
    .destaque-setor .text1 {
        max-width: 240px;
        margin: 0px auto 5px !important;
    }
    .destaque-setor .text2 p strong {
        font-size: 50px;
        line-height: 40px;
    }
    .destaque-setor .text3 p strong {
        font-size: 85px;
        line-height: 70px;
    }

    /* AÇÚCAR */

    .banner-top-interna.acucar::after{
        display: none;
    }
    .acucar-text-world h3 {
        text-align: center;
    }
    .acucar-text-exportacao {
        text-align: center;
        margin: auto;
        display: block;
        width: 100%;
    }
    .acucar-text-exportacao {
        text-align: center !important;
    }
    .acucar-text-exportacao h3,
    .acucar-text-exportacao h4 {
        float: none;
        display: inline-block;
        width: 100%;
        font-size: 40px;
        line-height: 50px;
        padding: 0;
        font-weight: 900;
    }
    .acucar-text-exportacao h3{
        margin-top: 30px;
    }
    .acucar-text-exportacao h4{
        margin-bottom: 30px;
    }

    /* SUGARCANE */

    .banner-top-interna.sugarcane::after{
        display: none;
    }

    /* APEX */

    .banner-top-interna.apex::after{
        display: none;
    }

    /* BIOELETRICIDADE */

    .banner-top-interna.bioeletricidade::before{
        display: none;
    }
    .content-interna.bioeletricidade .row1 .col1 {
        max-width: 100%;
        width: 100% !important;
        margin-right: 0!important;
        padding-bottom: 0 !important;
        margin-bottom: 10px !important;
    }
    .content-interna.bioeletricidade .row1 .col2 {
        margin-bottom: 5px !important;
        max-width: 100%;
        width: 100% !important;
        text-align: center;
        margin: auto !important;
    }
    .content-interna.bioeletricidade .row1 .col2 h3{
        text-align: center;
    }
    .content-interna.bioeletricidade .row1 .col3 {
        padding: 0px 0 35px;
        text-align: center !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .content-interna.bioeletricidade .row1 .col3 h3{
        margin-top: 70px;
    }
    .content-interna.bioeletricidade .row1 .col3 h3 strong {
        float: none!important;
        text-align: center!important;
        margin: 0!important;
        position: absolute;
        bottom: 55px;
        text-align: center;
        width: 100%;
    }
    .content-interna.bioeletricidade .row2 .col1 h3,
    .content-interna.bioeletricidade .row2 .col2 h3,
    .content-interna.bioeletricidade .row1 .col3 h3 {
        text-align: center !important;
    }
    .content-interna.bioeletricidade .row2 .col2 img {
        position: relative;
        right: -10px;
        top: 10px;
    }

    /* BRING BACK MY BLUE SKY */

    .content-noticias-relacionadas.bring-back {
        margin-bottom: 0 !important;
    }
    .banner-top-interna.bring-back .header-content {
        margin-top: 0 !important;
    }
    .banner-top-interna.bring-back .header-content .header-logo {
        max-height: 130px;
        margin-top: -10px;
    }
    .content-do-you-want .et_pb_row {
        flex-direction: column;
    }
    .content-bring-news .et_pb_button.btn-news {
        margin-left: 80px;
    }
    .content-bring-news .et_pb_button_module_wrapper:before {
        left: 30px;
    }
    .content-do-you-want.et_pb_section {
        background: #7fe0ff !important;
        position: relative;
        min-height: auto;
    }
    .content-do-you-want::before{
        content: '';
        position: absolute;
        top: -50px;
        background: url(../images/bring-back/bg-header-ceu.jpg) no-repeat center;
        width: 100%;
        height: 179px;
    }
    .content-do-you-want::after{
        content: '';
        position: absolute;
        bottom: 0;
        background: url(../images/bring-back/bg-footer-ceu.jpg) no-repeat center;
        width: 100%;
        height: 179px;
    }
    .content-do-you-want .et_pb_row{
        min-height: auto;
    }
    .content-twitter-bring .et_pb_row {
        padding-bottom: 20px;
        background: transparent;
    }
    .content-bring-ethanol{
        min-height: 550px;
    }
    .content-bring-co2 .et_pb_column:nth-child(1),
    .content-bring-co2 .et_pb_column:nth-child(2){
        width: 100%;
        max-width: 100%;
    }
    .content-bring-co2 .co2 {
        margin-bottom: 0 !important;
    }
    .content-bring-co2 .co2 em {
        font-size: 22px;
        line-height: normal;
        display: inline-block;
        padding: 0;
    }
    .content-bring-co2 .co2 p {
        float: left;
        width: 100%;
        padding-bottom: 1em !important;
    }
    .content-bring-co2 .co2 img {
        max-width: 235px;
        margin: 30px 0;
        display: block !important;
        float: none;
    }
    .content-bring-co2 .co2 h3 {
        clear: both;
        float: left;
        padding-bottom: 0;
    }
    .content-bring-co2 .co2 h3 em {
        font-size: 24px;
        line-height: 10px;
        margin-right: 6px;
    }
    .content-bring-co2 .trees p{
        margin-bottom: 10px;
    }
    .content-bring-itens .et_pb_column {
        width: 33%;
        padding: 0 20px;
        margin-bottom: 0;
    }
    .content-bring-renovabio img {
        width: 240px;
        margin-top: -10px;
    }
    .content-bring-promoted .bring-about{
        -webkit-box-shadow: 0px 30px 39px -37px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 30px 39px -37px rgba(0,0,0,0.15);
        box-shadow: 0px 30px 39px -37px rgba(0,0,0,0.15);
        border-radius: 100px;
        padding: 0 70px 40px 70px !important;
        margin-bottom: 50px !important;
    }

    /* EQUIPE */

    .banner-top-interna.equipe::after{
        display: none;
    }
    .col-equipe.et_pb_column {
        width: 30%;
        margin-right: 5%;
    }

    /* ETHANOL */

    .content-text-etanol-eng {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .content-text-etanol-eng .col2{
        justify-content: center;
    }
    .content-text-etanol-eng .col2 .text1 {
        margin-right: initial !important;
        margin-left: 10px;
    }
    .content-text-etanol-eng2 .col4{
        display: flex;
        align-items: center;
    }

    /* ETANOL */

    .content-text-etanol1 .et_pb_column {
        width: 530px;
        margin: auto !important;
        text-align: center;
        float: none;
    }
    
    .content-text-etanol1 .col1 {
        width: auto !important;
    }
    .content-text-etanol1.et_pb_row,
    .content-text-etanol2.et_pb_row  {
        max-width: 520px !important;
    }
    .content-text-etanol2 .col1, 
    .content-text-etanol2 .col2, 
    .content-text-etanol2 .col3,
    .content-text-etanol2 .col4 {
        width: 50% !important;
    }
    .content-text-etanol2 .col2 .text4 p strong {
        font-size: 70px;
        float: right;
        width: 100%;
    }
    .content-text-etanol2 .col2 .text4 p {
        font-size: 28px;
        font-weight: 700;
        text-align: left;
        padding-right: 0;
        line-height: normal;
        margin-top: 0;
    }
    .content-text-etanol2 .col2 .text4 p em {
        padding: 10px 0 0 0;
    }
    .content-bring-direct-indirect-jobs .et_pb_row{
        padding-right: 250px;
    }
    .content-twitter-bring .bring-twitter{
        padding-bottom: 30px !important;
    }
    .bring-back.content-noticias-relacionadas .entry-title, .bring-back.content-noticias-relacionadas .post-content {
        width: 61% !important;
    }

    /* ETHANOL */

    .banner-top-interna.ethanol::after{
        display: none;
    }
    .timeline-vert {
        padding: 0 !important;
        background: transparent !important;
    }
    .timeline-vert.mob {
        padding: 0 0 30px 0 !important;
    }

    /* RENOVABIO */

    .banner-top-interna.renovabio::after{
        display: none;
    }
    .banner-top-interna.renovabio .header-content {
        padding-top: 0;
        margin-top: 0 !important;
    }
    .about-renovabio{
        padding-top: 70px !important;
    }

    .list-renovabio {
        padding: 0 10px !important;
        margin-bottom: 10px !important;
        height: 100px;
    }
    .list-renovabio .col1 {
        margin-bottom: 0;
    }
    .list-renovabio .col4 {
        padding: 10px 0;
    }
    .list-renovabio .col2 {
        align-self: center;
        width: 35% !important;
        margin-bottom: 0;
        padding: 10px 0;
    }
    .list-renovabio .col2 h2, .list-renovabio .col4 h2 {
        font-size: 30px;
    }
    .list-renovabio .col1, .list-renovabio .col2, .list-renovabio .col3, .list-renovabio .col4{
        margin-right: 0 !important;
    }

    .content-text-renovabio .col1 {
        width: 60% !important;
    }
    .content-text-renovabio .col1 br,
    .content-text-renovabio .col3 br {
        display: none;
    }
    .content-text-renovabio .col1 p,
    .content-text-renovabio .col3 p{
        font-size: 32px !important;
        display: block;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .content-text-renovabio .col3 p{
        margin-top: 35px;
    }
    .content-text-renovabio .col1 p strong,
    .content-text-renovabio .col3 p strong {
        font-size: 32px !important;
        margin-top: 0 !important;
        float: none !important;
        white-space: nowrap;
        position: relative !important;
    }
    .content-text-renovabio .col2 {
        width: 26% !important;
        margin-right: 0px !important;
    }
    .content-text-renovabio .col3 {
        width: 62% !important;
    }
    .content-text-renovabio .col4{
        width: 26% !important;
        margin-right: 0px !important;
        position: relative;
        right: 0;
        top: 0;
    }

    /* PROTOCOLO AMBIENTAL */

    .banner-top-interna.protocolo-agroambiental::before{
        display: none;
    }
    .colhedoras {
        margin-bottom: 0 !important;
    }
    .colhedoras p, .colhedoras strong, .colhedoras em {
        font-size: 26px;
    }
    .colhedoras strong {
        margin: auto;
        display: inline-block;
        float: inherit;
        line-height: normal;
    }
    .colhedoras p {
        float: none;
        padding: 0;
        line-height: normal;
        width: 100%;
        display: block;
        font-weight: 900 !important;
    }
    .colhedoras br {
        display: none;
    }

    .content-programas{
        background-position: left !important;
    }

    .colheita p {
        font-size: 22px !important;
        line-height: 24px;
        font-weight: 900;
    }
    .colheita strong {
        display: inherit;
        font-size: 22px;
        font-weight: 900;
    }

    /* CONSELHEIROS */

    .banner-top-interna.conselheiros::after {
        display: none;
    }
    .content-conselheiros .et_pb_column:first-child{
        margin-bottom: 0;
    }
    .card-conselheiro .et_pb_blurb_content{
        max-width: 100%;
    }

    /* SINDICATOS */

    .banner-top-interna.sindicatos::after,
    .section-sindicato .topo::before{
        display: none !important;
    }
    .section-sindicato .content-logo-sindicatos {
        width: 100%;
        padding: 0 30px !important;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        background: #fff;
    }
    .section-sindicato .content-logo-sindicatos .et_pb_column {
        margin-top: 0;
    }

    /* SOBRE */

    .banner-top-interna.sobre::before{
        display: none;
    }
    .sections-destaque{
        min-height: auto;
    }
    .sections-destaque .et_pb_row{
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
    }
    .sections-destaque .order1{
        position: relative;
        margin-bottom: 30px !important;
    }
    .sections-destaque.historico-missao .order1{
        right: -30%;
    }
    .sections-destaque.associadas .order1,
    .sections-destaque.sindicatos .order1{
        right: -20%;
    }
    .sections-destaque.equipe .order1,
    .sections-destaque.conselheiros .order1{
        left: -20%;
    }
    .sections-destaque.historico-missao,
    .sections-destaque.equipe,
    .sections-destaque.conselheiros,
    .sections-destaque.associadas,
    .sections-destaque.sindicatos{
        background-size: 0 !important;
        background-position: 100% !important;
    }
    .sections-destaque.equipe .order2,
    .sections-destaque.conselheiros .order2{
        float: inherit;
    }

    /* SELO ENERGIA VERDE */

    .banner-top-interna.selo-energia-verde::before{
        display: none;
    }

    /* OUTORS PRODUTOS */

    .banner-top-interna.outros-produtos h1 {
        padding-top: 0px;
    }
    .banner-top-interna.outros-produtos::after{
        display: none;
    }

    /* HISTÓRICO DE INICIATIVAS */

    .banner-top-interna.historico-iniciativas::before{
        display: none;
    }

    /* UNICA FORUM */

    .banner-top-interna.unica-forum::after{
        display: none;
    }

    /* CONTATO */

    .banner-top-interna.contato::after{
        display: none;
    }
    .section-imprensa-contato {
        background-position: center bottom !important;
        display: block;
    }
    .content-imprensa {
        margin: auto;
        display: block;
        float: none !important;
        text-align: center;
    }
    .content-imprensa .et_pb_text:nth-child(1){
        max-width: 100%;
    }
    .content-imprensa .et_pb_text:nth-child(2), .content-imprensa .et_pb_text:nth-child(3) {
        width: 46% !important;
        display: inline-flex;
        margin: 0 10px !important;
        align-items: center;
    }
    .content-contato .et_pb_text {
        max-width: 596px;
        padding-left: 0 !important;
    }

    /* IMPRENSA  */

    .banner-top-interna.imprensa::before{
        display: none;
    }
    .section-imprensa-contato {
        background: #fff !important;
        padding-bottom: 0px !important;
        background-size: inherit !important;
    }
    .section-content-twitter .et_pb_row:nth-child(1) {
        margin-top: -100px;
        padding-bottom: 90px !important;
    }

    /* NOTICIAS */
    .banner-top-interna.noticias::after{
        display: none;
    }
    .section-publicacoes .filter .input,
    .section-publicacoes .filter .input.filtro-data,
    .section-publicacoes .filter .input:last-child,
    .section-noticias .filter .input,
    .section-noticias .filter .input.filtro-data,
    .section-noticias .filter .input:last-child {
        flex: 100%;
    }
    .section-publicacoes .filter .input.filtro-data div ,
    .section-noticias .filter .input.filtro-data div {
        margin-right: 20px;
    }
    .section-publicacoes .filter .input,
    .section-noticias .filter .input{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .section-publicacoes .filter form,
    .section-noticias .filter form {
        flex-direction: column;
    }
    .section-publicacoes .filter .input .btn-buscar,
    .section-noticias .filter .input .btn-buscar{
        padding: 11px 0;
    }
    .section-publicacoes .lista .news .thumb,
    .section-publicacoes .lista article .entry-featured-image-url,
    .section-noticias .lista .news .thumb,
    .section-noticias .lista article .entry-featured-image-url {
        width: 40%;
        max-width: 200px;
        height: 125px;
        flex: 100%;
        margin-right: 5%;
    }
    .section-publicacoes .lista .news .content,
    .section-publicacoes .lista .et_pb_post h2.entry-title, 
    .section-publicacoes .lista .et_pb_post .post-meta,
    .section-publicacoes .lista .et_pb_post .post-content, 
    .section-publicacoes .lista .search .entry-header,
    .section-noticias .lista .news .content,
    .section-noticias .lista .et_pb_post h2.entry-title, 
    .section-noticias .lista .et_pb_post .post-meta,
    .section-noticias .lista .et_pb_post .post-content, 
    .section-noticias .lista .search .entry-header,
    .new.section-noticias .category,
    .section-publicacoes .lista .et_pb_post h2.entry-title,
    .section-covid19 .section-noticias .lista.lista-destaque article .category{
        width: 61%;
        flex: 100%;
        float: left;
    }

    /* NEW - RELACIONADAS */

    .content-noticias-relacionadas {
        padding: 0 !important;
        margin: 30px auto 100px !important;
    }
    .content-noticias-relacionadas .entry-title, .content-noticias-relacionadas .post-content {
        width: 61% !important;
    }

    /* NOTICIAS - DETALHES */

    .section-publicacoes #left-area,
    .section-noticias #left-area {
        margin-right: 0 !important;
        margin-bottom: 30px;
        width: 100% !important;
    }
    .section-publicacoes #sidebar,
    .section-noticias #sidebar {
        width: 100% !important;
        padding-left: 0 !important;
        padding-bottom: 0;
    }
    .section-publicacoes #sidebar h2,
    .section-noticias #sidebar h2 {
        width: 100%;
        float: left;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .section-publicacoes #sidebar .lista-relacionadas .news,
    .section-noticias #sidebar .lista-relacionadas .news {
        width: 29.6%;
        display: inline-block;
        margin-right: 5%;
        vertical-align: top;
    }
    .section-publicacoes #sidebar .lista-relacionadas .news:last-child,
    .section-publicacoes #sidebar .lista-relacionadas .news:nth-child(3n+0),
    .section-noticias #sidebar .lista-relacionadas .news:last-child,
    .section-noticias #sidebar .lista-relacionadas .news:nth-child(3n+0){
        margin-right: 0;
        margin-bottom: 0;
    }
    .section-noticias #sidebar .lista-relacionadas .news .thumb {
        height: 120px;
    }
    .section-noticias #sidebar .lista-relacionadas .news .thumb img {
        min-height: 120px;
    }

    /* PUBLICAÇÕES */

    .section-publicacoes {
        padding-top: 50px;
    }
    .banner-top-interna.publicacoes::after{
        display: none;
    }
    .section-publicacoes #left-area {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .section-publicacoes .filter {
        flex-direction: column;
    }
    .section-publicacoes .filter form {
        max-width: 100%;
    }
    .section-publicacoes .title-selected-category{
        margin-bottom: 15px;
    }
    .section-publicacoes #sidebar{
        display: none;
    }
    .section-publicacoes .filter.web{
        display: none;
    }
    .section-publicacoes .filter.mobile{
        display: block;
    }
    .section-publicacoes .filter.mobile .input{
        flex-direction: column;
    }
    .section-publicacoes .filter.mobile .input p{
        padding-bottom: 5px;
    }

    /* COMUNICAÇÃO */
    
    .banner-top-interna.comunicacao::before{
        display: none;
    }
    .section-comunicacao .section-noticias {
        width: 100%;
        max-width: 100%;
        height: auto;
        background-size: auto;
        background-position: -20px;
        flex-wrap: wrap;
        background: #fff;
        margin-top: 50px;
    }
    .section-comunicacao .section-noticias .et_pb_module {
        max-width: 100%;
        margin-left: 0;
    }
    .section-comunicacao .publicacoes .et_pb_row_inner {
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 0 !important;
        background: transparent;
    }
    .section-comunicacao .publicacoes .et_pb_row_inner .et_pb_column {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
    }
    .section-comunicacao .publicacoes .content-publicacoes {
        width: 100%;
        height: auto;
        margin-bottom: 50px !important;
    }
    .section-imprensa-comunicacao{
        background: transparent !important;
    }

    /* INSTAGRAM */

    .insta-modulo {
        background: transparent !important;
    }
    .feed-contact .eapps-instagram-feed {
        max-width: 85%;
    }

    /* FOOTER */

    #main-footer::after,
    #main-footer::before{
        display: none;
    }
    .footer-widget:nth-child(n), #footer-widgets .footer-widget:nth-last-child(-n+2){
        width: 100% !important;
        margin: 0 !important;
    }
    #footer-widgets .footer-widget .et_pb_widget {
        margin-bottom: 20px !important;
    }
}
@media screen and (max-width: 767px) {

    /* HOME */

    .btn-todas-noticias{
        margin: 20px auto 30px;
        text-align: center;
        display: block !important;
    }
    .itens-destaque .et_pb_column {
        margin: 0px 10px;
    }

    /* NOVA ERA */

    .banner-nova-era .header-content {
        padding-top: 5px !important;
        max-width: 430px !important;
    }
    .section-text-etanol-nova-era {
        flex-direction: column;
    }

    /* COVID-9 */

    .banner-top-interna.covid .header-content h1 {
        line-height: 40px;
    }
    .text-sobre-projeto .et_pb_text_inner {
        column-count: 1;
        column-gap: 0;
    }
    .rotativo-news-covid .et_pb_slide {
        padding: 0;
    }
    .rotativo-news-covid .et_pb_slide_description {
        width: 100% !important;
        flex: 100%;
        padding: 32px 0 0 !important;
    }
    .rotativo-news-covid .et_pb_slide_image {
        display: block !important;
        top: 0 !important;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 300px;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 15px !important;
        margin-bottom: 20px;    
    }
    .rotativo-news-covid .et_pb_slide_image img {
        max-height: 300px !important;
    }
    .rotativo-news-covid .lista,
    .rotativo-news-covid .lista .et_pb_slides,
    .rotativo-news-covid .lista .et_pb_slide{
        height: 530px !important;
    }
    .section-covid19 .section-noticias .lista.destaque-covid article .entry-featured-image-url,
    .section-covid19 .section-noticias .lista article .entry-featured-image-url{
        height: 100%;
    }
    .section-covid19 .section-noticias .lista.destaque-covid article:last-of-type{
        margin-bottom: 40px !important;
    }
    .section-noticias.covid .lista .et_pb_post h2.entry-title, 
    .section-noticias.covid .lista .et_pb_post .post-meta, 
    .section-noticias.covid .lista .et_pb_post .post-content, 
    .section-noticias.covid .lista .search .entry-header, 
    .section-noticias.covid .lista .category {
        width: 100%;
        float: left;
    }

    /* CÓDIGO ÉTICA */

    .banner-top-interna .header-content h1, .banner-top-interna .header-content p {
        line-height: 40px;
    }
    .section-quer-entrar-contato-img::after{
        display: none;
    }
    /* .section-quer-entrar-contato {
        height: 300px;
        background-position: -80px !important;
    } */
    .section-quer-entrar-contato .et_pb_text_inner {
        background: rgba(255,255,255,0.8) !important;
        padding: 20px !important;
        border-radius: 30px;
        max-width: 80%;
        margin: auto;
    }
    .section-quer-entrar-contato .et_pb_row{
        background-position: left;
        height: auto;
    }
    .section-quer-entrar-contato .et_pb_text_inner h2{
        font-size: 26px;
    }
    .section-quer-entrar-contato .et_pb_text_inner h3{
        font-size: 50px;
    }
    .section-quer-entrar-contato .et_pb_text_inner::after{
        max-width: 76px;
        height: 10px;
    }
    .btn-etica{
        background-size: cover !important;
        min-height: 115px !important;
        border-radius: 20px;
    }
    .btn-etica .et_pb_blurb_content .et_pb_main_blurb_image {
        width: 20%;
    }
    .btn-etica .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
        width: 100%;
    }
    .btn-etica .et_pb_blurb_content .et_pb_blurb_container {
        width: 80%;
    }
    .btn-etica .et_pb_blurb_content .et_pb_blurb_container h2 {
        font-size: 14px;
    }

    /* BRING BACK MY BLUE SKY */

    .content-bring-renovabio img {
        margin-top: 0;
    }
    .content-bring-direct-indirect-jobs {
        min-height: auto !important;
    }
    .content-bring-direct-indirect-jobs .et_pb_row {
        padding-top: 190px;
        padding-right: 140px;
    }
    .content-bring-renovabio img {
        width: 190px;
        shape-margin: 20px;
    }
    .content-bring-video {
        min-height: auto !important;
        background-position: left;
        padding: 0 !important;
        display: block;
    }
    .content-bring-promoted .bring-about {
        border-radius: 60px;
        padding: 0 40px 30px 40px !important;
        margin-bottom: 50px !important;
    }
    .bring-back.content-noticias-relacionadas .entry-title, .bring-back.content-noticias-relacionadas .post-content {
        width: 55% !important;
    }

    /* PREMIO */

    .banner-top-interna.premio::before{
        display: none;
    }
    
    /* .content-jurados .title h2 {
        font-size: 50px;
    }
    .content-jurados .title h3 {
        font-size: 24px;
    } */

    .content-jurados {
        padding: 20px 0 0 !important;
    }
    .content-jurados .title {
        margin: 20px 0 0 !important;
    }

    .title.premio h1, .title.premio h2{
        font-size: 26px;
        line-height: normal;
    }
    .title.premio h1 strong, .title.premio h2 strong{
        font-size: 26px;
        padding-top: 10px;
        float: left;
        text-align: center;
        width: 100%;
    }

    .content-camera .camera-text {
        padding-top: 80%;
    }
    .content-camera .title h2, .content-regulamentos .title h2 {
        font-size: 24px;
    }

    /* ASSOCIADA */

    .text-associada,
    .contact-associada {
        padding: 0px 35px !important;
    }
    .contact-associada .et_pb_blurb_content .et_pb_blurb_container {
        text-align: center !important;
        margin: auto;
        display: block !important;
    }
    .unidades-associada {
        margin-top: 0 !important;
    }

    /* SETOR */

    .itens-setor .et_pb_row:nth-child(2) .et_pb_column {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
        float: left;
    }
    .itens-setor .et_pb_row:nth-child(2) .et_pb_column:last-child{
        margin-bottom: 0;
    }
    .infos-setor .et_pb_column {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
        float: left;
        display: flex;
        flex-direction: column;
    }
    .destaque-setor .text1,
    .destaque-setor .text2,
    .destaque-setor .text3 {
        max-width: 100%;
        margin: 0 !important;
    }
    .destaque-setor .text3{
        margin-bottom: 30px !important;
    }
    .destaque-setor .et_pb_image{
        order: 1;
        margin-bottom: 10px !important;
    }
    .destaque-setor .text1, 
    .destaque-setor .text2,
    .destaque-setor .text3{
        order: 2;
    }
    .destaque-setor .text2 p strong, 
    .destaque-setor .text3 p strong {
        line-height: normal !important;
        display: inline-block;
        color: #44d1c5;
        font-size: 24px !important;
    }
    .destaque-setor .text-colheita p {
        font-weight: 700;
        line-height: 20px;
        padding-top: 10px;
        font-size: 20px !important;
    }
    .destaque-setor .percent p {
        font-weight: 900;
        line-height: 50px;
        font-size: 50px;
        text-align: center;
    }
    .sobre-plantio .et_pb_column {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }
    .infos-setor .et_pb_column:last-child,
    .sobre-plantio .et_pb_column:last-child,
    .destaque-setor .et_pb_row:nth-child(1) .et_pb_column:first-of-type{
        margin-bottom: 0 !important;
    }

    /* AÇÚCAR */

    .acucar-text-exportacao h3, .acucar-text-exportacao h4{
        font-size: 50px;
    }

    /* ETHANOL SUMMIT */

    .timeline-vert.mob .et_pb_column:nth-child(1) {
        width: 30%;
    }
    
    /* ETHANOL */
    
    .content-text-etanol-eng, .content-text-etanol-eng2{
        flex-direction: column;
        flex-wrap: nowrap !important;
    }
    .content-text-etanol-eng .col2 {
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .content-text-etanol-eng .col2 .text1 {
        margin-right: initial !important;
        margin-left: 0;
        margin-bottom: 20px !important;
    }
    .content-text-etanol-eng2 .et_pb_column {
        width: 100% !important;
    }
    .content-text-etanol-eng2 .col2 .text4 p {
        font-size: 18px;
        text-align: center !important;
        justify-content: center;
    }
    .content-text-etanol-eng2 .col1{
        padding-bottom: 10px !important;
    }
    .content-text-etanol-eng2 .col2 {
        padding-bottom: 40px !important;
    }
    .content-text-etanol-eng2 .col4 p {
        text-align: center;
    }

    /* ETANOL */

    .content-text-etanol1 .et_pb_column {
        width: 100%;
        margin: auto !important;
    }

    .content-text-etanol2 .col1, 
    .content-text-etanol2 .col2, 
    .content-text-etanol2 .col3, 
    .content-text-etanol2 .col4 {
        width: 100%!important;
    }
    .content-text-etanol1 .text1 {
        position: relative;
        left: 0;
        top: 0;
        font-style: normal!important;
        width: 100%;
        text-align: center;
        margin: auto !important;
        display: block;
    }
    .content-text-etanol1 .text1 em {
        width: 100%;
    }
    .content-text-etanol1 .text2 {
        text-align: center;
        position: inherit;
        left: 0;
        top: 0;
    }
    .content-text-etanol1 .text3 {
        float: left;
        padding-top: 10px;
    }
    .content-text-etanol2 .col2 .text4 p{
        text-align: center;
    }
    .content-text-etanol2 .et_pb_column {
        padding-bottom: 0 !important;
    }
    .content-text-etanol2 .col2 {
        margin-bottom: 50px !important;
    }
    .content-text-etanol2 .col4 .text5 p strong {
        float: none;
    }
    .content-text-etanol2 .col4 .text5 p {
        text-align: center;
        float: left;
        width: 100%;
        padding: 0 90px !important;
    }

    /* INICIATIVAS */

    .content-card .et_pb_column:nth-child(1) .card-iniciativa:first-child {
        margin-top: 20px;
    }
    .content-card .et_pb_column:nth-child(1) .card-iniciativa .et_pb_blurb_content {
        padding: 55px 40px 170px 40px;
    }

    /* HISTÓRICO DE INICIATIVAS */

    .sections-destaque.historico-iniciativas .et_pb_row {
        min-height: auto;
    }
    .sections-destaque.historico-iniciativas:nth-child(even) .order2 {
        justify-content: start;
        align-items: flex-start;
    }
    .sections-destaque.historico-iniciativas .renovacao .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .valorizacao-etanol .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .projeto-agora .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .doce-equilibrio .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .compromisso-nacional .order2 .et_pb_text, 
    .sections-destaque.historico-iniciativas .cana-conviver .order2 .et_pb_text {
        max-width: 100%;
        text-align: left;
        float: left;
    }
    .sections-destaque.historico-iniciativas .renovacao .order2 .et_pb_text h3, 
    .sections-destaque.historico-iniciativas .valorizacao-etanol .order2 .et_pb_text h3, 
    .sections-destaque.historico-iniciativas .projeto-agora .order2 .et_pb_text h3, 
    .sections-destaque.historico-iniciativas .doce-equilibrio .order2 .et_pb_text h3, 
    .sections-destaque.historico-iniciativas .compromisso-nacional .order2 .et_pb_text h3, 
    .sections-destaque.historico-iniciativas .cana-conviver .order2 .et_pb_text h3{
        text-align: left;
        float: left;
    }
    .sections-destaque.historico-iniciativas .order1,
    .sections-destaque.historico-iniciativas .order2 {
        margin-bottom: 0;
    }

    /* RENOVABIO */

    .content-text-renovabio .col1,
    .content-text-renovabio .col3{
        width: 100%!important;
        margin-right: 0 !important;
        float: left;
    }
    .content-text-renovabio .col2, 
    .content-text-renovabio .col4{
        width: 100% !important;
        float: left;
    }
    .content-text-renovabio .col1 p,
    .content-text-renovabio .col3 p {
        text-align: center;
    }
    .content-text-renovabio .col3{
        height: 150px;
    }

    /* SINDICATOS */    

    .section-sindicato .topo, 
    .section-sindicato .content,
    .section-sindicato .content-complement,
    .section-sindicato .topo.fiscal,
    .section-sindicato .content.fiscal,
    .section-sindicato .topo.deliberativo,
    .section-sindicato .content.deliberativo,
    .section-sindicato .content-complement.deliberativo,
    .section-sindicato .topo.deliberativo.fiscal,
    .section-sindicato .content.deliberativo.fiscal{
       padding: 0 20px !important;
       flex-direction: column;
    }
    .section-sindicato .content.fiscal::before{
        display: none;
    }
    .section-sindicato .content-logo-sindicatos {
        width: 80%;
        padding: 40px 0 20px !important;
        min-height: auto;
    }
    .section-sindicato .content-logo-sindicatos .et_pb_image{
        text-align: center;
        margin: auto;
    }
    .section-sindicato .content-logo-sindicatos .et_pb_text{
        text-align: center;
    }
    .section-sindicato .topo.deliberativo{
        margin-top: 30px !important;
    }
    .section-sindicato .topo.deliberativo .title-strong{
        padding-top: 0 !important;
    }
    .section-sindicato .content.fiscal {
        margin-bottom: 30px !important;
        flex-direction: column;
        padding-top: 0;
    }
    .section-sindicato .content.deliberativo.fiscal .et_pb_column,
    .section-sindicato .content.deliberativo .et_pb_column,
    .section-sindicato .content.fiscal .et_pb_column,
    .section-sindicato .content .et_pb_column{
        margin-bottom: 0;
    }

    /* SOBRE */

    .banner-top-interna.sobre .header-content h1 {
        padding-top: 10px;
    }
    .sections-destaque.equipe .order2 p {
        text-align: right;
    }

    /* PROTOCOLO AGROAMBIENTAL */

    .content-programas .et_pb_text {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    /* OUTROS PRODUTOS */

    .item-outros-produtos{
        flex-flow: column nowrap;
        margin-bottom: 50px !important;
        padding: 0 !important;
    }
    .item-outros-produtos:last-child{
        margin-bottom: 0 !important;
    }
    .item-outros-produtos .et_pb_image {
        margin-bottom: 30px !important;
    }
    .item-outros-produtos.et_pb_row_1 div:nth-child(1){
        order: 1;
        margin-bottom: 10px;
    }
    .item-outros-produtos.et_pb_row_1 div:nth-child(2){
        order: 2;
    }
    .item-outros-produtos.et_pb_row_2 div:nth-child(1){
        order: 2;
        margin-bottom: 10px;
    }
    .item-outros-produtos.et_pb_row_2 div:nth-child(2){
        order: 1;
    }
    .item-outros-produtos.et_pb_row_3 div:nth-child(1){
        order: 1;
        margin-bottom: 10px;
    }
    .item-outros-produtos.et_pb_row_3 div:nth-child(2){
        order: 2;
    }
    .item-outros-produtos.et_pb_row_4 div:nth-child(1){
        order: 2;
        margin-bottom: 10px;
    }
    .item-outros-produtos.et_pb_row_4 div:nth-child(2){
        order: 1;
    }
    .item-outros-produtos.et_pb_row_5 div:nth-child(1){
        order: 1;
        margin-bottom: 10px;
    }
    .item-outros-produtos.et_pb_row_5 div:nth-child(2){
        order: 2;
    }

    /* SELO ENERGIA VERDE */

    .content-text-selo-energia{
        flex-direction: column;
    }
    .content-text-selo-energia .col1,
    .content-text-selo-energia .col2,
    .content-text-selo-energia .col3{
        order: 1;
        display: flex;
        flex-direction: column;
    }
    .content-text-selo-energia .col2{
        order: 2;
    }
    .content-text-selo-energia .col3{
        order: 3;
    }
    .content-text-selo-energia .col1 .et_pb_image,
    .content-text-selo-energia .col2 .et_pb_image,
    .content-text-selo-energia .col3 .et_pb_image{
        order: 1;
        display: flex;
        justify-content: center;
        margin-bottom: 20px !important;
    }
    .content-text-selo-energia .col1 .et_pb_text,
    .content-text-selo-energia .col2 .et_pb_text,
    .content-text-selo-energia .col3 .et_pb_text{
        order: 2;
    }

    /* CONTATO */
    .section-imprensa-contato {
        min-height: 100% !important;
        background: #fff !important;
        padding: 20px 0 !important;
    }
    .section-imprensa-contato .et_pb_row {
        padding-bottom: 0;
    }
    .content-imprensa .et_pb_text:nth-child(2), .content-imprensa .et_pb_text:nth-child(3) {
        width: 100% !important;
        max-width: 260px;
        margin: 10px auto !important;
        align-items: center;
        padding: 0 10px !important;
        min-height: 120px;
    }
    .unidades-associada {
        padding: 50px !important;
    }

    /* IMPRENSA */

    .title-twitter h3 {
        font-size: 20px !important;
    }
    .title-twitter h2 {
        font-size: 40px !important;
    }
    .section-content-twitter{
        min-height: 800px;
    }
    .title-twitter .et_pb_text_inner {
        left: 0;
    }
    .title-twitter .et_pb_text_inner:after {
        right: 50%;
        top: 80px;
        margin-right: -50px;
    }
    .section-content-twitter {
        display: block;
        background-position: center bottom !important;
        min-height: 860px !important;
        height: auto;
        padding-bottom: 0px !important;
    }
    .section-content-twitter .et_pb_row:nth-child(1) {
        margin-top: 30px;
        padding-bottom: 0 !important;
        width: 100%;
        min-height: 230px;
        float: left;
    }
    .section-content-twitter .content-twitter {
        height: auto;
    }

    /* NOTICIAS */

    .section-noticias .lista .news {
        flex-direction: column;
        display: block;
        float: left;
        width: 100%;
        height: 100%;
    }
    .section-noticias .lista article .entry-featured-image-url,
    .section-noticias .lista .news .thumb,
    .section-noticias #sidebar .lista-relacionadas .news .thumb,
    .section-covid19 .section-noticias .lista.destaque-covid article .entry-featured-image-url  {
        width: auto;
        max-width: inherit;
        height: 100%;
        max-height: 350px;
        flex: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .section-noticias #sidebar .lista-relacionadas .news .thumb{
        margin-bottom: 20px;
    }
    .section-noticias .lista .news .thumb img, 
    .section-noticias .lista article .entry-featured-image-url img,
    .section-noticias #sidebar .lista-relacionadas .news .thumb img {
        min-width: 200px;
        max-width: inherit;
        height: 100%;
        width: 100%;
        max-height: 500px;
        border-radius: 10px;    
    }
    .section-noticias .lista .news .content, 
    .section-noticias .lista .et_pb_post h2.entry-title, 
    .section-noticias .lista .et_pb_post .post-meta, 
    .section-noticias .lista .et_pb_post .post-content, 
    .section-noticias .lista .search .entry-header {
        width: 100%;
        flex: 100%;
        max-height: 100%;
    }
    .section-noticias .lista .news .content .entry-title,
    .section-noticias .lista article .entry-title {
        max-width: 100%;
        overflow: initial;
        white-space: normal;
        line-height: 22px;
        margin-bottom: 0;
        display: block !important;
        max-height: 100%;
    }
    .section-noticias .lista .news .content .post-content {
        overflow: initial;
        float: left;
        height: 100%;
        text-overflow: ellipsis;
        display: block;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;
        max-height: 100%;
    }
    .section-noticias .filter .input, 
    .section-noticias .filter .input.filtro-data, 
    .section-noticias .filter .input:last-child {
        flex: 100%;
        display: block;
    }
    .section-noticias .filter .input.filtro-data div{
        float: left;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .section-noticias .filter .input.filtro-data div:last-child{
        margin-bottom: 0;
    }

    .content-noticias-relacionadas article {
        margin-bottom: 30px;
    }

    /* NOTICIAS - DETALHES */

    .section-noticias #sidebar .lista-relacionadas .news {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
    }
    .section-noticias #sidebar .lista-relacionadas h2 {
        font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 900 !important;
        color: #72d9c6;
        font-size: 18px;
    }
    .fts-instagram-inline-block-centered {
        max-width: 88% !important;
    }
    .insta-modulo .slicker-instagram-placeholder.fts-instagram-wrapper {
        width: calc(50% - 20px) !important;
        display: block;
        margin: 10px auto !important;
    }

    /* FOOTER */

    #main-footer::after {
        z-index: 0;
    }
}
@media screen and (max-width: 600px) {

    .header-logo {
        max-width: 200px;
        max-height: 200px;
    }

    .title-light h2, .title-light p {
        font-size: 20px;
        line-height: 24px;
    }
    .title-strong h1, .title-strong h2, .title-strong h3, .title-strong h4 .title-strong p{
        font-size: 26px;
    }

    /* HOME */

    .itens-destaque {
        flex-direction: column;
        align-items: center;
    }
    .itens-destaque .et_pb_column {
        margin: 0px 10px;
        margin: 15px 0 !important;
    }

    /* NOVA ERA */

    .banner-nova-era {
        background-position: 40% 100% !important;
        min-height: auto !important;
    }
    .banner-nova-era .header-content {
        padding-top: 5px !important;
        max-width: 65% !important;
    }
    .banner-nova-era h1 strong {
        margin: 10px 0 10px;
        font-size: 34px;
        line-height: 36px;
    }
    .card-nova-era .et_pb_blurb_content {
        flex-direction: column;
    }
    .card-nova-era .et_pb_blurb_content .et_pb_main_blurb_image {
        width: 100%;
        margin-bottom: 30px;
        border-right: 0;
        border-bottom: 3px solid #e5e5e5;
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 30px;
    }
    .card-nova-era {
        padding: 50px;
    }
    .card-nova-era .et_pb_blurb_content .et_pb_main_blurb_image img {
        max-height: 100px;
    }
    .card-nova-era .et_pb_blurb_content .et_pb_blurb_container {
        width: 100%;
    }
    .card-nova-era::before {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%, 0 90%);
    }

    /* COVID-19 */

    .wpcp-carousel-section .wpcp-single-item img {
        max-width: 150px !important; 
    }
    .rotativo-news-covid .et_pb_slide_image {
        max-height: 180px;
        margin-bottom: 15px;
    }
    .rotativo-news-covid .et_pb_slide_image img {
        max-height: 180px !important;
    }
    .rotativo-news-covid .lista,
    .rotativo-news-covid .lista .et_pb_slides,
    .rotativo-news-covid .lista .et_pb_slide{
        height: 410px !important;
    }
    .carousel-slider .owl-stage-outer {
        padding: 0 20px 20px 5px;
        overflow: initial !important;
    }

    /* TWIITER */

    .twitter-title {
        width: 100% !important;
        float: left !important;
        text-align: center;
    }

    /* PRÊMIO */

    .camera-content .title-inscricoes h2 {
        font-size: 26px;
    }
    .content-ganhador {
        width: 80% !important;
    }

    /* BANNERS INTERNOS */
    .banner-top-interna.noticias{
        min-height: 450px !important;
    }
    .banner-top-interna{
        min-height: 350px !important;
        padding-top: 70px !important;
    }
    .banner-top-interna.apex{
        padding-top: 50px !important;
    }
    .banner-top-interna.outros-produtos {
        min-height: 500px !important;
        background-position: right !important;
    }
    .banner-top-interna.ethanol {
        min-height: 350px !important;
        background-position: center !important;
    }
    .banner-top-interna h1{
        padding-top: 20px;
        font-size: 40px !important;
    }

    /* BRING BACK MY BLUE SKY */

    .content-do-you-want .et_pb_row {
        min-height: inherit;
    }
    .content-bring-news .et_pb_button_module_wrapper:before {
        top: 40px;
        left: 50%;
        margin-left: -41px;
    }
    .content-bring-news .et_pb_button.btn-news {
        margin-left: 0;
        margin-top: 120px;
        font-size: 40px !important;
    }
    .content-twitter-bring .et_pb_row {
        background: transparent !important;
    }
    .content-twitter-bring .bring-twitter img {
        float: none;
        margin: 20px auto;
        display: block;
    }
    .content-twitter-bring .bring-twitter p {
        font-size: 18px;
        text-align: center;
    }
    .content-bring-clean .number-one strong {
        font-size: 42px;
    }
    .content-bring-clean .energy-matrix p strong {
        font-size: 20px;
    }
    .content-bring-co2 .co2 img {
        margin: 0 auto 30px;
    }
    .content-bring-co2 .co2 h3 {
        white-space: nowrap;
        margin-bottom: 5px;
    }
    .content-bring-co2 p {
        float: none;
    }
    .content-bring-co2 .co2 h3 em {
        font-size: 60px;
        line-height: 70px;
        margin-right: 10px;
    }
    .content-bring-co2 .trees {
        margin-bottom: 5px !important;
    }
    .content-bring-co2 .trees p {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 20px;
    }
    .content-bring-direct-indirect-jobs {
        background-size: cover !important;
        background-position: center !important;
        height: 490px;
        padding: 0 !important;
    }
    .content-bring-direct-indirect-jobs .et_pb_row {
        padding: 0;
        height: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        display: flex;
    }
    .content-bring-direct-indirect-jobs .et_pb_row .et_pb_column{
        margin-bottom: 0 !important;
    }
    .content-bring-direct-indirect-jobs .et_pb_row .et_pb_column p:first-of-type{
        padding-top: 50px;
    }
    .content-bring-direct-indirect-jobs .et_pb_row .et_pb_column p{
        font-size: 16px !important;
        line-height: 24px !important;
        width: 80%;
    }
    .content-bring-renovabio h2 {
        text-align: center !important;
    }
    .content-bring-renovabio img {
        width: 190px;
        shape-margin: 0;
        shape-outside: inherit;
        display: block !important;
        float: none !important;
        margin: 0 auto 20px !important;
    }
    .content-bring-itens .et_pb_row {
        padding-top: 0;
    }
    .content-bring-itens .et_pb_column {
        width: 100%;
        padding: 0 20px 20px 20px;
        margin-bottom: 0;
    }
    .content-bring-video p {
        font-size: 18px;
        text-align: center;
    }
    .content-bring-promoted .bring-about {
        border-radius: 0px;
        padding: 0 10px 30px 20px !important;
        margin-bottom: 50px !important;
    }
    .bring-back.content-noticias-relacionadas .entry-title, .bring-back.content-noticias-relacionadas .post-content {
        width: 100% !important;
    }

    /* AÇÚCAR */

    .acucar-text-world h3 strong, .acucar-text-world h3 em, .acucar-text-world h3,
    .content-interna.bioeletricidade .row1 .col2 h3,
    .content-interna.bioeletricidade .row1 .col3 h3,
    .content-interna.bioeletricidade .row1 .col3 h3 strong,
    .content-interna.bioeletricidade .row2 .col1 h3 strong,
    .content-interna.bioeletricidade .row2 .col1 h3,
    .content-interna.bioeletricidade .row2 .col2 h3,
    .content-interna.bioeletricidade .row2 .col2 .et_pb_text:nth-child(2) h3,
    .content-interna.bioeletricidade .row2 .col2 h3 strong{
        font-size: 28px !important;
        line-height: 32px !important;
        font-weight: 900 !important;
    }
    .acucar-text-exportacao h3, .acucar-text-exportacao h4 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 900 !important;
    }

    /* ASSOCIADAS */

    .unidades-associada table td,
    .unidades-associada p{
        font-size: 13px;
    }
    .unidades-associada table td:first-child {
        padding-right: 5px!important;
    }
    .unidades-associada table td:last-child {
        padding-right: 0 !important;
    }

    /* BIOELETRICIDADE */

    .content-interna.bioeletricidade .row1 .col3 {
        padding: 0 0 15px;
    }
    .content-interna.bioeletricidade .row2 .col1 {
        padding-bottom: 5px;
    }
    .content-interna.bioeletricidade .row2 .col1 h3 strong img{
        position: absolute;
        top: -60px;
        left: 50%;
        margin-left: -46px;
    }
    .content-interna.bioeletricidade .row1 .col3 h3 strong {
        bottom: 85px;
    }
    .content-interna.bioeletricidade .row1 .col3 h3 {
        margin-top: 30px;
    }
    .content-interna.bioeletricidade .row2 .col1 h3 {
        padding-top: 50px;
    }
    .content-interna.bioeletricidade .row2 .col1 div:nth-child(1) {
        margin: 0 !important;
        padding: 0 !important;
    }
    .content-interna.bioeletricidade .row2 .col1 div:nth-child(2) h3 {
        padding-top: 0px;
    }
    .content-interna.bioeletricidade .row2 .col2 img {
        position: absolute;
        right: 50%;
        top: 0px;
        margin-right: -43px;
    }
    .content-interna.bioeletricidade .row2 .col2 > div:nth-child(1) h3 {
        padding-top: 130px;
    }

    /* ETANOL */

    .content-text-etanol1 .text1 p {
        font-size: 26px;
        text-align: center;
    }
    .content-text-etanol2 .col2 {
        padding-bottom: 10px !important;
    }
    .content-text-etanol1 .text2 p {
        font-size: 60px;
        line-height: 55px;
    }
    .content-text-etanol2 .col2 .text4 p {
        text-align: center;
        padding-right: 0;
    }
    .content-text-etanol2 .col2 .text4 p em{
        padding: 0;
    }
    .content-text-etanol1 .text1 strong, 
    .content-text-etanol1 .text1 em {
        font-size: 26px !important;
        line-height: 27px !important;
    }

    .content-text-etanol2 .col4 .text5 p {
        text-align: center;
        float: left;
        width: 100%;
        padding: 0 10px !important;
    }

    /* EQUIPE */

    .col-equipe.et_pb_column {
        width: 100%;
        margin-right: 0%;
    }

    /* ETHANOL SUMMIT */
    
    .timeline-vert .content-text:before {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid transparent;
        border-bottom: 15px solid #2c9cc5;
        left: 10px;
        top: -30px;
        bottom: 0;
    }
    .timeline-vert .content-text::after {
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 13px solid transparent;
        border-bottom: 13px solid #fff;
        left: 12px;
        top: -22px;
        bottom: 0;
    }
    .timeline-vert.mob .et_pb_row {
        flex-direction: column;
    }
    .timeline-vert.mob .et_pb_column:nth-child(1) {
        width: 100% !important;
    }
    .timeline-vert.mob .et_pb_column:nth-child(2) {
        width: 100% !important;
        margin-left: 0;
    }
    .timeline-vert.mob .data.mob {
        width: 70px;
        height: 70px;
        margin-top: 0;
    }
    .timeline-vert.mob .data.mob p {
        font-weight: 900;
        font-size: 16px;
    }

    /* RENOVABIO */
    
    .list-renovabio {
        padding: 0 20px !important;
        height: auto;
        background: -webkit-linear-gradient(45deg, #93e4b1, #26cacd 90%) !important;
    }
    .list-renovabio .col1,
    .list-renovabio .col3{
        padding-top: 20px;
    }
    .list-renovabio .col2 {
        width: 80% !important;
        padding: 15px 10px 0 10px;
        margin-bottom: 0 !important;
    }
    .list-renovabio .col4{
        width: 100% !important;
    }
    .list-renovabio .col4 p{
        font-size: 14px;
        padding-bottom: 10px;
    }

    /* NOTÍCIAS RELACIONADAS */
    
    .content-noticias-relacionadas .title h2 strong {
        font-size: 30px !important;
    }

    /* INSTAGRAM */

    .content-insta {
        background: #fff !important;
    }
    .content-insta .slicker-instagram-placeholder {
        width: 100% !important;
        background-size: contain !important;
        margin: 0 auto 10px !important;
    }

    /* SELO ENERGIA VERDE */

    .banner-top-interna.banner-top-interna.selo-energia-verde{
        padding-top: 90px !important;
    }

    /* HISTÓRICO DO SETOR */

    .timeline-hor .bx-viewport ul.et-timeline-one li{
        width: 365px !important;
    }
    .timeline-hor .bx-viewport {
        max-width: 370px;
    }

    /* CONTATO */

    .section-content-unidades .et_pb_row {
        width: 95%;
    }

    /* NOTICIAS - DETALHES */
    
    .section-noticias .lista .news .thumb img,
    .section-noticias .lista article .entry-featured-image-url img {
        min-height: 250px;
    }

    .section-noticias #left-area article .redes-sociais {
        margin-bottom: 5px;
    }
    .section-noticias #sidebar .lista-relacionadas .news {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .section-noticias #sidebar .lista-relacionadas h2 {
        font-family: 'Chivo',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 900 !important;
        color: #72d9c6;
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
        padding-bottom: 0;
    }
    .new.section-noticias .published {
        margin: 0 0 5px;
    }

    /* NOTÍCIAS DETALHE */

    .section-noticias #left-area article h1 {
        font-size: 22px;
    }
    .section-noticias #left-area article .header-noticias .category{
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .section-noticias #left-area article .header-noticias{
        flex-wrap: wrap;
    }
    .section-noticias #left-area article .published,
    .section-noticias #left-area article .redes-sociais{
        margin-bottom: 5px;
        width: 50%;
    }
    .section-noticias #left-area article .published {
        float: left;
        margin-bottom: 0;
    }
    .section-noticias #left-area article .redes-sociais{
        float: right;
    }
    .section-noticias #left-area article .redes-sociais .addtoany_shortcode {
        padding-top: 0 !important;
        margin-bottom: 0;
        float: right;
    }

    .insta-modulo .slicker-instagram-placeholder.fts-instagram-wrapper {
        width: calc(100% - 40px) !important;
    }

    /* PUBLICACOES */

    .section-publicacoes .lista .news {
        flex-direction: column;
        display: block;
        float: left;
        width: 100%;
        height: 100%;
    }
    .section-publicacoes .lista article .entry-featured-image-url, 
    .section-publicacoes .lista .news .thumb{
        width: auto;
        max-width: inherit;
        height: 100%;
        max-height: 350px;
        flex: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .section-publicacoes .lista .news .content, 
    .section-publicacoes .lista .et_pb_post h2.entry-title, 
    .section-publicacoes .lista .et_pb_post .post-meta, 
    .section-publicacoes .lista .et_pb_post .post-content, 
    .section-publicacoes .lista .search .entry-header, 
    .section-publicacoes .lista .et_pb_post h2.entry-title{
        width: 100%;
        flex: 100%;
        max-height: 100%;
    }
    .section-publicacoes .published, .section-noticias .published {
        margin-bottom: 4px !important;
    }

    /* SUGARCANE SECTOR */

    .destaque-setor-eng .row2 .et_pb_column,
    .destaque-setor-eng .row1 .et_pb_column{
        width: 100% !important;
        margin-right: 0 !important;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .destaque-setor-eng .row2 .et_pb_column .et_pb_text_inner,
    .destaque-setor-eng .row1 .et_pb_column .et_pb_text_inner{
        text-align: center !important;
    }
    .destaque-setor-eng .row1 .et_pb_column .et_pb_image img,
    .destaque-setor-eng .row2 .et_pb_column .et_pb_image img{
        width: 200px;
    }
    .destaque-setor-eng .row1 .et_pb_column:nth-child(2) {
        order: 1;
    }
    .destaque-setor-eng .row1 .et_pb_column:nth-child(1) {
        order: 2;
    }
    .destaque-setor-eng .row1 .et_pb_column:nth-child(3){
        order: 3;
    } 
    .destaque-setor-eng .row1 .et_pb_column:nth-child(4){
        order: 4;
    }
    .destaque-setor-eng .row2 .et_pb_column:nth-child(1) > div {
        margin-left: auto;
    }
    .destaque-setor-eng .row2 .et_pb_column:nth-child(3) img {
        display: none;
    }
    
    /* NEWS - RELACIONADAS */

    .noticias-home article .entry-featured-image-url,
    .noticias-content article .entry-featured-image-url,
    .et_pb_post .entry-featured-image-url,
    .search .post-thumbnail {
        width: 100%;
        margin-right: 0;
        float: left;
    }
    .noticias-home article .entry-title, .noticias-home article .post-meta, .noticias-home article .post-content,
    .noticias-content article .entry-title, .noticias-content article .post-meta, .noticias-content article .post-content,
    .et_pb_post .entry-title, .et_pb_post .post-meta, .et_pb_post .post-content, .search .entry-header{
        width: 100%;
        float: left;
    }
    .content-noticias-relacionadas .entry-featured-image-url {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .content-noticias-relacionadas .entry-featured-image-url img {
        max-width: none !important;
        width: auto;
        height: auto;
        max-height: 300px;
    }
    .content-noticias-relacionadas .entry-title, .content-noticias-relacionadas .post-content {
        width: 100% !important;
    }
    .content-noticias-relacionadas .title h2 {
        line-height: normal;
    }

    /* NEWS */

    .single-post h1 {
        font-size: 26px;
    }
    .single-post article .post-meta {
        width: 100%;
        margin: 20px 0 0;
        padding-bottom: 0 !important;
    }
    .noticias-content .published, .et_pb_post .published {
        float: left;
        width: 100%;
        display: block;
        margin: 10px 0 0;
    }
    
    /* FOOTER */

    #main-footer::before{
        display: none !important;
    }
    #footer-widgets .footer-widget li {
        display: inline-block;
        width: 100%;
        margin: 15px 0;
        padding-left: 0 !important;
    }
    footer #text-2 .textwidget{
        max-width: 270px;
        margin: auto;
    }
    footer #text-2 .textwidget a {
        display: inline-block;
        padding: 5px;
    }
    footer #text-2 .textwidget a:nth-child(4){
        margin-left: -2px;
    }
}

@media screen and (max-width: 488px) {

     /* CÓDIGO ÉTICA */

    .section-quer-entrar-contato .et_pb_text_inner h2 {
        font-size: 18px;
    }
    .section-quer-entrar-contato .et_pb_text_inner h3 {
        font-size: 30px;
    }
    .section-quer-entrar-contato-img::before {
        background-size: contain;
        width: 100%;
        height: 200px;
        left: -110px;
        top: -55px;
        z-index: -1;
    }

    /* BIOELETRICIDADE */

    .content-interna.bioeletricidade .row1 .col3 h3 strong {
        bottom: 117px;
    }
}

@media screen and (max-width: 460px) {

    /* NOVA ERA */

    .banner-nova-era {
        background-position: 45% 100% !important;
    }
    .banner-nova-era .header-content {
        padding-top: 5px !important;
        max-width: 80% !important;
    }
    .banner-nova-era h1 strong {
        margin: 10px 0 10px;
        font-size: 24px;
        line-height: 26px;
    }
    .banner-nova-era p {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 22px;
    }
    .card-nova-era {
        font-size: 14px !important;
        padding: 40px 25px;
    }
    .card-nova-era::before {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 14% 100%, 0 94%);
    }

    /* COVID-19 */

    .rotativo-news-covid .et_pb_slide_image {
        height: 180px;
    }
    .rotativo-news-covid .et_pb_slide_description .post-meta {
        height: 29px;
    }
    .rotativo-news-covid .lista, .rotativo-news-covid .lista .et_pb_slides, .rotativo-news-covid .lista .et_pb_slide {
        height: auto !important;
        margin-bottom: 20px;
    }
    .rotativo-news-covid .et_pb_slide_description .post-meta a {
        position: absolute;
        top: -7px;
        left: 0;
    }
    .rotativo-news-covid .et_pb_slide_description .et_pb_slide_title {
        height: auto;
        max-width: 99%;
        max-height: 73px;
        -webkit-line-clamp: 4;
        justify-content: flex-start;
    }
    .cards-covid a {
        font-size: 14px !important;
    }
    .rotativo-news-covid .et_pb_slide_description {
        padding: 19px 0 0 !important;
    }


    /* BANNER TOP */

    .banner-top-interna h1 {
        padding-top: 10px;
        font-size: 30px!important;
    }
    .banner-top-interna.acucar h2,
    .banner-top-interna.etanol h2 {
        font-size: 18px !important;
    }

    /* SETOR */

    .banner-top-interna.setor .header-content h1 {
        font-size: 24px !important;
        line-height: 26px;
    }

    /* APEX */
    
    .graph1 img{
        min-width: 350px;
        left: -90px;
    }
    .graph2 img{
        min-width: 350px;
        right: 10px;
    }

    /* ASSOCIADA */

    .text-associada, .contact-associada {
        padding: 0px !important;
    }
    .unidades-associada {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* BIOELETRICIDADE */

    .banner-top-interna.bioeletricidade h1 {
        font-size: 25px !important;
    }

    /* BRING BACK MY BLUE SKY */

    .content-twitter-bring {
        padding: 0;
    }
    .content-bring-direct-indirect-jobs {
        background-size: cover !important;
        background-position: left !important;
        height: auto;
        padding: 0 0 70px !important;
    }
    .content-bring-direct-indirect-jobs .et_pb_row .et_pb_column p{
        width: 100%;
    }

    /* ETANOL */

    .content-text-etanol2 .col2 {
        padding-bottom: 50px !important;
    }
    .content-text-etanol2 .col2 .text4 p {
        font-size: 26px;
    }
    .content-text-etanol2 .col2 .text4 p strong {
        font-size: 60px;
    }
    .content-text-etanol2 .col2 .text4 p em {
        font-size: 18px;
        line-height: 20px;
        padding: 6px 0px 0 30px;
    }

    /* HISTÓRICO E MISSÃO */

    .content-text .destaque img {
        display: block;
        text-align: center;
        margin: auto;
    }
    .content-text .destaque p {
        display: block;
        margin: auto;
        text-align: center;
        font-size: 70px;
    }

    /* INICIATIVAS */

    .card-iniciativa .et_pb_blurb_content .et_pb_module_header {
        font-size: 20px;
    }
    .content-card .et_pb_column .card-iniciativa .et_pb_blurb_content {
        max-width: 100%;
    }
    .content-card .et_pb_column:nth-child(1) .card-iniciativa .et_pb_blurb_content {
        padding: 45px 20px 70px 10px;
        margin-bottom: -20px;
    }
    .content-card .et_pb_column:nth-child(2) .card-iniciativa .et_pb_blurb_content {
        padding: 60px 10px 40px 10px;
        margin-bottom: -20px;
    }
    .content-card .et_pb_column:nth-child(1) .card-iniciativa::before {
        right: -35px;
    }
    .content-card .et_pb_column:nth-child(1) .card-iniciativa::after {
        bottom: -120px;
        left: -40px;
    }
    .content-card .et_pb_column:nth-child(2) .card-iniciativa::before{
        right: -40px;
    }

    /* HISTÓRICO DO SETOR */

    .timeline-hor .bx-viewport {
        max-width: 270px;
    }
    .timeline-hor .bx-viewport ul.et-timeline-one li{
        width: 270px !important;
    }

    /* HISTÓRICO DE INICIATIVAS */
    
    .sections-destaque.historico-iniciativas .doce-equilibrio {
        margin-bottom: 40px;
    }
    .sections-destaque.historico-iniciativas .renovacao .order1 {
        right: -30px;
        min-width: 390px;
    }
    .sections-destaque.historico-iniciativas .cana-conviver .order1, 
    .sections-destaque.historico-iniciativas .compromisso-nacional .order1 {
        right: -20px;
        min-width: 300px;
    }
    .sections-destaque.historico-iniciativas .projeto-agora .order1, 
    .sections-destaque.historico-iniciativas .valorizacao-etanol .order1, 
    .sections-destaque.historico-iniciativas .doce-equilibrio .order1 {
        left: -10px;
        min-width: 300px;
    }

    /* RENOVABIO */

    .content-text-renovabio .col3 {
        height: 80px;
    }
    .content-text-renovabio .col1 p, .content-text-renovabio .col3 p {
        font-size: 18px !important;
    }
    .content-text-renovabio .col1 p strong, .content-text-renovabio .col3 p strong {
        font-size: 18px !important;
    }

    /* SELE ENERGIA VERDE */

    .box-certificado::before,
    .box-selo::before{
        display: none;
    }

    /* SOBRE */

    .sections-destaque.equipe .order2 p {
        text-align: left;
    }
    .sections-destaque.equipe .order2, .sections-destaque.conselheiros .order2 {
        float: left;
        text-align: left;
        align-items: start;
        justify-content: start;
        align-content: start;
        display: flex;
        flex-direction: column;
    }

    /* PROTOCOLO AGROAMBIENTAL */

    .colhedoras p, .colhedoras strong, .colhedoras em {
        font-size: 22px;
    }

    /* CONSELHEIROS */

    .card-conselheiro h2 {
        font-size: 20px !important;
    }
    .card-conselheiro p, .card-conselheiro p span {
        font-size: 16px;
    }

    /* IMPRENSA */

    .section-content-twitter .et_pb_row:nth-child(1) {
        margin-top: 30px;
        min-height: 210px;
    }

    /* NOTICIAS */

    .section-noticias .lista article .entry-featured-image-url, 
    .section-noticias .lista .news .thumb {
        height: 230px;
        max-height: 230px;
    }
    .section-noticias .lista article .entry-featured-image-url{
        width: 100%;
    }
    .section-noticias .lista .news .thumb img, .section-noticias .lista article .entry-featured-image-url img {
        min-width: inherit;
        max-width: 100%;
        height: auto;
        width: auto;
        max-height: 190px;
        border-radius: 10px;
    }
    .section-noticias .lista .news .thumb img, 
    .section-noticias .lista article .entry-featured-image-url img {
        max-width: inherit;
        height: 100%;
        width: auto;
        min-height: auto;
        max-height: 250px;
        border-radius: 10px;
    }

    /* NOTICIAS - DETALHE */

    .section-noticias #left-area article .published,
    .section-noticias #left-area article .redes-sociais{
        margin: 10px 0 0px;
        width: 100%;
        float: left;
    }
    .section-noticias #left-area article .redes-sociais .addtoany_shortcode{
        float: left;
    }

    /* PUBLICAÇÕES */

    .section-publicacoes .filter .btn-all-categories a {
        width: 100% !important;
    }

    /* INSTAGRAM */
    .eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
        display: none !important;
    }

}
@media screen and (max-width: 410px) {

    /* HOME */

    .itens-destaque .et_pb_column, .itens-destaque .et_pb_column .et_pb_text {
        width: 100%;
        background-size: cover;
    }
    .section-noticias .lista article:first-child .post-meta a{
        top: -130px;
    }
}
@media screen and (max-width: 360px) {
    
    body{
        overflow-x: hidden;
    }
    .header-logo {
        max-width: 160px;
        max-height: 130px;
    }

    /* BRING BACK MY BLUE SKY */

    .content-bring-ethanol {
        margin-top: 0 !important;
        padding-bottom: 20px !important;
    }
    .content-bring-clean .number-one strong {
        font-size: 26px;
    }
    .content-bring-direct-indirect-jobs {
        padding-top: 20px !important;
    }

    /* PRÊMIO */

    .title.premio h1, .title.premio h2 {
        font-size: 21px;
        font-weight: 900;
        line-height: 24px;
    }
    .title.premio h1 strong, .title.premio h2 strong {
        font-size: 21px;
    }

    /* AÇÚCAR */

    .acucar-text-world h3 strong, .acucar-text-world h3 em, 
    .acucar-text-world h3, .content-interna.bioeletricidade .row1 .col2 h3, 
    .content-interna.bioeletricidade .row1 .col3 h3, 
    .content-interna.bioeletricidade .row1 .col3 h3 strong, 
    .content-interna.bioeletricidade .row2 .col1 h3 strong, 
    .content-interna.bioeletricidade .row2 .col1 h3, 
    .content-interna.bioeletricidade .row2 .col2 h3, 
    .content-interna.bioeletricidade .row2 .col2 .et_pb_text:nth-child(2) h3, 
    .content-interna.bioeletricidade .row2 .col2 h3 strong {
        font-size: 26px !important;
        line-height: 32px !important;
        font-weight: 900 !important;
    }

    /* HISTÓRICO DO SETOR */

    .timeline-hor .et-hor-timeline-template-11 .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -25px;
    }
    .timeline-hor .et-hor-timeline-template-11 .bx-wrapper .bx-controls-direction a.bx-next {
        right: -25px;
    }
    .timeline-hor .et-hor-timeline-template-11 .et-title, .et-hor-timeline-template-11 .et-title a {
        font-size: 16px !important;
        line-height: 18px;
    }
    .timeline-hor .bx-viewport {
        max-width: 220px;
    }
    .timeline-hor .bx-viewport ul.et-timeline-one li{
        width: 220px !important;
    }
}