
body h1, body h2, body h3, body h4, body h5, body h6, h1, h2, h3, h4, h5, h6, a{
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

body p, p {
  font-family: "Merriweather Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

body {
  background-color: #e8efef;
}

/* EXTRAS */

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: all 0.4s;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-float i {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.whatsapp-float::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.6s;
  background-color: #25d366;
  transform: scale(1);
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: white;
}

.whatsapp-float:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: white;
}

.whatsapp-float:hover::after {
  transform: scale(1.4);
  opacity: 0;
  color: white;
}
.btn-warning {
  background-color: #e2b26f !important;
  border: none !important;
  transition: background-color 0.6s ease;
  color: white !important;
  border-radius: 0px !important;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%);
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.btn-warning:hover {
  background-color: #e2b26fad !important;
  color: #fff !important;
  transition: background-color 0.6s ease;
}

.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: #e2b26f !important;
  /* background-color: #4db2ec98; */
  padding: 2px;
}

.articles-div-imagem .card-category span {
  color: white !important;
  background-color: rgba(0, 0, 0, 0.476);
  padding: 1px;
}

.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: #4db2ec;
  text-decoration: none;
}

.featured-article .card .card-img-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !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: #4db2ec !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: #e2b26f;
  text-decoration: none;
}

.articles-sidebar2 {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    filter 0.2s ease-in-out;
}

.articles-sidebar2:hover {
  transform: scale(1.01);
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
  filter: brightness(1.08);
}

.articles-sidebar2 .card-category a:hover {
  color: #e4a41e;
}

.articles-sidebar2:hover .card-title a {
  color: #0d0b52 !important;
}

.articles-sidebar2 .card {
  border: transparent !important;
  /* background-color: transparent !important; */
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
}

@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: 767px) {
  .articles-sidebar2 .card-img-top {
    height: auto !important;
    object-fit: cover;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .articles-sidebar2 .card {
    width: 400px;
  }
}

@media screen and (min-width: 1400px) {
  .articles-sidebar2 .card {
    width: 500px;
  }
}

.button-collapse p,
.button-collapse ul {
  color: #212529;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.button-collapse h2,
.button-collapse h3 {
  color: #00acc1 !important;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.button-collapse {
  background-color: white;
  color: #212529;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
  padding: 20px;
  width: 100%;
  cursor: pointer;
}

.button-collapse .multi-collapse {
  margin-top: 10px;
}

.button-collapse .collapse.show {
  display: block;
}

.page-numbers {
  font-size: 1.4rem;
  padding: 5px 11px;
  color: #e2b26f;
  border: 1px solid #e2b26f;
  margin-top: 20px !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;
}
/* EXTRAS */

/* HEADER */
.menuu .contacts a {
  color: #444444;
}

.menuu .header-pc ul {
  position: relative;
  display: inline-block;
  padding: 5px;
}

.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: 17px !important;
  text-decoration: none;
  color: black;
  margin: 0 5px;
  letter-spacing: 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: #e2b26f;
}

.menuu .navbar-nav .menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #e2b26f;
  transition: width 0.3s ease-in-out;
}

.menuu .navbar-nav .menu-item.current-menu-item a {
  color: #e2b26f;
}

.menuu .menuCell ul li {
  position: relative;
  display: inline-block;
  font-size: 16px !important;
  color: #000;
  margin: 0 5px;
}

.menuCell ul li {
  padding: 10px;
}

.menuu .menuCell a {
  display: inline;
  font-size: 16px !important;
  text-decoration: none;
  color: #000;
  margin: 0 5px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  text-transform: uppercase !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: 1024px) {
  #menulg {
    display: block;
  }

  #menusm {
    display: none;
  }

  .content-category .card-index {
    height: 220px !important;
    object-fit: cover;
  }
}

.content-category .card-index {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media screen and (max-width: 1023px) {
  #menulg {
    display: none;
  }

  #menusm {
    display: block;
  }
}

#menusm .offcanvas-body {
  flex-grow: 0 !important;
}

.menuu {
  background: #fff !important;
  transition: all 0.3s ease;
  z-index: 1000;
}

.menuu.scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}

/* /HEADER */

/* SEARCH */
.content-search .articles-img-overlay {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* SEARCH */

/* SINGLE */
.content-post-single a {
  text-decoration: none;
  color: #194f82;
  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;
}

.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,
.content-post-single .ytmVideoCoverHost,
.content-post-single .ytmCuedOverlayHost,
.content-post-single iframe {
  width: 100% !important;
  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-div-imagem {
    width: auto !important;
  }
}

@media screen and (min-width: 1024px) {
  .content-single .articles-div-imagem {
    width: 22rem !important;
  }
}

.content-single .articles-div-imagem {
  width: 18rem;
}
/* SINGLE */

.articles-home p a {
  text-decoration: none !important;
}

.articles-home p a:hover {
  text-decoration: underline !important;
}

/* Contato */
.content-contato a {
  text-decoration: none;
  color: #4db2ec;
}

.content-contato .btn-warning {
  text-decoration: none;
  color: white !important;
}

.content-contato .btn-warning:hover {
  text-decoration: none;
}

.content-contato a:hover {
  text-decoration: underline;
  color: rgba(25, 79, 130, 0.552);
}
/* Contato */

/* FOOTER */
.footer {
  background-size: cover;
  background-position: center;
  color: #000;
  background-color: #f7f7f7 !important;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%);
}

.footer-link {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #0dcaf0; /* azul moderno */
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 1.4em;
  color: #000;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-icon.facebook {
  /* background: #3b5998; */
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 25%);
}

.social-icon.instagram {
  /* background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  ); */
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 25%);
}

.footer-posts li {
  margin-bottom: 8px;
}

.footer-posts a {
  font-size: 0.95em;
}

.footer-menu ul {
  padding: 0;
  list-style: none;
}

.footer-menu ul li {
  display: inline-block;
  margin: 0 8px;
}

.footer-menu a {
  color: #000;
  transition: color 0.3s;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #0dcaf0;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer h5 {
    font-size: 1.1em;
  }
  .social-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }
}

/* /FOOTER */
