/* EXTRAS */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Roboto", sans-serif !important;
}

.text-dourado {
  color: #d9a400;
}
.background-dourado {
  background-color: #d9a400;
}
.text-marrom {
  color: #603b28;
}
.background-marrom {
  background-color: #603b28;
}
.text-bege {
  color: #d3ba9b;
}
.background-bege {
  background-color: #d3ba9b;
}
.text-branco {
  color: #f8f5f0;
}
.background-branco {
  background-color: #f8f5f0;
}
.text-cinza {
  color: #b5a48c;
}
.background-cinza {
  background-color: #b5a48c;
}

.text-cinza {
  color: #666;
}

.shadow {
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%) !important;
}

.btn-warning {
  background-color: #d9a400 !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: "Montserrat", sans-serif;
}

.btn-warning:hover {
  background-color: #603b28 !important;
  color: #fff !important;
  transition: background-color 0.6s ease;
}

.benefit-card-2 {
  background-color: white;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: left;
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;

}

.benefit-card-2 i {
  font-size: 2rem;
  color: #d9a400;
  margin-bottom: 15px;
  display: block;
}

.benefit-card-2 svg {
  margin: 0 auto 15px;
  display: block;
}

.benefit-card-2 h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #603b28;
  font-family: "Montserrat", sans-serif;
}

.benefit-card-2 p {
  font-size: 0.95rem;
  color: #666;
  margin: 0;
  font-family: "Roboto", sans-serif !important;
}

.benefit-card-2:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px #d9a30024;
}

.benefit-card-2::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.benefit-card-2:hover::before {
  opacity: 1;
}

.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: #d9a400 !important;
}

.article-link-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

.article-link-wrapper:hover {
  text-decoration: none;
}

.ti-profile-img {
  display: none !important;
}

.page-numbers {
  font-size: 1.4rem;
  padding: 5px 11px;
  color: #d9a400;
  border: 1px solid #fdeeeeff;
  margin-top: 20px !important;
}

.wp-block-search__button.has-icon {
  background-color: transparent !important;
  color: #603b28;
  border: transparent !important;
}

.wp-block-search__input {
  border: 1px solid #603b28;
  border-radius: 50px;
  background-color: transparent !important;
}

.categories-all li a {
  color: #b5a48c;
  text-decoration: none;
}

.categories-all li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .button-services {
    font-size: 13px !important;
  }
}

.button-services {
  background: #d9a400;
  color: #fff;
  padding: 0 24px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: bold;
}

.button-services:hover {
  background: #603b28;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.button-services:active {
  transform: translateY(0);
}

.button-services:focus {
  outline: none;
}

.modal {
  --bs-modal-width: 80% !important;
}

.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
  color: #603b28;
}

.modal p {
  color: #666;
}

.modal a {
  color: #d9a400;
}

.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 {
  color: #d3ba9b;
}

.articles-sidebar2 .card-category a:hover {
  color: #d9a400;
}

.articles-sidebar2:hover .card-category a {
  color: #d9a400;
}

.articles-sidebar2:hover .card-title a {
  color: #603b28 !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;
  }
}

.articles-index .card-title {
  color: black;
}

.articles-index .card-text {
  color: #777777;
}

.articles-index:hover .date {
  color: #603b28;
}

.articles-index:hover .card-title {
  color: #d9a400;
}

.articles-index:hover {
  transform: scale(1.01);
  transition: ease all 0.4s;
}

.content-search .card-index {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.wp-block-search__label {
  width: 0% !important;
}

.localizacao-clinica a {
  text-decoration: none;
  color: #666;
}

.localizacao-clinica a:hover {
  text-decoration: underline;
  color: #666;
}

.cta-bloco {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%) !important;
}
.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;
}
/* /EXTRAS */

/* HEADER */
.menuu {
  background: #fff !important; /* fundo branco fixo */
  transition: all 0.3s ease;
  z-index: 1000;
}

/* Quando rolar a página */
.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);
}
.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: #603b28;
}

.menuu .navbar-nav .menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #d9a400;
  transition: width 0.3s ease-in-out;
}

.menuu .navbar-nav .menu-item.current-menu-item a {
  color: #603b28;
}

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

/* 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;
  }
}

.content-category .card-index {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media screen and (max-width: 767px) {
  #menulg {
    display: none;
  }

  #menusm {
    display: block;
  }
}

#menusm .offcanvas-body {
  flex-grow: 0 !important;
}

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

/* /HEADER */

/* FRONT PAGE */
.content-front-page .carousel-item {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.content-front-page .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  filter: brightness(70%);
}

.content-front-page .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
  z-index: 1;
  border-radius: 5px;
}

.content-front-page .carousel-caption {
  position: absolute;
  z-index: 2;
}

.sobre-clinica p,
.sobre-dra p,
.localizacao-clinica p {
  color: #666;
}
/* FRONT PAGE */

/* SINGLE */

@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;
}

.img-article img {
  height: 400px !important;
  width: 1024px;
  object-fit: cover;
  border-radius: 5px;
}
/* SINGLE */

/* FOOTER */
.footer {
  background-size: cover;
  background-position: center;
  color: black;
}

.footer-link strong,
.footer-link i {
  color: #d9a400 !important;
}

.footer-link {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover,
.footer-link:hover strong,
.footer-link:hover i {
  color: #603b28 !important;
  transition: all 0.5s ease;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 1.4em;
  color: white;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.social-icon:hover {
  transform: scale(1.1);
  background-color: #d9a300ab;
}

.social-icon {
  /* background-color: #d3ba9b; */
  background-color: #d9a400;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 20%);
}

.footer-posts {
  list-style: decimal;
}

.footer-posts li {
  margin-bottom: 8px;
}

.footer-posts a {
  font-size: 0.95em;
}

.footer-posts a:hover {
  text-decoration: underline;
}

.footer-menu ul {
  padding: 0;
  list-style: none;
}

.footer-menu ul li {
  display: inline-block;
  margin: 0 8px;
}

.footer-menu a {
  color: black;
  transition: color 0.3s;
  text-decoration: none;
  font-weight: bold;
}

.footer-menu a:hover {
  color: #603b28;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer h5 {
    font-size: 1.1em;
  }
  .social-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }
}

/* /FOOTER */
