main{overflow: hidden;}
/* introducao */

.secoes.introducao{padding-top: 0;}
.secoes.introducao article{overflow:hidden}
.secoes.introducao .banner{height: auto;position: relative;}
.secoes.introducao .banner .bg-image{height: 330px;width: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;position: relative;display: none;}
.secoes.introducao .banner .bg-image:before{content: '';width: 5000px;position: absolute;top: 0;height: 315px;left: -2500px;background: #607EA2;z-index: -1;}
.secoes.introducao .banner .content-titulo{position: relative;width: 100%;left: 0;bottom: 0;height: auto;padding-top: 60px;padding-bottom: 20px;background: rgba(21, 37, 60, .5);}
.secoes.introducao .banner .content-titulo:before{content:'';background: rgba(21, 37, 60, .5);width: 1000px;position: absolute;bottom: 0;top: 0;height: 100%;right: 100%;}
.secoes.introducao .banner .content-titulo:after{content: '';background: rgba(21, 37, 60, .5);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: #fff;}
.secoes.introducao .infos{}
.secoes.introducao .infos .texto{padding: 30px;color: #666666;font-family: 'Open Sans',sans-serif;line-height: 25px;}
.secoes.introducao .infos .texto *{text-align: left !important;}
.secoes.introducao .infos .texto div,
.secoes.introducao .infos .texto p,
.secoes.introducao .infos .texto b,
.secoes.introducao .infos .texto i{color: #666666;font-family: 'Open Sans',sans-serif;}
.secoes.introducao .infos .botoes{}
.secoes.introducao .infos .botoes a{font-family: 'Open Sans',sans-serif;border-radius: 34px;height: 50px;margin-bottom: 15px;text-decoration: none;border: none;font-weight: bold;}
.secoes.introducao .infos .botoes a:hover{opacity: .7}
.secoes.introducao .infos .botoes .link-matricula{background: #15253C;color: #fff;font-size: 22px;}
.secoes.introducao .infos .botoes .link-politica{background: #C7D5D8;border: 1px solid #CFD7DE;color: #15253C;font-size: 19px;}
.secoes.introducao .infos .botoes a span{height: 100%;width: 50px;display: block;position: relative;background-position: center;background-repeat: no-repeat;margin-right: 10px;}
/* end introducao */


/* breadcrumbs */
  .content-breadcrumb *,
  .breadcrumb-item + .breadcrumb-item::before{color:#fff !important;}
  .content-breadcrumb nav .breadcrumb .voltar{border-color:white} 
/* end breadcrumbs*/


/* diferenciais */
.secoes.diferenciais{
    position: relative;
    padding: 0;
    background: #607EA2;
}
.secoes.diferenciais > article{
    position: relative;
}
.secoes.diferenciais article header{
    display: block;
    width: 220px;
    position: absolute;
    left: 0;
    height: 50px;
    background: #15253C;
    top: -50px;
    border-radius: 60px 0px 0px 0px;
    z-index: 2;
}
.secoes.diferenciais article header:after{
    content: '';
    background-image: url('../img/bg-seta-topo-azulescuro.svg');
    background-repeat: no-repeat;
    background-size:auto 100%;
    background-position-x: -120px;
    height: 100%;
    width: 150px;
    position: absolute;
    left: 99%;
}
.secoes.diferenciais article header h2{
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    line-height: 23px;
    font-weight: bold;
    margin: 0;
    left: 5px;
    position: relative;
}
.secoes.diferenciais .section-content{
    padding: 45px 0;
}
.secoes.diferenciais .section-content article{
    margin: 10px 0;
}
.secoes.diferenciais .section-content .card-diferencial{
    border: none;
    padding: 10px 5px;
    background: rgba(255, 255, 255, 0.11);
    border-radius: 6px;
    text-decoration: none;
}
.secoes.diferenciais .section-content .card-diferencial .icon{
    display: block;
    width: 80px;
    position: relative;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.secoes.diferenciais .section-content .card-diferencial .texto{
    padding: 0;
}
.secoes.diferenciais .section-content .card-diferencial .titulo-card{
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    margin-bottom: 5px;
}
.secoes.diferenciais .section-content .card-diferencial .gravata-card{
    font-size: 15px;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    margin: 0;
    line-height: 19px;
}
.secoes.diferenciais .section-content .card-diferencial .seta-lateral{
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  width: 7px;
  background: #fff;
  border-radius: 0px 8px 8px 0px;
  transition: all .3s ease;
}
.secoes.diferenciais .section-content .card-diferencial .seta-lateral span{
  position: absolute;
  height: 100%;
  width: 25px;
  top: 0;
  right: 5px;
  background-image: url('../img/curva-lateral-branca.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  transition:all .3s ease;
}
.secoes.diferenciais .section-content .card-diferencial:hover .seta-lateral span{
  width: 36px;
  right: 6px;
}
.secoes.diferenciais .section-content .card-diferencial .seta-lateral span:after{
  content: '';
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  right: 0px;
  background-image: url('../img/arrow-ensinos-internas-azul.svg');
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
  transition:all .3s ease;
}
.secoes.diferenciais .section-content .card-diferencial:hover .seta-lateral span:after{
  right: 5px;
  width: 10px;
}

/* end diferenciais */

/* secoes unidades */
.secoes.unidades{
    padding: 30px 0;
}
.secoes.unidades header{}
.secoes.unidades header h2{
    font-size: 24px;
    color: #15253C;
    font-weight: bold;
    line-height: 33px;
}
.secoes.unidades .section-content{}
.secoes.unidades .section-content .unidade-content{
    background: #607EA2;
    margin: 5px 0;
    height: 48px;
    border-radius: 24px;
    text-decoration: none;
}
.secoes.unidades .section-content .unidade-content:hover{
    opacity: .7
}
.secoes.unidades .section-content .unidade-content .unidade{
    flex-wrap: nowrap !important;
}
.secoes.unidades .section-content .unidade-content .unidade .icon{
    width: 25px;
    height: 100%;
    display: block;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.secoes.unidades .section-content .unidade-content .unidade .titulo-card{
    margin: 0;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.secoes.unidades .section-content .unidade-content .mais-info > span > span{
    font-weight: bold;
}
.secoes.unidades .section-content .unidade-content .mais-info > span:after{
    content: '';
    background-image: url('../img/ic_arrow_white.svg');
    position: absolute;
    right: 5px;
    width: 25px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotateZ(90deg);
    background-size: contain;
}
/* end unidades */

 /* carrossel fotos */

 /* secoes noticias - home */
.secoes.fotos{
    background: #C7D5D8;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 180px;
}
.secoes.fotos .container{
  position: relative;
}
.secoes.fotos header{}
.secoes.fotos header h2{font-family: 'Open Sans',sans-serif;font-size: 25px;color: #15253C;margin: 0;font-weight: bold;margin-bottom: 30px;}
.secoes.fotos .section-content{
    background: #fff;
    border-radius: 19px;
    /* padding: 0; */
    padding-top: 15px;
    padding-bottom: 15px;
}
.secoes.fotos .section-content .seta_esquerda,
.secoes.fotos .section-content .seta_direita{
  position: absolute;
  right:-3px;
  z-index: 3;
  top: 67px;
  height: 106px;
  width: 27px;
  background: url("../img/bg-seta-banner-cinza.svg") no-repeat;
  background-size: 100% auto;
  background-position:center 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: all .4s ease;
  border-right: solid 2px #c7d5d8;
}
.secoes.fotos .section-content .seta_esquerda{
  left:-3px;
  right:auto;
  transform:rotate(180deg)
}




.secoes.fotos .section-content .seta_esquerda img{
  width: 14px;
  height: 28px;
  left: 20px; 
  position: relative;
}

.secoes.fotos .section-content .seta_esquerda:hover{
  cursor: pointer
}

.secoes.fotos .section-content .seta_direita img{
  width: 14px;
  height: 28px;
  left: 20px;
  position: relative;
}
.secoes.fotos .section-content .card{
    padding: 15px;
    border-radius: 0;
    background: transparent;
    border: none;
}
.secoes.fotos .section-content .card .card-img-top{
    width: 100%;
    height: 168px;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}


.secoes.fotos .link-todos{
 display: block;
 width: 128px;
 position: absolute;
 right: 130px;
 height: 35px;
 background: #FDC800;
 bottom: -75px;
 z-index: 2;
 padding: 0;
}
.secoes.fotos .link-todos:before{
  content:"";
  display:block;
  width:130px;
  height:35px;
  background: url("../img/bg-botao-vermais-amarelo.svg") no-repeat;
  position:absolute;
  top:0;
  left: -81px;
}
.secoes.fotos .link-todos:after{
  content:"";
  display:block;
  width:170px;
  height:35px;
  background: url("../img/bg-botao-vermais-cinza.svg") no-repeat;
  position:absolute;
  top:0;
  right: -82px;
}

.secoes.fotos .link-todos a{
    color: #15253c;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    line-height: 23px;
    height: 35px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
    font-weight:500;
    text-indent: -9px;
}
.secoes.fotos .link-todos a span{
    background-image: url("../img/arrow-banner-azul.svg");
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: -7px;
    background-size: contain;
    right: -22px;
    background-position: center;
}
.content-modal-fotos{
    background: rgba(18, 42, 88, .6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  display: block;
}
.content-modal-fotos .conteudo-modal{
height: 60%;
  width: 70%;
  left: 15%;
  top: 20%;
  position: fixed;
  border: none;
}
.content-modal-fotos .conteudo-modal:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: #2f2f33; */
  display: block;
}
.content-modal-fotos .conteudo-modal .bg-image{  
  position: absolute;  
  top: 0;  
  left: 0;  
  width: 100%;  
  height: 100%;  
  background-repeat: no-repeat;  
  background-position: center;
}
.content-modal-fotos .button_popup_close{
  top: -30px;
  right: 2px;
  position: absolute;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
}
.content-modal-fotos .button_popup_close:hover{
text-decoration: underline
}
.content-modal-fotos .button_popup_close:focus{
outline: none;
border: none

}
.content-modal-fotos .button_popup_close span{  
display: block;  
width: 30px;  
height: 30px;  
float: right;  
margin-left: 5px;  
bottom: 5px;  
position: relative;
}
/* end carrosel fotos */

/* listagem fotos  */
.mdc-image-list {
    display: -ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;}
  .mdc-image-list__item {
    list-style-type: none; }
  .mdc-image-list__image {
    width: 100%; }
  .mdc-image-list--masonry {
    display: block;}
  .mdc-image-list--masonry .mdc-image-list__item {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column; }
  .masonry-image-list {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    max-width: 1145px;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    }
  .masonry-image-list .mdc-image-list__item {
    margin-bottom: 10px;
    }
  .mdc-image-list__supporting{
    display: none;}
  /* end fotos  */

@media (max-width:992px){
  .secoes.introducao .banner .content-titulo{
    height: auto;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    /* bottom: 0; */
    justify-content: center;
    }
  .secoes.unidades .section-content .unidade-content,
  .secoes.diferenciais .section-content article,
  .secoes.introducao .container.infos > div > div{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
  .secoes.diferenciais .section-content .card-diferencial .icon{
    max-width: 20%;
    }
  .secoes.introducao .banner{
    max-width:100%;
    padding:0
    }
}

@media (max-width:768px){
  .secoes.introducao .banner .bg-image,
  .secoes.introducao .banner{
    width:100%; 
    max-width: 100%;
    padding: 0;
    /* height: 250px; */
    /* background-position-x: -100px; */
  }
  .secoes.introducao .banner .bg-image:before{
    display:none
  }
  .secoes.diferenciais .section-content .card-diferencial .texto{
    width: 80%;
    padding-left: 20px;
  }
}

@media (max-width:576px){
  .secoes.diferenciais .section-content .card-diferencial .icon{
    max-width: 30%;
  }
  .secoes.diferenciais .section-content .card-diferencial .texto{
    width: 70%;
    padding-left: 20px;
  }
  .secoes.unidades .section-content .unidade-content .unidade .titulo-card{
    font-size: 15px;
  }
  
}