.sobre-box .about-head {
  margin: 30px 0 50px;
}
@media (max-width: 992px) {
  .sobre-box .about-head {
    margin: 30px 0 20px;
  }
}
.sobre-box .about-head .img-deputado {
  position: relative;
  box-shadow: 1px 1px 1px 1px #f3f3f3;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
}
.sobre-box .about-head .img-deputado img {
  position: absolute;
  top: 1%;
  bottom: 1%;
  left: 1%;
  right: 1%;
  height: 98%;
  width: 98%;
  object-fit: cover;
}
.sobre-box .about-head .frase-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.sobre-box .about-head .frase-box h2 {
  font-weight: bold;
  font-size: 38px;
  text-align: center;
}
@media (max-width: 992px) {
  .sobre-box .about-head .frase-box h2 {
    font-size: 28px;
    margin-top: 25px;
  }
}

.acoes-area h2.acoes-title {
  position: relative;
  color: #d00600;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  margin: 30px auto 0;
}
.acoes-area p.acoes-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.acoes-area .load-more {
  text-align: center;
  color: #d00600;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  font-weight: bold;
}

.banner-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -7px;
}
.banner-wrapper .banners-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.banner-wrapper .banners-controls i {
  font-size: 30px;
  font-weight: bold;
  color: #eca701;
  cursor: pointer;
}
.banner-wrapper .banners-controls i.slick-disabled {
  opacity: 0;
}
.banner-wrapper .banners .banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1400/560;
}
@media (max-width: 768px) {
  .banner-wrapper .banners .banner {
    aspect-ratio: 36/64;
  }
}
.banner-wrapper .banners .banner > img {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-wrapper .banners .slick-dots {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 7px;
  width: 100%;
  justify-content: center;
}
@media (min-width: 576px) {
  .banner-wrapper .banners .slick-dots {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .banner-wrapper .banners .slick-dots {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .banner-wrapper .banners .slick-dots {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .banner-wrapper .banners .slick-dots {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .banner-wrapper .banners .slick-dots {
    width: 1320px;
  }
}
.banner-wrapper .banners .slick-dots button {
  background: #fff;
  border: none;
  margin: 0 5px;
  width: 8px !important;
  height: 8px !important;
  display: flex;
  padding: 0;
  border-radius: 50%;
  outline: none;
  font-size: 0;
}
.banner-wrapper .banners .slick-active button {
  background: #eca701;
}

.emendas-area .emenda-content {
  background: #eca701;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 100px;
}
@media (max-width: 992px) {
  .emendas-area .emenda-content {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
}
.emendas-area .emenda-content h2 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  font-size: 22px;
}
.emendas-area .emenda-content h3 {
  color: #393939;
  margin: 0;
  font-size: 16px;
}
.emendas-area .emenda-content a {
  background: #974700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 992px) {
  .emendas-area .emenda-content a {
    margin-top: 15px;
    width: 100%;
  }
}

.bar-footer-mobile {
  display: flex;
  color: #272d60;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1;
}
.bar-footer-mobile a {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 50px;
  align-items: center;
  font-size: 25px;
  background: #272d60;
  color: #fff;
  text-decoration: none;
}
.bar-footer-mobile a.green {
  background: #8db453;
}

footer {
  background: #eca701;
}
footer h2 {
  color: #d00600;
  font-size: 22px;
  font-weight: bold;
}
footer .redes-footer {
  background: #d00600;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin: 35px 0 0;
}
footer .redes-footer a {
  font-size: 28px;
  color: #fff;
  margin: 3px 7px 2px;
}
footer .end-box p {
  font-size: 14px;
  margin: 0;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin: 5px 0;
  display: flex;
}
footer ul a:visited {
  color: #000;
}
footer .logo-footer img {
  width: 100%;
}

.copyright {
  text-align: center;
  padding: 20px 10px;
}
.copyright p {
  margin: 0;
  font-size: 12px;
}

.header-desk {
  background: #f2f2f2;
}
.header-desk ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
}
.header-desk ul li a {
  color: #7f7d7d;
  margin: 0 15px;
  padding: 5px 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-desk ul li a.active {
  color: #d00600;
}
.header-desk ul li .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  flex-direction: column;
  box-shadow: 1px 1px 10px #ddd;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 160%;
  padding: 10px 0;
}
.header-desk ul li:hover .sub-menu {
  display: flex;
}

.header-mobile .home-header {
  background: #d00600;
  position: fixed;
  z-index: 9;
  box-shadow: 1px 1px 20px -5px #868686;
}
.header-mobile .home-header .header-mobile-content {
  z-index: 9;
  left: 0;
  padding: 10px;
}
.header-mobile .home-header .header-mobile-content a.logo-link-header {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-mobile .home-header .header-mobile-content .handle-menu {
  width: 47.39px;
  border: none;
  background: none;
  color: #8db453;
  padding: 0;
  margin: 0;
  font-size: 36px;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header-mobile .home-header .header-mobile-content .handle-menu .bar-menu {
  height: 4px;
  width: 25px;
  margin: 2px 0;
  background: #eca701;
  border: solid #eca701 1px;
}
.header-mobile .home-header .header-mobile-content .redes-top {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-mobile .home-header .header-mobile-content .redes-top a {
  font-size: 22px;
  color: #650b0b;
  margin: 0 5px;
}
.header-mobile .menu-mobile {
  position: fixed;
  background: #f2f2f2;
  z-index: 9;
  height: 100vh;
  width: 100vw;
  transition: ease all 300ms;
  transform: translateX(-110%);
  padding: 15px;
  top: 0;
  left: 0;
}
.header-mobile .menu-mobile.active {
  transform: translateX(0);
}
.header-mobile .menu-mobile .menu-mobile-header .mobile-redes-menu a {
  font-size: 26px;
  color: #d00600;
  margin: 0 5px;
}
.header-mobile .menu-mobile .menu-mobile-header .handle-menu {
  border: none;
  background: none;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 36px;
  outline: none;
}
.header-mobile .menu-mobile .menu-mobile-header .handle-menu .bar-menu {
  height: 4px;
  width: 25px;
  margin: 2px 0;
  background: #d00600;
  border: solid #d00600 1px;
}
.header-mobile .menu-mobile .menu-mobile-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.header-mobile .menu-mobile .menu-mobile-body .logo-link {
  width: 70%;
}
.header-mobile .menu-mobile .menu-mobile-body ul {
  list-style: none;
  margin: 0 55px 210px;
  padding: 0;
}
.header-mobile .menu-mobile .menu-mobile-body ul a {
  text-decoration: none;
  font-size: 20px;
  color: #393939;
  margin: 20px 0;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  font-weight: bold;
  line-height: 1;
}
.header-mobile .menu-mobile .menu-mobile-body ul a i {
  color: #8db453;
  width: 40px;
}
.header-mobile .menu-mobile .sub-menu {
  margin: 0 0 0 25px !important;
  padding: 0 !important;
}
.header-mobile .menu-mobile .sub-menu a {
  font-size: 14px !important;
  text-transform: capitalize !important;
}
.header-mobile .menu-mobile .not-float-whatsapp {
  position: absolute;
  bottom: 100px;
  left: 70px;
}
.header-mobile .menu-mobile .not-float-whatsapp a {
  background: #63af6a;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  padding: 5px 15px;
  border-radius: 5px;
}
.header-mobile .menu-mobile .not-float-whatsapp a p {
  margin: 0;
}
.header-mobile .menu-mobile .not-float-whatsapp a i {
  width: 25px;
  font-size: 22px;
}

.top-bar {
  background: #d00600;
  padding: 2px 0;
}
.top-bar .tel {
  color: #fff !important;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.top-bar .tel i {
  margin-right: 10px;
  color: #8db453;
}
.top-bar .redes-top a {
  color: #fff !important;
  margin: 0 3px;
  font-size: 16px;
}

.top-fixed {
  z-index: 999;
  box-shadow: 1px 1px 20px -5px #868686;
}
.top-fixed .logo-top {
  height: 100px;
  display: flex;
  align-items: center;
}
.top-fixed .logo-top img {
  transition: ease all 300ms;
  width: auto;
}
.top-fixed .logo-top img.mini {
  height: 50px;
}

.fake-header {
  height: 136px;
}
@media (max-width: 992px) {
  .fake-header {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .fake-header {
    height: 60px;
  }
}

.instagram-area {
  background: #d00600;
  padding-bottom: 20px;
}
.instagram-area .instagram-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 25px 0 10px;
}
.instagram-area .instagram-title h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.instagram-area .instagram-title i {
  color: #eca701;
  font-size: 36px;
  margin: 0 10px;
}

.news-area {
  display: flex;
  padding: 5px 0 35px;
  position: relative;
}
.news-area h2.news-title {
  position: relative;
  color: #d00600;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  margin: 30px auto 0;
}
@media (max-width: 992px) {
  .news-area h2.news-title {
    font-size: 16px;
  }
}
.news-area p.news-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.news-area .news-list .noticia-item-out {
  padding: 0 5px;
}
.news-area .news-list .noticia-item-out .noticia-item {
  height: 0;
  padding-bottom: 140%;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
.news-area .news-list .noticia-item-out .noticia-item img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
}
.news-area .news-list .noticia-item-out .noticia-item::before {
  content: "";
  height: 70%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(transparent, #d00600);
}
.news-area .news-list .noticia-item-out .noticia-item-meta {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 15px;
}
.news-area .news-list .noticia-item-out .noticia-item-meta .tag {
  font-size: 12px;
  color: #fff;
  margin: 7px 0;
}
.news-area .news-list .noticia-item-out .noticia-item-meta .tag span {
  background: #eca701;
  color: #393939;
  padding: 1px 5px;
  border-radius: 3px;
}
.news-area .news-list .noticia-item-out .noticia-item-meta h3 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.news-area .news-list .noticia-item-out .noticia-item-meta h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80%;
  background: #eca701;
  bottom: -7px;
  left: 0;
}
.news-area .news-list .noticia-item-out .noticia-item-meta p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  font-size: 14px;
}
.news-area .news-list .noticia-item-out .noticia-item-meta a {
  color: #fff;
  font-size: 14px;
  margin: 10px 0 15px;
  display: flex;
  font-weight: bold;
  align-items: center;
  text-decoration: none;
}
.news-area .news-list .noticia-item-out .noticia-item-meta a i {
  width: 20px;
  color: #eca701;
  font-size: 16px;
}
.news-area .see-more {
  background: #595756;
  display: flex;
  justify-content: center;
  height: 35px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 4px;
}

.page-blog .noticia-item-out {
  padding: 0 5px;
}
.page-blog .noticia-item-out .noticia-item {
  height: 0;
  padding-bottom: 140%;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
.page-blog .noticia-item-out .noticia-item img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
}
.page-blog .noticia-item-out .noticia-item::before {
  content: "";
  height: 70%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(transparent, #d00600);
}
.page-blog .noticia-item-out .noticia-item-meta {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 15px;
}
.page-blog .noticia-item-out .noticia-item-meta .tag {
  font-size: 12px;
  color: #fff;
  margin: 7px 0;
}
.page-blog .noticia-item-out .noticia-item-meta .tag span {
  background: #eca701;
  color: #393939;
  padding: 1px 5px;
  border-radius: 3px;
}
.page-blog .noticia-item-out .noticia-item-meta h3 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.page-blog .noticia-item-out .noticia-item-meta h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80%;
  background: #eca701;
  bottom: -7px;
  left: 0;
}
.page-blog .noticia-item-out .noticia-item-meta p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  font-size: 14px;
}
.page-blog .noticia-item-out .noticia-item-meta a {
  color: #fff;
  font-size: 14px;
  margin: 10px 0 15px;
  display: flex;
  font-weight: bold;
  align-items: center;
  text-decoration: none;
}
.page-blog .noticia-item-out .noticia-item-meta a i {
  width: 20px;
  color: #eca701;
  font-size: 16px;
}
.page-blog .noticia-item-out-mini {
  padding: 15px;
}
.page-blog .noticia-item-out-mini .noticia-item {
  display: flex;
  background: #f6f6f6;
  align-items: center;
  padding: 15px;
  color: #333;
  text-decoration: none;
  border-radius: 10px;
}
.page-blog .noticia-item-out-mini .noticia-item > img {
  width: 100px;
  height: 120px;
  border-radius: 5px;
  object-fit: cover;
}
.page-blog .noticia-item-out-mini .noticia-item .noticia-item-meta {
  padding: 0 15px;
  width: 100%;
}
.page-blog .noticia-item-out-mini .noticia-item .noticia-item-meta .tag {
  font-size: 12px;
  color: #393939;
  margin: 7px 0;
}
.page-blog .noticia-item-out-mini .noticia-item .noticia-item-meta .tag span {
  background: #d00600;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
}
.page-blog .noticia-item-out-mini .noticia-item .noticia-item-meta h3 {
  color: #393939;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.page-blog .noticia-item-out-mini .noticia-item .noticia-item-meta h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80%;
  background: #d00600;
  bottom: -7px;
  left: 0;
}
.page-blog .noticia-item-out-mini .noticia-item .noticia-item-meta a {
  color: #393939;
  font-size: 16px;
  margin: 10px 0 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.page-blog .noticia-item-out-mini .noticia-item .noticia-item-meta a i {
  width: 20px;
  color: #d00600;
  font-size: 16px;
}

.thumb {
  width: 600px;
  margin: 0 auto 20px;
  display: flex;
}

.faixa-page {
  height: 0;
  object-fit: cover;
  padding-bottom: 14.2%;
  position: relative;
}
@media (max-width: 1370px) {
  .faixa-page {
    padding-bottom: 17.6%;
  }
}
@media (max-width: 992px) {
  .faixa-page {
    padding-bottom: 42%;
  }
}
.faixa-page img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-mini-title {
  margin: 25px 0;
}
.page-mini-title p {
  text-align: center;
  color: #393939;
  font-size: 18px;
  margin: 0;
  line-height: 1.3;
}

.gray-bar {
  background: #D9D9D9;
  color: #5B5B5B;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 50px;
}

.title-page {
  text-transform: uppercase;
  color: #272d60;
  font-size: 22px;
  letter-spacing: 2px;
  text-align: center;
  width: fit-content;
  padding: 0 20px;
  margin: 25px auto;
  line-height: 1.5;
  font-weight: 700;
}

.title-single {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  width: 60%;
  text-transform: uppercase;
  color: #293275;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .title-single {
    font-size: 26px;
    width: 100%;
  }
}

.sub-title-page {
  text-transform: uppercase;
  color: #293275;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}

.content-box {
  color: #393939;
  font-size: 16px;
}

.accordion-box .accordion-item {
  background: #f4f4f4;
  margin-top: 13px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 2px 2px 3px 0px #c2c2c2;
}
.accordion-box .accordion-item .acc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  cursor: pointer;
}
.accordion-box .accordion-item .acc-header h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 1px;
  color: #393939;
  font-weight: 700;
}
.accordion-box .accordion-item .acc-header i {
  color: #d00600;
  transition: ease all 0.2s;
}
.accordion-box .accordion-item .acc-header.active i {
  color: #d00600;
  transform: rotate(-90deg);
}
.accordion-box .accordion-item .acc-body {
  height: 0;
  overflow: hidden;
}
.accordion-box .accordion-item .acc-body.active {
  padding: 10px 15px;
  height: auto;
}
.accordion-box .accordion-item .acc-body p {
  color: #393939;
  margin-bottom: 12px;
  line-height: 1.3;
}
.accordion-box .accordion-item .acc-body .acc-image {
  height: 0;
  padding-bottom: 26%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .accordion-box .accordion-item .acc-body .acc-image {
    padding-bottom: 35%;
  }
}
.accordion-box .accordion-item .acc-body .acc-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contato-box .contato-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f4f4;
  margin-bottom: 7px;
  padding: 2px 15px;
  border-radius: 8px;
  min-height: 55px;
}
.contato-box .contato-line .meta {
  display: flex;
  align-items: center;
}
.contato-box .contato-line .meta i {
  color: #eca701;
  margin-right: 15px;
  font-size: 20px;
}
.contato-box .contato-line .meta .text p {
  text-align: left;
  margin: 0;
  font-size: 16px;
}
.contato-box .contato-line i {
  font-size: 12px;
  color: #d00600;
}
.contato-box .whatsapp-btn {
  background: #63af6a;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  padding: 10px;
  margin-top: 25px;
  border-radius: 5px;
}
.contato-box .whatsapp-btn p {
  margin: 0;
}
.contato-box .whatsapp-btn i {
  width: 35px;
  font-size: 30px;
}
.contato-box .contato textarea,
.contato-box .contato input {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #333;
  height: 45px;
  border-radius: 5px;
  padding: 0 15px;
}
.contato-box .contato textarea.wpcf7-submit,
.contato-box .contato input.wpcf7-submit {
  background: #eca701;
  border: none;
  margin: 0;
  height: 40px;
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
}
.contato-box .contato textarea {
  height: 130px;
  padding: 15px;
}

.form-contato {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.form-contato textarea {
  padding: 15px;
  border-radius: 10px;
  height: 220px;
}
.form-contato .wpcf7-submit {
  width: fit-content;
  background: #8db453;
  color: #fff;
  margin: auto;
  width: 60%;
  height: 50px;
  display: flex;
  align-items: center;
  font-family: "Fira Sans", sans-serif;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
}

.paginacao {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0;
}
.paginacao a {
  text-decoration: none;
  background: #293275;
  color: #fff;
  margin: 0 3px;
  line-height: 1;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
  padding-top: 2px;
}
.paginacao a.active {
  background: #8db453;
}
.paginacao a:visited {
  color: #fff;
}

.emendas-box .emenda-item {
  border: solid 1px #393939;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px;
}
.emendas-box .emenda-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.under-banner-area {
  background-image: url(../img/bg-oranfe.png);
  background-size: cover;
}
@media (max-width: 992px) {
  .under-banner-area {
    background-image: url(../img/bg-newsletter-mobile.jpg);
  }
}
.under-banner-area .form-under-meta {
  text-align: right;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 25px 0 15px;
}
@media (max-width: 992px) {
  .under-banner-area .form-under-meta {
    padding: 200px 0 15px;
    align-items: center;
    text-align: center;
  }
}
.under-banner-area .form-under-meta h2 {
  color: #fff;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .under-banner-area .form-under-meta h2 {
    font-size: 26px;
    line-height: 1.5;
  }
}
.under-banner-area .form-under-meta p {
  margin: 0;
  line-height: 1;
  font-weight: bold;
}
.under-banner-area .form-under-meta .form-under {
  margin: 15px 0 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .under-banner-area .form-under-meta .form-under {
    width: 100%;
    padding: 0 15px;
  }
}
.under-banner-area .form-under-meta .form-under .newsletter > div {
  padding: 2px 4px;
  height: 40px;
}
.under-banner-area .form-under-meta .form-under .newsletter > div p {
  height: 100%;
}
.under-banner-area .form-under-meta .form-under .newsletter > div input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 14px;
}
.under-banner-area .form-under-meta .form-under .newsletter > div input.wpcf7-submit {
  background: #974700;
  color: #fff;
}
@media (max-width: 992px) {
  .under-banner-area .form-under-meta .form-under .newsletter > div input.wpcf7-submit {
    margin-top: 10px;
  }
}

.videos-area {
  background: #f2f2f2;
  display: block;
  border-top: 3px solid #eca701;
}
.videos-area .slick-dots {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  justify-content: center;
}
.videos-area .slick-dots button {
  background: #d00600;
  border: none;
  margin: 0 5px;
  width: 8px !important;
  height: 8px !important;
  display: flex;
  padding: 0;
  border-radius: 50%;
  outline: none;
  font-size: 0;
}
.videos-area .slick-active button {
  background: #eca701;
}
.videos-area.home .slick-dots {
  display: none !important;
}
.videos-area h2.videos-title {
  position: relative;
  color: #d00600;
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  margin: 25px auto 0;
}
@media (max-width: 992px) {
  .videos-area h2.videos-title {
    font-size: 16px;
  }
}
.videos-area p.videos-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.videos-area .videos-list-page .video-item-out,
.videos-area .videos-list .video-item-out {
  padding: 0 5px;
}
.videos-area .videos-list-page .video-item-out .video-item,
.videos-area .videos-list .video-item-out .video-item {
  text-decoration: none;
  color: #393939;
}
.videos-area .videos-list-page .video-item-out .video-item-head,
.videos-area .videos-list .video-item-out .video-item-head {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  border-radius: 5px;
  overflow: hidden;
}
.videos-area .videos-list-page .video-item-out .video-item-head:before,
.videos-area .videos-list .video-item-out .video-item-head:before {
  z-index: 1;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.48);
}
.videos-area .videos-list-page .video-item-out .video-item-head img,
.videos-area .videos-list .video-item-out .video-item-head img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videos-area .videos-list-page .video-item-out .video-item-head i,
.videos-area .videos-list .video-item-out .video-item-head i {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  z-index: 2;
}
.videos-area .videos-list-page .video-item-out .video-item-body,
.videos-area .videos-list .video-item-out .video-item-body {
  margin: 40px 0;
}
.videos-area .videos-list-page .video-item-out .video-item-body .tag,
.videos-area .videos-list .video-item-out .video-item-body .tag {
  font-size: 12px;
  color: #393939;
  margin: 7px 0;
}
.videos-area .videos-list-page .video-item-out .video-item-body .tag span,
.videos-area .videos-list .video-item-out .video-item-body .tag span {
  background: #d00600;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
}
.videos-area .videos-list-page .video-item-out .video-item-body h3,
.videos-area .videos-list .video-item-out .video-item-body h3 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.videos-area .videos-list-page .video-item-out .video-item-body h3::after,
.videos-area .videos-list .video-item-out .video-item-body h3::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60%;
  background: #d00600;
  bottom: -5px;
  left: 0;
}
.videos-area .videos-list-page .video-item-out .video-item-body p,
.videos-area .videos-list .video-item-out .video-item-body p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  line-height: 1.3;
  font-size: 16px;
}
.videos-area .see-more {
  background: #595756;
  display: flex;
  justify-content: center;
  height: 35px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 4px 30px;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
}

body {
  max-width: 1920px;
  margin: auto !important;
}

.single-title {
  margin: 40px 0 20px;
}
.single-title .tag {
  font-size: 16px;
  color: t #393939;
  margin: 7px 0;
}
.single-title .tag span {
  background: #d00600;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
}
.single-title h1 {
  margin: 0;
  font-size: 34px;
  font-weight: bold;
  position: relative;
}
.single-title h1::after {
  content: "";
  position: absolute;
  bottom: -15px;
  height: 1px;
  width: 130px;
  left: 0;
  background: #d00600;
}

.single-bar {
  background: #eca701;
  color: #393939;
  padding: 2px 0;
}

.float-whatsapp {
  position: fixed;
  left: 70px;
  bottom: 70px;
  z-index: 9;
}
@media (max-width: 992px) {
  .float-whatsapp {
    display: none;
  }
}
.float-whatsapp a {
  background: #63af6a;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 5px;
}
.float-whatsapp a p {
  margin: 0;
}
.float-whatsapp a i {
  width: 25px;
  font-size: 22px;
}

/*# sourceMappingURL=style.css.map */
