/* introducao */

.secoes.introducao{
  padding-top: 0;
  padding-bottom: 0;
}
.secoes.introducao .banner{
  min-height: 114px;
  position: relative;
}
.secoes.introducao .banner .content-titulo{
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  background: #D2DDDF;
  /* padding-bottom: 10px; */
}
.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{
  padding-top: 15px;
}
.secoes.introducao .infos h3{
  padding: 30px 0 10px 0;
  color:#15253C;
  font-weight:700;
  font-size:22px
}
.secoes.introducao .infos .info-content{
}
.secoes.introducao .infos .info-content .texto{
  position: relative;
  padding: 0;
  margin-bottom: 50px;
}
.secoes.introducao .infos .info-content .texto .img-unidade{
  width: 260px;
  display: block;
  height: 100%;
  border-radius: 20px;
}
.secoes.introducao .infos .info-content .texto .img-unidade .bg-unidade{
  width: 260px;
  display: block;
  height: 260px;
  background-repeat: no-repeat;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  /* left: -35px; */
  top: -35px;
  background-image: url(../img/logo-colegiosesi-azul.svg);
  background-size:100px;
  background-color: #F3F3F3;
  box-shadow: 1px 4px 7px 2px hsla(0, 0%, 0%, 0.18);
}
.secoes.introducao .infos .info-content .texto .content-texto{
    padding: 30px;
}
.secoes.introducao .infos .info-content .texto .content-texto .texto-colegio-sesi{
  margin: 0;
  font-size: 17px;
  font-family: 'Open Sans',sans-serif;
  color: #1D4E89;
  font-weight: 400;
}
.secoes.introducao .infos .info-content .texto .content-texto h1{
  color: #1D4E89;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}
.secoes.introducao .infos .info-content .texto .content-texto .endereco{
  margin: 0;
  color: #666666;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.secoes.introducao .infos .info-content .texto .content-texto .info-contato{
  margin-top: 30px;
  color: #666666;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.secoes.introducao .infos .info-content .texto .content-texto .info-contato *{
  color: #666666;
  font-family: 'Open Sans',sans-serif;
  margin: 0;
}
.secoes.introducao .infos .info-content .botoes{
    padding: 0 30px;
}
.secoes.introducao .infos .info-content .botoes h3{
    padding: 30px 0 10px 0; margin:0;
    font-size:22px;
    font-weight:700;
}
.secoes.introducao .infos .info-content .botoes h5{
    font-size:22px;
    font-weight:700;
}
.container.infos{
  color:#666
}
.secoes.introducao .infos .info-content .botoes p.modalidade{
  font-weight:700;
  margin: 0;
}

.secoes.introducao .infos .info-content .botoes .endereco{
    margin: 0;
}
.secoes.introducao .infos .info-content .botoes .link-map{
  display:flex;
  color:#607EA2;
  margin: 5px 0 20px 0;
  align-items:center;
  font-size:15px;
}
.secoes.introducao .infos .info-content .botoes .link-map:before{
  content:"";
  display:block;
  width:30px;
  height: 30px;
  background:url("../img/ic-vermapa.svg") no-repeat;
  margin-right:10px;
}
.secoes.introducao .infos .info-content .botoes .link-map:after{
  content:"";
  display:block;
  width:40px;
  height: 30px;
  background:url(../img/arrow-banner-azul.svg) no-repeat;
  margin-right:10px;
  background-size:contain;
  background-position-y: center;
  margin-left: 10px;
  position:relative;
  left:0;
  transition:all .3s ease;
}
.secoes.introducao .infos .info-content .botoes .link-map:hover:after{
  left:15px;
}
.secoes.introducao .infos .info-content .botoes .contatos{
    margin-bottom: 20px;
}
.secoes.introducao .infos .info-content .botoes .contatos strong{font-weight:800}
.secoes.introducao .infos .info-content .botoes .links-modalidades{}
.secoes.introducao .infos .info-content .botoes div.links-modalidades a.modalidade{
  background: #FFF;
  border-radius: 10px;
  padding: 8px 18px;
  color: #15253c;
  font-weight: bold;
  font-size: 14px;
  transition: .3s ease all;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  min-width: 200px;
}
.secoes.introducao .infos .info-content .botoes .link-lateral{
  height: 100%;
  display: block;
  padding: 0;
}
.secoes.introducao .infos .info-content .botoes .link-lateral .link-content{}
.secoes.introducao .infos .info-content .botoes .link-lateral .link-content .link{
  height: 65px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  text-decoration: none;
}
.card-unidade{
  background:#D2DDDF;
  padding:30px;
  margin-bottom: 30px;
}
.secoes.introducao .infos .info-content .botoes .link-lateral .link-content .link .bg-link{
  position: relative;
  height: 100%;
}

.secoes.introducao .infos .info-content .botoes .link-lateral .link-content .link .bg-link .titulo{
  display:block;
  margin-bottom:10px;padding:10px 15px;
  background:#15253C;
  line-height:20px;
  color:white;
  font-weight:700;
  border-radius:10px;
  position:relative;
  transition:all .3s ease;
}
.secoes.introducao .infos .info-content .botoes .link-lateral .link-content .link .bg-link .titulo span{
  position:relative;
  z-index:1;
}
.link-lateral .link-content .card-unidade .grupo-modalidades .links-modalidades .bg-link .titulo:before,
.link-lateral .link-content .card-unidade .grupo-modalidades .links-modalidades .bg-link .titulo:after{
  content:"";
  display:block;
  width:25px;
  height:100%;
  position:absolute;
  right:0;
  top:0;
  background:#FFCC00;
  border-radius:0 7px 7px 0;
  z-index:0;
  transition:all .3s ease;
}
.link-lateral .link-content .card-unidade .grupo-modalidades .links-modalidades .bg-link .titulo:hover {
  text-decoration: none;
  color: #15253c;
}
.link-lateral .link-content .card-unidade .grupo-modalidades .links-modalidades .bg-link .titulo:hover{
  width:100%;
  border-radius:7px;
}
.secoes.introducao .infos .info-content .botoes .link-lateral .link-content .link .bg-link .titulo:before{
  background:url("https://www.sesipr.org.br/colegiosesi/internacional/o-colegio/quem-somos/layout/img/arrow-ensinos-internas-azul.svg") no-repeat center center;
  z-index:2
}
.secoes.introducao .infos .info-content .map{
width: 100%;
display: block;
height: 344px;
}
.secoes.introducao .infos .info-content .map iframe{
width: 100%;
height: 345px;
}

@media(min-width: 992px){
  .secoes.introducao .banner .content-titulo .titulo{
    padding-left: 0
  }
}
/* end introducao  */

/* secoes noticias */
.secoes.noticias{
    background: #00A7D0;
    position: relative;
    padding-bottom: 15px;
}
.secoes.videos .container,
.secoes.noticias .container{
  position: relative;
}
.secoes.noticias header{}
.secoes.noticias header h2{font-family: 'Open Sans',sans-serif;font-size: 25px;color: #fff;margin: 0;font-weight: bold;margin-bottom: 20px;padding-left: 35px;}
.secoes.noticias .section-content{
    background: #fff;
    border-radius: 19px;
    /* padding: 0; */
}
.secoes.noticias .section-content .seta_esquerda{
  position: absolute;
  left: -3px;
  z-index: 3;
  top: 99px;
  height: 106px;
  width: 27px;
  background: url("../img/bg-seta-banner-azulclaro.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 #00a7d0;
  transform:rotate(180deg)
}
.secoes.noticias .section-content .seta_esquerda img{
  width: 14px;
  height: 28px;
  left: 20px;
  transform: rotate(180deg); 
  position: relative;
}
.secoes.noticias .section-content .seta_direita:hover,
.secoes.noticias .section-content .seta_esquerda:hover{
  cursor: pointer
}
.secoes.noticias .section-content .seta_direita{
  position: absolute;
  right: -3px;
  z-index: 3;
  top: 99px;
  height: 106px;
  width: 27px;
  background: url("../img/bg-seta-banner-azulclaro.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 #00a7d0;
}
.secoes.noticias .section-content .seta_direita img{
  width: 14px;
  height: 28px;
  left: 20px;
  position: relative;
  transform: rotate(180deg);
}
.secoes.noticias .section-content .card{
    padding: 15px;
    border-radius: 0;
    background: transparent;
    text-decoration: none;
    transition:all .3s ease;
    border: none;
}
.secoes.noticias .section-content .card:hover{
  background:#00a7d029
}

.secoes.noticias .section-content .card .date-noticia{
    /* display: block; */
    font-size: 13px;
    font-family: 'Open sans',sans-serif;
    color: #BEBEBE;
    line-height: 18px;
    margin-bottom: 5px;
}
.secoes.noticias .section-content .card .date-noticia .icon{
    width: 9px;
    height: 8px;
    display: block;
    margin-right: 5px;
}
.secoes.noticias .section-content .card .card-img-top{
    width: 100%;
    height: 168px;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
}
.secoes.noticias .section-content .card .card-body{
    padding: 10px 10px 20px 5px;
}
.secoes.noticias .section-content .card .card-body .titulo-card{
    margin: 0;
    color: #666666;
    font-family: 'Open sans',sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
}
.secoes.videos .link-todos,
.secoes.noticias .link-todos{
 display: block;
 width: 128px;
 position: absolute;
 right: 130px;
 height: 35px;
 background: #F6A161;
 bottom: -50px;
 z-index: 2;
 padding: 0;
}
.secoes.videos .link-todos:before,
.secoes.noticias .link-todos:before{
  content:"";
  display:block;
  width:130px;
  height:35px;
  background: url("../img/bg-botao-vermais-laranja.svg") no-repeat;
  position:absolute;
  top:0;
  left: -81px;
}
.secoes.videos .link-todos:after,
.secoes.noticias .link-todos:after{
  content:"";
  display:block;
  width:170px;
  height:35px;
  background: url("../img/bg-botao-vermais-azulclaro.svg") no-repeat;
  position:absolute;
  top:0;
  right: -82px;
}

.secoes.videos .link-todos:after{
  background: url("../img/bg-botao-vermais-azulescuro.svg") no-repeat;
}

.secoes.videos .link-todos a,
.secoes.noticias .link-todos a{
    color: #fff;
    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;
}
.secoes.videos .link-todos a span,
.secoes.noticias .link-todos a span{
    background-image: url("../img/arrow-banner-branca.svg");
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: -7px;
    background-size: contain;
    right: -22px;
    background-position: center;
}
/* end secoes noticias  */

/* secoes videos  */
.secoes.videos{
  background: #1D4E89;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 150px;
}
.secoes.videos .container{/* position: relative; */}
.secoes.noticias .slick-track,
.secoes.videos .slick-track{
  padding:0 20px
}
.secoes.videos header{}
.secoes.videos header h2{font-family: 'Open Sans',sans-serif;font-size: 25px;color: #fff;margin: 0;font-weight: bold;margin-bottom: 21px;padding-left: 35px;}
.secoes.videos .section-content{
  background: #fff;
  border-radius: 19px;
  /* padding: 0; */
}
.secoes.videos .section-content .seta_esquerda{
  position: absolute;
  left: -3px;
  z-index: 3;
  top: 99px;
  height: 106px;
  width: 27px;
  background: url("../img/bg-seta-banner-azulescuro.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 #1d4e89;
  transform:rotate(180deg)
  }
.secoes.videos .section-content .seta_esquerda img{
  width: 14px;
  height: 28px;
  left: 20px;
  transform: rotate(180deg);
  position: relative;
}
.secoes.videos .section-content .seta_direita:hover,
.secoes.videos .section-content .seta_esquerda:hover{
cursor: pointer
}
.secoes.videos .section-content .seta_direita{
  position: absolute;
  right: -3px;
  z-index: 3;
  top: 99px;
  height: 106px;
  width: 27px;
  background: url("../img/bg-seta-banner-azulescuro.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 #1d4e89;
  }
.secoes.videos .section-content .seta_direita img{
  width: 14px;
  height: 28px;
  left: 20px;
  position: relative;
  transform: rotate(180deg);
}
.secoes.videos .section-content .card{
  padding: 15px;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  border: none;
}
.secoes.videos .section-content .card .date-noticia{
  /* display: block; */
  font-size: 13px;
  font-family: 'Open sans',sans-serif;
  color: #BEBEBE;
  line-height: 18px;
  padding-bottom: 5px;
}
.secoes.videos .section-content .card .date-noticia .icon{
  width: 9px;
  height: 8px;
  display: block;
  margin-right: 5px;
}
.secoes.videos .section-content .card .card-img-top{
  width: 100%;
  height: 168px;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.secoes.videos .section-content .card .card-img-top:before{
  content: '';
  background-image: url('https://www.sesipr.org.br/colegiosesi/layout/img/play-video.png');
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  /* opacity: .8 */
}
.secoes.videos .section-content .card .card-body{
  padding: 10px 10px 20px 5px;

}
.secoes.videos .section-content .card .card-body .titulo-card{
  margin: 0;
  color: #666666;
  font-family: 'Open sans',sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}

.content-modal-videos{
      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-videos .conteudo-modal{
  height: 60%;
    width: 70%;
    left: 15%;
    top: 20%;
    position: fixed;
    border: none;
}
.content-modal-videos .conteudo-modal:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2f2f33;
    display: block;
}
.content-modal-videos .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-videos .button_popup_close:hover{
  text-decoration: underline
}
.content-modal-videos .button_popup_close:focus{
  outline: none;
  border: none
  
}
.content-modal-videos .button_popup_close span{  
  display: block;  
  width: 30px;  
  height: 30px;  
  float: right;  
  margin-left: 5px;  
  bottom: 5px;  
  position: relative;
}
/* end secoes videos - home */

/* end video  */


/* section fotos */
.secoes.fotos{
    background: #C7D5D8;
    position: relative;
    padding-bottom: 15px;
}
.secoes.videos .container,
.secoes.fotos .container{
  position: relative;
}
.secoes.fotos header{}
.secoes.fotos header h2{font-family: 'Open Sans',sans-serif;font-size: 25px;color: #1d4e89;margin: 0;font-weight: bold;margin-bottom: 20px;padding-left: 35px;}
.secoes.fotos .section-content{
    background: #fff;
    border-radius: 19px;
    /* padding: 0; */
}
.secoes.fotos .section-content .seta_esquerda{
  position: absolute;
  left: -3px;
  z-index: 3;
  top: 50px;
  height: 106px;
  width: 27px;
  background: url("../img/bg-seta-banner-cinzaclaro.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;
  transform:rotate(180deg);
}
.secoes.fotos .section-content .seta_esquerda img{
  width: 14px;
  height: 28px;
  left: 20px;
  position: relative;
}
.secoes.fotos .section-content .seta_direita:hover,
.secoes.fotos .section-content .seta_esquerda:hover{
  cursor: pointer
}
.secoes.fotos .section-content .seta_direita{
  position: absolute;
  right: -3px;
  z-index: 3;
  top: 50px;
  height: 106px;
  width: 27px;
  background: url("../img/bg-seta-banner-cinzaclaro.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_direita img{
  width: 14px;
  height: 28px;
  left: 20px;
  position: relative;
}
.secoes.fotos .section-content .card{
    padding: 15px;
    border-radius: 0;
    background: transparent;
    text-decoration: none;
    transition:all .3s ease;
    border: none;
}
.secoes.fotos .section-content .card:hover{
  background:#00a7d029
}

.secoes.fotos .section-content .card .date-noticia{
    /* display: block; */
    font-size: 13px;
    font-family: 'Open sans',sans-serif;
    color: #BEBEBE;
    line-height: 18px;
    margin-bottom: 5px;
}
.secoes.fotos .section-content .card .date-noticia .icon{
    width: 9px;
    height: 8px;
    display: block;
    margin-right: 5px;
}
.secoes.fotos .section-content .card .card-img-top{
    width: 100%;
    height: 168px;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.secoes.fotos .section-content .card .card-body{
    padding: 10px 10px 20px 5px;
}
.secoes.fotos .section-content .card .card-body .titulo-card{
    margin: 0;
    color: #666666;
    font-family: 'Open sans',sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
}
.secoes.videos .link-todos,
.secoes.fotos .link-todos{
 display: block;
 width: 128px;
 position: absolute;
 right: 130px;
 height: 35px;
 background: #ffcc00;
 bottom: -50px;
 z-index: 2;
 padding: 0;
}
.secoes.videos .link-todos:before,
.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.videos .link-todos:after,
.secoes.fotos .link-todos:after{
  content:"";
  display:block;
  width:170px;
  height:35px;
  background: url("../img/bg-botao-vermais-cinzaclaro.svg") no-repeat;
  position:absolute;
  top:0;
  right: -82px;
}

.secoes.videos .link-todos:after{
  background: url("../img/bg-botao-vermais-azulescuro.svg") no-repeat;
}

.secoes.videos .link-todos a,
.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;
}
.secoes.videos .link-todos a span,
.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;
background-size: contain;
}
.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 */

/* max 1200  */
@media(max-width: 1200px){
  .secoes.introducao .infos .info-content .texto{
    /* max-width: 70%; */
    /* flex: 0 0 70%; */
  }
  .secoes.introducao .infos .info-content .texto .content-texto{
  }
  .secoes.introducao .infos .info-content .botoes{
    /* max-width: 30%; */
    /* flex: 0 0 30%; */
    padding-left: 0;
  }  
}
/* end  */

/* max 992 */
@media(max-width: 992px){
  .secoes.introducao .infos .info-content .texto,
  .secoes.introducao .infos .info-content .botoes{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .secoes.introducao .infos .info-content .botoes .link-lateral .link-content .link{
    height:45px
  }
  .secoes.introducao .infos .info-content .botoes .link-lateral .link-content .link .bg-link .seta-lateral{
    width:10px
  }
  .secoes.introducao .infos .info-content .texto .img-unidade .bg-unidade{
    width: 200px;
    height: 200px;
  }
  .secoes.introducao .infos .info-content .botoes .link-lateral .link-content .link .bg-link .titulo{
    font-size: 16px;
    padding: 0 18px;
  }
  .secoes.introducao .infos .info-content .texto .content-texto h1{
    margin-bottom: 10px;
  }
  .secoes.introducao .infos .info-content .texto .content-texto .info-contato{    
    margin-top: 10px;
  }
   .secoes.introducao .section-content .filtros .botoes-filtro .btn-filtro{
        max-width: 49%;
        width: 100%;
        margin: 5px 0;
        height: 45px;
        font-size: 15px
    }    
    .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 .banner .content-titulo .titulo{
    text-align:center;
    left: 0;
  }
  .secoes.introducao .infos .info-content .texto .img-unidade{
    width: 40%;
    float: left;
    position: relative;
  }
  .secoes.introducao .infos .info-content .texto .img-unidade .bg-unidade{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
  }
  .secoes.introducao .infos .info-content .texto .content-texto{
    width: 60%;
    padding-left: 0;
  }

  /* carrosel */
  .secoes.noticias,
  .secoes.videos,
  .secoes.fotos{
    padding-bottom: 80px;
  }
  .secoes.noticias header,
  .secoes.videos header h2,
  .secoes.fotos header h2,
  .secoes.noticias header h2{
    padding-left:0
  }
  .secoes.videos .link-todos:after,
  .secoes.fotos .link-todos:after,
  .secoes.noticias .link-todos:after{
     background:url('../img/curva-dir.svg') no-repeat;
     background-size:contain
   }

  .secoes.videos .section-content .card,
  .secoes.fotos .section-content .card,
  .secoes.noticias .section-content .card{
    /* max-width:280px; */
    margin:0 auto;
    /* display: block !important; */
    padding: 25px 0;
    /* padding-bottom: 0; */
  }
  .secoes.fotos .section-content .card{
    padding: 25px 0;
    max-width: inherit;
  }
  .secoes.noticias .section-content .card .card-img-top,
  .secoes.fotos .section-content .card .card-img-top,
  .secoes.videos .section-content .card .card-img-top{
    height:210px;
  }

  .secoes.noticias .section-content .card .card-body,
  .secoes.fotos .section-content .card .card-body,
  .secoes.videos .section-content .card .card-body{
    text-align:center
  }
  .secoes.videos .link-todos,.secoes.fotos .link-todos, .secoes.noticias .link-todos{
    right:50%;
    margin-right:-64px;
    bottom: -35px;
  }
  .secoes.videos .link-todos a span,
  .secoes.fotos .link-todos a span, 
  .secoes.noticias .link-todos a span{
    background-image: url("../img/arrow-banner-azul.svg");
  }
}
/* end */

/* max 550  */
@media(max-width: 550px){
  .secoes.introducao .infos .info-content .texto .img-unidade,
  .secoes.introducao .infos .info-content .texto .content-texto{
    max-width: 100%;
    flex: 0 0 100%;
    height: auto;
  }
  .secoes.introducao .infos .info-content .texto .img-unidade{
    padding-left: 0
  }
  .secoes.introducao .infos .info-content .texto .img-unidade .bg-unidade{    
    background-position: center;
  }
}
/* end  */

