/* Lista */
.lista-todas1 {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.lista-todas1 a {
  color: #2f353d;
}
.lista-todas1 a:hover {
  color: #06172d;
  transition: 0.7s;
}
.lista-todas2 h4 {
  font-family: 'RobotoSlab-Bold';
  color: #2f353d;
}
.lista-todas2 p{
  font-family: 'FiraSans-Regular';
  color: #495057;
}
.lista-todas2 h5{
  font-family: 'FiraSans-Regular';
  color: #495057;
  transition: 0.8s;
}
.lista-todas2:hover h5{
  color: #06172d;
  transition: 0.8s;
}

/* Interna */

.content-row {
  float: left;
  width: 100%;
}

/* Content Outher Notice*/
.content-outher-notice{
  margin-top: 20px;
}

/* Row outher-notices-block-one*/
.outher-notices-block-one{
  margin-top: 30px;
}

/* Block One Outher Notice*/
.box-outher-notice-img-one .mask-img-one{
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.box-outher-notice-img-one .mask-img-one img{
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.mask-img-one-overlay{
  background-size: 200% auto;
  background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, 1)  100%);
  background-image: -o-linear-gradient(bottom,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, 1)  100%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, 1)  100%);
  box-shadow: 0 5px 20px 0 #e8e8f5;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
}

.box-outher-notice-txt-one{
  overflow: hidden;
  height: 420px;
}

.box-outher-notice-txt-one h5,
.box-outher-notice-txt-one h3,
.box-outher-notice-txt-one h4{
  color: #495057;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.box-outher-notice-txt-one h5{
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.box-outher-notice-txt-one h3{
  font-size: 24px;
  font-weight: 500;
  margin-top: 43px;
  margin-bottom: 43px;
}

.box-outher-notice-txt-one h4{
  color: #868e96;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}

a:hover .box-outher-notice-img-one img{
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-position: top top;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

a:hover .box-outher-notice-txt-one h5,
a:hover .box-outher-notice-txt-one h3,
a:hover .box-outher-notice-txt-one h4{
  text-decoration: underline;
}

/* Bloco dois */

.col-box-outher-notice-two{
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  border-radius: 10px;
}

a .col-box-outher-notice-two-txt{
  color: #fcfcfc;
  bottom: 0px;
  /*height: 100%;*/
  position: absolute;
  background-size: 200% auto;
  padding: 200px 15px 15px 15px;
  background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, 1)  100%);
  background-image: -o-linear-gradient(bottom,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, 1)  100%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, 1)  100%);
}

a .col-box-outher-notice-two-txt h5{
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
}

a .col-box-outher-notice-two-txt h3{
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0px;
}

a .col-box-outher-notice-two img{
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

a:hover .col-box-outher-notice-two img{
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-position: top top;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

a:hover .col-box-outher-notice-two-txt h3,
a:hover .col-box-outher-notice-two-txt h5{
  text-decoration: underline;
}

/* Block Three */
.box-notice-three{
  margin-top: 30px;
}

.col-box-notice-three{
  overflow: hidden;
  max-height: 170px;
  border-radius: 10px;
  background-color: #fafafc;
  box-shadow: 0 4px 15px 0 rgba(237, 237, 245, 0.4);
}

a:hover .col-box-notice-three{
  background-color: #FFFFFF;
}

a .col-box-notice-three .media-left{
  overflow: hidden;
  max-width: 200px;
  max-height: 170px;
}

a .col-box-notice-three img{
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  min-height: 185px;
}

.col-box-notice-three .media-body h4,
.col-box-notice-three .media-body h5{
  margin-top: 0px;
  margin-bottom: 0px;
}

.col-box-notice-three .media-body{
  padding: 25px 15px 15px 15px;
}

.col-box-notice-three .media-body h5{
  color: #495057;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.col-box-notice-three .media-body h4{
  color: #495057;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;

  margin-top: 20px;
}

a:hover .col-box-notice-three img{
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-position: top top;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

a:hover .col-box-notice-three h4,
a:hover .col-box-notice-three h5{
  text-decoration: underline;
}

/* Notice Four */
.col-box-notice-four{
  padding: 15px;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fafafc;
  box-shadow: 0 4px 15px 0 rgba(237, 237, 245, 0.4);
}

.col-box-notice-four h5{
  color: #495057;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.col-box-notice-four h4{
  color: #495057;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.col-box-notice-four h4,
.col-box-notice-four h5{
  padding-left: 15px;
}

a .col-box-notice-four img{
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-position: top top;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.5s;

  border-radius: 10px;
}

a:hover .col-box-notice-four{
  background-color: #FFFFFF;
}

.col-box-img-four{
  overflow: hidden;
  max-height: 346px;
  max-height: 178px;
  border-radius: 12px;
}

a:hover .col-box-notice-four img{
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.5s;
}

a:hover .col-box-notice-four h4,
a:hover .col-box-notice-four h5{
  text-decoration: underline;
}


/* Notícias Interna */
.row-cabecalho-notice{
  padding-top: 30px;
}

.col-box-cabecalho-notice h5.linha-fina{
  color: #868e96;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.col-box-cabecalho-notice h5.chapeu{
  color: #868e96;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.col-box-cabecalho-notice h5.linha-fina{
  color: #868e96;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin-bottom: 30px;
}

.col-box-cabecalho-notice h4.titulo{
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;

  margin-top: 20px;
  margin-bottom: 20px;
}

.col-box-info-notice,
.col-box-info-notice a{
  color: #868e96;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.col-box-info-notice div{
  margin-bottom: 10px;
}

.col-box-info-notice i,
.col-box-info-notice a i{
  font-size: 18px;
  position: relative;
  bottom: -2px;
}

#collapseVideo{
  /*width: 100%;*/
  /*float: left;*/
  /*margin-bottom: 30px;*/
}

.col-box-noticia-texto{
  padding: 0px;
}

.col-box-noticia-texto .box-img-principal-noticia a img{
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.box-legenda-img-principal-noticia{
  color: #868e96;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;

  /*padding-top: 15px;*/
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DEE2E6;
}

.box-texto-noticia{
  color: #444444;
  font-size: 18px;
  line-height: 1.67;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.4px;
  text-align: initial;
}

/* Tags Notícias Interna */
.col-box-tags{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #DEE2E6;
}

.col-box-tags ul{
  margin-left: 0px;
  text-align: center;
}

.col-box-tags ul li{
  width: 165px;
  padding-top: 10px;
  border-radius: 6px;
  margin-right: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: solid 1px #dee2e6;
}

.row-outher-notice-interna{
  margin-top: 30px;
  margin-bottom: 50px;
}

.row-more-fotos{
  margin-top: 30px;
}

.col-img-more-fotos:nth-child(-n+3),
.col-img-more-fotos:nth-child(-n+6){
  margin-bottom: 30px;
}

.vinheta-outras-noticias {
  font-size: 30px;
  font-weight: bold;
}

.col-noticia-videos {
  margin-bottom: 30px;
}

.card-arquivo {
  color: #444444;
  text-align: left;
  padding: 15px;
  margin-bottom: 30px;
}

.card-arquivo i {
  margin-right: 15px;
}

a:hover .card-arquivo {
  text-decoration: underline;
  color: #868e96;
}

.col-audio h5 {
  text-align: left;
}

/* Tamanho 3840 */
@media only screen and (max-width: 3840px){
}

/* Tamanho 3200 */
@media only screen and (max-width: 3200px){

}
/* Tamanho 2560 */
@media only screen and (max-width: 2560px){
}

/* Tamanho 2048 */
@media only screen and (max-width: 2048px){
}

/* Tamanho 1920 */
@media only screen and (max-width: 1920px){
}

/* Tamanho 1680 */
@media only screen and (max-width: 1680px){
}

/* Tamanho 1600 */
@media only screen and (max-width: 1600px){
}

/* Tamanho 1440 */
@media only screen and (max-width: 1440px) {
}

/* Tamanho 1366 */
@media only screen and (max-width: 1366px){
}

/* Tamanho 1280 */
@media only screen and (max-width: 1280px){
}

/* Tamanho 1024 */
@media only screen and (max-width : 1024px){

  /* Bloco Outher Noticie One */
  .box-outher-notice-txt-one{
    max-height: 300px
  }

  .box-outher-notice-txt-one h3{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .box-outher-notice-txt-one h4{
    font-size: 14px;
  }

  /* Bloco 2 */
  a .col-box-outher-notice-two-txt{
    padding: 135px 15px 15px 15px;
  }


  /* Bloco 3 */
  .col-box-notice-three .media-body{
    padding-top: 15px;
  }

  .col-box-notice-three .media-body h5{
    font-size: 14px;
  }

  .col-box-notice-three .media-body h4{
    margin-top: 10px;
    font-size: 16px;
  }

  /* Bloco 4 */
  .col-box-notice-four h4{
    font-size: 16px;
  }

  .col-box-notice-four h5 {
    font-size: 12px;
  }
}

/* Tamanho 990 */
@media only screen and (max-width: 990px){
  /* ACesso rapido */
  .row-slick-acesso-rapido-inicial .slick-dots li,
  .row-slick-acesso-rapido-interna .slick-dots li{
    margin-left: 5px;
  }

  .row-slick-acesso-rapido-inicial .slick-dots li button:before,
  .row-slick-acesso-rapido-interna .slick-dots li button:before{
    font-size: 20px;
  }

  .outher-notices-block-one{
    margin-top: 15px;
  }

  .box-outher-notice-img-one .mask-img-one{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    max-height: 350px;
  }

  .box-outher-notice-txt-one{
    height: auto;
    max-height: 100%;
  }

  .box-outher-notice-txt-one .content-row{
    padding: 15px;
    background-color: #fafafc;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 5px 20px 0 #e8e8f5;
  }

  .box-outher-notice-txt-one h3{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /* Bloco Dois */
  .col-box-outher-notice-two{
    margin-top: 30px;
    background-color: #fafafc;
    box-shadow: 0 5px 20px 0 #e8e8f5;
  }

  .col-box-outher-notice-two img{
    width: 100%;
    float: left;
  }

  a .col-box-outher-notice-two-txt{
    height: 175px;
    color: #495057;
    padding: 20px 15px 15px 15px;
    position: relative;
    background: transparent;
  }

  .col-box-notice-four h4,
  .col-box-notice-four h5{
    padding-left: 0px;
  }

  /* Bloco 4 */
  .col-box-notice-four{
    padding:;
  }
}


/* Tamanho 800 */
@media only screen and (max-width: 800px){
}

/* Tamanho 768 */
@media only screen and (max-width : 768px){
  .col-box-noticia-texto{
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Intranet */
  .btn-ver-mais-capa{
    max-width: 345px;
    margin-left: 55px;
  }
}

/* Tamanho 767 */
@media only screen and (max-width : 767px){
  /* Acesso rapido */
  .row-slick-acesso-rapido-inicial .slick-dots li button:before,
  .row-slick-acesso-rapido-interna .slick-dots li button:before{
    font-size: 10px;
  }

  .content-block-one{
    margin-bottom: 20px;
  }

  .box-outher-notice-txt-one h3{
    font-size: 18px;
  }

  a .col-box-outher-notice-two-txt{
    height: auto;
  }

  /* Box Noticia 2 */
  .content-outher-notice-two{
    width: 50%;
    float: left;
  }

  a .col-box-outher-notice-two img{
    min-width: 185px;
  }

  a .col-box-outher-notice-two-txt{
    min-height: 200px;
  }

  /* Box notícia 3 */
  .box-notice-three{
    width: 50%;
    float: left;
  }

  .col-box-notice-three{
    /*max-height: auto;*/
    width: 100%;
    float: left;
    height: auto;
    max-height: 100%;

  }

  a .col-box-notice-three img{
    width: 100%;
    float: left;
    /*min-height: 185px;*/
    border-bottom-left-radius:  0px;
    border-bottom-right-radius: 0px;
  }

  a .col-box-notice-three .media-left{
    width: 100%;
    float: left;
    max-width: 100%;
    max-height: 100%;
    padding-right: 0px;
  }

  .col-box-notice-three .media-body{
    width: 100%;
    float: left;
    padding: 20px 15px;
    min-height: 200px;
  }

  /* Box 4 */
  .col-box-notice-flow-four{
    width: 50%;
    float: left;
  }

  .col-box-notice-four{
    padding: 0px;
  }

  a .col-box-notice-four img{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .box-texto-four{
    padding: 15px;
    min-height: 200px;
  }

  /* Notícia interna - Fotos */
  .col-img-more-fotos{
    width: 50%;
  }

  /* Intranet */
  .form-intranet div .form-group button{
    width: 100%;
    float: left;
    margin-left: 0px;
  }
}

/* Tamanho 720 */
@media only screen and (max-width: 720px){

}

/* Tamanho 640 */
@media only screen and (max-width: 640px){
  /* Notícia interna - Fotos */
  .col-img-more-fotos:nth-child(-n+3){
    margin-bottom: 10px;
  }

  .col-img-more-fotos{
    margin-bottom: 10px;
  }

  .col-img-more-fotos{
    width: 100%;
  }
}

/* Tamanho 500px */
@media only screen and (max-width: 500px){
  .col-box-notice-flow-four,
  .box-notice-three,
  .content-outher-notice-two{
    width: 100%;
    float: left;
  }

  a .col-box-outher-notice-two-txt,
  .col-box-notice-three .media-body,
  .box-texto-four{
    min-height: auto;
  }

}

/* Tamanho 480 */
@media only screen and (max-width : 480px){
}

/* Tamanho 425 */
@media only screen and (max-width : 425px){
}

/* Tamanho 375 */
@media only screen and (max-width : 375px){
}

/* Tamanho 360 */
@media only screen and (max-width: 360px){
}

/* Tamanho 320 */
@media only screen and (max-width : 320px){
}