/* introducao */

.secoes.introducao{
    padding-top: 0;
    margin-bottom: 180px;
}
.secoes.introducao .banner{
    min-height: 114px;
    position: relative;
}
.secoes.introducao .banner .content-titulo{
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: #8ED4E5;
    /* padding-bottom: 10px; */
}
.secoes.introducao .banner .content-titulo:before{
    content:'';
    background: #8ED4E5;
    width: 1000px;
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    right: 100%;
}
.secoes.introducao .banner .content-titulo:after{
    content: '';
    background: #8ED4E5;
    width: 1000px;
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    left: 100%;
}
.secoes.introducao .banner .content-titulo .titulo{
    padding: 0 15px;
    left: 15px;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    font-family: 'Open Sans',sans-serif;
    color: #1D4E89;
    margin: 0;
}

.secoes.introducao .botoes{}
.secoes.introducao .botoes .link-lateral{
  height: 100%;
  display: block;
}
.secoes.introducao .botoes .link-content{}
.secoes.introducao .botoes .link-content .link{
  height: 65px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  text-decoration: none;
}
.secoes.introducao .botoes .link-content .link .bg-link{
  position: relative;
  height: 100%;
}
.secoes.introducao .botoes .link-content .link .bg-link .titulo{
  text-align: center;
  background: #1D4E89;
  height: 100%;
  color: #fff;
  font-family: 'Open Sans',sans-serif;
  font-size: 20px;
  margin: 0;
  border-radius: 8px;
}
.secoes.introducao .botoes .link-content .link .bg-link .seta-lateral{
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 7px;
  background: #F6A161;
  border-radius: 0px 8px 8px 0px;
}
.secoes.introducao .botoes .link-content .link .bg-link .seta-lateral span{
  position: absolute;
  height: 100%;
  width: 22px;
  top: 0;
  right: 0;
  background-image: url(../img/curva-lateral-laranja.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.secoes.introducao .botoes .link-content .link .bg-link .seta-lateral span:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 8px;
  top: 0;
  right: 2px;
  background-image: url(../img/arrow-noticias-home.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotateY(180deg);
  background-size: contain;
}

@media(max-width: 992px){
  .secoes.introducao .banner .content-titulo .titulo{
    width: 100%;
  }
  .secoes.introducao .banner{
      height: 145px;
  }
  .secoes.introducao .banner .content-titulo{
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 50px;
      height: auto;
  }
}