/* introducao */

.secoes.introducao{padding-top: 0;margin-bottom: 180px;}
.secoes.introducao .banner{min-height: 114px;position: relative;margin-bottom:15px}
.secoes.introducao .banner .content-titulo{position: absolute;width: 100%;left: 0;height: 100%;background: #D2DDDF;}
.secoes.introducao .banner .content-titulo:before{content:'';background: #D2DDDF;width: 1000px;position: absolute;bottom: 0;top: 0;height: 100%;right: 100%;}
.secoes.introducao .banner .content-titulo:after{content: '';background: #D2DDDF;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 .infos .texto{padding: 30px;color: #666666;font-family: 'Open Sans',sans-serif;line-height: 25px;}
.secoes.introducao .infos .texto *{color: #666666;font-family: 'Open Sans',sans-serif;font-size: 16px;line-height: 25px;}
.secoes.introducao .infos .texto h2{font-size: 22px;line-height: 30px;color: #1D4E89;font-weight: bold;margin-top: 30px;margin-bottom: 10px;}
.secoes.introducao .infos .texto h2:nth-child(1){margin-top: 0;}
.secoes.introducao .infos .texto div strong{margin-top: 30px;font-size: 18px;display: block;margin-bottom: 15px;}


.link-lateral__imagem-topo{height: 350px;width: 100%;position: relative;}
.link-lateral__imagem-topo-bg{width: 535px;height: 535px;position: absolute;background-image: url(../img/bg-fundo-botao-lateral.png);background-repeat: no-repeat;background-position: center;background-size: 535px;z-index: -1;top: 0;left: -6px;}
.link-lateral__content{background: rgb(70 184 186 / 90%);border-radius: 0 0 0 50px;padding: 15px 50px;width: 300px;margin: 0 0 0 auto;top: 6px;position: relative;}
.botoes-links-home__link--herdado{background: #FFFFFF;box-shadow: 0px 0px 15px #00000033;border: 1px solid #FFFFFF;border-radius: 25px;height: 50px;padding: 0 30px 0 50px;display: flex;align-items: center;color: #333333;font-size: 14px;font-weight: 700;transition: .3s ease all;background-repeat: no-repeat;background-position: 2px center;background-size: 46px;margin: 10px 0;justify-content: center;font-family: 'Open Sans',sans-serif;}
.botoes-links-home__link--herdado:hover{box-shadow: 0px 0px 8px #00000033;text-decoration: none;}


/* end introducao */
@media(max-width: 1200px){
    .link-lateral__imagem-topo{height: 233px;}
    .link-lateral__imagem-topo-bg{width: 360px;height: 360px;background-size: 360px;}
}
@media(max-width: 992px){
    .secoes.introducao .banner .content-titulo .titulo{left:0;}
    .secoes.introducao .banner .content-titulo{-ms-flex-wrap: wrap;flex-wrap: wrap;padding-top: 20px;height: auto;}

    .link-lateral__imagem-topo{max-width: 360px;margin: 0 auto;}
    .link-lateral__content{margin: 0 auto;top: 7px;}
}