/* VINHETA */
.container-vinheta-noticias{
  margin-top: 40px;
  margin-bottom: 10px;
}
.seg-box-vinheta-noticias{
  width: 100%;
  float: left;
}
.seg-box-vinheta-noticias-hr{
  width: 97%;
  float: left;
}
.seg-box-vinheta-noticias-hr hr{
  margin: 0px;
  margin-top: 30px;
}
.vinheta-titulo-institucional{
  font-family: 'RobotoSlab-Regular';
  font-weight: bolder;
  font-size: 2.5rem;
  color: #6b6c6c;
  margin: 0px;
  margin-bottom: 30px;
}
.subttl-vinheta-noticias mark{
  color: #282828;
  font-family: 'RobotoSlab-Regular';
  font-weight: lighter;
  font-size: 16px;
  padding: 5px 10px;
  margin: 0px;
  border-radius: 5px;
}
.subttl-vinheta-noticias1, .subttl-vinheta-noticias1-ultimas-noticias{
  border-radius: 5px!important;
  color: #282828;
  font-family: 'RobotoSlab-Regular';
  font-weight: lighter;
  font-size: 16px;
/*  padding: 5px 10px;
  margin: 265px;
  osition: fixed;
  margin-left: 20%; */
}
/* .subttl-vinheta-noticias1{
  padding: 5px 15px;
} */

.subttl-vinheta-noticias mark {
    color: #282828;
    font-family: 'RobotoSlab-Regular';
    font-weight: lighter;
    font-size: 16px;
    padding: 5px 10px;
    margin: 0px;
    border-radius: 5px;
}

.subttl-vinheta-noticias1 {
    border-radius: 5px!important;
    color: #282828;
    font-family: 'RobotoSlab-Regular';
    font-weight: lighter;
    font-size: 16px;
}

.subttl-vinheta-noticias1 a:hover {
    color: #333!important;
    text-decoration: none;
}

.subttl-vinheta-noticias {
    margin-bottom: 10px;
}


/* /VINHETA */


/* NOTICIAS */

.text-muted{
  color: #282828;
}
.row-lista-todas-not{
  background-color: #f8f9fa;
  border-radius: 5px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.container-noticias{
  margin-bottom: 30px;
}
.col-noticias-todas{
  margin-top: 20px;
  text-align: right;
  font-family: 'tt0282m_';
}
.noticias-list{
  padding: 0;
  overflow: hidden;
}
.noticias-list a{ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all .2s ease-in-out;
  filter: grayscale(90%);
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
}
.noticias-list a p{
  color: #e9ecef;
  margin: 0;
  font-size: .8em;
  font-family: 'RobotoSlab-Regular';
}
.noticias-list a h3, .noticias-list a h2{
  margin-bottom: 5px;
  text-shadow: 1px 2px #555;
  color: #e9ecef;
  margin-top: 5px;
}
.noticias-list a > div.n-title{
  font-family: 'RobotoSlab-Regular';
  position: absolute;
  bottom: 0;
  padding: 2% 5% 15px 5%;
  background-color: rgba(51, 51, 51, 0.8);
  width: 100%;
}
div.n-dest-01 a h3, div.n-dest-01 a h2{
  font-size: 2em;
  font-family: 'RobotoSlab-Regular';
}
div.n-dest-02 a h3, div.n-dest-02 a h2{
  font-size: 1.3em; 
}
div.n-dest-03 a h3, div.n-dest-03 a h2{
  font-size: 1.2em;
}
div.n-dest-04 a h3, div.n-dest-04 a h2{
  font-size: 1.2em;
}
.noticias-list a:hover{
  transform: scale(1.08);
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

div.n-dest-01 a h3,
div.n-dest-01 a h2 {
    font-size: 2em;
    font-family: 'RobotoSlab-Regular';
}

div.n-dest-02 a h3,
div.n-dest-02 a h2 {
    font-size: 1.3em;
}

div.n-dest-03 a h3,
div.n-dest-03 a h2 {
    font-size: 1.2em;
}

div.n-dest-04 a h3,
div.n-dest-04 a h2 {
    font-size: 1.2em;
}

.noticias-list a:hover {
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}

.n-dest-01,
.n-dest-01 a {
    min-height: 330px;
    display: block;
}

.n-dest-02,
.n-dest-02 a {
    min-height: 330px;
    display: block;
}

.n-dest-03,
.n-dest-03 a {
    min-height: 165px;
    display: block;
}

.n-dest-04,
.n-dest-04 a {
    min-height: 220px;
    display: block;
}

.box-mais-not hr {
    border-top: 1px solid transparent;
    margin-top: 0px;
    padding-bottom: 20px;
    width: 100%;
    float: left;
}

.box-mais-not h3 {
    font-family: 'RobotoSlab-Regular';
    font-size: 1.4em;
    margin-top: 10px;
}

.box-mais-not hr {
    margin: 0px;
}

.data_not p {
    font-family: 'RobotoSlab-Regular';
}

.data_not small {
    color: #e9ecef;
}

.data_not small span {
    color: #1f6ba5;
}

.row-destaque-noticias-2 {
    margin-top: 2em;
}

.mais-noticias-list-1,
.mais-noticias-list-2 {
    margin-top: 2em;
}

.mais-noticias-list-1 a:hover,
.mais-noticias-list-2 a:hover {
    text-decoration: none;
}

.mais-noticias-list-1 a>.mn-image,
.mais-noticias-list-2 a>.mn-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.mais-noticias-list-1 a>.mn-image {
    min-height: 200px;
}

.mais-noticias-list-2 a>.mn-image {
    min-height: 150px;
}

.mais-noticias-list-1 a>.caption-noticias-rowTwo h4,
.mais-noticias-list-2 a>h4 {
    color: #e9ecef;
    font-family: 'RobotoSlab-Regular';
    margin-top: 0px;
}

.text-black {
    color: #e9ecef;
}

a.text-black:hover {
    text-decoration: underline;
}


/* caption-noticias-rowTwo */

.caption-noticias-rowTwo {
    width: 100%;
    float: left;
    padding: 15px;
    background-color: #e9ecef;
    margin-top: 0px;
    border-right: 1px solid #eeeeee !important;
    border-left: 1px solid #eeeeee !important;
    border-bottom: 2px solid transparent;
}


/* /caption-noticias-rowTwo */


/* - */

.text-right a {
    text-decoration: none;
    font-size: 1.1em;
}


/* Notícias - Todas */

.seg-box-vinheta-noticias-hr {
    margin-bottom: 15px;
}

.vinheta a {
    text-decoration: none;
    color: #333;
}

.vinheta a:hover {
    transition: 0.7s;
}

.lista-todas1 hr {
    width: 97%;
    float: left;
}


/* .lista-todas2:hover {
  color: #282828;
  text-decoration: underline;
} */

.lista-todas1 a {
    color: #333;
}

.lista-todas1 a:hover {
    color: black;
    transition: 0.7s;
}

.lista-todas2 h4 {
    font-family: 'RobotoSlab-Regular';
    color: #282828;
}


/* col-box-foto-lista-todas-noticias */

.col-box-foto-lista-todas-noticias {
    padding-left: 0px;
    padding-right: 0px;
}

.col-box-foto-lista-todas-noticias img {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.col-box-registros-encontrados{
  margin-bottom: 20px;
}

a .col-box-foto-lista-todas-noticias {
    -ms-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

a:hover .col-box-foto-lista-todas-noticias {
    -ms-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}


/* Notícias - Voltar */

.text-left {
    padding-left: 0;
}

.text-left a {
    color: #1f6ba5;
    font-size: 1.1em;
    font-family: 'RobotoSlab-Regular';
}

.text-left a:hover {
    text-decoration: none;
    color: #1f6ba5;
}

.text-left span {
    color: #1f6ba5;
    font-size: 1.1em;
}


/* paginação */

.noticias-ultimas-css {
    width: 280px;
    min-height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


  .img-noticias{
    width: 100%;
    border-radius: 5px;
  }

  .ultimas-noticias-categoria {
    margin-right: 10px
  }

/* @media only screen (max-width: 320px){
  .noticias-ultimas-css {
    width: 260px;
    margin-top: 15px;
    min-height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}  */ 

@media only screen and (max-width : 576px ) {
  .vinheta-titulo-institucional{
    font-size: 2rem;
  }
}

@media only screen and (max-width : 480px ) {
  .noticias-list a{ 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .2s ease-in-out;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%) !important;
    -moz-filter: grayscale(0%) !important;
    -o-filter: grayscale(0%) !important;
    -ms-filter: grayscale(0%) !important;
  }
}

@media only screen and (max-width : 425px ) {
  .vinheta-titulo-institucional{
    font-size: 1.5rem;
  }

}

@media only screen and (min-width : 320px) and (max-width: 767px){
    .subttl-vinheta-noticias1{
      padding: 5px 15px;
    }
    .lista-todas2{
      padding-left: 0;
      padding-right: 0;
      margin-top: 10px;
    }
  
    .container-vinheta{
        margin-top: 35px;
    }
    .vinheta-titulo-institucional{
        /* margin-top: 30px; */
        padding-right: 15px;
        padding-left: 15px;

    }
    .row-lista-todas-not {
        padding-right: 15px;
        padding-left: 15px;
    }
    a .col-box-foto-lista-todas-noticias {
        -ms-filter: brightness(100%);
        -moz-filter: brightness(100%);
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
        transition: 0.2s;
        -ms-transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s;
    }
    .container-noticias-ultimas {
        max-width: 768px;
    }
  a .col-box-foto-lista-todas-noticias{
    -ms-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
  }
  .container-noticias-ultimas{
    max-width: 768px;
  }
}

@media only screen and (min-width : 1200px){
  .col-box-vinheta-noticias{
    padding: 0px;
  }
}

@media only screen and (min-width : 1024px){
  /* .col-box-vinheta-noticias{
    padding: 0px;
  } */
}
.seg-box-vinheta-noticias-hr .hr-ult-not{
   border-top-color: #e9ecef;
}

.seg-box-vinheta-noticias-hr .hr-ult-not {
    border-top-color: #e9ecef;
}