/* banner */
.banner-introducao-home{
  height: 340px;
}
.banner-introducao-home__content{
  height: 340px;
}
.content-banner__logo{
  width: 285px;
  height: auto;
  margin-right: 25px;
  position: relative;
  z-index: 2;
}
.content-banner__logo img{
  width: 100%;
}
.content-banner__description{
  width: 560px;
  height: 130px;
  background: rgba(18, 32, 80, .8);
  border-radius: 0 20px 20px 0;
  position: relative;
}
.content-banner__description p{
  font-size: 16px;
  line-height: 25px;
  padding-left: 65px;
  padding-right: 48px;
}
@media(max-width: 992px){
  .content-banner__logo{
    width: 180px;
    height: 180px;
  }
  .content-banner__description{
    width: 465px;
    height: auto;
    padding: 10px 0;
    left: -22px;
  }
}
@media(max-width: 768px){
  .content-banner__logo{
    width: 195px;
    height: 195px;
    /* position: absolute; */
    top: 45px;
  }
  .content-banner__description{
    left: 0;
    width: 100%;
    max-width: 330px;
    position: relative;
    border-radius: 20px 20px 0 0;
    height: 165px;
    padding-top: 15px;
    overflow: hidden;
    bottom: 20px;
  }
  .content-banner__description p{
    padding: 0 15px;
    text-align: center;
  }
}
/* end banner */




/* noticias */
.secao.noticias{
  margin-top: 10px;
}
.secao.noticias .col-esq{
  padding: 60px 45px 100px 15px;
  position: relative;
}
.secao.noticias .col-dir{
  padding: 60px 15px 100px 45px;
}
.secao.noticias .col-esq:before,
.secao.noticias .col-dir:before{
  content: '';
  background: #F2F3F6;
  width: 3000px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.secao.noticias .col-esq:before{
    right: 5px;
}
.secao.noticias .col-dir:before{left: 5px;}
/* end noticias */

.conselho-noticias__footer--agencia{
    text-align: right;
}
.conselho-noticias__footer--agencia a{}
.conselho-noticias__footer--agencia img{
    width: 120px;
    height: 22px;
}
@media(max-width: 992px){
  .secao.noticias .col-esq{
    padding: 60px 15px 60px 15px;
  }
  .secao.noticias .col-dir{
    padding: 60px 15px 60px 15px;
  }
  .conselho-evento-card-content{
    padding: 0
  }
  .conselho-evento-card{
    box-shadow: none;
  }
}

@media(max-width: 768px){
  .secao.noticias .col-esq,
  .secao.noticias .col-dir{
    padding: 60px 0;
}
  .secao.noticias .col-esq:before{
    right: -800px;
  }
  .secao.noticias .col-dir:before{
    left: -700px;
  }
  .secao.noticias .col-dir{
    margin-top: 10px
  }
}