.texto-p {
  font-size: 1rem;
}

.texto-m {
  font-size: 1.7rem;
}

.texto-g {
  font-size: 2.4rem;
}

.texto-branco {
  color: #fff !important;
}

.texto-preto {
  color: #000;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.topo {
  background: #169939 !important;
}

.topo-desktop {
  font-size: 0.9rem;
}

.topo-desktop .nav-link {
  font-size: 1.1rem;
  font-weight: 500;
}

.barra-topo {
  font-size: 0.8rem;
  background: #f6f7f9;
}
.barra-topo a {
  color: #000;
  text-decoration: none;
}

.vr {
  min-height: 1.1vh !important;
}

.menu-topo {
  background: #169939 !important;
  font-weight: 600;
}

.social-topo img {
  width: 30px !important;
}

.bloco-servicos p {
  margin-bottom: 0;
}

.rodape {
  background: #169939 !important;
  color: #fff;
}

.rodape h6 {
  font-weight: 800;
}

.assinatura {
  background: #169939 !important;
}

.noticias-home .featured-mobile {
  display: none;
}

.noticias-home .featured-post {
  position: relative;
  overflow: hidden;
}

.noticias-home .featured-post a {
  color: #fff;
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.noticias-home .featured-post a:hover .featured-image img,
.noticias-home .featured-post a:active .featured-image img,
.noticias-home .featured-post a:focus .featured-image img {
  opacity: 0.8;
  transform: translateY(-50%) scale(1.05);
}

.noticias-home .featured-post .featured-image {
  background: #000;
  position: relative;
  overflow: hidden;
}

.noticias-home .featured-post .featured-image img {
  transition: all 0.25s;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -o-object-fit: contain;
  object-fit: contain;
  min-width: 152%;
  left: -139px !important;
  min-height: 100%;
  width: 100%;
}

.noticias-home .featured-post .main-text {
  background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px 30px 20px;
}

.noticias-home .featured-post .main-text .post-category {
  font-size: 12px;
  font-weight: 800;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}

.noticias-home .featured-post .main-text .post-title {
  text-shadow: 1px 1px 1px #000;
  letter-spacing: -0.02em;
  font-weight: 800;
  line-height: 1.1;
  text-transform: none;
}

.noticias-home .featured-left .featured-post .featured-image {
  height: 450px;
}

.noticias-home .featured-right .featured-post .featured-image {
  height: 163px !important;
}

.noticias-dir a {
  text-decoration: none;
  color: #000;
}
.noticias-dir a b {
  color: #c3d542;
}
.noticias-dir a h4 {
  font-size: 1.4rem;
}

.bloco-videos {
  background: #c3d542;
}

hr {
  opacity: 1;
}

p {
  margin-bottom: 0 !important;
}

#search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease-in-out;
  transform: translate(0, -100%) scale(0, 0);
  opacity: 0;
}

#search.open {
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
  z-index: 2;
}

#search input[type=search] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  background: 0 0;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0;
  margin: -51px auto 0;
  padding-left: 30px;
  padding-right: 30px;
  outline: 0;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: #169939;
}

#search .close {
  border: none;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #333;
  border-radius: 50%;
  opacity: 1;
  padding: 3px 17px;
  font-size: 27px;
  height: 50px;
  width: 50px;
}

#search .btn:focus {
  box-shadow: 0 0 0 0.2rem #5a0808;
}

.form-control:disabled, .form-control[readonly] {
  background: 0 0 !important;
}

a[href="#search"] {
  outline: transparent solid 10px;
  transition: all 0.5s;
  cursor: pointer;
}

a[href="#search"] * {
  cursor: pointer;
}

button.close {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

button.close svg {
  fill: #5a0808;
}/*# sourceMappingURL=style.css.map */