@font-face {
  font-family: 'Montserrat-Thin';
  src: url('fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-ExtraLight';
  src: url('fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Italic';
  src: url('fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
}

body {
  font-family: 'Open Sans', sans-serif;
  background: #FFF;
  color: #333333;
}

img, embed, object, iframe {
  max-width: 100% !important;
}

@media (min-width: 992px) {
  .container {
    /*max-width: 980px;*/
  }
}

.pagina_site {
  min-height: 300px;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-1 {
  margin-top: 1rem;
}

.nopadding {
  padding: 0;
}

/*Menu Fixo*/
.menu-fixo {
  position: fixed;
  top: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
}

/*Busca*/
#buscar-site input {
  width: 100%;
  height: 22px;
  padding: 2px 3px;
  font-size: 12px;
  line-height: 0;
}

.topo-imagem {
  padding-top: 25px;
}

/* MENU 1 */
.topo1-fundo {
  min-height: 30px;
  background: #EEEEEE;
}

/*.topo1 .submenu li > a.dropdown-toggle:hover,
.menu a.dropdown-toggle:hover{
text-decoration: none;
}
.topo1 .submenu li > a.dropdown-toggle:active,
.topo1 .submenu li > a.dropdown-toggle:focus{
background: none;
  }*/
.img-responsive {
  display: block !important;
  width: 100% !important;
  width: 100% \9 !important;
  max-width: 100% !important;
  height: auto !important;
  position: relative !important;
  top: -3px !important;
}

.topo1 .navbar {
  min-height: 32px !important;
}

.topo1 .navbar-nav>li>a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
  color: #6466BF !important;
  font-weight: 600;
  font-size: 12px;
}

#acessibilidade_diminuirfonte {
  background: #6466BF;
  color: #EEEEEE;
  font-weight: bold;
  border-radius: 4px !important;
  font-size: 12px !important;
}

#acessibilidade_aumentarfonte {
  background: #6466BF;
  color: #EEEEEE;
  font-weight: bold;
  border-radius: 4px !important;
  font-size: 12px !important;
}

#acessibilidade_contraste {
  background: #6466BF;
  color: #EEEEEE;
  font-weight: bold;
  border-radius: 4px !important;
  font-size: 12px !important;
}

#acessibilidade_ {
  background: #6466BF;
  color: #EEEEEE;
  font-weight: bold;
  border-radius: 4px !important;
  font-size: 12px !important;
}

.pesquisa-barra {
  background: #DBDBDB;
  position: relative;
}

.topo-pesquisa {
  height: 50px;
  position: relative;
  left: 195px;
  top: 45px;
}

#pesquisa, #pesquisa:hover {
  background: #fff url("../img/lupa.png") no-repeat center;
  border: 1px solid #CCCCCC !important;
  /*border-radius: 0 15px 15px 0;*/
  border-left: none !important;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 0 2px 0px 0 !important;
  height: 30px;
}

.pesquisa {
  width: 100%;
  display: inline-block;
  float: right;
  padding-top: 7px;
}

.pesquisa input {
  font-family: 'Open Sans Condensed', sans-serif;
  border: 1px solid #ccd1d9 !important;
  border-right: none;
  background: #fff;
  color: #CCCCCC;
  height: 30px;
}

.pesquisa-texto {
  color: #041B3F;
  padding-right: 50px;
}

.social {
  /*width: 165px;*/
  display: inline-block;
  float: right;
  padding-left: 50px;
}

.social img {
  width: 33px;
}

.social div {
  display: inline-block;
}

@media(min-width: 992px) and (max-width: 1199px) {
  .pesquisa {
    /*width: 150px;*/
  }

  .social {
    /*width: 35px;*/
  }

  .social img {
    width: 28px;
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .pesquisa input {
    width: 362px !important;
  }

  .pesquisa-texto {
    padding-right: 5px;
  }

  .social {
    width: auto;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}

.topo-logo {
  padding: 10px 0;
}

@media(max-width: 767px) {
  .pesquisa {
    /*margin-top: 10px;*/
    margin-bottom: 10px;
  }

  .pesquisa input {
    width: 100% !important;
  }

  .pesquisa-texto {
    padding-right: 5px;
  }

  .topo-logo {
    padding: 10px;
  }
}



/* MENU PRINCIPAL */
.menu {
  padding: 0;
}

.menu .caret {
  color: #fff;
}

.menu-fundo {
  min-height: 50px;
  background: #e7e7e7;
  box-shadow: 0px 4px 8px rgba(12, 34, 51, 0.25);
}

.menu-linha {
  height: 6px;
}

.menu-linha1 {
  background: url("../img/menu_linha1.jpg") repeat-x 0 0;
}

.menu-linha2 {
  background: url("../img/menu_linha2.jpg") repeat-x 0 0;
}

.menu a {
  color: #FFF;
}

.menu .nav>li>a {
  padding: 12px 24px 10px 10px;
}

.menu-container {
  margin: 0;
}

.menu .navbar-nav {
  text-align: center;
}

.menu-navbar-brand {
  float: right;
  color: #fff;
}

.menu-navbar-brand:hover, .menu-navbar-brand:focus {
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu .nav>li>a {
    font-size: 0.98em !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .nav>li>a {
    font-size: 0.85em;
    padding: 12px 5px 5px 5px;
  }
}

@media (min-width: 768px) {
  .menu .navbar-nav>li {
    float: none !important;
    display: inline-block !important;
  }

  .nav>li>a {
    text-align: center;
  }
}

@media (max-width: 767px) {
  nav.navbar {
    background: #00026A;
    z-index: 100;
  }

  .nav>li {
    padding-left: 30px;
  }

  .menu .navbar-nav {
    text-align: left;
  }

  .menu .navbar-nav>li {
    display: block !important;
  }

  .menu .navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .nav>li>a {
    text-align: left;
  }
}

.logo img {
  padding: 0;
  width: 70%;
}

.navbar {
  border-radius: 0;
  margin: 0;
}

.navbar .container-fluid {
  padding: 0;
}

.navbar .navbar-toggle {
  border: 1px solid #fff;
  background-color: #00026A;
}

.navbar .navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-nav>li>a {
  padding-top: 12px;
}

.nav>li>a {
  color: #2F3234;
  font-weight: bold;
  font-size: 13px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: underline;
  background: transparent;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background: #00026A;
  border: none;
}

.navbar-nav {
  /*margin: 7px 15px;*/
  width: 100%;
}

.dropdown-menu {
  background: #e7e7e7;
  border: 1px solid #e7e7e7;
}

.dropdown-menu>li>a {
  color: #2F3234;
  font-weight: bold;
  font-size: 13px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background: #00026A;
  text-decoration: underline;
  /* color: #ffffff; */
}

@media (min-width: 768px) {
  ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.caret {
  color: #00026A;
}

/*Sub-Menu*/
.navbar-default {
  background: none;
  border: none;
}

@media (max-width: 767px) {
  nav.navbar {
    background: none;
  }
}

.submenu, #submenu-navbar {
  background: none;
  border: none;
}

.submenu li>a {
  color: #333 !important;
  background: none !important;
  font-size: 11px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .submenu li>a {
    font-size: 0.73em;
  }
}

.submenu li>a.dropdown-toggle:hover,
.menu a.dropdown-toggle:hover {
  text-decoration: none;
}

.submenu li>a.dropdown-toggle:active,
.submenu li>a.dropdown-toggle:focus {
  background: none;
}

.submenu-dropdown {
  color: #333333 !important;
  background: #F9F9F9 !important;
  border: none !important;
  border-radius: 0 !important;
}

.submenu-dropdown li a {
  color: #333333 !important;
}

.submenu-dropdown li a:hover, .submenu-dropdown li a:focus {
  color: #333333 !important;
  background: #E4E4E4 !important;
}

.submenu-navbar-toggle {
  background: #00026A !important;
}

.submenu-navbar-brand {
  float: right;
  color: #00026A !important;
}

.submenu-navbar-brand:hover, .submenu-navbar-brand:focus {
  color: #00026A !important;
}

.nav-pills>li>a {
  color: #333333;
  padding: 3px 15px;
}

.nav-pills .open>a, .nav-pills .open>a:focus, .nav-pills .open>a:hover {
  background: transparent;
}


/*Slide*/
#slide h3 {
  margin: 0;
}

#slide .item {
  height: 500px;
  overflow: hidden;
}

.slide {
  /* margin-top: 22px; */
}

#slide .carousel-inner,
#slide .carousel-control,
.acesso-rapido-item {
  border-radius: 6px;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
  height: 479px;
}

@media (min-width: 992px) {
  .slide {
    min-height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #slide,
  #slide .item {
    height: 411px;
  }
}

@media (max-width: 767px) {

  #slide,
  #slide .item {
    height: 300px;
  }
}


.slide-btn {
  margin-top: 235px;
}

.slide-btn-esq {
  margin-left: -30px;
}

.slide-btn-dir {
  margin-right: -30px;
}

@media (max-width: 991px) {
  .slide-btn {
    margin-top: 150%;
  }

  .slide-btn-esq {
    margin-left: -50%;
  }

  .slide-btn-dir {
    margin-right: -50%;
  }
}

.slide-caption {
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  bottom: 15px;
  /*text-align: left;*/
}

.slide-caption div {
  background: rgb(0, 2, 106, .75);
  /*background: url("../img/fundo-titulo-noticias.png") bottom repeat-x;*/
  padding: 5px;
  /*margin-left: 12px;
  margin-right: 12px;*/

  /* background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(133,133,133,0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(133,133,133,0.5)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(133,133,133,0.5) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(133,133,133,0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(133,133,133,0.5) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(133,133,133,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#858585', GradientType=0 );*/
}

@media (min-width: 563px) and (max-width: 610px) {
  .slide-caption div {
    width: 100%;
    height: 90%;
    margin-left: 0;
  }

  .slide-caption h3 {
    font-size: 0.9em;
  }

  .slide-caption h4 {
    font-size: 0.85em;
  }

  .slide-caption p {
    font-size: 0.82em;
  }
}

@media (max-width: 562px) {

  #slide,
  #slide .item {
    /*height: 246px;*/
  }

  .slide-caption {
    padding-left: 0 !important;
    bottom: 0;
  }

  .slide-caption div {
    width: 100%;
    height: 90%;
    margin-left: 0;
  }

  .slide-caption h4 {
    font-size: 0.75em !important;
    margin-left: 0 !important;
  }

  .slide-caption p {
    font-size: 0.72em !important;
  }
}

.slide-caption h3 {
  /*height: 20px;*/
  /*margin-top: 0;*/
  text-align: center;
  font-size: 25px;
  margin-bottom: 3rem;
  margin-top: 3rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.slide-caption h4 {
  display: inline-block;
  text-align: left;
  background: #FF7CCC;
  padding: 5px;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 12px;
}

.slide-caption p {
  /*height: 12px;*/
  text-align: left;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.slide-caption a {
  color: #333333;
}

@media (max-width: 768px) {
  .slide-caption h3 {
    font-size: 1.1em;
  }

  .slide-caption p {
    font-size: 0.8em;
  }
}

.carousel-programas {
  min-height: 65px;
  margin-right: 5px;
  margin-left: 5px;
}

.carousel-programas>.carousel-control {
  width: 30px !important;
  padding-top: 18px;
  color: #3B5998;
}

.carousel-programas>.carousel-control.left {
  left: -26px;
}

.carousel-programas>.carousel-control.right {
  right: -28px;
}

.carousel-programas>.carousel-control.left,
.carousel-programas>.carousel-control.right {
  background: none;
}

.carousel-fixos {
  min-height: 65px;
  margin-right: 5px;
  margin-left: 5px;
}

.carousel-fixos>.carousel-control {
  width: 50px !important;
}

.carousel-fixos-itens>a>img {
  height: 30rem;
}

.banner-slide-btn2 {
  margin-top: 14rem;
}

.carousel-caption {
  text-shadow: none;
  left: 0;
  right: 0;
  padding-left: 30px;
  background: linear-gradient(0deg, black, transparent);
  padding-right: 29px;
}

.carousel-inner>.item>a>img {
  margin: 0 auto;
  width: 100%;
  height: 500px;
}

.carousel-inner>.item>a>img {
  height: 100%;
}

@media(max-width: 767px) {
  .carousel-programas-itens {
    text-align: center;
    padding: 5px 0;
  }

  .carousel-programas>.carousel-control.left {
    left: 0;
    top: 30px;
  }

  .carousel-programas>.carousel-control.right {
    right: 0;
    top: 30px;
  }
}

@media(max-width: 767px) {
  .carousel-fixos-itens {
    text-align: center;
    padding: 5px 0;
  }

  .carousel-fixos>.carousel-control.left, .carousel-fixos>.carousel-control.right {
    background: none;
  }
}

/*Banner*/
.banner-grande {
  /*background: url('../../uploads/filemanager/xxx.png') no-repeat top center;*/
  height: 500px;
}

#banner .item {
  height: 500px;
  overflow: hidden;
}

.banner-slide {
  margin-top: 0;
}

@media (max-width: 992px) {
  .banner-slide {
    min-height: 500px;
  }
}

.banner-slide-btn {
  margin-top: 220px;
}

.banner-slide-btn-esq {
  /*margin-right: -3rem;*/
}

.banner-slide-btn-dir {
  /*margin-left: -3rem;*/
}

.banner-slide-btn-esq2 {
  margin-right: -3rem;
}

.banner-slide-btn-dir2 {
  margin-left: -3rem;
}

@media (min-width: 767px) and (max-width: 991px) {
  .banner-slide-btn {
    margin-top: 80px;
  }

  .banner-slide-btn-esq {
    margin-left: -60px;
  }

  .banner-slide-btn-dir {
    margin-right: -60px;
  }
}

@media (max-width: 767px) {
  .banner-slide-btn-esq2 {
    margin-right: 0;
  }

  .banner-slide-btn-dir2 {
    margin-left: 0;
  }

  .banner-slide-btn2 {
    margin-top: 4.5rem;
  }
}

.banner_tca {
  padding-top: 10px;
  padding-bottom: 2px;
}


/*Botões*/
.btn-home {
  /*margin: 40px -22px 20px -18px;*/
  margin-top: 9px;
  padding-left: 0;
  padding-right: 0;
}

.btn-home-fundo {
  background: #E8E8E8;
  margin-top: 27px;
  margin-bottom: 0;
}

.btn-home .btn-home-clear {
  height: 1px;
  visibility: hidden;
  width: 100%;
  clear: both;
}

.btn-home>a, .btn-home>.subbtn {
  display: block;
  width: 138px;
  min-height: 121px;
  float: left;
  margin: 0 7px 5px 0;
  background-color: #EEE;
  text-align: center;
  line-height: 16px;
  border: 1px solid #fff;
}

.btn-home>.subbtn {
  cursor: pointer;
}

.btn-home>a:hover, .btn-home>.subbtn:hover {
  background-color: #DDD;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .btn-home>a, .btn-home>.subbtn {
    margin: 0 6px 5px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn-home>a, .btn-home>.subbtn {
    width: 181px;
    margin: 0 6px 5px 0;
  }
}

@media (max-width: 767px) {
  .btn-home>a, .btn-home>.subbtn {
    width: 174px;
    margin: 0 6px 5px 0;
  }
}

.btn-home>a i, .btn-home>.subbtn i {
  display: block;
  margin: 10px auto;
  width: 62px;
  height: 64px;
  background: url(../img/icones_home.png) no-repeat;
}

.btn-home>a span, .btn-home>.subbtn span {
  font-size: 11px;
  font-weight: bold;
  color: #000;
  line-height: 14px;
  padding: 0 5px 5px;
  display: block;
  /*text-transform: uppercase;*/
}

.btn-home>a span em, .btn-home>.subbtn span em {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
}

.btn-home-texto2 {
  font-size: 9px !important;
  font-weight: normal !important;
  padding: 0 !important;
}

.btn-home>a.btn-home1 i {
  background-position: 0 -1px;
}

.btn-home>a.btn-home2 i {
  background-position: 0 -326px;
}

.btn-home>a.btn-home3 i {
  background-position: 0 -131px;
}

.btn-home>a.btn-home4 i {
  background-position: 0 -651px;
}

.btn-home>a.btn-home5 i {
  background-position: 0 -391px;
}

.btn-home>a.btn-home6 i {
  background-position: 0 -261px;
}

.btn-home>a.btn-home7 i {
  background-position: 0 -781px;
}

.btn-home>a.btn-home8 i {
  background-position: 0 -521px;
}

.btn-home>a.btn-home9 i, .btn-home>div.btn-home9 i {
  background-position: 0 -196px;
}

.btn-home>a.btn-home10 i {
  background-position: 0 -1106px;
}

.btn-home>a.btn-home11 i {
  background-position: 0 -66px;
}

.btn-home>a.btn-home12 i {
  background-position: 0 -716px;
}

.btn-home>a.btn-home13 i {
  background-position: 0 -846px;
}

.btn-home>a.btn-home14 i {
  background-position: 0 -911px;
}

.btn-home>a.btn-home15 i {
  background-position: 0 -975px;
}

.btn-home>a.btn-home16 i {
  background-position: 0 -457px;
}

.btn-home>a.btn-home17 i {
  background-position: 0 -1172px;
}

.btn-home>a.btn-home18 i {
  background-position: 0 -1237px;
}

.btn-home>a.btn-home19 i {
  background-position: 0 -1302px;
}

.btn-home>a.btn-home20 i {
  background-position: 0 -1367px;
}

.btn-home>a.btn-home21 i {
  background-position: 0 -1432px;
}

.btn-home>a.btn-home22 i {
  background-position: 0 -1497px;
}

.btn-home>a.btn-home23 i {
  background-position: 0 -1562px;
}

.btn-home>a.btn-home24 i {
  background-position: 0 -1627px;
}

/*hover*/
.btn-home>a.btn-home1:hover i {
  background-position: -63px -1px;
}

.btn-home>a.btn-home2:hover i {
  background-position: -63px -326px;
}

.btn-home>a.btn-home3:hover i {
  background-position: -63px -131px;
}

.btn-home>a.btn-home4:hover i {
  background-position: -63px -651px;
}

.btn-home>a.btn-home5:hover i {
  background-position: -63px -391px;
}

.btn-home>a.btn-home6:hover i {
  background-position: -63px -261px;
}

.btn-home>a.btn-home7:hover i {
  background-position: -63px -781px;
}

.btn-home>a.btn-home8:hover i {
  background-position: -63px -521px;
}

.btn-home>a.btn-home9:hover i, .btn-home>div.btn-home9:hover i {
  background-position: -63px -196px;
}

.btn-home>a.btn-home10:hover i {
  background-position: -63px -1107px;
}

.btn-home>a.btn-home11:hover i {
  background-position: -63px -66px;
}

.btn-home>a.btn-home12:hover i {
  background-position: -63px -716px;
}

.btn-home>a.btn-home13:hover i {
  background-position: -63px -846px;
}

.btn-home>a.btn-home14:hover i {
  background-position: -63px -911px;
}

.btn-home>a.btn-home16:hover i {
  background-position: -63px -456px;
}

.btn-home>a.btn-home17:hover i {
  background-position: -63px -1172px;
}

.btn-home>a.btn-home18:hover i {
  background-position: -63px -1237px;
}

.btn-home>a.btn-home19:hover i {
  background-position: -63px -1302px;
}

.btn-home>a.btn-home20:hover i {
  background-position: -63px -1367px;
}

.btn-home>a.btn-home21:hover i {
  background-position: -63px -1432px;
}

.btn-home>a.btn-home22:hover i {
  background-position: -63px -1497px;
}

.btn-home>a.btn-home23:hover i {
  background-position: -63px -1562px;
}

.btn-home>a.btn-home24:hover i {
  background-position: -63px -1627px;
}


@media (max-width: 510px) {
  .btn-home>a {
    width: 100%;
    float: none;
  }
}

/*Contra cheque*/
.contra-cheque {
  position: relative;
}

.contra-cheque-1 {
  border: 0 solid red
}

.contra-cheque-2 {
  border: 0 solid yellow
}

.contra-cheque a {
  position: absolute;
  width: 130px;
  height: 130px;
  background: #00026A;
  top: 0;
  left: 13px;
  opacity: 0;
  border-radius: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  overflow: hidden;
  padding-top: 48px;
}


/*Notícia*/
.titulo {
  font-size: 20px;
  color: #333;
}

/* Bloco HorÃ¡rios */
#horarios .titulo {
  color: white;
  margin-bottom: 30px;
}

#horarios .titulo h2 {
  margin: 0;
  margin-bottom: .3em;
  line-height: 1.5;
}

#horarios .titulo h4 {
  margin: 0;
  margin-bottom: .8em;
  line-height: 1.6;
}

#horarios iframe {
  width: 100%;
  height: 350px;
}


@media (min-width: 1200px) {
  .noticias {
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .noticias {
    padding-right: 15px;
  }
}

.noticias>a:hover,
.noticias>a:focus,
.noticia-titulo:hover,
.noticia-titulo:focus,
.noticia-resumo:hover,
.noticia-resumo:focus {
  text-decoration: underline;
}

.noticia-linha, .acesso-linha {
  /*border: 1px solid #CCCCCC;*/
  margin-top: 46px;
  float: left
}

.noticia-linha-fundo,
.acesso-linha-fundo,
.video-linha-fundo,
.titulo-linha-fundo {
  background: url('../img/noticias_linha.png') repeat-x left 16px;
}

.noticia-linha h1.titulo,
.acesso-linha h1.titulo,
.video-linha h1.titulo {
  font-weight: normal !important;
  color: #666666;
  background: #fff;
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  margin-left: 15px;
}

.noticia-linha h1.titulo span,
.acesso-linha h1.titulo span,
.video-linha h1.titulo span {
  font-weight: bold !important;
}

@media(min-width: 768px) and (max-width: 991px) {

  .noticia-linha h1.titulo,
  .acesso-linha h1.titulo,
  .video-linha h1.titulo {
    font-size: 18px !important;
  }

  .noticia-titulo {
    width: 100% !important;
  }

  .noticia-resumo {
    width: 100% !important;
  }
}

@media(max-width: 767px) {
  .acesso-linha {
    width: 100%;
  }

  .acesso-rapido {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.veja-mais a {
  color: #3B5998;
}

.noticia-btn-busca {
  width: 50px;
}

.noticia-veja-mais, .noticia-btn-busca {
  background: #3A589B;
  border: 1px solid #0766A0 !important;
  color: #fff !important;
}

.noticia-veja-mais:hover, .noticia-veja-mais:active, .noticia-veja-mais:focus,
.noticia-btn-busca:hover, .noticia-btn-busca:active, .noticia-btn-busca:focus {
  background: #0766A0;
  border: 1px solid #0766A0 !important;
}

.noticia-form {
  display: inline-block;
}

.noticia-form input[type=text] {
  height: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .facebook {
    margin-top: 34px;
    /*padding-right: 0;
      padding-left: 25px;*/
  }
}

@media (max-width: 767px) {
  .facebook {
    margin-top: 36px;
  }
}

@media(max-width: 767px) {
  .noticia-form {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.noticia-colunas {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.noticia-data {
  position: absolute;
  top: -5px;
  font-size: 11px;
  color: #FFF;
  border-right: 12px solid #FF7CCC;
  background: #0766A0;
  padding: 5px;
  display: inline-block;
}

.noticia-titulo {
  font-size: 14px;
  font-weight: bold;
  color: #0766A0;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
  width: 200px;
}

.noticia-subtitulo {
  font-size: 14px;
  font-weight: bold;
  color: #0766A0;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.noticia-titulo2 {
  font-size: 14px;
  color: #fff;
  background: #00026A;
  text-align: left;
}

.noticia-resumo {
  font-size: 12px;
  color: #666666;
  width: 200px;
  padding-bottom: 10px;
}

.noticia-img {
  border: 1px solid #CCCCCC;
  display: inline-block;
}

.noticia-img div {
  border: 4px solid #fff;
  max-height: 215px;
  overflow: hidden;
  width: 200px;
}

.noticia-img img {
  /*padding: 4px;*/
  /*margin-top: -42px;*/
}

@media (min-width: 768px) {
  .noticia-data {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .noticia-titulo {
    width: auto;
  }

  .noticia-resumo {
    width: auto;
  }

  .noticia-data {
    left: 93px;
  }
}

/*Notícias lista*/
.noticias-data {
  font-size: 12px;
  color: #00026A;
  margin-bottom: 2px;
}

.noticias-titulo {
  font-weight: bold;
  font-size: 18px;
  color: #00026A;
  margin-top: 10px;
}

.noticias-texto {
  color: #00026A;
}

.miniatura {
  margin-top: 14px;
}


/*Agenda*/
.agenda-data {
  color: #666666;
  font-size: 16px;
}

.agenda-titulo {
  color: #666666;
  margin-bottom: 25px;
}

/*Acesso Rápido*/
@media (min-width: 1200px) {
  .acesso-rapido {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .acesso-rapido {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .acesso-rapido {
    padding-left: 0;
  }
}

.acesso-linha {
  /*border: 1px solid #CCCCCC;*/
}

/*.acesso-linha-botao{
  text-align: left;
  width: 100%;
  height: 52px;
  margin-bottom: 2px;
}
.acesso-linha-botao a{
  background: #00AFEF;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 16px;
  border-radius: 10px;
  font-weight: bold;
}
.acesso-linha-botao a:hover{
  background: #383A92;
  color: #fff;
}

.acesso-linha-botao img{
  padding-bottom: 5px;
  }*/
.acesso-linha-botao>a {
  display: block;
  background-color: #E9E9ED !important;
  border: 1px solid #E9E9ED;
  border-right: 4px solid #F0B63C;
  border-radius: 0;
  text-align: left;
  line-height: 16px;
  font-size: 18px;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  padding: 5px 7px 7px 7px;
  min-width: 116px;
  overflow: hidden;
  margin-bottom: 5px;
}

.acesso-linha-botao>a:hover {
  color: #666;
  text-shadow: none;
  border-right: 4px solid #ddd;
}

.acesso-linha-botao>a i {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  background: url(../img/icones_home2.png) no-repeat;
}

.acesso-linha-botao>a span {
  font-size: 18px;
  color: #666;
  line-height: 14px;
  display: inline-block;
  margin: 12px 0 0 10px;
}

.acesso-linha-botao>a span em {
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
}

.acesso-linha-botao>a.acesso-linha-botao-1 i {
  background-position: 0 0;
}

.acesso-linha-botao>a.acesso-linha-botao-2 i {
  background-position: 0 -38px;
}

.acesso-linha-botao>a.acesso-linha-botao-3 i {
  background-position: 0 -77px;
}

.acesso-linha-botao>a.acesso-linha-botao-4 i {
  background-position: 0 -119px;
}

.panel-primary>.panel-heading {
  color: #fff;
  background: #00026A;
  border-bottom: 0;
}

.panel {
  margin-top: 30px;
}

.panel-heading h3.panel-title {
  font-size: 18px;
}

.panel, .panel-heading {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}


/*Rodapé*/
.rodape {
  padding-top: 45px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .rodape {
    font-size: 0.85em;
  }
}

@media (max-width: 767px) {
  .rodape {
    font-size: 0.95em;
  }

  .rodape-form, .rodape-form-texto {
    padding-left: 25px;
  }
}


.rodape-linha1 {
  /* margin-top: 60px; */
  min-height: 44px;
  background: #4A6CBB;
}

.rodape-linha2 {
  min-height: 168px;
  background: #4A6CBB;
  padding-left: 0;
}

.rodape-linha3 {
  background-color: #3A589B;
  padding: 40px 0 30px;
}

.rodape-linha3 * {
  color: #fff;
}

.rodape-linha3 ul {
  list-style: none;
}

.rodape-linha3 ul li {
  margin-bottom: 2px;
}

.rodape-linha3 ul li>span {
  display: block;
  padding-top: 15px;
}

.rodape-linha4 {
  padding: 20px 0;
  /*border-top: #fff solid 1px;*/
  border-bottom: #fff solid 1px;
  background: #3A589B;
}

.rodape-linha4 .rodape4-logo {
  text-align: right;
}

.rodape-linha4 .copyright {
  color: #fff;
  font-size: 14px;
  padding-top: 16px;
}

/*.rodape-fundo{
  width: 100%;
  height: 212px;
  position: absolute;
  z-index: -1;
  left: 0;
  overflow: hidden;
  }*/

.rodape-logo {
  padding-top: 36px;
}

.rodape-endereco {
  color: #fff;
  font-size: 16px;
  padding-top: 17px;
}

.rodape-endereco div {
  display: inline-block;
  vertical-align: top;
}

@media(max-width: 767px) {
  .rodape-endereco {
    font-size: 1.2em;
  }

  .rodape-linha1 {
    height: 230px;
  }
}

.rodape-form {
  margin-top: 5px;
}

.rodape-form-texto {
  margin-top: 12px;
  color: #fff;
}


/*Form*/
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
  ;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
  ;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
  ;
}

.form-rodape .form-control, .form-rodape .btn {
  color: #fff;
  background: #3A589B;
  border: 1px solid #fff;
}

.form-rodape. .btn-default {
  border: 1px solid #3A589B !important;
}

.form-rodape .btn-default:hover, .btn-default:focus {
  background: #00026A;
}


.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #00026A !important;
  border-color: #000 !important;
}


.transp-paginacao {
  text-align: center;
}

.transp-paginacao .pull-left {
  float: none !important;
}


/* ACESSIBILIDADE */
.skiplist {
  margin: 0;
  padding: 0
}

.skip {
  display: none;
  text-align: left;
  margin: 0;
  padding: 0;
  position: absolute
}

.skip {
  display: block
}

:root .skip {
  display: block
}

.skip a {
  padding: 0 0.5em;
  display: inline;
  z-index: 49;
  text-decoration: none;
  position: absolute;
  width: 12em;
  left: -200em;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}

.skip a:focus, .skip a:active {
  position: absolute;
  left: 0;
  border: solid #999 5px;
  background: #eee;
}

.skip a:hover {
  cursor: default
}

.btns-acessibilidade {
  padding-top: 4px;
}

.ajustar_fonte .btns-acessibilidade .btn, .ajustar_fonte .btns-acessibilidade .btn i, .btns-acessibilidade .btn {
  font-size: 10px !important;
}

@media (max-width: 767px) {
  .btns-acessibilidade {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

body.com_contraste, body.com_contraste * {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}

body.com_contraste .topo-imagem {
  display: none;
}


/* do not group these rules */
*::-webkit-input-placeholder {
  color: #bbb !important;
}

*:-moz-placeholder {
  /* FF 4-18 */
  color: #bbb !important;
}

*::-moz-placeholder {
  /* FF 19+ */
  color: #bbb !important;
}

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb !important;
}


/*Tabelas de listagem*/
.table>tbody>tr>td.vertical-center {
  vertical-align: middle !important;
}

.tabela-listagem {}

.tabela-listagem th, .tabela-titulo {
  font-weight: bold;
  color: #fff;
  background: #656D78;
}

.tabela-label, .tdcinza {
  font-weight: bold;
  background: #F5F5F5;
}

.lista-foto {
  width: 160px;
  padding: 5px;
  margin-left: 12px;
  margin-right: 12px;
  border: 1px solid #EEEEEE;
  float: left;
  display: inline-block;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.lista-foto-primeira {
  margin-left: 0 !important;
}

.lista-foto-ultima {
  margin-right: 0 !important;
}

.lista-foto-imagem {
  width: 150px;
  height: 190px;
  overflow: hidden;
}

.lista-foto-titulo {
  color: #3BAFDA;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  padding-top: 5px;
}

.lista-foto-titulo2 {
  text-align: center;
}

/*Bootestrap Calendar*/
.datepicker {
  background: #fff !important;
  border: 1px solid #ccc !important;
}

/*Tabs*/
.nav-tabs>li>a {
  color: #434a54 !important;
}

/*Vídeo*/
.videos {
  background: #E5E6E7;
}

.video-principal {
  width: 100%;
  height: 374px;
  margin-left: -15px !important;
}

.video {
  padding-bottom: 5px;
}

.video-titulo {
  background: url('../img/ico_video.png') no-repeat left center;
  height: 26px;
  margin-bottom: 10px;
}

.video-titulo h1 {
  color: #666666;
  font-size: 16px;
  margin-left: 36px;
  margin-top: 20px;
}

/******/
table.licenciamento-ambiental a {
  color: #333333;
}

table.licenciamento-ambiental a:hover {
  text-decoration: underline;
}

/*Galerias*/
@media(min-width: 768px) {
  .galerias {
    padding-right: 0;
  }
}

/*Área Restrita*/
.area-item a {
  display: block;
  background: #00026A;
  color: #fff;
  font-size: 60px;
  text-align: center;
  line-height: 70px;
  padding: 10px;
}

.area-item a:hover, .area-item a:focus, .area-item a:active {
  background: #3A589B;
}

.area-item h4 {
  font-size: 17px;
}

/*Colunas*/
.col-padding-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.col-margin-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.zero_size {
  font-size: 0em;
}

.display_none {
  display: none;
}

.titulo_slide {
  padding: 10px;
  text-align: center;
  font-size: 25px;
  margin-bottom: 3rem;
  margin-top: 3rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.acesso-linha-fundo p.titulo {
  font-weight: normal !important;
  color: #666666;
  background: #fff;
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  margin-left: 15px;
}

.acesso-linha-fundo p.titulo span {
  font-weight: bold !important;
}

.noticia-linha p.titulo {
  font-weight: normal !important;
  color: #666666;
  background: #fff;
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  margin-left: 15px;
}

.noticia-linha p.titulo span {
  font-weight: bold !important;
}

@media(min-width: 768px) {
  .col-no-margin {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .col-no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .col-no-margin-31 {
    margin-right: -31px !important;
    margin-left: -31px !important;
  }
}

@media(max-width: 767px) {
  .col-no-padding-xs {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .col-no-margin-xs {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

}

.size_zero {
  font-size: 0px;
}

/* Acesso rápido */
.back-blue {
  /* background: #F8F8F880; */
}

.back-blue-4 {
  background-color: #3E4095;
}

.top7 {
  padding-top: 7em;
}

.titulo h2 {
  font-weight: 600;
}

.titulo h4 {
  font-family: 'Montserrat-Thin';
}

.top3 {
  padding-top: 3em;
}

.bot3 {
  padding-bottom: 3em;
}

/* Bloco Acesso Rápido */
#acesso .acesso-rapido-item {
  background: #fff;
  text-align: center;
  /* padding-top: 3em; */
}

#acesso .acesso-rapido-item h4 {
  font-family: 'Open Sans';
  font-style: normal;
  color: #2F3234;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
}

.acesso-rapido-item h4 {
  margin-bottom: 0;
  line-height: 1.5em;
  min-height: 4em;
}

@media (min-width: 768px) {
  .col-sm-13 {
    width: 32%;
  }
}

@media (min-width: 768px) {
  .col-sm-14 {
    width: 24.2%;
  }
}

.acesso-rapido-item {
  background: #fff;
  max-height: 140px !important;
  padding-top: 18px;
  padding-bottom: 2em;
  transition: all .2s;
}

.acesso-rapido-item:active,
.acesso-rapido-item:focus,
.acesso-rapido-item:hover {
  border-bottom: 4px solid black;
  margin-top: -4px;
}

.acesso-rapido-item h3 {
  font-family: 'Montserrat-Regular';
  line-height: 1.5;
  margin: 0;
}


/* Bloco Notícias */
#noticias .bloco-noticia-1, #noticias .bloco-noticia-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
}

#noticias .bloco-noticia-2:hover>div,
#noticias .bloco-noticia-3:hover>div {
  display: block;
}

#noticias .bloco-noticia-1 {
  height: 40em;
}

#noticias .bloco-noticia-2 {
  height: 18.5em;
}

#noticias .bloco-noticia-2 .linha-titulo,
#noticias .bloco-noticia-3 .linha-titulo {
  display: none;
}

#noticias .linha-titulo {
  margin: 0;
  background-color: white;
  padding: 1em 1em 0;
  font-family: 'Montserrat-Light';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-radius: 0px 0 10px 10px;
}

#noticias a {
  color: #636364;
}

#noticias a.botao-noticias {
  color: #6466BF;
}

#noticias .linha-titulo h4,
#noticias .linha-titulo h6,
#noticias .linha-titulo h3 {
  margin: 0;
  font-family: 'Montserrat-Regular';
  font-size: 18px;
}

#noticias .linha-titulo h5,
#noticias .linha-titulo h6 {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #636364;
  margin: 0;
}

#noticias .linha-titulo h6 {
  font-family: 'Montserrat-Medium';
  font-size: 1em;
}

.botao-noticias {
  margin-top: 30px;
  border: 2px solid #6466BF;
  background-color: transparent;
  padding: .5em 1em;
  border-radius: 5px;
  font-size: 16px;
  transition: all .2s;
  display: inline-block;
}

#noticias .botao-noticias:active,
#noticias .botao-noticias:focus,
#noticias .botao-noticias:hover {
  background-color: #6466BF;
  color: white;
}

@media screen and (max-width: 992px) {
  #noticias .col-md-5.top3 {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  /* Media Query Notícias */

  #noticias .bloco-noticia-1 {
    height: 25em;
  }

  #noticias h3 {
    font-size: 1.7em;
  }

  #noticias .col-md-5, #noticias .col-md-5.top3 {
    padding-top: 3em;
  }
}

/* Titulos */
.titulo h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
  margin-top: 0;
}

.titulo h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
}

.titulo img {
  width: 30px;
  vertical-align: middle;
  margin-right: 15px;
}

/* Cor de Fundo */
.back-blue {
  /* background: #F8F8F880; */
}

.back-blue-2 {
  background: #444444;
}

.back-blue-3 {
  background-color: #494BB1;
}

.back-cinza {
  background-color: #eee;
}

#rodape {
  color: white;
}

#rodape .bord-left {
  border-left: 1px solid rgba(248, 248, 248, 0.5);
}

#rodape h5 {
  margin: 0;
  margin-bottom: 1em;
  font-weight: 600;
}

#rodape ul {
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}

#rodape ul li a {
  color: #f8f8f8;
  padding: .5em 0;
  display: block;
  font-family: 'Montserrat';
}

/* Bloco Sub-RodapÃ© */
#sub-rodape {
  color: white;
}

#sub-rodape p {
  margin: 0;
}

.bloco-vertical-middle {
  /* padding-top: 3em; */
  /* padding-bottom: 3em; */
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1503px) {
  #acessibilidade a {
    padding: .8em .6em;
  }
}

.bot1 {
  padding-bottom: 1em;
}

.top1 {
  padding-top: 1em;
}


#noticias {
  /* background: #F8F8F8; */
  /* height: 1190px; */
}

#noticias h5 {
  font-family: 'Montserrat';
  font-size: 14px;
}

#noticias h5 img {
  height: 18px;
  padding: 0px 11px 2px 0px;
}

.notiticias-img {
  width: 100%;
  max-height: 100%;
}

#slides-noticias {
  padding-top: 65px;
  padding-left: 0;
  padding-right: 0;
}

.carousel-caption h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
}

#publicacoes {
  font-family: 'Montserrat';
}

#publicacoes img {
  height: 18px;
  padding: 0px 11px 2px 0px;
  font-family: 'Montserrat';
}

.padding-0 {
  padding: 0;
}

.acesso-rapido-linha {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item {
  padding: 0px 0px 15px 0px;
}

.btn-home-portal {
  padding: 16px 0px 16px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.servico {
  max-height: 184px !important;
}

.servico h4 {
  color: #2F3234;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
}

#servico {
  /* background-color: #f8f8f8; */
  /* top: 55px!important; */
  /* position: relative; */
}

#img-seta {
  color: #2F3234;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
  float: right;
}

#subdestaques {
  background: #F8F8F8;
}

#bloco-noticia-1 {
  height: 480px;
  padding: 0px 5px 0px 0px;
  list-style: none;
  border-radius: 6px 6px 0px 0px;
}

#bloco-noticia-1:first-child {
  height: 371px;
  box-shadow: 0px 1px 6px rgba(47, 50, 52, 0.5);
}

#bloco-noticia-1>li:nth-child(2) {
  height: 106px;
  border-radius: 0px 0px 6px 6px;
  background: #F8F8F8;
  box-shadow: 0px 1px 6px rgba(47, 50, 52, 0.5);
}

#bloco-noticia-1>li:nth-child(2)>h5 {
  margin: 0px;
  padding: 18px 20px 0px 20px;
}

#bloco-noticia-1>li:nth-child(2)>p {
  padding: 9px 20px 0px 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

#bloco-noticia-2 {
  height: 480px;
  padding: 0px 0px 0px 2;
  padding: 0px;
  list-style: none;
}

#bloco-noticia-2 ul {
  padding: 0px;
  list-style: none;
}

#bloco-noticia-2>ul:nth-child(1)>li:nth-child(1),
#bloco-noticia-2>ul:nth-child(2)>li:nth-child(1) {
  height: 164.86px;
  box-shadow: 0px 1px 6px rgba(47, 50, 52, 0.5);
  border-radius: 6px;
}

#bloco-noticia-2>ul:nth-child(1)>li:nth-child(2),
#bloco-noticia-2>ul:nth-child(2)>li:nth-child(2) {
  height: 69px;
  border-radius: 0px 0px 6px 6px;
  background: #F8F8F8;
  box-shadow: 0px 1px 6px rgba(47, 50, 52, 0.5);
}

#bloco-noticia-2>ul:nth-child(1)>li:nth-child(2)>h5,
#bloco-noticia-2>ul:nth-child(2)>li:nth-child(2)>h5 {
  margin: 0px;
  padding: 3px 20px 0px 20px;
}

#bloco-noticia-2>ul:nth-child(1)>li:nth-child(2)>p,
#bloco-noticia-2>ul:nth-child(2)>li:nth-child(2)>p {
  margin: 0px;
  padding: 3px 20px 0px 20px;
}

#ver-mais-noticias {
  display: flex;
  justify-content: center;
  background: #F8F8F8;
}

#ver-mais-noticias>a:hover {
  background-color: #494BB1;
  color: white;
  transition: 0.3s;
}

#ver-mais-noticias>a {
  color: #0061A8;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Montserrat';
  border: 3px solid #494BB1;
  box-sizing: border-box;
  border-radius: 6px;
  width: 348PX;
  height: 40px;
  padding: 8px 16px 8px 16px;
}

.redes-sociais {
  /* background:#f8f8f8; */
  /* min-height: 390px; */
  /* align-items: center; */
  /* flex-direction: column; */
}

.redes-sociais-img {
  float: left;
  padding-right: 20px;
}

.redes-sociais-item {
  border-radius: 6px;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
  height: 479px;
}

#redes-sociais-item {
  max-height: 160px !important;
  padding: 44px;
}

#instagram {
  max-height: 160px !important;
  padding: 44px;
}

#instagram>h4 {
  margin: 10px;
  color: #2F3234;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 120%;
  text-align: left;
}

#facebook {
  max-height: 160px !important;
  padding: 44px;
}

#facebook>h4 {
  margin: 10px;
  color: #2F3234;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 120%;
  text-align: left;
}

#youtube {
  max-height: 160px !important;
  padding: 44px 27px 50px 32px;
}

#youtube>h4 {
  margin: 10px;
  color: #2F3234;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 120%;
  text-align: left;
  margin: 0px;
}

#newsletter {
  background: #eee;
}

#newsletter>div {
  /* background: #eeeeee; */
  /* height:214px; */
  /* display: flex; */
  /* justify-content: center; */
}

.newsletter-icon>img {
  float: right;
}

#pagina_site5 {
  padding: 42px 0px 42px 0px;
}

#pagina_site5>div.col-lg-8 {
  display: flex;
  flex-direction: column;
}

#titulo-newsletter h5 {
  margin-top: 0px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
}

#titulo-newsletter p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
}

#input-btn-newsletter {
  padding-bottom: 3.5px;
  display: flex;
}

#input-btn-newsletter input {
  border-color: transparent;
  margin-right: 10px;
}

#input-btn-newsletter button {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  background: #494BB1;
  background: #494BB1;
  border-color: #494BB1;
}

.banner-topo {
  background: #f8f8f8;
}

#banner-linha {
  margin-top: 5px;
  padding-top: 20px;
}

#acompanhe-redes-sociais {
  width: 22px;
}

.badge-primary {
  border-radius: 4px;
  background: #6466BF;
  font-size: 15px;
}

.acessibilidade-text {
  font-size: 12px;
  font-weight: 600;
  color: #6466BF;
  padding-right: 8px;
}

.menu-right>ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  padding: 0px;
  height: 120px;
  align-items: center;
}

.menu-right>ul>li>a {
  padding: 2px 10px;
  color: black;
  font-weight: 600;
}