/*

Theme Name: Deloitte 2023
Description: Tema para WordPress.
Author: Geosfera
Author URI: http://geosfera.com.br/
Version: 1.23
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.

*/



/* Basic WordPress Styles */

@import url('css/wp.css');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap');

*{
    margin: 0;
    padding: 0;
}

html, body {
    overflow-x: hidden;
}

a img{
    border: 0;
}

a:link,
a:active,
a:visited{
    color: #000000;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

body{
    background: #F2F0F7;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    height: 100%;
}
.wrapper{
    /*max-width: 1180px;*/
    max-width: 1220px;
    margin: 0 auto;
    padding: 10px 1em;
}

.relative{
    position: relative;
}

.d_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    list-style: none;
}

.entry-content p{
    margin: 15px 0;
}

.entry-content a:link,
.entry-content a:active,
.entry-content a:visited{
    color: #333333;
    text-decoration: underline;
}

.entry-content a:hover{
    color: #AD8D80;
    text-decoration: underline;
}

.txt_center{
    text-align: center;
}

.banner{
    max-width: 1100px;
    margin: 50px auto;
    text-align: center;
    padding: 0;
}

.banner img{
    max-width: 100%;
    height: auto;
}

figure img{

    max-width: 100%;

    height: auto;

}

figure a img{

    max-width: 100%;

    height: auto;

}

h1, h2, h3{

    font-weight: bold;

}

h2.titulo{

    background-image: url('./imagens/bolinha1.png'), url('./imagens/linha1.png');

    background-position: right 9px, left bottom;

    background-repeat: no-repeat, no-repeat;

    font-size: 20px;

    font-weight: 800;

    line-height: 25px;

    padding: 0 20px 20px 0;

    width: auto;

    display: table;

}



a.btn_mais:link,

a.btn_mais:active,

a.btn_mais:visited{

    background: url('./imagens/btn_mais.png') right center no-repeat;

    color: #000000;

    display: table;

    font-size: 13px;

    font-weight: 800;

    text-transform: uppercase;

    padding: 5px 25px 5px 5px;

    text-decoration: none;

    margin: 25px auto;

}

a.btn_mais:hover{

    opacity: 0.75;

}

@media screen and (max-width: 980px){
    .d_flex{
        display: block;
    }
    .banner{
        width: 80vw;
        margin: 20px auto;
    }
}

@media screen and (max-width: 680px){
    #injectedBanner{
        float: none !important;
        position: relative;
        margin: 10px auto !important;
    }
}



/* Animação */

/*header#homepage,

header#homepage .wrapper.relative #itens_topo .apresentado,

header#homepage .wrapper.relative #itens_topo .produzido,

header#homepage #header_homepage{

	filter: alpha(opacity=0);

  	opacity: 0.0;

}*/



header{

    background: #000;

    min-height: 450px;

    height: fit-content;

}

header#homepage{

    background: #000;

    min-height: 100vh;

    height: fit-content;

}

header#single{

    background: #000;

    min-height: 80vh;

    position: relative;

}

header#pagina{

    background: #000;

    min-height: 175px;

    height: 175px;

}

header .sombra,

header#single .sombra{

    background: url('./imagens/sombra.png') center top repeat-x;

    width: 100%;

    height: 300px;

    position: absolute;

    top: 40px;

    z-index: 5;

}

header#pagina .sombra{

    background: url('./imagens/sombra.png') center top repeat-x;

    width: 100%;

    height: 135px;

    position: absolute;

    top: 40px;

    z-index: 5;

}

h2.jornada-esg{

    color: #ffffff;

    font-size: 24px;

    font-weight: lighter;

}

h2.jornada-esg strong{

    color: #87BD27;

}

#itens_topo .produzido .d_flex p{

    color: #ffffff;

    font-size: 10px;

    font-weight: lighter;

    text-transform: uppercase;

    margin: 0 15px 0 0;

}

#itens_topo .produzido .d_flex figure {

    margin: 0;

}



header .wrapper.relative.d_flex{

    background: url('./imagens/linha_verde_luz.png') center bottom no-repeat;

    padding: 70px 1em 40px 1em;

    z-index: 5;

}

header .wrapper.relative.d_flex nav#links_social{

    position: absolute;

    right: 1em;

    top: 155px;

}

header .wrapper.relative.d_flex nav#links_social a:link,

header .wrapper.relative.d_flex nav#links_social a:active,

header .wrapper.relative.d_flex nav#links_social a:visited{

    color: #ffffff;

    font-size: 20px;

    margin: 0 10px;

}

header .wrapper.relative.d_flex nav#links_social a:hover{

    color: #68BD00;

}



header .wrapper.relative.d_flex nav#links_social #busca{

    background: none;

    margin: 0 5px;

}

header .wrapper.relative.d_flex nav#links_social #busca input{

    background: none;

    color: #ffffff;

    border: none;

    height: 20px;

    padding: 0 5px;

    border-bottom: #ffffff solid 1px;

    top: -2px;

    position: relative;

}

header .wrapper.relative.d_flex nav#links_social #busca button{

    background: none;

    border: 0;

    color: #ffffff;

    cursor: pointer;

    font-size: 18px;

    height: 20px;

    width: 20px;

    padding: 0;

}

header .wrapper.relative.d_flex nav#links_social #busca button:hover{

    color: #68BD00;

}

@media screen and (max-width: 980px){
    header .wrapper.relative.d_flex{
        padding: 65px 1em 25px 1em;
        margin-bottom: 50px;
    }

    header .wrapper.relative.d_flex{
        display: flex;
    }

    header .wrapper.relative.d_flex nav#links_social{
        top: 170px;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }

    header .wrapper.relative.d_flex nav#links_social a:link,
    header .wrapper.relative.d_flex nav#links_social a:active,
    header .wrapper.relative.d_flex nav#links_social a:visited{
        margin: 0 5px;
    }

    .deloitte{
        max-width: 25%;
    }

    .deloitte a img{
        width: 100%;
        height: auto;
    }

    h2.jornada-esg{
        font-size: 18px;
        line-height: 20px;
        max-width: 50%;
        margin: 0 15px;
    }

    

}

header#homepage #header_homepage{

    background: #000;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    min-height: 100vh;

    z-index: 0;

}

header#homepage #header_homepage.slider_home div.page_slide{

    height: 100vh;

    display: flex;

    align-items: center;

}

header#homepage #header_homepage.slider_home div.page_slide .wrapper{

    width: 90%;

    max-width: 1100px;

    z-index: 10;

}

header#homepage #header_homepage.slider_home div.page_slide .wrapper h2{

    color: #ffffff;

    max-width: 520px;

    font-size: 35px;

    line-height: 55px;

    font-weight: 800;

}

header#homepage #header_homepage.slider_home div.page_slide .wrapper h2 span{

    /*padding: 3px 0;

    text-indent: 5px;

    word-spacing: 30px;*/

    background-color: #000000;

    color: #FFFFFF;

    display: inline;

    white-space: pre-wrap;

    padding: 3px 10px;



    background-color: #000000;

    color: #fff; 

    display: inline;

    /* Needs prefixing */

    box-decoration-break: clone;

    -webkit-box-decoration-break: clone;



}

header#homepage #header_homepage.slider_home div.page_slide .wrapper div.resumo{

    background: rgba(0, 0, 0, 0.6);

    max-width: 560px;

    color: #FFFFFF;

    font-size: 20px;

    line-height: 25px;

    font-weight: 400;

    margin: 3px 0;

    padding: 7px 20px 10px 16px;

}

header#homepage #header_homepage.slider_home div.page_slide .wrapper div.resumo a:link,

header#homepage #header_homepage.slider_home div.page_slide .wrapper div.resumo a:active,

header#homepage #header_homepage.slider_home div.page_slide .wrapper div.resumo a:visited{

    color: #FFFFFF;

    text-decoration: none;

}

header#homepage #header_homepage.slider_home div.page_slide .wrapper div.resumo a:hover{

    text-decoration: none;

}

header#homepage #header_homepage.slider_home div.page_slide a.link_grande{

    width: 100%;

    height: 100%;

    position: absolute;

}

header#homepage #header_homepage.slider_home div.page_slide .wrapper a.link_grande{

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

}



#header_homepage .slick-prev{

    background: url('./imagens/prev1.png') center center no-repeat;

    height: 32px;

    width: 32px;

    left: 25px;

    z-index: 99;

}

#header_homepage .slick-prev:hover{

    background: url('./imagens/prev2.png') center center no-repeat;

}

.slick-prev:before {

    content: '' !important;

}

.slick-next:before {

    content: '' !important;

}

#header_homepage .slick-next{

    background: url('./imagens/next1.png') center center no-repeat;

    height: 32px;

    width: 32px;

    right: 25px;

    z-index: 99;

}

#header_homepage .slick-next:hover{

    background: url('./imagens/next2.png') center center no-repeat;

}

#header_homepage ul.slick-dots{

    background: rgb(0,0,0);

    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);

    padding: 25px 0;

}

#header_homepage .slick-dots li button::before {

    background: url('./imagens/bolinha2.png') center center no-repeat;

    width: 20px;

    height: 20px;

    content: "";

    opacity: 1;

}

#header_homepage .slick-dots li.slick-active button::before {

    background: url('./imagens/bolinha1.png') center center no-repeat;

    width: 20px;

    height: 20px;

    content: "";

    opacity: 1;

}

@media screen and (max-height: 680px){

    header#homepage #header_homepage.slider_home div.page_slide{

        display: flex;

    }

    div.page_slide .wrapper {

        position: relative;

    }

    header#homepage #header_homepage.slider_home div.page_slide .wrapper{

        padding-top: 150px;

    }

    header#homepage #header_homepage.slider_home div.page_slide .wrapper h2{

        font-size: 25px;

        line-height: 42px;

    }

}

@media screen and (max-height: 580px){

    header#homepage #header_homepage.slider_home div.page_slide .wrapper div.resumo{

        display: none;

    }

}

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

    header#homepage #header_homepage.slider_home div.page_slide{

        height: auto;

        min-height: 100vh;

    }

    header#homepage #header_homepage.slider_home div.page_slide .wrapper{

        width: 70%;

    }

    header#homepage #header_homepage.slider_home div.page_slide .wrapper h2{

        font-size: 22px;

        line-height: 38px;

    }

    #header_homepage .slick-prev{

        left: 5px;

    }

    #header_homepage .slick-next{

        right: 5px;

    }

    header#single{

        background: #000;

        min-height: 175px;

        height: fit-content;

        position: relative;

    }

}



#main{

    z-index: 20;

    position: relative;

}



/* Home */

#container.homepage section{

    padding: 50px 0 0 0;

}

#container.homepage section#ultimas_noticias{

    background: #F3F0F7 url('./imagens/bg_home_01.png') center top no-repeat;

}

#container.homepage section#ultimas_noticias #area_ultimas_noticias{

    padding: 45px 0 0 0;

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}

#container.homepage section#ultimas_noticias #area_ultimas_noticias article{

    max-width: 570px;

    margin-bottom: 50px;

}

#container.homepage section#ultimas_noticias #area_ultimas_noticias article .textos{

    margin: 30px 0 0 0;

}

#container.homepage section#ultimas_noticias #area_ultimas_noticias article .textos.live{

    background: url('./imagens/play-button.png') left 0px no-repeat;

    max-width: 530px;

    margin: 30px 0 0 0;

    padding: 0 0 0 40px;

}



#container.homepage section#ultimas_noticias #area_ultimas_noticias article .textos h3{

    font-size: 20px;

}

#container.homepage section#ultimas_noticias #area_ultimas_noticias article .textos div.resumo{

    font-size: 18px;

    margin: 10px 0;

}

#container.homepage section#ultimas_noticias #area_ultimas_noticias article .textos p.data{

    color: #8f8f93;

    font-size: 14px;

    font-weight: 800;

    margin: 10px 0 0 0;

}

#container.homepage section#ultimas_noticias #area_ultimas_noticias article.post_03,

#container.homepage section#ultimas_noticias #area_ultimas_noticias article.post_04{

    max-width: 385px;

}



#container.homepage section#ultimas_noticias #area_ultimas_noticias article.post_02{

    max-width: 590px;

}

#container.homepage section#ultimas_noticias #area_ultimas_noticias article.post_02 figure{

    background: url('./imagens/traingulo_01.png') bottom right no-repeat;

    padding: 0 20px 20px 0;

    max-width: 590px;

}

#container.homepage section#ultimas_noticias #area_ultimas_noticias article.post_02 .textos{

    max-width: 570px;

    margin: 20px 0 0 0;

}

#container.homepage section#ultimas_noticias #area_ultimas_noticias article.post_02 .textos.live{

    background: url('./imagens/play-button.png') left 0px no-repeat;

    max-width: 530px;

    margin: 20px 0 0 0;

    padding: 0 0 0 40px;

}



#container.homepage section#ultimas_noticias #area_ultimas_noticias article a:link,

#container.homepage section#ultimas_noticias #area_ultimas_noticias article a:active,

#container.homepage section#ultimas_noticias #area_ultimas_noticias article a:visited{

    text-decoration: none;

    opacity: 1;

    -webkit-transition: 0.2s ease-out;

    -moz-transition: 0.2s ease-out;

    -o-transition: 0.2s ease-out;

    transition: 0.2s ease-out;

}

#container.homepage section#ultimas_noticias #area_ultimas_noticias article a:hover,

#container.homepage section#ultimas_noticias #area_ultimas_noticias article a:hover figure,

#container.homepage section#ultimas_noticias #area_ultimas_noticias article a:hover h3,

#container.homepage section#ultimas_noticias #area_ultimas_noticias article a:hover p{

    text-decoration: none;

    opacity: 0.75;

    -webkit-transition: 0.2s ease-out;

    -moz-transition: 0.2s ease-out;

    -o-transition: 0.2s ease-out;

    transition: 0.2s ease-out;

}



#container.homepage section#ultimas_noticias #area_ultimas_noticias .banners figure{

    margin-bottom: 60px;

}



#container.homepage section#videos #lista_videos{

    padding: 25px 0;

}



#container.homepage section#especiais #area_especiais{

    padding: 25px 0;

    width: 100%;

}

#container.homepage section#especiais #area_especiais article{

    width: 385px;

}

#container.homepage section#especiais #area_especiais article a{

    display: block;

    margin: 25px 0;

}

#container.homepage section#especiais #area_especiais article a h3{

    color: #ffffff;

    text-decoration: none;

    font-size: 20px;

    font-weight: 800;

}

#container.homepage section#especiais #area_especiais .slick-prev{

    background: url('./imagens/prev1.png') center center no-repeat;

    height: 32px;

    width: 32px;

    right:  70px;

    left: auto;

    z-index: 99;

    top: -50px;

}

#container.homepage section#especiais #area_especiais .slick-prev:hover{

    background: url('./imagens/prev2.png') center center no-repeat;

}

#container.homepage section#especiais #area_especiais .slick-next{

    background: url('./imagens/next1.png') center center no-repeat;

    height: 32px;

    width: 32px;

    right: 25px;

    z-index: 99;

    top: -50px;

}

#container.homepage section#especiais #area_especiais .slick-next:hover{

    background: url('./imagens/next2.png') center center no-repeat;

}



#container.homepage section#videos{

    background: #ffffff url('./imagens/bg_home_02.png') center top no-repeat;

}

#container.homepage section#videos .area_videos{

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    margin: 30px 0 50px 0;

}

#container.homepage section#videos .area_videos #video_grande{

    max-width: 650px;

    width: 100%;

    /*height: 360px;*/

}



#container.homepage section#videos .area_videos .video_texto .texto{

    max-width: 520px;

    margin: 0;

    display: none;

}

#container.homepage section#videos .area_videos .video_texto .texto:first-child {

    display: block;

}

#container.homepage section#videos .area_videos .video_texto .texto h3{

    margin: 0 0 20px 0;

}

#container.homepage section#videos .area_videos .video_texto .texto h3 span{

    background-color: #000000;

    color: #FFFFFF;

    display: inline;

    white-space: pre-wrap;

    padding: 3px 10px;

    font-size: 25px;

    line-height: 42px;



    background-color: #000000;

    color: #fff; 

    display: inline;

    /* Needs prefixing */

    box-decoration-break: clone;

    -webkit-box-decoration-break: clone;

}

#container.homepage section#videos .area_videos .video_texto .texto p.data {

    color: #8f8f93;

    font-size: 14px;

    font-weight: 800;

    margin: 20px 0 0 0;

}

#container.homepage section#videos .area_videos .video_texto .texto a.btn_mais{

    margin: 15px 0 0 0;

    padding: 5px 25px 5px 0;

}

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

    #container.homepage section#videos .area_videos #video_grande{

        margin: 15px 0;

    }

    #container.homepage section#videos .area_videos .video_texto .texto h3{

        margin: 0 0 20px 10px;

    }

    #container.homepage section#videos .area_videos .video_texto .texto h3 span{

        font-size: 20px;

        line-height: 35px;

        box-shadow: -10px 0 0 #000000;

    }

}



#container.homepage section#videos #assista_tambem{

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    margin: 30px 0;

}

#container.homepage section#videos #assista_tambem .post_video{

    margin: 20px;

}

#container.homepage section#videos #assista_tambem .post_video .moldura{

    -webkit-box-shadow: 0px 0px 15px 0px rgba(102,102,102,0.5); 

    box-shadow: 0px 0px 15px 0px rgba(102,102,102,0.5);

    width: fit-content;

    min-height: 375px;

}

#container.homepage section#videos #assista_tambem .post_video .texto{

    background: #ffffff;

    padding: 20px 25px;

    width: 250px;

}

#container.homepage section#videos #assista_tambem .post_video .texto h3{

    font-size: 18px;

}

#container.homepage section#videos #assista_tambem .post_video .texto  p.assista{

    color: #86bc25;

    font-size: 13px;

    text-transform: uppercase;

    font-weight: bold;

    margin: 20px 0;

}

#container.homepage section#videos #assista_tambem .post_video a{

    text-decoration: none;

}

#container.homepage section#videos #assista_tambem .slick-prev{

    background: url('./imagens/prev1.png') center center no-repeat;

    height: 32px;

    width: 32px;

    right:  70px;

    left: auto;

    z-index: 99;

    top: -40px;

}

#container.homepage section#videos #assista_tambem .slick-prev:hover{

    background: url('./imagens/prev3.png') center center no-repeat;

}

#container.homepage section#videos #assista_tambem .slick-next{

    background: url('./imagens/next1.png') center center no-repeat;

    height: 32px;

    width: 32px;

    right: 25px;

    z-index: 99;

    top: -40px;

}

#container.homepage section#videos #assista_tambem .slick-next:hover{

    background: url('./imagens/next3.png') center center no-repeat;

}



#container.homepage section#especiais{

    background: #151515;

}

#container.homepage section#especiais h2.titulo{

    background-image: url('./imagens/bolinha1.png');

    background-position: right 9px;

    background-repeat: no-repeat;

    color: #ffffff;

    font-size: 25px;

}



section#mais_acessadas{

    background: #f1f0f6;

}

body.single section#mais_acessadas{

    background: #ffffff;

}

section#mais_acessadas #area_mais_acessadas{

    padding: 40px 0 0 0;

}

section#mais_acessadas #area_mais_acessadas article{

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start;

    margin-bottom: 50px;

}

section#mais_acessadas #area_mais_acessadas article figure{

    width: 140px;

    margin-right: 10px;

}

section#mais_acessadas #area_mais_acessadas article .textos{

    max-width: 240px;

}

section#mais_acessadas #area_mais_acessadas article .textos h3{

    font-size: 18px;

    line-height: 22px;

}

section#mais_acessadas #area_mais_acessadas article .textos p.data{

    color: #8f8f93;

    font-size: 14px;

    font-weight: 800;

    margin: 5px 0 0 0;

}

section#mais_acessadas #area_mais_acessadas article a{

    text-decoration: none;

}

section#mais_acessadas #area_mais_acessadas article a:link,

section#mais_acessadas #area_mais_acessadas article a:active,

section#mais_acessadas #area_mais_acessadas article a:visited{

    opacity: 1;

    -webkit-transition: 0.2s ease-out;

    -moz-transition: 0.2s ease-out;

    -o-transition: 0.2s ease-out;

    transition: 0.2s ease-out;

}

section#mais_acessadas #area_mais_acessadas article a:hover,

section#mais_acessadas #area_mais_acessadas article .textos:hover{

    opacity: 0.75;

    -webkit-transition: 0.2s ease-out;

    -moz-transition: 0.2s ease-out;

    -o-transition: 0.2s ease-out;

    transition: 0.2s ease-out;

}

section#mais_acessadas #area_mais_acessadas .slick-prev{

    background: url('./imagens/prev1.png') center center no-repeat;

    height: 32px;

    width: 32px;

    right:  70px;

    left: auto;

    z-index: 99;

    top: -50px;

}

section#mais_acessadas #area_mais_acessadas .slick-prev:hover{

    background: url('./imagens/prev3.png') center center no-repeat;

}

section#mais_acessadas #area_mais_acessadas .slick-next{

    background: url('./imagens/next1.png') center center no-repeat;

    height: 32px;

    width: 32px;

    right: 25px;

    z-index: 99;

    top: -50px;

}

section#mais_acessadas #area_mais_acessadas .slick-next:hover{

    background: url('./imagens/next3.png') center center no-repeat;

}



body.single section#mais_acessadas{

    padding: 40px 0 0 0;

}



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

    #container.homepage section#ultimas_noticias #area_ultimas_noticias{

        justify-content: center;

    }

    #container.homepage section#ultimas_noticias #area_ultimas_noticias article{

        margin: 0 auto 50px auto;

    }

    section#mais_acessadas #area_mais_acessadas article figure{

        width: 30%;

        margin-right: 5px;

    }

    section#mais_acessadas #area_mais_acessadas article .textos{

        max-width: 65%;

    }

}



.slick-dots {

    bottom: 0 !important;

}



/* Index - Matérias */

#container.materias #content.wrapper #topo{

    margin: 50px 0 0 0;

}

#container.materias #lista_materias.d_flex{

    max-width: 100%;

    align-items: stretch;

    margin: 50px 0;

}

#container.materias #lista_materias article.post{

    max-width: 365px;

    margin: 0 0 50px 0;

}

#container.materias #lista_materias article.post .textos {

    margin: 15px 0 0 0;

}

#container.materias #lista_materias article.post .textos p.data {

    color: #8f8f93;

    font-size: 14px;

    font-weight: 800;

    margin: 10px 0 0 0;

}

#container.materias #lista_materias article.post a:link,

#container.materias #lista_materias article.post a:active,

#container.materias #lista_materias article.post a:visited{

    text-decoration: none;

}

#container.materias #lista_materias article.post a:hover{

    text-decoration: none;

}

#container.materias #lista_materias article.post a:hover figure,

#container.materias #lista_materias article.post a:hover .textos{

    opacity: 0.75;

    -webkit-transition: 0.2s ease-out;

    -moz-transition: 0.2s ease-out;

    -o-transition: 0.2s ease-out;

    transition: 0.2s ease-out;

}

#container.materias #lista_materias article.post .textos.live{

    background: url('./imagens/play-button.png') left 0px no-repeat;

    padding: 0 0 0 40px;

}



/* Paginação */

#pagination{

    clear: both;

    display: table;

    padding-bottom: 10px;

    margin: 20px auto;

}

#pagination a, #pagination .dots, #pagination .next, #pagination .prev {

    padding:2px 5px;

    margin:2px;

    color:#fff;

    text-decoration:none;

    float: left;

    background-color:#000000;

}

#pagination a:hover, #pagination .next:hover, #pagination .prev:hover {

    background-color:#999999;

    color:#fff;

}

#pagination .current {

    padding:2px 5px;

    margin:2px;

    text-decoration:none;

    float: left;

    background-color:#86BC25;

    color:#fff;

}



#pagination .next {

    float: left;

}

#pagination .prev {

    float: left;

}



/* Busca */

#container.materias.buscas #content.wrapper #topo p{

    margin: 25px 0;

}



/* Single */

header#single .titulos{

    width: 100%;

    height: fit-content;

    position: absolute;

    bottom: -30px;

    margin: 0 auto;

    z-index: 99;

}

header#single .titulos .wrapper{

    max-width: 850px;

}

header#single .titulos .wrapper h1.entry-title{

    text-align: center;

}

header#single .titulos .wrapper h1.entry-title span {

    background-color: #68BD00;

    font-size: 40px;

    font-family: 'Fira Sans', sans-serif;

    font-weight: 800;

    line-height: 65px;

    text-align: center;

    margin: 15px 0;

    color: #FFFFFF;

    display: inline;

    white-space: pre-wrap;

    padding: 6px 20px;



    background-color: #68BD00;

    color: #fff; 

    display: inline;

    /* Needs prefixing */

    box-decoration-break: clone;

    -webkit-box-decoration-break: clone;

}

#container.single{

    background: #F2F0F7 url('./imagens/bg_single_01.png') right center no-repeat;

}

#container.single #post{

    max-width: 800px;

    margin: 0 auto;

}

#container.single #post h3.olho{

    color: #000;

    font-size: 25px;

    text-align: center;

    font-weight: 400;

    font-style: italic;

    margin: 25px auto;

}

#container.single  #post .post #compartilhe{

    width: 75px;

    text-align: center;

    position: absolute;

    left: -90px;

    padding-top: 3px;

}

#container.single  #post .post #compartilhe p{

    color: #a4a4a4;

    font-size: 11px;

    text-transform: uppercase;

}

#container.single  #post .post #compartilhe #links_compartilhe a:link,

#container.single  #post .post #compartilhe #links_compartilhe a:active,

#container.single  #post .post #compartilhe #links_compartilhe a:visited{

    color: #a4a4a4;

    display: block;

    margin: 10px auto;

}

#container.single  #post .post #compartilhe #links_compartilhe a:hover{

    opacity: 0.75;

}



#container.single  #post .post .conteudo p.data {

    color: #8f8f93;

    font-size: 14px;

    font-weight: 800;

    margin: 0;

}

#container.single  #post .post .conteudo .entry-content:first-letter {

    color: #68BD00;

    font-size: 80px;

    line-height: 25px;

    font-weight: 800;

    text-transform: uppercase;

}

#container.single  #post .post .conteudo .entry-content p {

    margin: 30px 0;

    font-size: 18px;

    line-height: 25px;

}

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

    header#single .titulos{

        width: 100%;

        height: fit-content;

        position: relative;

        bottom: 0px;

        margin: 0 auto;

        z-index: 99;

    }

    header#single .titulos .wrapper h1.entry-title{

        padding: 15px 1em;

    }

    header#single .titulos .wrapper h1.entry-title span {

        font-size: 25px;

        line-height: 35px;

    }

}



/* Single - Live */

header#single.cat_live{

    background: #000000 url('./imagens/bg_single_03.png') right bottom no-repeat;

    min-height: 450px;

    height: fit-content;

}

header#single.cat_live .titulos {

    width: 100%;

    height: fit-content;

    position: absolute;

    bottom: 25px;

    margin: 0 auto;

    z-index: 99;

}

header#single.cat_live .titulos .wrapper h1.entry-title span {

    background: none;

    font-size: 40px;

    font-family: 'Fira Sans', sans-serif;

    font-weight: 800;

    line-height: 45px;

    text-align: center;

    margin: 15px 0;

    color: #FFFFFF;

    display: inline;

    white-space: pre-wrap;

    padding: 6px 20px;

    padding-left: 0px;

    box-shadow: none;

}

header#single.cat_live .titulos .wrapper .olho{

    color: #ffffff;

    font-size: 22px;

    font-weight: normal;

    text-align: center;

    margin: 15px auto;

}

#container.single #video_grande_live{

    max-width: 1000px;

    margin: 0 auto;

    padding: 50px 0;

}

#container.single.live {

    background: #F2F0F7 url('./imagens/bg_single_02.png') right top no-repeat;

}

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

    header#single.cat_live .titulos{

        width: 100%;

        height: fit-content;

        position: relative;

        bottom: 0px;

        margin: 0 auto;

        z-index: 99;

    }

    header#single.cat_live .titulos .wrapper h1.entry-title{

        padding: 15px 1em;

    }

    header#single.cat_live .titulos .wrapper h1.entry-title span {

        font-size: 25px;

        line-height: 35px;

    }

    header#single.cat_live .titulos .wrapper .olho {

        font-size: 19px;

        margin: 15px auto;

    }

}





#container.single #post img{

    max-width: 100%;

    height: auto;

}



#container.single #post .post .conteudo .entry-content blockquote{

    background-color:#151515;

    border: none;

    color: #ffffff;

    font-family: 'Fira Sans', sans-serif;

    padding: 25px 15%; 

    display: inline-block;

    font-weight: lighter;

    width: 85%;

    margin: 0 25px 25px -7.5%;

}

#container.single #post .post .conteudo .entry-content blockquote p{

    color: #ffffff;

    font-size: 25px;

    line-height: 36px;

    font-weight: 300;

}

#container.single #post .entry-content .wp-caption p.wp-caption-text {

    font-size: 16px;

    line-height: 17px;

    margin: 10px 0 0 0;

    padding: 0;

}



@media (max-width: 1080px){

    #container.single #post .post .conteudo .entry-content blockquote{

        width: 90%;

        margin: 25px auto;

        padding: 10px 5%; 

    }

}

#container.single #post .post .conteudo .entry-content blockquote.destaque { 
    background-color:#ffffff;
    border-top: #68BD00 solid 6px;
    border-bottom: #68BD00 solid 6px;
    color: #000000;
    font-family: 'Open Sans', sans-serif !important;
    padding: 25px 8%; 
    display: inline-block;
    font-weight: lighter;
    width: 100%;
    margin: 0 25px 25px -7.5%;
}
#container.single #post .post .conteudo .entry-content blockquote.destaque p{
    color: #000000;
    margin: 30px 0;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    line-height: 25px;
}
#container.single #post .post .conteudo .entry-content blockquote.destaque a:link,
#container.single #post .post .conteudo .entry-content blockquote.destaque a:active,
#container.single #post .post .conteudo .entry-content blockquote.destaque a:visited{
    color: #000000;
}
#container.single #post .post .conteudo .entry-content blockquote.destaque a:hover{
    color: #000000;
    text-decoration: none;
}
#container.single #post .post .conteudo .entry-content blockquote.destaque p strong{
    color: #68BD00;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
}
#container.single #post .post .conteudo .entry-content blockquote.destaque h1,
#container.single #post .post .conteudo .entry-content blockquote.destaque h2,
#container.single #post .post .conteudo .entry-content blockquote.destaque h3,
#container.single #post .post .conteudo .entry-content blockquote.destaque h4,
#container.single #post .post .conteudo .entry-content blockquote.destaque h5,
#container.single #post .post .conteudo .entry-content blockquote.destaque h6{
    color: #68BD00;
    font-family: 'Fira Sans', sans-serif !important;
    margin: 30px 0;
}
@media (max-width: 1080px){
    #container.single #post .post .conteudo .entry-content blockquote.destaque{
        width: 90%;
        margin: 25px auto;
        padding: 10px 5%; 
    }
}


/* footer */

footer{

    background: #000000;

    color: #ffffff;

    padding: 35px 0 70px 0;

    font-weight: 200;

    font-size: 15px;

}

footer .deloitte img{

    max-width: 140px;

    height: auto;

}

footer .links a:link,

footer .links a:active,

footer .links a:visited{

    color: #ffffff;

    margin: 0 5px;    

    text-decoration: none;

    font-size: 20px;

}

footer .links a:hover{

    color: #68BD00;

}

footer .wrapper .links .d_flex{

    height: 66px;

}

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

    footer .wrapper.d_flex div{

        /*width: 100%;*/

        margin: 25px auto;

        text-align: center;

    }

    footer .links a img{

        margin: 10px;

    }

}



.responsive-container {

	position: relative;

	padding-bottom: 56.25%; /* 16:9 */

	padding-top: 0px;

	height: 0;

	overflow: hidden;

}

.responsive-container iframe,

.responsive-container object,

.responsive-container embed,

.responsive-container video{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}



div#box_esg{

    position: fixed;

    width: 100%;

    bottom: 0;

    z-index: 999;

}

div#box_esg .wrapper{

    padding: 0;

}

div#box_esg .wrapper .conteudo{
    background: #ffffff;
    padding: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    max-width: 360px;
    width: 80%;
    margin: 0 0 0 auto;
    display: flex;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5); 
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
@media screen and (max-width: 880px){
    div#box_esg .wrapper .conteudo{
        margin: 0 auto;
    }
}
div#box_esg .wrapper .conteudo figure{
    width: 17px;
    margin: 5px 5px 0 0;
}
div#box_esg .wrapper .conteudo figure img{
    width: 17px;
    height: auto;
}
div#box_esg .wrapper .conteudo p{
    width: 90%;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
div#box_esg .wrapper .conteudo p b{
    color: #86BC25;
}
div#box_esg .wrapper .conteudo p b span{
    font-size: 20px;
    top: 3px;
    position: relative;
}
div#box_esg .wrapper .conteudo a:link,
div#box_esg .wrapper .conteudo a:active,
div#box_esg .wrapper .conteudo a:visited{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banners .tudo-sobre-governanca{
    background: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
}
.banners .tudo-sobre-governanca h2 a:hover{
    text-decoration: none!important;
    opacity: 0.75!important;
    -webkit-transition: 0.2s ease-out!important;
    -moz-transition: 0.2s ease-out!important;
    -o-transition: 0.2s ease-out!important;
    transition: 0.2s ease-out !important;
}
.banners .tudo-sobre-governanca article.article-tudo-sobre-governanca{
    max-width: 270px !important;
    margin: 20px auto 0 auto !important;
    margin-bottom: 5px !important;
}
.banners .tudo-sobre-governanca article.article-tudo-sobre-governanca figure{
    max-width: 260px !important;
    margin-bottom: 20px !important;
}
.banners .tudo-sobre-governanca article.article-tudo-sobre-governanca .textos {
    margin: 10px 0 0 0 !important;
}