:root {
  --green: rgb(78,204,27);
  --green-dark: rgb(0,81,72);
}

body {
  font-family: "Roboto", sans-serif;
}
/* Header */
#menu-top {
  background-color: #264c63;
  height: 35px;
  line-height: 1;
  padding: 0.5rem;
}
#menu-top .container {
  line-height: 1;
}
#menu-top .navbar-nav .nav-item {
  border-right: 1px solid #fff;
}
#menu-top .navbar-nav .nav-item:last-child {
  border-right: none;
}
#menu-top .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 12px;
}
.navbar-nav a {
  color: var(--green-dark);
}
.nav-header {
  /* color: #264c63; */
  color: #264c63;
}
.nav-header .mail {
  color: #fff;
  font-size: 12px;
}
.nav-header .mail .icon {
  font-size: 15px;
  vertical-align: middle;
}
.nav-header .mail span {
  vertical-align: middle;
  margin-left: 2px;
}
.header {
  display: flex;
  align-items: center;
}
.navbar-toggler {
  color: #264c63;
  width: 100%;
  border: 1px solid #264c63;
}
.header .hours .atendimento {
  line-height: 1.2;
}
.header .hours .title {
  font-weight: 300;
  color: #46525a;
  font-size: 16px;
}
.header .hours .subtitle {
  font-weight: 700;
  color: #46525a;
  font-size: 14px;
}
.user-access {
  height: auto;
}
.user-access .row {
  display: flex;
  align-items: center;
}
.user-access a.btn,
.user-access a.register {
  line-height: 1.5;
  vertical-align: middle;
}
.user-access a.btn {
  font-size: 1.2rem;
  padding: 0.375rem 0.75rem;
  color: #fff;
  background-color: var(--green-dark);
}
.user-access a.btn:hover {
  background-color: var(--green);
  color: var(--green-dark);
}
.user-access a.register {
  font-size: 1.3rem;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.user-access a.register:hover {
  line-height: 2;
  transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
}
.user-logged-in {
  vertical-align: middle;
  display: flex;
  align-items: center;
}
#menu-user .navbar-toggler {
  color: #264c63;
  width: auto;
  border: 1px solid #264c63;
}
#navbarUser {
  color: #46525a;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #264c63;
  padding-right: 0;
}
#navbarUser li {
  border-bottom: 1px solid #d4dbe1;
  padding: 0.375rem;
  width: 100%;
}
#navbarUser li:hover {
  background-color: #264c63;
  color: #fff;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}
#navbarUser li a {
  text-decoration: none;
}
#navbarUser li:last-child {
  border-bottom: none;
}
.user-logged-in .log-info {
  padding: 0 1rem;
  vertical-align: middle;
}
.user-logged-in .log-info h5 {
  margin-top: 0;
  margin-bottom: -4px;
  font-size: 1.6rem;
}
.user-logged-in .log-info span {
  font-size: 1rem;
}
.search-form {
  height: 40px;
  border: 1px solid var(--green-dark);
}
.search-form input {
  height: 38px;
  border: none;
  padding-left: 0.7rem;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 400;
  float: left;
  font-family: "Roboto";
  width: calc(100% - 45px);
}
.search-form input::placeholder {
  font-style: italic;
  color: #b9b9b9;
}
.search-form button {
  width: 45px;
  height: 100%;
  border-radius: 0;
  border-left: 1px solid var(--green-dark);
  color: var(--green);
  background-color: var(--green-dark);
  padding: 0.375rem;
}
.search-form button:hover {
  color: var(--green-dark);
  background-color: var(--green);
}
.search-form button .search {
  font-size: 25px;
  vertical-align: middle;
}
.header-menu ul {
  text-transform: uppercase;
  list-style-type: none;
  padding-left: 0;
  color: #46525a;
  background: #fff;
  border-radius: 5px;
  /* border: 1px solid #264c63; */
  /* padding-right: 0; */
}
.header-menu ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #707070;
  padding: 0 1rem;
  border-left: 1px solid #ced5d9;
}
.header-menu ul.dropdown-menu li {
  /* border-bottom: 1px solid #ced5d9; */
  border-bottom: 1px solid #d4dbe1;
  padding: 0.375rem;
  width: 100%;
}
.header-menu ul.dropdown-menu li:last-child {
  border-bottom: none;
}
.header-menu ul.dropdown-menu li a {
  /* padding: .3rem 1rem; */
  padding: 3px 20px;
  border-left: none;
}
.header-menu ul li a:hover {
  font-weight: 700;
  text-decoration: none;
}
.header-menu ul li:last-child {
  margin-left: auto;
}
.header-menu ul li ion-icon {
  font-size: 23px;
  margin-top: -1px;
}
/* Corpo */
/* Slider */
.carousel-indicators > li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
/* News */
.news {
  margin-top: 10px;
}
.news .news-big {
  min-height: 300px;
  margin-bottom: 10px;
}
.news .news-big .imagenews,
.news .news-medium .imagenews,
.news-list .image {
  border-radius: 10px;
}
.news a {
  text-decoration: none;
}
.news .news-big .imagenews {
  min-width: 360px;
  min-height: 300px;
  width: 360px;
  height: 300px;
  background-position: center;
  background-size: cover;
}
.imagedetail {
  min-width: 360px;
  min-height: 350px;
  width: 100%;
  height: 350px;
  background-position: top;
  background-size: cover;
}
.news img {
  /* border-radius: 10px; */
}
.news .news-medium {
  max-height: 140px;
  margin-bottom: 20px;
}
.news .news-medium .imagenews {
  min-width: 262px;
  min-height: 140px;
  width: 262px;
  height: 140px;
  background-position: center;
  background-size: cover;
}
.news-list hr {
  border: none;
  border-bottom: 1px dashed #c3bfbf;
  margin: 0.5rem 0;
}
.news-list .image {
  min-width: 69px;
  min-height: 69px;
  width: 69px;
  height: 69px;
  background-position: center;
  background-size: cover;
  margin-right: 15px;
}
.news .news-info {
  position: absolute;
  width: 90%;
  left: 0.5rem;
  right: 30px;
  height: auto;
  background: none;
  border: none;
  z-index: 2;
  color: white;
  bottom: 0;
  text-align: justify;
}
.news .news-info-date {
  font-size: 1.1rem;
  /* text-shadow: 1px 1px 3px #000000; */
}
.news .news-info-title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.15;
  /* text-shadow: 1px 1px 3px #000000; */
}
.news .news-big a:hover .imagenews,
.news .news-medium a:hover .imagenews {
  opacity: 0.8;
}
.news .news-big a:hover .news-info,
.news .news-medium a:hover .news-info {
  transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
}
.news .news-small a {
  color: inherit;
}
.news .news-small a:hover .text-news {
  transform: translateX(3px);
  -moz-transform: translateX(3px);
  -webkit-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
}
.news .news-small .text-news {
  padding: 0 15px 0 0;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
  bottom: 0;
  text-align: justify;
  color: white;
}
.news .news-small .data-news {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 12px;
}
/* Linha botoes */
.container-portal {
  background-color: var(--green-dark);
}
.portal-card {
  width: 325px;
  height: 99px;
  display: inline-block;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}
.portal-card a {
  display: block;
}
.portal-card a:hover {
  text-decoration: none;
}
.portal-card a img {
  border-radius: 10px;
}
.portal-card a:hover img {
  opacity: 0.9;
  transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
}
/* Acesso rapido */
.container-fluid-access {
  background-color: #f4f4f4;
}
.container-access {
  padding-top: 20px;
  padding-bottom: 20px;
}
.col-card {
  padding-right: 7px;
  padding-left: 7px;
}
.container-access .card {
  border: 1px solid #d4dbe1;
  border-radius: 10px;
  margin: 0px;
  margin-bottom: 4px;
  height: 95px;
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.container-access a:hover {
  text-decoration: none;
}

.blt-publications-ul {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  max-height: 300px;
  overflow-x: auto;
}

.blt-card {
  height: 90px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 10px;
  display: flex;
  margin: 5px 0;
}

.blt-card .blt-card-slug {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #ccc;
  padding: 0 10px;
}

.blt-super-top {
  display: flex;
  height: 38px;
  gap: 20px;
  width: 100%;
  background-color: var(--green-dark);
  border-bottom: 4px solid var(--green);
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  color: white;
}

.blt-super-top a {
  color: white;
}

.blt-super-top a :hover {
  font-weight: bold;
}

.blt-card .blt-card-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--green-dark);
}

.blt-card .blt-card-title-1 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

.container-access a:hover .blt-card {
  transform: translateX(5px);
  -moz-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
}
.container-access .card .card-slug {
  position: absolute;
  font-size: 50px;
  color: #e2e7ea;
  line-height: 85px;
  vertical-align: middle;
  width: 10%;
  /* float: left; */
  left: 5%;
  padding: 0;
}
.container-access .card .card-title {
  position: absolute;
  width: 80%;
  left: 20%;
  top: 3px;
  /* margin-left: 45px; */
  /* float: right; */
}
.container-access .card .card-slug,
.container-access .card .card-title {
  display: flex;
  display: inline-block;
}

.container-access .card .card-title h2 {
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 500;
  margin-bottom: -2px;
  width: 100%;
  color: #46525a;
}
.container-access .card .card-title span {
  margin-top: -22%;
  /* display: flex;° */
  align-items: center;
  color: #46525a;
  font-size: 12px;
  font-family: "Roboto";
  font-weight: 300;
}
.container-access .card a:hover {
  text-decoration: none;
}
.container-access .card a:hover span {
  font-weight: 400;
}
/* Informativo */
.container-contact {
  background-color: #264c63;
  color: #ffffff;
  padding: 20px;
}
.container-contact .contact-form {
  text-align: right;
}
.container-contact .contact-form > * {
  vertical-align: middle;
  margin-top: 15px;
}
.container-contact .contact-form ion-icon {
  font-size: 50px;
  margin-right: 1.5rem;
}
.container-contact h1 {
  font-family: "Roboto";
  font-size: 31px;
  font-weight: 900;
}
.container-contact h4 {
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 300;
}
.container-contact input {
  height: 40px;
  min-width: 100px;
  width: 300px;
  padding: 0.75rem;
  font-size: 1.3rem;
}
.container-contact input::placeholder {
  font-style: italic;
  color: #d4dbe1;
}
.container-contact button {
  margin-left: 15px;
  padding: 3px 30px;
  height: 40px;
  font-weight: 300;
  font-size: 1.3rem;
  border: none;
  color: #264c63;
  background-color: #f4f4f4;
}
/* Mesa diretora */
.container-people {
  background-color: #d4dbe1;
}
.container-people .container {
  background-color: #ffffff;
}
.container-people .row {
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  border-left: 75px solid #d4dbe1;
  border-right: 75px solid #d4dbe1;
}
.container-people .row:last-child {
  padding-bottom: 60px;
}
.container-people .mesa-diretora-item,
.container-people .vereadores-item {
  display: inline-block;
  text-align: center;
  margin-right: 40px;
}
.container-people .mesa-diretora-item a,
.container-people .vereadores-item a {
  text-decoration: none;
  color: inherit;
}
.container-people .mesa-diretora-item a:hover img,
.container-people .vereadores-item a:hover img {
  opacity: 0.9;
  transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
}
.container-people .vereadores-item {
  margin-right: 17px;
  margin-bottom: 30px;
}
.container-people .mesa-diretora-item:last-child,
.container-people .vereadores-item:last-child {
  display: inline-block;
  margin-right: 0;
}
.container-people img {
  max-width: 70px;
}
.container-people h4 {
  font-family: "Roboto";
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 12px;
  text-transform: uppercase;
}
.container-people h5 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
}
.container-people .people-no-name {
  margin-bottom: 15px;
}
/* Videos */
.container-videos {
  padding-bottom: 20px;
}
.container-videos a {
  text-decoration: none;
  color: inherit;
}
.container-videos .gallery:hover .image {
  opacity: 0.9;
  transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
}
.container-videos .gallery:hover .title-gallery {
  transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.container-videos .online-button:hover {
  opacity: 0.9;
  transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
}
.container-videos .video-info a:hover .title-video,
.container-videos .video-info a:hover .subtitle-video {
  transform: translateY(5px);
  -moz-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
}
.container-videos .row {
  margin-right: 0;
  margin-left: 0;
}
.container-videos .title-gallery {
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 500;
  text-align: left;
  padding: 10px 10px 2px 10px;
  color: #46525a;
}
.container-videos .image {
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin-right: 15px;
}
.container-videos .video .online-button {
  display: block;
  color: #ffffff;
  width: 154px;
  height: 170px;
  border: none;
  padding: 10px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-image: url(./assets/images/video.png);
}
.container-videos .online-button h3 {
  text-align: center;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 4;
}
.container-videos .online-button h3:first-child {
  margin-top: -10px;
}
.container-videos .video-info {
  padding: 0.375rem;
}
.container-videos .video-info .title-video {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.container-videos .video-info .subtitle-video {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
.container-videos .video-small img {
  border-radius: 10px;
}
.container-videos .video-small .title-video {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
}
.container-videos .video-small .subtitle-video {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 2px;
}
.container-videos .video-small a {
  color: inherit;
}
.container-videos .video-small a:hover img {
  opacity: 0.9;
  transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
}
.container-videos .video-small a:hover h5 {
  transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
/* Footer */
.section-footer .row {
  display: flex;
}
.section-footer .logo-camara {
  display: flex;
  align-items: center;
}
.section-footer .title {
  margin: 10px 0 2px 0;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
}
.section-footer .subtitle {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  border-top: 3x solid #5a6a73;
}
.footer {
  background-color: var(--green-dark);
}
.footer .footer-content {
  position: relative;
  width: 100%;
}
.footer h5 {
  padding: 15px;
  color: white;
  text-align: center;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
}
#blit-logo {
  position: absolute;
  width: 43px;
  top: 8px;
  right: 0;
}
#blit-logo img {
  width: 43px;
}
/* Estilos gerais */
.transition-fx {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}
.sombreamento {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: -moz-linear-gradient(
    top,
    rgba(40, 40, 40, 0.05) 35%,
    rgba(40, 40, 40, 0.9) 99%,
    rgba(40, 40, 40, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(40, 40, 40, 0.05) 35%,
    rgba(40, 40, 40, 0.9) 99%,
    rgba(40, 40, 40, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(40, 40, 40, 0.05) 35%,
    rgba(40, 40, 40, 0.9) 99%,
    rgba(40, 40, 40, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c3c3c', endColorstr='#a63c3c3c',GradientType=0 );
}
.button-mais {
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 30px;
  display: inline-block;
  border: none;
}
.texto-mais {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin-left: 3px;
}
.button-mais:hover .texto-mais {
  color: #97cd22;
  margin-left: 1px;
}
.button-mais:hover,
.button-mais:hover .texto-mais,
.button-mais:hover .icone-mais {
  text-decoration: none;
}
.icone-mais {
  width: 18px;
  height: 18px;
  background-image: url(./assets/images/bullet.png);
  display: inline-block;
}
.section-title {
  text-align: center;
}
.section-title ion-icon {
  font-size: 25px;
  padding: 7px;
  color: #fff;
  background-color: var(--green-dark);
  border-radius: 50%;
  margin-bottom: 10px;
  border: 2px solid var(--green-dark);
}
.section-title ion-icon.alternative {
  border: 5px solid #f4f4f4;
}
.section-title ion-icon.icon-mini {
  font-size: 22px;
  padding: 10px;
}
.section-title hr {
  width: 300px;
  margin: auto;
  margin-top: -42px;
  height: 2px;
  border: none;
  background: var(--green-dark);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #c2c6c9 var(--green-dark),
    #ffffff 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #c2c6c9 var(--green-dark)
    #ffffff 100%
  );
  background: radial-gradient(ellipse at center, var(--green-dark), #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c6c9', endColorstr='#ffffff',GradientType=1 );
}
.section-title h3 {
  text-align: center;
  font-family: "Roboto";
  color: var(--green-dark);
  font-weight: 300;
  font-size: 20px;
  margin: 25px;
  text-transform: uppercase;
}
/* Multi dropdown */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: "FontAwesome";
  width: 15px;
  height: 15px;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: calc(100% - 1px);
  margin-top: 0px;
  margin-left: 0px;
}
/* Bootstrap v3 to v4 Fixes */
#menu-top {
  margin-bottom: 0;
}
#menu-top .mail {
  text-decoration: none;
  margin-top: 0;
}
#menu-top .mail {
  display: inline-flex !important;
  float: right;
  align-items: center;
}
#menu-top .mail:hover {
  transform: translateX(-3px);
  -moz-transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
  -o-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
}
#menu-top .navbar-btn {
  padding: 0 0.75rem;
}
#menu-top ul {
  list-style-type: none;
}

/* Site styles conflict fixes */
#menu-top .navbar-nav > li {
  margin-right: 0;
}
#menu-top .navbar-nav > li > a {
  padding: 0 0.75rem;
}
.navbar-collapse {
  padding-left: 0;
}

/* Media queries */
/* mobiles only */
@media (max-width: 767px) {
  #menu-top {
    height: auto;
  }
  .nav-header .mail {
    font-size: 1rem;
  }
  .logo {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .header {
    display: block;
  }
  .header .hours .atendimento {
    width: 100%;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .header .user-access {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .nav-main .navbar-toggle {
    float: left;
    margin-right: 0;
    margin-left: 15px;
    margin-top: -55px;
  }
  .nav-main .navbar-collapse {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px;
  }
  .dropdown-submenu > a:after {
    margin-left: 4px;
  }
  .news .news-big .imagenews {
    position: absolute;
    min-width: 100px;
    width: 100%;
  }
  .news .news-medium .imagenews {
    min-width: 100px;
    width: 100%;
  }
  .news .news-medium,
  .news .news-medium > a {
    display: block !important;
  }
  .section-title hr {
    width: 100%;
  }
  .container-people .row {
    padding-top: 20px;
    border-left: 5px solid #d4dbe1;
    border-right: 5px solid #d4dbe1;
  }
  .container-people .mesa-diretora-item,
  .container-people .vereadores-item {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .header .logo img,
  .logo-camara img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .container-videos .video .online-button {
    margin: auto;
    margin-bottom: 10px;
  }
  .container-contact .contact-form ion-icon,
  .container-contact .contact-form input,
  .container-contact .contact-form button {
    /* width: 100%; */
  }
  .container-contact .contact-form input {
    /* width: 50%; */
    width: 40%;
    margin-right: 5px;
  }
  .container-contact .contact-form button {
    margin-left: 0;
    padding: 0.375rem 1rem;
  }
  .section-footer .row {
    display: block;
  }
  .section-footer .hours {
    text-align: center;
  }
  .section-footer .contact {
    padding: 0 3rem;
  }
  .footer {
    height: auto;
  }
  .footer h5 {
    width: 85%;
  }
  #blit-logo {
    top: 15px;
    right: 10px;
  }

  /* Internal pages */
  section.singleNoticia .noticia-container .noticia-image {
    float: none;
  }
}
/* mobiles and tablets */
@media (max-width: 991px) {
  #menu-top {
    height: auto;
  }
  .nav-header .mail {
    font-size: 1rem;
  }
  .logo {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .header {
    display: block;
  }
  .header .hours .atendimento {
    width: 100%;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .header .user-access {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .nav-main .navbar-toggle {
    float: left;
    margin-right: 0;
    margin-left: 15px;
    margin-top: -55px;
  }
  .nav-main .navbar-collapse {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px;
  }
  .dropdown-submenu > a:after {
    margin-left: 4px;
  }
  .news .news-big .imagenews {
    position: absolute;
    min-width: 100px;
    width: 100%;
  }
  .news .news-medium .imagenews {
    min-width: 100px;
    width: 100%;
  }
  .news .news-medium,
  .news .news-medium > a {
    display: block !important;
  }
  .section-title hr {
    width: 100%;
  }
  .container-people .row {
    padding-top: 20px;
    border-left: 5px solid #d4dbe1;
    border-right: 5px solid #d4dbe1;
  }
  .container-people .mesa-diretora-item,
  .container-people .vereadores-item {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .header .logo img,
  .logo-camara img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
    margin: auto;
  }
  .container-videos .video .online-button {
    margin: auto;
    margin-bottom: 10px;
  }
  .container-contact .contact-form input {
    width: 40%;
    margin-right: 5px;
  }
  .container-contact .contact-form button {
    margin-left: 0;
    padding: 0.375rem 1rem;
  }
  .section-footer .row {
    display: block;
  }
  .section-footer .hours {
    text-align: center;
  }
  .section-footer .contact {
    padding: 0 3rem;
  }
  .footer {
    height: auto;
  }
  .footer h5 {
    width: 85%;
  }
  #blit-logo {
    top: 15px;
    right: 10px;
  }

  /* Ajustes antigos */
  .nav-main {
    width: 100%;
  }
  #navbarResponsive {
    padding: 0.375rem 0;
  }
  .header-menu ul li {
    border-bottom: 1px solid #ced5d9;
  }
  .header-menu ul li:last-child {
    border-bottom: none;
  }
  .header-menu ul li a {
    border-left: none;
    padding: 0.2rem 1rem;
    display: inline-block;
  }
  .header-menu ul.dropdown-menu {
    margin: 0.125rem 0 0 5px;
    padding: 0.1rem 0 0;
  }
  .header-menu ul.dropdown-menu li a::before {
    content: "- ";
  }
  .header {
    display: block;
  }
  .container-contact .contact-form {
    /* display: block !important; */
  }
}
/* xs sm md  */
@media (max-width: 1199px) {
  .news .news-big .imagenews {
    position: absolute;
    min-width: 100px;
    width: 100%;
  }
  .news .news-medium .imagenews {
    min-width: 100px;
    width: 100%;
  }
  .news .news-medium,
  .news .news-medium > a {
    display: block !important;
  }
  .container-videos .video .online-button {
    margin: auto;
    margin-bottom: 10px;
  }
  section.singleNoticia .noticia-container .noticia-image {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    margin-right: 1.5%;
  }
}
/* desktop */
@media (min-width: 992px) {
  .header-menu ul .home-item a {
    border-left: none;
    padding-right: 1.5rem;
    padding-left: 0;
    color: #264c63;
  }
  .logo {
    padding-left: 0;
  }
  #menu-top .navbar-nav > li:first-child > a {
    padding-left: 0;
  }
  mx-lg-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  my-lg-o {
    margin-top: 0;
    margin-bottom: 0;
  }
  .portal-card {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .container-contact .row {
    display: flex;
  }
  .container-contact .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* tablets and desktops */
@media (min-width: 768px) {
  #navbarResponsive {
    display: inline-flex !important;
  }
  #menu-top .mail {
    margin-top: 5px;
  }
  #blit-logo {
    top: 8px;
    right: 5px;
  }
}
/* lg screens */
@media (min-width: 1200px) {
  .container-videos .video {
    padding-left: 0;
  }
}
