body {
  font-family: "Poppins", sans-serif !important;
  color: var(--text);
  background: #ffffff;
}

/* =========================================
   PALETA
========================================= */

:root {
  --primary: #c2905f;
  --primary-dark: #a7624c;
  --secondary: #a81e7f;
  --accent: #f99f1a;
  --light-bg: #fff7ef;
  --text: #2b2b2b;
  --text-light: #9e9e9e;
}

/* =========================================
   GERAL
========================================= */

section {
  position: relative;
}

.text-primary {
  color: var(--primary) !important;
}

.text-primary-dark {
  color: var(--primary-dark) !important;
}

.text-light {
  color: var(--light-bg) !important;
}

.text-secondary {
  color: var(--text-light) !important;
}

.bg-light {
  background: var(--light-bg) !important;
}

.min-vh-75 {
  min-height: 75vh;
}

/* =========================================
   HERO
========================================= */

.hero-section {
  background: linear-gradient(
    135deg,
    rgba(136, 29, 122, 0.08),
    rgba(249, 159, 26, 0.08)
  );
  overflow: hidden;
}

.hero-section h1 {
  color: var(--primary);
  line-height: 1.2;
}

.hero-section .lead {
  font-size: 1.1rem;
}

/* =========================================
   BADGES
========================================= */

.badge {
  background: linear-gradient(
    90deg,
    var(--primary),
    var(--secondary)
  ) !important;

  font-size: 0.9rem;
  padding: 10px 18px;
  border-radius: 50px;
}

/* =========================================
   BOTÕES
========================================= */

.btn {
  border-radius: 14px;
  font-weight: 600;
  padding: 14px 26px;
  transition: 0.3s ease;
}

.btn-primary {
  background: linear-gradient(
    90deg,
    var(--primary),
    var(--secondary)
  ) !important;

  border: none !important;
  box-shadow: 0 10px 30px rgba(136, 29, 122, 0.2);
}

.btn-primary:hover {
  transform: translateY(-3px);
  background: linear-gradient(
    90deg,
    var(--secondary),
    var(--primary)
  ) !important;
}

.btn-outline-primary {
  border: 2px solid var(--primary) !important;
  color: var(--primary) !important;
  background: transparent;
}

.btn-outline-primary:hover {
  background: var(--primary) !important;
  color: #fff !important;
}

/* =========================================
   TÍTULOS
========================================= */

h1,
h2,
h3,
h4,
h5 {
  color: var(--primary);
}

section h2 {
  font-size: 2.3rem;
  line-height: 1.3;
}

/* =========================================
   CARDS
========================================= */

.card {
  border: none !important;
  transition: 0.35s ease;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08) !important;
}

.card-body {
  position: relative;
}

/* =========================================
   ICONES
========================================= */

.service-icon {
  width: 85px;
  height: 85px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 24px;

  background: linear-gradient(
    135deg,
    rgba(249, 159, 26, 0.15),
    rgba(168, 30, 127, 0.12)
  );
}

.service-icon i {
  color: var(--primary) !important;
}

/* =========================================
   DIFERENCIAIS
========================================= */

.bg-white.rounded-4 {
  transition: 0.3s ease;
}

.bg-white.rounded-4:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(136, 29, 122, 0.1) !important;
}

/* =========================================
   DEPOIMENTOS
========================================= */

.shadow-sm {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}

.depoimento-card {
  border-left: 5px solid var(--accent);
}

/* =========================================
   BLOG
========================================= */

article img {
  transition: 0.4s ease;
}

article:hover img {
  transform: scale(1.05);
}

article a {
  transition: 0.3s ease;
}

article a:hover {
  color: var(--primary) !important;
}

/* =========================================
   LINKS
========================================= */

a {
  text-decoration: none;
}

.btn-link {
  color: var(--primary-dark) !important;
  font-weight: 600;
  text-decoration: none;
}

.btn-link:hover {
  color: var(--primary) !important;
}

/* =========================================
   RESPONSIVO
========================================= */

@media (max-width: 991px) {
  .hero-section {
    text-align: center;
    padding-top: 70px !important;
  }

  .hero-section .d-flex {
    justify-content: center;
  }

  section h2 {
    font-size: 1.9rem;
  }
}

@media (max-width: 767px) {
  .hero-section h1 {
    font-size: 2.4rem;
  }

  .btn {
    width: 100%;
  }

  .service-icon {
    width: 70px;
    height: 70px;
  }
}

.hero-dra {
  position: relative;
  overflow: hidden;

  background: linear-gradient(180deg, #e6c7a2 0%, #a26925 100%);

  display: flex;
  align-items: flex-end;
  padding: 40px 0 0;
}

/* imagem de fundo mesclada */
.hero-dra::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      180deg,
      rgba(230, 199, 162, 0.35) 0%,
      rgba(162, 105, 37, 0.45) 100%
    ),
    url("https://drapaulagirotto.com.br/wp-content/uploads/2026/05/bg-background-_1_-1.png");

  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;

  opacity: 0.6;
  z-index: 1;
}

/* conteúdo acima do fundo */
.hero-dra .container {
  position: relative;
  z-index: 2;
}

.hero-dra__content {
  color: #ffffff;
  padding: 20px 10px 40px 10px;
}

.hero-dra__title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: 700;
}

.hero-dra__text {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #f8f5f0;
  max-width: 520px;
}

.hero-dra__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  background-color: #c69263;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.hero-dra__button:hover {
  background-color: #a26925;
  transform: translateY(-2px);
  color: #ffffff;
}

.hero-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  background-color: var(--primary-dark);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.hero-cta__button:hover {
  background-color: #a26925;
  transform: translateY(-2px);
  color: #ffffff;
}

.hero-dra__image {
  max-height: 520px;
  width: auto;
  object-fit: cover;

  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .hero-dra {
    min-height: 60vh;
  }

  .hero-dra__row {
    min-height: 60vh;
  }

  .hero-dra__image {
    max-height: 420px;
  }

  .hero-dra__content {
    text-align: center;
  }

  .hero-dra__text {
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-title {
  position: relative;
  overflow: hidden;

  background: linear-gradient(180deg, #e6c7a2 0%, #a26925 100%);

  display: flex;
  align-items: flex-end;
  padding: 40px 0 0;
}

/* imagem de fundo mesclada */
.hero-title::before {
  content: "";
  position: absolute;
  inset: 0;

  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;

  opacity: 0.6;
  z-index: 1;
}

/* conteúdo acima do fundo */
.hero-title .container {
  position: relative;
  z-index: 2;
}

.hero-title__content {
  color: #ffffff;
  padding: 20px 10px 40px 10px;
}

.hero-title__title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: 700;
}

.hero-title__text {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #f8f5f0;
  max-width: 520px;
}

.hero-title__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  background-color: #c69263;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.hero-title__button:hover {
  background-color: #a26925;
  transform: translateY(-2px);
  color: #ffffff;
}

.hero-title__image {
  max-height: 520px;
  width: auto;
  object-fit: cover;

  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .hero-title {
    min-height: 60vh;
  }

  .hero-title__row {
    min-height: 60vh;
  }

  .hero-title__image {
    max-height: 420px;
  }

  .hero-title__content {
    text-align: center;
  }

  .hero-title__text {
    margin-left: auto;
    margin-right: auto;
  }
}
/* EXTRAS */

.bg-modern {
  background-color: #f7f9fa;
}
.text-cinza {
  color: #666;
}

.shadow {
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%) !important;
}

.btn-dark {
  background-color: var(--primary-dark) !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%);
}

.btn-dark:hover {
  background-color: var(--primary) !important;
  color: #f7f9fa !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: #d9a400 !important;
}

.article-link-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

.article-link-wrapper:hover {
  text-decoration: none;
}

.articles-list-item {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(42, 107, 138, 0.12);
}

.articles-list-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.articles-list-link:hover {
  color: inherit;
  text-decoration: none;
}

.articles-list-media {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  height: 100%;
}

.articles-list-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 14px;
}

.articles-list-media-fallback {
  background-color: #eae3dd;
  min-height: 220px;
  border-radius: 14px;
}

.articles-list-title {
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 0 0 8px;
}

.articles-list-title {
  color: var(--primary-dark);
}

.articles-list-link:hover .articles-list-title {
  color: var(--primary);
}

.articles-list-meta {
  color: var(--text-light);
  font-size: 0.95rem;
}

.articles-list-excerpt {
  color: var(--text-light);
  font-size: 1rem;
}

.ti-footer .ti-profile-img {
  display: none !important;
}

.page-numbers {
  font-size: 1.4rem;
  padding: 5px 11px;
  color: var(--primary);
  border: 1px solid #fdeeeeff;
  margin-top: 20px !important;
}

.page-numbers.current {
  background-color: var(--primary-dark);
  color: #ffffff;
  border-color: var(--primary-dark);
}

@media (max-width: 767.98px) {
  .articles-list-item {
    padding: 12px;
  }

  .articles-list-media img,
  .articles-list-media-fallback {
    min-height: 180px;
  }
}

.menuu .wp-block-search__button.has-icon {
  background-color: transparent !important;
  color: white;
  border: transparent !important;
}

.menuu .wp-block-search__input {
  border: 1px solid white;
  border-radius: 50px;
  background-color: transparent !important;
  color: white;
}

.menuu .wp-block-search__input:focus,
.menuu .wp-block-search__input:focus-visible {
  outline: none !important;
  border: 1px solid white;
  box-shadow: none !important;
}

.categories-all li a {
  color: #a7624c;
  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;
}

/* Sidebar de Artigos - Clínica Moderna */
.articles-sidebar2 .card-footer,
.articles-sidebar2 .link-bottom {
  margin-top: auto !important;
}

.articles-sidebar2 {
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
}

.articles-sidebar2:hover {
  /* Substituímos o 'scale' por 'translateY' para um efeito de elevação mais premium */
  transform: translateY(-3px);
  /* Sombra sutil usando o tom de cinza chumbo da paleta com 10% de opacidade */
  box-shadow: 0 8px 20px rgba(44, 51, 56, 0.1);
  /* Removido o 'filter: brightness' para preservar a cor real e a sobriedade das imagens médicas */
}

/* Categoria do Artigo (Ex: "Saúde do Sangue", "Dicas") */
.articles-sidebar2 .card-category a {
  color: var(--primary-dark); /* Azul aço para indicar que é um link clicável */
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.articles-sidebar2 .card-category a:hover,
.articles-sidebar2:hover .card-category a {
  color: var(
    --primary-dark
  ); /* Azul um pouco mais escuro no hover para contraste */
}

/* Título do Artigo */
.articles-sidebar2 .card-title a {
  color: var(
    --text-light
  ); /* Cinza chumbo base, garantindo ótima legibilidade */
  text-decoration: none;
  transition: color 0.2s ease;
}

/* Quando o mouse passa no card ou no próprio título, ele assume a cor principal da marca */
.articles-sidebar2:hover .card-title a,
.articles-sidebar2 .card-title a:hover {
  color: #666 !important;
}

/* Estrutura do Card */
.articles-sidebar2 .card {
  height: 100% !important; /* Força o card a ocupar 100% da altura da coluna */
  display: flex !important;
  flex-direction: column; /* Empilha os itens verticalmente */
  border: none !important;
  background-color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(44, 51, 56, 0.05);
  border-radius: 8px;
}

.articles-sidebar2 .card-body {
  flex-grow: 1; /* O segredo está aqui: isso empurra o rodapé/link sempre para a base */
  display: flex;
  flex-direction: column;
}

@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 i {
  color: var(--primary);
  margin-right: 8px;
}

.localizacao-clinica a {
  text-decoration: none;
}

.localizacao-clinica a i {
  text-decoration: none;
  color: var(--primary-dark);
}

.localizacao-clinica a:hover {
  text-decoration: underline;
  /* color: #666; */
}

.localizacao-clinica .hero-dra__button:hover,
.localizacao-clinica .hero-dra__button:hover i {
  color: white !important;
  text-decoration: none;
}

.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: #a81e7f !important; */
  transition: all 0.3s ease;
  z-index: 1000;
}

.menuCell {
  background: #c2996b !important;
}

/* 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: white;
  margin: 0 5px;
}

.menuu a {
  display: inline-flex;
  align-items: center;
  font-size: 14px !important;
  text-decoration: none;
  color: white;
  /* 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: white;
  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: #c2996b;
  padding: 10px 0;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 999;
  white-space: nowrap;
  min-width: 200px;

  transition: background-color 0.7s ease;
}

.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: white;
  text-decoration: none;
  font-size: 14px !important;
  display: block;
  text-align: start !important;
}

.menuu ul li .sub-menu:has(li a:hover),
.menuu ul li.current-menu-item > .sub-menu,
.menuu ul li.current-menu-parent > .sub-menu,
.menuu ul li.current-menu-ancestor > .sub-menu {
  background-color: #e6c6a1;
}

.menuu .navbar-nav .menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: width 0.3s ease-in-out;
}

.menuu .navbar-nav .menu-item.current-menu-item a {
  color: #e8ecef;
}

.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: black !important;
  margin: 0 5px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  text-transform: uppercase !important;
}

.menuu .menuCell ul li .sub-menu {
  background-color: var(--primary-dark) !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;
}

.offcanvas.offcanvas-end.show{
  background-color: var(--primary-dark) !important;
}

.offcanvas.offcanvas-end.show a{
  color: white !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;
}

#heroCarousel {
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%);
}

#heroCarousel .carousel-item {
  position: relative;
  aspect-ratio: 1079 / 281;
  min-height: 180px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#heroCarousel .carousel-item {
  height: 300px;
  position: relative;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  z-index: 1;
}

.overlay-sobre {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
  z-index: 1;
}

.carousel-item > .container {
  position: relative;
  z-index: 2;
}

#heroCarousel h1,
#heroCarousel h2 {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
}

#heroCarousel .btn-warning {
  border-radius: 15px !important;
}

.btn-header-bg {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .btn-header-bg {
    display: flex;
    justify-content: space-around;
    flex-direction: column !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 5;
}

/* /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 */

/* BLOG */
.sidebar-blog .wp-block-search__button.has-icon {
  background-color: transparent !important;
  color: var(--primary-dark) !important;
  border: transparent !important;
}

.sidebar-blog .wp-block-search__input {
  border: 1px solid var(--primary) !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: var(--primary-dark) !important;
}

.sidebar-blog .wp-block-search__input:focus,
.sidebar-blog .wp-block-search__input:focus-visible {
  outline: none !important;
  border: 1px solid white;
  box-shadow: none !important;
}
/* BLOG */

/* SOBRE */
.sobre-page {
  color: var(--text);
}
.sobre-hero {
  background: var(--light-bg) !important;
}
.sobre-eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 700;
  font-size: 0.85rem;
}
.sobre-title {
  color: var(--light-bg);
}
.sobre-card {
  border: 1px solid #f1e7de;
  box-shadow: 0 12px 30px rgba(136, 29, 122, 0.08);
  background-color: var(--primary);
  color: white !important;
}
.sobre-list li {
  margin-bottom: 0.5rem;
}
.sobre-badge {
  background: #a81e7f9e !important;
  color: white;
}
.sobre-link {
  color: var(--light-bg);
  text-decoration: underline;
  font-weight: 600;
}
.sobre-photo {
  border: 6px solid #ffffff;
  box-shadow: 0 18px 40px rgba(136, 29, 122, 0.15);
}
.sobre-honcode {
  background: var(--primary) !important;
  border-left: 6px solid var(--secondary);
  color: white;
}
/* SOBRE */

/* FOOTER */
.footer-dra {
  background: #ac6a52;
  /* padding: 90px 0; */
  margin-top: 150px;
}

.footer-brand {
  max-width: 380px;
}

.footer-logo {
  max-width: 260px;
  margin-bottom: 35px;
}

.footer-description {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 300;
}

.footer-title {
  color: #f5dfcf;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 28px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.3s ease;
}

.footer-links a:hover {
  opacity: 0.7;
  padding-left: 5px;
}

.footer-contact{
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 10px;
  color: white;
}

.footer-contact i {
  margin-right: 8px;
}

.footer-social-text {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 22px;
}

.footer-social {
  display: flex;
  gap: 18px;
}

.footer-social a {
  color: #f5dfcf;
  font-size: 1.2rem;
  transition: 0.3s ease;
}

.footer-social a:hover {
  transform: translateY(-3px);
  opacity: 0.7;
}

@media (max-width: 991px) {
  .footer-dra {
    padding: 70px 0;
    text-align: center;
  }

  .footer-brand {
    margin: 0 auto;
  }

  .footer-social {
    justify-content: center;
  }
}

.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: #e8ecef !important;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 20%);
  color: #a7624c;
}

.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;
}

@media (max-width: 768px) {
  .footer h5 {
    font-size: 1.1em;
  }
  .social-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }
}

.bg-copy a {
  color: #2a6b8a !important;
}

/* /FOOTER */
