/* FONTS */
.epilogue-800 {
  font-family: "Epilogue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.montserrat-700 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.merriweather-400 {
  font-family: "Merriweather", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
/* FONTS */

/* EXTRAS */
.banner-anuncio {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow:0 3px 10px 0 rgb(38 59 94 / 15%);
}

.cta-bloco {
    background: #ffffff;
    padding: 25px;
    margin: 40px 0;
    border-radius: 12px;
    text-align: center;
}

.cta-bloco .cta-titulo {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-bloco .cta-texto {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #555;
}

.cta-botoes {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    color: white !important;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.cta-btn i {
    font-size: 1.1rem;
}

.cta-btn.whatsapp {
    background: #25D366;
}

.cta-btn.whatsapp:hover {
    background: #1ebe5b;
}

.cta-btn.telefone {
    background: #007bff;
}

.cta-btn.telefone:hover {
    background: #0069d9;
}

.categories-limited a,
.categories-all a {
  text-decoration: none;
}

.categories-limited a:hover,
.categories-all a:hover {
  text-decoration: underline;
}

.btn-primary {
  background-color: #2356bf !important;
  color: white !important;
  border: 2px solid #2356bf !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.btn-primary:hover {
  background-color: #2356bf !important;
  color: white !important;
  border: 2px solid #2356bf !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  transform: scale(1.02);
  transition: ease all 0.3s;
}

.btn-dark {
  background-color: transparent !important;
  color: black !important;
  border: 2px solid black !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.btn-dark:hover {
  background-color: transparent !important;
  color: #e4a41e !important;
  border: 2px solid black !important;
  border-radius: 0px !important;
  transform: scale(1.02);
  transition: ease all 0.3s;
}
/* /EXTRAS */

/* HEADER */
.menuu .contacts a {
  color: #444444;
}

.menuu .header-pc ul {
  position: relative;
  display: inline-block;
  padding: 17px;
}

.menuu ul li {
  position: relative;
  display: inline-block;
  font-size: 20px !important;
  color: black;
  margin: 0 5px;
}

.menuu a {
  display: inline-flex;
  align-items: center;
  font-size: 20px !important;
  text-decoration: none;
  color: black;
  margin: 0 5px;
  letter-spacing: 0.5px;
  padding: 0 5px;
  font-weight: bold;
  text-transform: uppercase !important;
}

.menuu ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: black;
  padding: 10px 0;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  white-space: nowrap;
}

.menuu ul li:hover ul {
  display: block;
}

.menuu ul li ul li {
  display: block;
  padding: 5px 20px;
}

.menuu ul li ul li a {
  color: black;
  text-decoration: none;
  font-size: 1em;
}

.menuu .navbar-nav .menu-item a {
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease-in-out;
}

.menuu ul li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 999;
  white-space: nowrap;
  min-width: 200px;
}

.menuu ul li:hover > .sub-menu {
  display: block;
}

.menuu ul li .sub-menu li {
  display: block;
  padding: 8px 20px;
}

.menuu ul li .sub-menu li a {
  color: #000;
  text-decoration: none;
  font-size: 16px !important;
  display: block;
  text-align: start !important;
}

.menuu ul li .sub-menu li a:hover {
  color: #2356bf;
}

.menuu .navbar-nav .menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #cef15a;
  transition: width 0.3s ease-in-out;
}

.menuu .navbar-nav .menu-item.current-menu-item a {
  color: #2356bf;
}

.menuu .menuCell ul li {
  position: relative;
  display: inline-block;
  font-size: 16px !important;
  color: #1b2727;
  margin: 0 5px;
}

.menuCell ul li {
  padding: 10px;
}

.menuu .menuCell a {
  display: inline;
  font-size: 16px !important;
  text-decoration: none;
  color: #1b2727;
  margin: 0 5px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  text-transform: uppercase !important;
}

.wp-block-search__button.has-icon {
  background-color: transparent !important;
  color: black;
  border: transparent !important;
}

.wp-block-search__input {
  border: 1px solid #1b2727;
  border-radius: 50px;
  background-color: transparent !important;
}

/* Submenu do submenu (abre ao lado, não embaixo) */
.menuu ul li .sub-menu li .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 5px;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.menuu ul li .sub-menu li:hover > .sub-menu {
  display: block;
}

.menuu ul li .sub-menu li .sub-menu li a {
  font-size: 16px !important;
  padding: 8px 15px;
}

.menuu .navbar-nav .menu-item a:hover::before {
  width: 100%;
}

.menuu .navbar-nav .menu-item.current-menu-item > a::before {
  width: 100%;
}

.menuu .navbar-nav .menu-item.current-menu-ancestor > a::before,
.menuu .navbar-nav .menu-item.current-menu-parent > a::before {
  width: 0;
}

.menuu .navbar-nav li.menu-item-has-children > a::after,
.menuu .navbar-nav li.has-sub > a::after {
  margin-left: 6px;
  font-size: 12px;
  font-weight: normal;
  content: "▼";
  position: static;
}

.menuu .navbar-nav .sub-menu li.menu-item-has-children > a::after,
.menuu .navbar-nav .sub-menu li.has-sub > a::after {
  content: "►";
}

@media screen and (min-width: 768px) {
  #menulg {
    display: block;
  }

  #menusm {
    display: none;
  }

  .content-category .card-index {
    height: 220px !important;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  #menulg {
    display: none;
  }

  #menusm {
    display: block;
  }
}

/* /HEADER */

/* HOME */
.posts-home .articles-sidebar .card-index {
  height: 150px;
  object-fit: cover;
  object-fit: cover;
}
/* HOME */

/* FRONTPAGE */
.featured-article .card {
  border: transparent !important;
}

.featured-article .card .card-text a {
  color: #777777;
}

.featured-article .card .card-title a {
  font-size: 32px;
  color: black;
}

.featured-article .card .card-category a {
  color: #2356bf;
  text-decoration: none;
}

.featured-article .card .card-img-top {
  border-radius: 0px !important;
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .featured-article .card .card-img-top {
    height: 400px !important;
    object-fit: cover;
  }
}

@media screen and (min-width: 1440px) {
  .featured-article .card .card-img-top {
    height: 500px !important;
    object-fit: cover;
  }
}

.featured-article .card:hover .card-title a {
  color: #2356bf !important;
}

.featured-article .card .card-img-top {
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out,
    filter 0.4s ease-in-out;
}

.featured-article .card:hover .card-img-top {
  transform: scale(1.01);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.197);
  filter: brightness(1.08);
}

.featured-article .card .card-category:hover a {
  color: #e4a41e;
  text-decoration: none;
}

.articles-sidebar .card-index {
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
  object-fit: cover;
  height: 100%;
}

.cptm-articles-sidebar {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    filter 0.2s ease-in-out;
}

.cptm-articles-sidebar:hover {
  transform: scale(1.01);
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
  filter: brightness(1.08);
}

.cptm-articles-sidebar .card-title,
.articles-sd .card-title a {
  color: black !important;
}

.articles-sd,
.articles-sidebar2 {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    filter 0.2s ease-in-out;
}

.articles-sd:hover,
.articles-sidebar2:hover {
  transform: scale(1.01);
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
  filter: brightness(1.08);
}

.articles-sd .card-category a:hover,
.articles-sidebar2 .card-category a:hover {
  color: #e4a41e;
}

.articles-sd:hover .card-title a,
.cptm-articles-sidebar:hover .card-title,
.articles-sidebar2:hover .card-title a {
  color: #2356bf !important;
}

.post-filtros button {
  border: none !important;
  background-color: transparent !important;
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
  transition: color 0.3s;
}

.post-filtros button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #cef15a;
  transition: width 0.3s;
}

.post-filtros button:hover::after {
  width: 100%;
}

.post-filtros button.active::after {
  width: 100%;
}

.articles-sidebar2 .card {
  border: transparent !important;
  /* background-color: transparent !important; */
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
}

.section-entretenimento {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 392px) and (max-width: 991px) {
  .entretenimento-cards .articles-sidebar2 .card {
    width: 22rem;
  }
}

.articles-sidebar2 .card-img-top {
  height: 230px !important;
  object-fit: cover;
}

.articles-sidebar2 .card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1023px) {
  .section-entretenimento {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column !important;
  }

  .noticias-select .post-filtros {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column !important;
  }

  .section-entretenimento h2 {
    font-size: 30px !important;
  }

  .noticias-select .filtro-btn2 {
    font-size: 30px !important;
  }

  .post-filtros button {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .articles-sidebar2 .card-img-top {
    height: auto !important;
    object-fit: cover;
  }

  .posts-container2 {
    flex-direction: column;
  }
}

.post-filtros .filtro-btn2 {
  border: none !important;
  background-color: transparent !important;
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
  transition: color 0.3s;
  font-size: 40px;
}

.noticias-select .post-filtros {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.notice-select .articles-div-imagem .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.articles-div-imagem {
  position: relative;
  min-height: 220px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
  overflow: hidden;
  text-decoration: none;
  color: white;
}

.articles-div-imagem .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1;
  transition: background-color 0.3s ease;
}

.articles-div-imagem .card-link-wrapper {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: white;
  display: block;
  height: 100%;
}

.articles-div-imagem .card-title,
.articles-div-imagem .card-category span {
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.articles-div-imagem:hover .card-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
}

.articles-div-imagem:hover {
  transform: scale(1.01);
  transition: ease all 0.4s;
}

.articles-div-imagem:hover .card-category span {
  color: #e4a41e !important;
}

/* /FRONTPAGE */

/* SEARCH */
.content-search h1 {
  color: black;
}

.content-search h1 strong {
  color: #777777;
}

.articles-index .card-title {
  color: black;
}

.articles-index .card-text {
  color: #777777;
}

.articles-index:hover .card-title {
  color: #2356bf;
}

.articles-index:hover {
  transform: scale(1.01);
  transition: ease all 0.4s;
}

.content-search .card-index {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.page-numbers {
  font-size: 1.4rem;
  padding: 5px 11px;
  color: black;
  border: 1px solid #fdeeeeff;
  margin-top: 20px !important;
}

.content-search .cptm-articles-sidebar .card-title {
  font-size: 16px;
}

.content-home .cptm-articles-sidebar .card-title {
  font-size: 16px;
}

/* /SEARCH */

/* CATEGORY */
.content-category h1 {
  color: black;
}

.content-category h1 strong {
  color: #777777;
}

.content-category .cptm-articles-sidebar .card-title {
  font-size: 16px;
}

.content-category .card-text a {
  color: #777777;
}

.content-category .articles-sd:hover .text-body-secondary {
  color: #e4a41e !important;
}

/* /CATEGORY */

/* SINGLE */

.content-post-single a {
  text-decoration: none;
  color: #2356bf;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.content-post-single a:hover {
  text-decoration: underline;
}

.img-article img {
  height: 400px !important;
  width: 1024px;
  object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .content-post-single .wp-caption {
    width: 100% !important;
    box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
    border-radius: 5px;
  }

  .content-post-single img {
    width: 100% !important;
    box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
    border-radius: 5px;
  }
}

.content-post-single .wp-caption {
  max-width: 100%;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
  border-radius: 5px;
}

.content-post-single img {
  max-width: 100%;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
  border-radius: 5px;
}

.content-post-single .wp-caption-text {
  display: none !important;
}

.content-post-single {
  width: 100% !important;
}

.content-post-single ul {
  line-break: anywhere;
}

@media screen and (max-width: 425px) {
  .content-single .articles-sidebar2 .card {
    width: auto !important;
  }
}

@media screen and (min-width: 1024px) {
  .content-single .articles-sidebar2 .card {
    width: 22rem !important;
  }
}

.content-single .articles-sidebar2 .card {
  width: 18rem;
}

.table-of-contents ul {
  list-style: disc;
  margin-left: 20px;
}

.table-of-contents li {
  margin: 5px 0;
}

.table-of-contents a {
  text-decoration: none;
  color: #333;
}

.table-of-contents a:hover {
  text-decoration: underline;
}

/* /SINGLE */

/* AUTHOR */
.author-avatar img {
  border-radius: 50%;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
}
/* /AUTHOR */

/* FOOTER */
.menu-footer ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: black;
  padding: 10px 0;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  white-space: nowrap;
}

.menu-footer ul {
  position: relative;
  display: inline-block;
  padding: 17px;
}

.menu-footer ul li {
  position: relative;
  display: inline-block;
  font-size: 16px !important;
  color: black;
  margin: 0 5px;
}

.menu-footer ul li a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
}

.menu-footer ul li a:hover {
  text-decoration: none;
  color: #e4a41e;
}

.noticias-footer .articles-sd .card-title a {
  font-size: 14px !important;
}

.social-footer a {
  color: black;
}

.social-footer a:hover {
  color: #e4a41e;
}

/* /FOOTER */
