/* introducao */

.secoes.introducao{
    padding-top: 0;
    margin-bottom: 180px;
    overflow-x: hidden;
}
.secoes.introducao .banner{
    min-height: 114px;
    position: relative;
}
.secoes.introducao .banner .content-titulo{
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: #C7D5D8;
    padding-bottom: 10px;
}
.secoes.introducao .banner .content-titulo:before{
    content:'';
    background: #C7D5D8;
    width: 1000px;
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    right: 100%;
}
.secoes.introducao .banner .content-titulo:after{
    content: '';
    background: #C7D5D8;
    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{
    min-height: 296px;
}
.secoes.introducao .infos .texto .bg-egressos-faculdades{
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-color: #15253C;
}
.secoes.introducao .infos .texto .content-info{
    background: rgba(199, 213, 216, .5);
    padding: 30px 15px;
}
.secoes.introducao .infos .texto .content-info .linha:nth-child(1){
    margin-bottom: 30px;
}
.secoes.introducao .infos .texto .content-info h4{
    color: #00A7D0;
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    text-align: right;
    margin: 0;
    padding: 0;
}
.secoes.introducao .infos .texto .content-info p{
    color: #1D4E89;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    line-height: 20px;
    margin: 0;
}
.secoes.introducao .infos .link-acesso{
    width: 100%;
    background: rgba(199, 213, 216, .5);
    padding: 30px 15px 66px 15px;
    position: relative;
}
.secoes.introducao .infos .link-acesso .bg{
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
.secoes.introducao .infos .link-acesso h5{
    margin: 0 auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #00A7D0;
    font-weight: bold;
    text-align: center;
    width: 126px;
}
.secoes.introducao .infos .link-acesso a{
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #15253C;
    left: 0;
    height: 66px;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    text-decoration: none;
    font-weight: 300;
}
.secoes.introducao .infos .link-acesso a:hover{
    opacity: .7
}
.secoes.introducao .infos .link-acesso a span{
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url(../img/ic-indica-link-amarelo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 5px;
    top: -2px;
    position: relative;
}
/* end introducao */

/* max 992 */
@media(max-width: 992px){
    .secoes.introducao .infos .texto{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .secoes.introducao .infos .col-direita{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .secoes.introducao .infos .link-acesso{        
        height: 250px;
    }
    .secoes.introducao .infos .link-acesso .bg{        
        height: 60px;
    }
    .secoes.introducao .infos .link-acesso h5{
        width: 100%;
    }
    .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;
    }
}
/* end */

/* max 768 */
@media(max-width: 769px){
    .secoes.introducao .infos .texto{
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
    .secoes.introducao .infos .texto .bg-egressos-faculdades{
    flex: 0 0 100%;
    max-width: 100%;
    height: 150px;
}
    .secoes.introducao .infos .texto .content-info{
    flex: 0 0 100%;
    max-width: 100%;
}
    .secoes.introducao .infos .texto .content-info .linha{}
    .secoes.introducao .infos .texto .content-info h4{
    text-align: left;
    margin-bottom: 15px;
}
    .secoes.introducao .infos .texto .content-info p{}
}
/* end */