.container-xxl {
  max-width: 1320px;
}

.topo {
  justify-content: space-between;
  align-items: center;
}
.topo .largura-topo {
  width: 250px;
}
.topo .social a {
  text-decoration: none;
}
.topo svg {
  width: 22px;
  height: 22px;
  fill: #064679;
}
.topo svg:hover {
  fill: #9C1007;
}

footer .social a {
  text-decoration: none;
}
footer .social svg {
  width: 30px;
  height: 30px;
  fill: #064679;
}
footer .social svg:hover {
  fill: #9C1007;
}

.menu-novo {
  margin-bottom: -3px;
}
.menu-novo .nav-link {
  color: #064679;
  font-size: 1.3rem;
}
.menu-novo .nav-link:hover {
  color: #9C1007;
}
.menu-novo .nav-item .active {
  border-bottom: solid 4px #ffcb05;
}

.borda-busca {
  border: solid 1px #BABABA;
  border-radius: 30px;
  padding: 10px;
}
.borda-busca .form-control {
  border: none;
}
.borda-busca .btn-outline-success {
  color: #198754;
  border-color: none;
}
.borda-busca .btn {
  border: none;
}
.borda-busca .btn:hover {
  background: none;
}

.bt-mais {
  text-align: right;
}
.bt-mais a {
  color: #064679;
  font-size: 3rem;
  text-decoration: none;
}
.bt-mais a:hover {
  color: #9C1007;
}

.post-home {
  margin-top: -330px;
}
.post-home p {
  margin-bottom: 0;
  color: #606060;
  margin-top: 10px;
}
.post-home a {
  text-decoration: none;
  color: #064679;
}
.post-home a:hover {
  color: #9C1007;
}
.post-home h2 {
  font-family: "mermaidbold";
  font-weight: 800;
  margin-bottom: 20px;
}

.assinatura {
  background: #007742;
  color: #fff;
  padding: 15px 10px;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.assinatura svg {
  width: 70px;
}

@media (max-width: 1200px) {
  .item {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .interna {
    margin-top: 100px;
  }
  .interna .post-home .espacamento2 {
    padding: 0;
  }
  .post-home {
    margin-top: -220px;
  }
}
@media (max-width: 768px) {
  .post-home {
    margin-top: -120px;
  }
}
@media (max-width: 576px) {
  .assinatura {
    flex-direction: column;
  }
  .post-home {
    margin-top: -210px;
  }
  .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .owl-carousel {
    top: 90px;
  }
  .bg-slide h1 {
    font-size: 20px;
    margin-top: 10px;
  }
  .bg-slide p {
    font-size: 15px;
  }
}
.home-featured .featured-mobile {
  display: none;
}

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

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

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

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

.home-featured .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: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.home-featured .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;
}

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

.home-featured .featured-post .main-text .post-title {
  text-shadow: 1px 1px 1px #000;
  letter-spacing: -0.02em;
  /* margin-right: 20%; */
  width: 96%;
  font-weight: 650;
  line-height: 1.2;
  text-transform: none;
  padding-left: 12px;
  border-left: solid 3px #ffd002;
}

.home-featured .featured-post.no-featured-image .main-text {
  background-image: none;
  top: 50%;
  bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  transform: translateY(-50%);
}

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

.home-featured .featured-post-small .featured-image {
  position: relative;
  background: #000;
  overflow: hidden;
  padding-top: 60%;
}

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

.home-featured .featured-post-small .featured-image .post-category {
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 7.5px;
  z-index: 10;
}

.home-featured .featured-post-small .main-text .post-title {
  margin-top: 15px;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 800;
}

.home-featured .featured-post-small.no-featured-image .featured-image {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 0;
  padding-top: 60%;
}

.home-featured .featured-post-small.no-featured-image .featured-image .post-title {
  position: absolute;
  margin: 0;
  font-size: 20px;
  top: 50%;
  font-weight: 800;
  padding: 0 15px;
  transform: translateY(-50%);
}

.home-featured .featured-post-small.no-featured-image .main-text .post-title {
  display: none;
}

.home-featured .featured-post-small.no-featured-image .excerpt {
  display: block;
}

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

.home-featured .featured-left .featured-post .main-text .post-title {
  font-size: 23px;
}

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

.home-featured .featured-right .featured-post .main-text .post-title {
  font-size: 17px;
}

.bg-light {
  border-radius: 10px;
}

.bg-light a {
  text-decoration: none;
  color: #5b5b5b;
}
.bg-light a h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 4px;
}
.bg-light a img {
  border-radius: 10px;
}

.text-muted {
  color: #007742 !important;
  font-size: 1.4rem;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */