@charset "UTF-8";
.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: 32px;
  height: 32px;
  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;
}

.title-country {
  padding: 5px 0;
  border-bottom: 4px solid #007742;
}

.title-country h3 {
  color: #333;
  margin: 0;
}

.post-title {
  margin: 0;
  padding: 0;
}

.post-type {
  vertical-align: baseline;
  overflow: hidden;
  display: table;
  color: #5d7e4f!important;
  text-decoration: none!important;
}

.picture-calling {
  float: left;
  display: block;
  position: relative;
  margin-right: 15px;
  width: 147px;
}

.post-type-title {
  display: table-cell;
  vertical-align: middle;
}

.post-type-title a{
  color: #5d7e4f!important;
  text-decoration: none!important;
}

.post-type-title p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  color: #7b7b7b;
}

.post-type-title h2, .post-type-title h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.widget {
  margin-bottom: 20px;
}

.widget-title {
  border-bottom: 4px solid #0071bc;
  padding: 5px 0;
  margin: 0 0 20px;
}

.post-widget {
  margin-bottom: 20px;
}

.list-dir a{
 color:#000;
 text-decoration: none;
}

.list-dir a p{
  margin: 0!important;
}

/* Estilo da paginação */
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  font-weight: 500;
}

.pagination .page-numbers:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* Página atual */
.pagination .page-numbers.current {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  pointer-events: none;
}

/* Pontinhos (...) */
.pagination .page-numbers.dots {
  background-color: transparent;
  border: none;
  color: #999;
  cursor: default;
}

/* Botão Próximo/Anterior */
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

/* Mobile - Simplificar a paginação */
@media (max-width: 576px) {
  .pagination {
    justify-content: center;
    gap: 6px;
  }
  /* Esconde números e pontos */
  .pagination .page-numbers:not(.current):not(.next):not(.prev) {
    display: none;
  }
  /* Mantém 'Anterior', 'Próximo' e página atual */
  .pagination .page-numbers.current {
    min-width: 36px;
  }
}
.post-loop {
  color: #5d7e4f;
}

.post-loop {
  border-bottom: 1px solid #f3f3f3;
  vertical-align: baseline;
  overflow: hidden;
  display: table;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #000;
}

.post-loop:hover {
  text-decoration: none;
  color: #000;
}

.post-thumbnail {
  float: left;
  display: block;
  position: relative;
  margin-right: 20px;
  width: 296px;
}

.post-details {
  display: table-cell;
  vertical-align: middle;
}

.post-details h2 {
  margin: 0 0 10px;
}

.entry-header {
  border-bottom: 4px solid #007742;
  padding: 5px 0;
  margin: 0 0 20px;
}

.entry-title {
  color: #333;
  margin: 0;
}

.entry-meta {
  padding: 10px 0;
}


.post-tags {
    margin-bottom: 20px
}

.post-tags-header {
    border-left: 2px solid #007742;
    padding: 5px 0;
    font-weight: 600 !important;
    background-color: #fff;
    text-transform: uppercase
}

.post-tags a {
    background-color: #fff;
    border: 1px solid #305126
}

.post-tags a:hover {
    text-decoration: none
}

.post-tags a,.post-tags-header {
    color: #333;
    
    display: inline-block;
    padding: 5px 7px;
    margin-bottom: 10px
}


.share-post {
    border-top: 1px solid #f3f3f3;
    border-bottom: 4px solid #007742;
    padding: 10px 0;
    margin: 0 0 20px
}

.comment-form p {
    margin-bottom: 15px
}

.comment-form p label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700
}

.comment-form #author,.comment-form #email,.comment-form #url {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dededf;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.comment-form #author:focus,.comment-form #email:focus,.comment-form #url:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.comment-form #comment {
    display: block;
    resize: none;
    width: 100%;
    height: 120px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dededf;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.comment-form #comment:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.comment-form #submit {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.form-allowed-tags {
    display: none
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.comment-list .comment {
    border-bottom: 1px dotted #dededf;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.comment-body {
    padding: 10px
}

.comment-body .avatar {
    float: left;
    margin: 0 10px 10px 0
}

.comment-author .fn {
    font-weight: 700
}

.comment-meta a {
    font-size: 12px;
    color: #333;
    cursor: text
}

.comment-meta a:hover {
    text-decoration: none
}

.comment-author .fn a {
    color: #017eba;
    font: normal 14px 'Sanchez',serif
}

.comment-author .fn a:hover {
    text-decoration: none
}



/* CORRECAO MULTILEVEL MENU */
/* Submenu do submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* Garante que ele apareça ao passar o mouse, no desktop */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}