/* introducao */

.secoes.introducao{
    padding-top: 0;
    margin-bottom: 150px;
}
.secoes.introducao .banner{
    min-height: 114px;
    position: relative;
}
.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: #15253C;
    margin: 0;
}
.secoes.introducao .infos{}
.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;
    text-align: left !important;
}
.secoes.introducao .infos .texto h2{
    font-size: 22px;
    line-height: 30px;
    color: #15253C;
    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;
}
.secoes.introducao .botoes{}
.secoes.introducao .link-lateral{
    background: #607EA2;
    padding: 30px 15px;
    border-radius: 2px;
}
.secoes.introducao .link-lateral header{
    width: 305px;
    margin: 0 auto;
}
.secoes.introducao .link-lateral header h4{
    color: #fff;
    font-size: 26px;
    font-family: 'Open Sans',sans-serif;
    text-align: center;
    /* width: 305px; */
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 0;
}
.secoes.introducao .link-lateral .estrutura-content{}
.secoes.introducao .link-lateral .link{
    height: 170px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-decoration: none;
    transition: all .3s ease;
}
.secoes.introducao .link-lateral .link:hover .bg-link{
    /* background-size:120%; */
}
.secoes.introducao .link-lateral .bg-link{
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    /* background-size: cover; */
    border-radius: 8px;
    position: relative;
    background-size: 100%;
    transition: all .6s ease;
    background-color: #DCDCDC;
    background-size: contain;
    background-position: center 40px;
}
.secoes.introducao .link-lateral .link:nth-child(1) .bg-link{
    background-position: center 40px;
}
.secoes.introducao .link-lateral .link:nth-child(2) .bg-link{
    background-position: 60% 40px;
}
.secoes.introducao .link-lateral .link:nth-child(3) .bg-link{
    background-position: 52% 50px;
}
.secoes.introducao .link-lateral .titulo{
    text-align: center;
    background: #15253C;
    height: 40px;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    margin: 0;
    border-radius: 8px 8px 0 0;
}
.secoes.introducao .link-lateral .seta-lateral{
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    width: 7px;
    background: #FFCC00;
    border-radius: 0px 8px 8px 0px;
}
.secoes.introducao .link-lateral .seta-lateral span{
    position: absolute;
    height: 100%;
    width: 25px;
    top: 0;
    right: 7px;
    background-image: url('../img/curva-lateral-amarela.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    transition:all .3s ease;
}
.secoes.introducao .link-lateral .bg-link:hover .seta-lateral span{
    width: 36px;
}
.secoes.introducao .link-lateral .seta-lateral span:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    top: 0;
    right: 0px;
    background-image: url('../img/arrow-ensinos-internas.svg');
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    transition:all .3s ease;
}
.secoes.introducao .link-lateral .bg-link:hover .seta-lateral span:after{
    right: 7px;
    width: 13px;
}

/* end introducao */

@media(max-width: 1200px){
    .secoes.introducao .link-lateral .bg-link{        
/*         background-size: cover; */
    }
    .secoes.introducao .link-lateral .link:hover .bg-link{        
/*         background-size: cover; */
    }
}  
@media(max-width: 992px){
    
    .secoes.introducao .banner{
        height: 145px;
    }
    .secoes.introducao .banner .content-titulo .titulo{
        left:0;
    }
    .secoes.introducao .banner .content-titulo{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 50px;
        height: auto;
    }
    .secoes.introducao .infos .texto,
    .secoes.introducao .infos .botoes{
    flex: 0 0 100%;
    max-width: 100%;
} 
}