.bg-full-gray{background: #efefef;}
/* Secao Noticia;s*/
.secao-noticia-herdado .titulo-secao{
    text-transform: none;
}
.secoes.secao-noticia .slick-list{
    padding: 0 !important;
}
.secoes.secao-noticia {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
.secoes.secao-noticia .item-destaque {
    width: 100%;
    margin-bottom: 0;
}
.secoes.secao-noticia .item-destaque .item .bg-image {
    width: 100%;
    height: 450px;
    position: relative;
}
.secoes.secao-noticia .item-destaque .item .bg-image .bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--layer-pattern) !important;
    background-repeat: repeat !important;
}
.secoes.secao-noticia .item-destaque .item .bg-image .bg:before {
    bottom: 0;
    height: 50%;
    background: transparent linear-gradient(180deg, #282A3600 0%, #2A2C38 100%) 0% 0% no-repeat padding-box;
    opacity: 0.5;
}
.secoes.secao-noticia .item-destaque .item .content-txt {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    padding: 0 30px 30px 30px;
}
.secoes.secao-noticia .item-destaque .item .content-txt .data {
    color: white;
    position: absolute;
    top: -20px;
    left: 30px;
}
.secoes.secao-noticia .item-destaque .item .content-txt h6 {
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}
.item-destaque .linha-top {
    top: -15px;
    left: -30px;
    width: 100px;
}
.secoes.secao-noticia .item-destaque .item .content-txt .gravata {
    color: #fff;
}
@media (max-width:1200px){
    .secoes.secao-noticia .slick-list{
        padding: 80px 0 0 !important
      }
    .secoes.secao-noticia .item-destaque .item{
        padding:0
    }
    .secoes.secao-noticia .content-itens {
        margin-top: 20px;
    }
    .secoes.secao-noticia .seta_esquerda,
    .secoes.secao-noticia .seta_direita{
        box-shadow: 0px 0px 20px #0000001C;
        border: 1px solid #E8E8E8;
    }
    .secoes.secao-noticia .slick-center .item:before{
        background: #efefef; 
    }
    .secoes.secao-noticia .numeroSlides{
        width: 115px;
    }
    .secoes.secao-noticia .seta_esquerda{
        right: 154px;
        
    }
}
@media (max-width:992px){
    .secoes.secao-noticia .container{
        padding:0
    }
    .secoes.secao-noticia .content {
        flex-wrap:wrap;
    }
    .secoes.secao-noticia .item-destaque{
        display:none;
    }   
  .secoes.secao-noticia .col-dir{
    display:flex;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 30px 0;
    border:solid 1px rgb(0 204 184 / 63%);
    border-left:none;
    border-right:none;
  }
  .secoes.secao-noticia .col-dir:before,
  .secoes.secao-noticia .col-dir:after {
    content:"";
    width:1000px;
    height:calc(100% + 2px);
    position:absolute;
    top:-1px;
    left:100%;
    border-top: solid 1px rgb(0 204 184 / 63%);
    border-bottom: solid 1px rgb(0 204 184 / 63%);
    border-left:none;
    opacity: 1;
    }
  .secoes.secao-noticia .col-dir:before {
    left:-100%;
    }
}
@media(max-width:768px){
    .secoes.secao-noticia .slick-list{
        padding: 0 !important;
    }
    .secoes.secao-noticia .container{
        padding:0 30px;
        max-width: 360px;
    }
    .secoes.secao-noticia .col-dir{
        flex-wrap:wrap;
        border:none;
    }
}
/* END Secao Noticias */




/* Newsletter */
.secoes.newsletter{
    padding:0;
    margin-bottom: 50px;
}
.secoes.secao-noticia .col-dir .content-formulario-completo {
    box-shadow: 0px 3px 50px rgb(0 0 0 / 0.1);
    border: 1px solid #EFEFEF;
    position: relative;
    margin-top: -140px;
    background: #fff;
}
.secoes.secao-noticia .col-dir .content-formulario-completo .titulo-chamada-formulario {
    padding: 15px;
}
.secoes.secao-noticia .col-dir .content-formulario-completo .titulo-chamada-formulario h2 {
    font: 700 18px/20px museo-slab,serif;
    text-align: center;
}
.secoes.secao-noticia .col-dir .content-formulario-completo .corpo-form {
    padding: 15px;
    background: #59718F;
    position: relative;
    border: solid 1px rgb(0 204 184 / 63%);
    border-right:none;
}
.msg-success-form{
   
}
.msg-success-form p{
     font: 300 16px/19px museo-slab, serif;
     color: #fff;
     margin: 15px 0px;
     padding-left: 0;
     text-align: center;
     border: 1px solid;
     border-radius: 5px;
     padding: 10px;
}
.secoes.secao-noticia .col-dir .content-formulario-completo .corpo-form:before {
    content:"";
    width:1000px;
    height:100%;
    position:absolute;
    top:0;
    left:100%;
    border: solid 1px rgb(0 204 184 / 30%);
    border-left:none;
    opacity: 1;
}
.checkLGPD {
    display: flex;
    align-items: center;
    padding: 20px 10px 0;
}
.txt-termos {
    font: 300 16px/19px museo-slab, serif;
    color: #fff;
    margin: 0;
    padding-left: 10px;
}
.txt-termos span {
    color: var(--cor-principal);
    cursor: pointer;
}
.textLGPD {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    overflow: hidden;
    /* display:none; */
    z-index: 2;
    transition: all ease .4s;
}
.textLGPD > p {
    position: absolute;
    top: 0;
    right: -440px;
    opacity: 0;
    font-size: 15px;
    color: #fff;
    background: rgb(60 73 90 / .95);
    width: 440px;
    height: 100%;
    padding: 50px 30px 30px;
    /* display:none; */
    z-index: 2;
    transition: all ease .4s;
}
.textLGPD.termoAberto {
    width: 440px;
}
.textLGPD.termoAberto p {
    opacity: 1;
    right: 0
}
.textLGPD > p a {
    color: var(--cor-principal);
}
.fechar-termo {
    display: block;
    position: absolute;
    color: #fff;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.form-group input.form-control {
    height: 35px;
    margin-bottom: 10px
}
.indica-obrigatorio span {
    display: block;
    font-size: 13px;
    text-align: center;
    color: #fff !important;
}
.btn.btn-formulario {
    width: 100%;
    margin-top: 15px;
    background: #00CCB8;
    color: #fff;
    height: 40px;
    font: 700 18px/16px museo-slab, serif;
}
@media (max-width:992px){
    .secoes.newsletter{
        margin-bottom: 0;
        padding-right: 20px;
    }
    .secoes.secao-noticia .col-dir .content-formulario-completo{
        margin-top:0;
        border-bottom: none;
    }
    .secoes.secao-noticia .col-dir .content-formulario-completo .corpo-form{
        border:none;
    }
    .secoes.secao-noticia .col-dir .content-formulario-completo .corpo-form:before{
        display:none;
    }
    .checkLGPD{
        padding-top: 14px;
    }
}
@media (max-width:768px){
    .secoes.newsletter{
        padding:0;
        margin-bottom:30px;
    }
}

@media (max-width:540px){
    .textLGPD{
        width: 1;
        height: 400px;
        top: -100px;
    }
    .textLGPD.termoAberto{
        width: 298px;

    }
    .textLGPD p{
        width:298px;
        font-size: 15px;
        line-height: 19px;
    }    
}
/* END Newsletter */



/* Banner Lateral */
.banner-lateral-home .banner{
    height: auto;
    background-size: cover;
    background-position:center;
    position:relative;
    border: solid 1px rgb(0 204 184 / 30%);
    border-right:none;
    position:relative
}
.banner-lateral-home .banner img{
    width:100%;
}
.banner-lateral-home .banner a{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top: 0;
    left: 0;
}
.banner-lateral-home .banner:before {
    content:"";
    width:1000px;
    height:100%;
    position:absolute;
    top:0;
    left:100%;
    border: solid 1px rgb(0 204 184 / 30%);
    border-left:none;
    opacity: 1;
}
@media (max-width:992px){
    .banner-lateral-home .banner:before{
        display:none;
    }
    .banner-lateral-home{
        min-width:270px;
    }
}
@media (max-width:768px){
    .banner-lateral-home{
        min-width:100%;
    }
    .secoes.secao-noticia .col-dir:before, .secoes.secao-noticia .col-dir:after{
        display:none;
    }
}

/* END Banner Lateral */




/* Secoes Videos */
.secoes.secao-video {
    padding:40px 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
    background: #efefef;
}
.secoes.secao-video:before,
.secoes.secao-video:after {
    content:"";
    width:200%;
    height:100%;
    position:absolute;
    top:0;
    left:-200%;
    z-index: -1;
    background: #efefef;
}
.secoes.secao-video:after {
    left:auto;
    right:-200%
}
.secoes.secao-video .bg-image .bg:after{
  background:url(../img/ic-play-circle-1.svg)
}

@media(max-width:992px){
    .grid-videos-podcasts .container{
        flex-wrap:wrap
    }
}
@media(max-width:768px){
    .grid-videos-podcasts .container{
        padding:0 30px;
    }
}
/* END Secoes Videos */

/* Secoes podast */
.secoes.secao-podcast {
    margin-top: 50px;
    position: relative;
    z-index: 2;
}
.secoes.secao-podcast > .container {
    padding: 0;
}
.secoes.secao-podcast  {
    padding: 0
}
.secoes.secao-podcast .slick-center .item:before{
    background: #efefef; 
}
.secoes.secao-podcast .seta_esquerda,
.secoes.secao-podcast .seta_direita{
    box-shadow: 0px 0px 20px #0000001C;
        border: 1px solid #E8E8E8;
}
.secoes.secao-podcast .bg-image .bg:after{
  background:url(../img/ic-podcast.svg)
}
/* END Secoes podast */


/* Mais Populares  */
.mais-populares-home *{}
.mais-populares-home {
    position:relative;
    top:-40px;
    margin-bottom: 50px;
    background:#fff;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 0px 50px #00000017;
}
.mais-populares-home h2{
    font-family: museo-slab, serif;
    font-weight: 100;
    font-size: 22px;
    line-height: 20px;
    color: #666;
    width: 100%;
    text-transform: uppercase;
    padding: 20px 0;
    margin: 0;
    text-align:center;
}
.mais-populares-home .content-itens{
    padding:20px 7px;
    padding: 15px;
    position: relative;
    border: solid 1px rgb(0 204 184 / 30%);
    border-right:none;
}
.mais-populares-home .content-itens:before {
    content:"";
    width:1000px;
    height:100%;
    position:absolute;
    top:0;
    left:100%;
    border: solid 1px rgb(0 204 184 / 30%);
    border-left:none;
    opacity: 1;
}
.mais-populares-home .seta_esquerda,
.mais-populares-home .seta_direita{
    box-shadow: 0px 0px 20px #0000001C;
        border: 1px solid #E8E8E8;
}
.mais-populares-home .video .bg-image .bg:after{
  background:url(../img/ic-play-circle-1.svg)
}
.mais-populares-home .podcast .bg-image .bg:after{
  background:url(../img/ic-podcast.svg)
}
@media(max-width:992px){
    .mais-populares-home{
        top:0;
        margin-top: 30px;
    }
    .mais-populares-home .content-itens{
        border-left:none
    }
    .mais-populares-home .content-itens:before {
        height:calc(100% + 2px);
        top:-1px;
    }

    .mais-populares-home .content-itens:after {
    content:"";
    width:1000px;
    height:calc(100% + 2px);
    position:absolute;
    top:-1px;
    right:100%;
    border: solid 1px rgb(0 204 184 / 30%);
    border-right:none;
    border-left:none;
    opacity: 1;
}
}
@media(max-width:768px){
   .mais-populares-home .content-itens{
       padding-bottom:0
   }
   .mais-populares-home .seta_direita{
    margin-left: -93px;
  }
  .mais-populares-home .seta_esquerda{
    margin-left: 53px;
  }
}
/* END Mais Populares */



/*  Secoes Entrevistas */
.secoes.secao-entrevista {
    background: #efefef;
}
.secoes.secao-entrevista:before,
.secoes.secao-entrevista:after {
    content:"";
    width:200%;
    height:100%;
    position:absolute;
    top:0;
    left:-200%;
    z-index: -1;
    background: #efefef;
}
.secoes.secao-entrevista:after {
    left:auto;
    right:-200%
}
@media (max-width:992px){
    .grid-entrevista-canais .container{
        flex-wrap:wrap;
    }
}
/* END Secoes Entrevistas */



/* Canais de atendimento */
.secao-canais-atendimento{
    background:#fff;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 9%);
    position:relative;
    top:-40px;
    /* border: 1px solid #F1F1F1; */
}
.secao-canais-atendimento .container{
    padding:0
}
.secao-canais-atendimento h2{
    font-family: museo-slab, serif;
    font-weight: 100;
    font-size: 22px;
    line-height: 20px;
    color: #666;
    width: 100%;
    text-transform: uppercase;
    padding: 20px 0;
    margin: 0;
    text-align:center;
}
.secao-canais-atendimento .content-itens{
    width:100%;
    padding:20px 7px;
    padding: 15px;
    position: relative;
    border: solid 1px rgb(0 204 184 / 30%);
    border-right:none;
}
.secao-canais-atendimento .content-itens .item{
    background: #FFFFFF;
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 24px;
    margin:15px 0;
    padding:0 4px;
    transition:all ease .3s;
}
.secao-canais-atendimento .content-itens .item:hover{
    box-shadow: 0 0 8px #98bbb8;
}
.secao-canais-atendimento .content-itens .item a{
    text-decoration: none;
}
.secao-canais-atendimento .content-itens .item .txt{
    min-height: 48px;
    align-items: center;
    line-height:18px
}
.secao-canais-atendimento .content-itens .item .txt .icon{
    width:40px;
    height: 40px;
    background-repeat:no-repeat;
    background-position:center !important;
}
.secao-canais-atendimento .content-itens .item .txt p{
    margin:0;
    padding-left:7px;
    padding-right:10px;
    font-size:17px;
    color:#707070;
    max-width: 140px;
    font-weight: 100;
}
.secao-canais-atendimento .content-itens:before {
    content:"";
    width:1000px;
    height:100%;
    position:absolute;
    top:0;
    left:100%;
    border: solid 1px rgb(0 204 184 / 30%);
    border-left:none;
    opacity: 1;
}
@media (max-width:992px){
    .secao-canais-atendimento{
        top:0;
        max-width: 360px;
        margin: 40px auto;
    }
    .secao-canais-atendimento .content-itens:before{
        display:none
    }
    .secao-canais-atendimento .content-itens{
        border: solid 1px rgb(0 204 184 / 30%);
    }
}
/* END Canais de atendimento */
