/*
Theme Name: Beatriz Bernardo Advocacia
Author: Phelippe Luisi - WTA3
Description: Landing Page Auxílio-Acidente
Version: 1.0
*/


/*===========================================
  CONFIGURAÇÕES GERAIS
===========================================*/

:root {
  --vinho-principal: #3b0d16;
  --vinho-escuro: #23070d;
  --vinho-claro: #5a1624;

  --dourado: #d1aa59;
  --dourado-escuro: #ad8137;
  --dourado-claro: #efd695;

  --creme: #f8f4ed;
  --cinza-claro: #f2f0ec;
  --cinza-texto: #62636a;

  --branco: #ffffff;
  --preto: #111111;
  --verde-whatsapp: #25d366;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: var(--cinza-texto);
  background: var(--branco);
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

body,
button,
input,
textarea,
select {
  font-family: "Nunito", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

button {
  border: 0;
  outline: none;
}

section {
  padding: 100px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--vinho-principal);
  font-family: "Lustria", serif;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 54px;
}

h2 {
  margin-bottom: 22px;
  font-size: 42px;
}

h3 {
  font-size: 23px;
}

p {
  margin-bottom: 18px;
}

ul {
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar {
  width: 12px;
}

body {
  cursor: url(https://lp.clinicalotus.es/wp-content/themes/lotus/img/cursor.png), pointer;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #d1aa59;
  border-radius: 20px;
  border: 3px solid #d1aa59;
}

.centraliza {
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.color-gold {
  color: var(--dourado);
}

.esconde-desktop {
  display: none;
}

.subtitulo-section {
  max-width: 850px;
  margin: 0 auto 45px;
  color: #6c686b;
  font-size: 19px;
}

.tag-section,
.tag-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 15px;
  border: 1px solid rgba(209, 170, 89, 0.4);
  border-radius: 50px;
  color: var(--dourado);
  background: rgba(209, 170, 89, 0.08);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}


/*===========================================
  HEADER
===========================================*/

.header-site {
  position: relative;
  z-index: 99;
  padding: 14px 0;
  background: var(--vinho-escuro);
  border-bottom: 1px solid rgba(209, 170, 89, 0.18);
}

.logo-menu {
  display: inline-block;
}

.logo-menu img {
  width: auto;
  max-height: 72px;
}

.menu-principal ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  list-style: none;
}

.menu-principal a {
  position: relative;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 700;
}

.menu-principal a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background: var(--dourado);
  transition: width 0.3s ease;
}

.menu-principal a:hover {
  color: var(--dourado-claro);
}

.menu-principal a:hover::after {
  width: 100%;
}

.cta-menu {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 7px;
  color: var(--vinho-escuro);
  background: linear-gradient(
    135deg,
    var(--dourado-claro),
    var(--dourado)
  );
  box-shadow: 0 9px 25px rgba(209, 170, 89, 0.18);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.cta-menu:hover {
  color: var(--vinho-escuro);
  background: linear-gradient(
    135deg,
    #f6dfa2,
    var(--dourado-escuro)
  );
  transform: translateY(-2px);
}


/*===========================================
  MENU MOBILE
===========================================*/

.btn-menu-mobile {
  float: right;
  width: 46px;
  height: 46px;
  border-radius: 6px;
  color: var(--vinho-escuro);
  background: var(--dourado);
  font-size: 21px;
}

.menu-mobile-overlay {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  padding: 35px;
  opacity: 0;
  background:
    radial-gradient(
      circle at top right,
      rgba(209, 170, 89, 0.16),
      transparent 35%
    ),
    var(--vinho-escuro);
  transition: all 0.35s ease;
  transform: translateY(-15px);
}

.menu-mobile-overlay.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.fechar-menu {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--vinho-escuro);
  background: var(--dourado);
  font-size: 24px;
}

.menu-mobile-content {
  width: 100%;
  max-width: 450px;
  text-align: center;
}

.logo-mobile {
  max-height: 95px;
  margin-bottom: 35px;
}

.menu-mobile-content nav ul {
  list-style: none;
}

.menu-mobile-content nav li {
  margin-bottom: 9px;
}

.menu-mobile-content nav a {
  display: block;
  padding: 10px;
  color: var(--branco);
  font-family: "Lustria", serif;
  font-size: 23px;
}

.menu-mobile-content nav a:hover {
  color: var(--dourado);
}

.cta-menu-mobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
  padding: 15px 24px;
  border-radius: 7px;
  color: var(--vinho-escuro);
  background: var(--dourado);
  font-weight: 900;
}


/*===========================================
  PARTE 1 - HERO
===========================================*/

.full-banner-inicio-v2 {
  display: flex;
  min-height: 720px;
  align-items: center;
  padding: 115px 0 100px;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(35, 7, 13, 0.9) 0%,
      rgba(35, 7, 13, 0.76) 42%,
      rgba(35, 7, 13, 0.2) 67%,
      rgba(35, 7, 13, 0.3) 100%
    ),
    url("/wp-content/themes/adv/img/full-banner-inicio.png");
  background-position: center;
  background-size: cover;
}

.full-banner-inicio-v2::before {
  content: "";
  position: absolute;
  bottom: -220px;
  left: -180px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(209, 170, 89, 0.08);
  filter: blur(10px);
}

.full-banner-inicio-v2 .container {
  position: relative;
  z-index: 2;
}

.full-banner-inicio-v2 h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--branco);
  font-size: 56px;
}

.full-banner-inicio-v2 h2 {
  max-width: 750px;
  margin-bottom: 19px;
  color: var(--dourado-claro);
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
}

.full-banner-inicio-v2 p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.box-ctas-header {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 32px;
}

.cta-header,
.cta-section,
.cta-box {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 15px 26px;
  border-radius: 7px;
  color: var(--vinho-escuro);
  background: linear-gradient(
    135deg,
    var(--dourado-claro),
    var(--dourado)
  );
  box-shadow: 0 12px 30px rgba(209, 170, 89, 0.2);
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.cta-header:hover,
.cta-section:hover,
.cta-box:hover {
  color: var(--vinho-escuro);
  background: linear-gradient(
    135deg,
    #f7e1a5,
    var(--dourado-escuro)
  );
  box-shadow: 0 15px 35px rgba(209, 170, 89, 0.28);
  transform: translateY(-3px);
}

.box-beneficios-header {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 27px;
}

.box-beneficios-header span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 700;
}

.box-beneficios-header i {
  color: var(--dourado);
}


/*===========================================
  PARTE 2 - SITUAÇÕES
===========================================*/

.bg-pt-2 {
  background:
    linear-gradient(
      180deg,
      var(--branco),
      var(--creme)
    );
}

.card-situacao {
  height: calc(100% - 24px);
  margin-bottom: 24px;
  padding: 34px 27px;
  border: 1px solid rgba(59, 13, 22, 0.09);
  border-radius: 12px;
  background: var(--branco);
  box-shadow: 0 16px 45px rgba(35, 7, 13, 0.07);
  transition: all 0.35s ease;
}

.card-situacao:hover {
  border-color: rgba(209, 170, 89, 0.42);
  box-shadow: 0 20px 50px rgba(35, 7, 13, 0.11);
  transform: translateY(-7px);
}

.card-situacao > i {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 10px;
  color: var(--vinho-principal);
  background: linear-gradient(
    135deg,
    var(--dourado-claro),
    var(--dourado)
  );
  font-size: 29px;
}

.card-situacao h3 {
  margin-bottom: 13px;
  color: var(--vinho-principal);
  font-size: 22px;
}

.card-situacao p {
  margin-bottom: 0;
  color: var(--cinza-texto);
  font-size: 16px;
}

.bg-pt-2 .cta-section,
.bg-pt-4 .cta-section,
.bg-pt-8 .cta-section {
  margin-top: 30px;
}


/*===========================================
  PARTE 3 - AUXÍLIO-ACIDENTE
===========================================*/

.bg-pt-3 {
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(
      circle at top right,
      rgba(209, 170, 89, 0.12),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--vinho-escuro),
      var(--vinho-principal)
    );
}

.bg-pt-3 h2,
.bg-pt-3 h3 {
  color: var(--branco);
}

.bg-pt-3 p {
  color: rgba(255, 255, 255, 0.76);
}

.lista-check {
  margin-top: 28px;
  list-style: none;
}

.lista-check li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.lista-check i {
  margin-top: 4px;
  color: var(--dourado);
  font-size: 20px;
}

.box-destaque-direito {
  position: relative;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(209, 170, 89, 0.3);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.17);
  backdrop-filter: blur(8px);
}

.box-destaque-direito::before {
  content: "";
  position: absolute;
  top: -55px;
  right: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(209, 170, 89, 0.1);
}

.box-destaque-direito h3 {
  margin-bottom: 18px;
  font-size: 30px;
}

.box-destaque-direito .cta-box {
  margin-top: 15px;
}


/*===========================================
  PARTE 4 - REQUISITOS
===========================================*/

.bg-pt-4 {
  background:
    linear-gradient(
      180deg,
      #faf7f1,
      var(--branco)
    );
}

.item-direito {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  min-height: 175px;
  margin-bottom: 23px;
  padding: 28px;
  border-left: 3px solid var(--dourado);
  border-radius: 0 10px 10px 0;
  background: var(--branco);
  box-shadow: 0 14px 40px rgba(35, 7, 13, 0.06);
}

.item-direito > span {
  display: grid;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  color: var(--vinho-escuro);
  background: var(--dourado);
  font-size: 17px;
  font-weight: 900;
}

.item-direito h3 {
  margin-bottom: 9px;
  font-size: 22px;
}

.item-direito p {
  margin-bottom: 0;
  font-size: 16px;
}

.cta-central {
  margin-top: 30px;
}


/*===========================================
  PARTE 5 - SITUAÇÕES COMUNS
===========================================*/

.bg-pt-5 {
  background:
    radial-gradient(
      circle at bottom left,
      rgba(209, 170, 89, 0.08),
      transparent 28%
    ),
    var(--vinho-escuro);
}

.bg-pt-5 h2 {
  color: var(--branco);
}

.bg-pt-5 .subtitulo-section {
  color: rgba(255, 255, 255, 0.7);
}

.card-area {
  display: flex;
  height: calc(100% - 24px);
  flex-direction: column;
  margin-bottom: 24px;
  padding: 32px 27px;
  border: 1px solid rgba(209, 170, 89, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  transition: all 0.35s ease;
}

.card-area:hover {
  border-color: var(--dourado);
  background: rgba(255, 255, 255, 0.085);
  transform: translateY(-6px);
}

.card-area > i {
  margin-bottom: 20px;
  color: var(--dourado);
  font-size: 37px;
}

.card-area h3 {
  margin-bottom: 13px;
  color: var(--branco);
  font-size: 23px;
}

.card-area p {
  flex: 1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.card-area a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
  color: var(--dourado-claro);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.card-area a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.card-area a:hover {
  color: var(--branco);
}


/*===========================================
  PARTE 6 - COMO FUNCIONA
===========================================*/

#como-funciona .card-situacao {
  min-height: 290px;
}


/*===========================================
  PARTE 7 - QUEM SOMOS
===========================================*/

.bg-pt-6 {
  background:
    linear-gradient(
      90deg,
      var(--branco),
      var(--creme)
    );
}

.img-sobre-dr {
  position: relative;
  margin-right: 38px;
  padding: 12px;
  border: 1px solid rgba(209, 170, 89, 0.35);
  background: var(--branco);
  box-shadow: 0 25px 70px rgba(35, 7, 13, 0.12);
}

.img-sobre-dr::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  width: 115px;
  height: 115px;
  border-top: 3px solid var(--dourado);
  border-right: 3px solid var(--dourado);
}

.img-sobre-dr::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: -18px;
  width: 115px;
  height: 115px;
  border-bottom: 3px solid var(--dourado);
  border-left: 3px solid var(--dourado);
}

.img-sobre-dr img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.badge-diferencial {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(59, 13, 22, 0.1);
  border-radius: 50px;
  color: var(--vinho-principal);
  background: var(--branco);
  font-size: 14px;
  font-weight: 800;
}

.badge-diferencial i {
  color: var(--dourado-escuro);
}

.bg-pt-6 .cta-header {
  margin-top: 28px;
}


/*===========================================
  PARTE 8 - DIFERENCIAIS
===========================================*/

.bg-pt-8 {
  background:
    radial-gradient(
      circle at top left,
      rgba(209, 170, 89, 0.12),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      var(--vinho-escuro),
      var(--vinho-principal)
    );
}

.bg-pt-8 .color-gold {
  color: var(--dourado-claro);
}

.bg-pt-8 .card-situacao {
  border-color: rgba(209, 170, 89, 0.2);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.bg-pt-8 .card-situacao:hover {
  border-color: var(--dourado);
  background: rgba(255, 255, 255, 0.09);
}

.bg-pt-8 .card-situacao h3 {
  color: var(--branco);
}

.bg-pt-8 .card-situacao p {
  color: rgba(255, 255, 255, 0.7);
}


/*===========================================
  PARTE 9 - AVALIAÇÕES
===========================================*/

.bg-pt-avaliacoes {
  overflow: hidden;
  background:
    radial-gradient(
      circle at top right,
      rgba(209, 170, 89, 0.12),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #4a101d,
      var(--vinho-escuro)
    );
}

.bg-pt-avaliacoes h2 {
  color: var(--dourado-claro);
}

.bg-pt-avaliacoes .subtitulo-section {
  color: rgba(255, 255, 255, 0.72);
}

.box-shortcode-avaliacoes {
  position: relative;
  margin-top: 5px;
  padding: 28px;
  border: 1px solid rgba(209, 170, 89, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.box-shortcode-avaliacoes::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  width: 90px;
  height: 90px;
  border-top: 2px solid var(--dourado);
  border-right: 2px solid var(--dourado);
  pointer-events: none;
}

.box-shortcode-avaliacoes::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 90px;
  height: 90px;
  border-bottom: 2px solid var(--dourado);
  border-left: 2px solid var(--dourado);
  pointer-events: none;
}

.bg-pt-avaliacoes .cta-section {
  margin-top: 42px;
}

.box-shortcode-avaliacoes iframe,
.box-shortcode-avaliacoes .ti-widget,
.box-shortcode-avaliacoes .trustindex,
.box-shortcode-avaliacoes .wp-google-reviews,
.box-shortcode-avaliacoes .google-reviews {
  position: relative;
  z-index: 2;
  width: 100%;
}


/*===========================================
  PARTE 10 - CONTATO
===========================================*/

.bg-pt-9 {
  color: var(--cinza-texto);
  background:
    radial-gradient(
      circle at top left,
      rgba(209, 170, 89, 0.13),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #faf7f1,
      #ffffff
    );
}

.bg-pt-9 h2 {
  color: var(--vinho-principal);
}

.bg-pt-9 > .container {
  position: relative;
  z-index: 2;
}

.bg-pt-9 p {
  color: var(--cinza-texto);
}

.info-contato {
  margin: 30px 0;
}

.info-contato p {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 17px;
  color: var(--vinho-principal);
  font-weight: 700;
}

.info-contato i {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-top: 0;
  border-radius: 9px;
  color: var(--vinho-escuro);
  background: linear-gradient(
    135deg,
    var(--dourado-claro),
    var(--dourado)
  );
  font-size: 18px;
}

.info-contato p > span,
.info-contato p > a {
  padding-top: 8px;
}

.info-contato a {
  color: var(--vinho-principal);
}

.info-contato a:hover {
  color: var(--dourado-escuro);
}

.mapa-contato {
  padding: 10px;
  border: 1px solid rgba(59, 13, 22, 0.12);
  border-radius: 12px;
  background: var(--branco);
  box-shadow: 0 22px 60px rgba(35, 7, 13, 0.1);
}

.mapa-contato iframe {
  display: block;
  min-height: 450px;
  border-radius: 7px;
}


/*===========================================
  CTA FIXO
===========================================*/

/* Container que controla a posição fixa e o overflow */
.cta-atendimento-wrapper {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  padding: 2px;
  /* Espessura da borda giratória */
  border-radius: 8px;
  /* Ajuste se quiser mais arredondado */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 26, 51, 0.5);
  /* Fundo reserva */
}

/* O gradiente que gira por trás */
.cta-atendimento-wrapper::before {
  content: '';
  position: absolute;
  width: 150%;
  height: 300%;
  /* Gradiente cônico com a cor dourada do projeto */
  background: conic-gradient(transparent,
      #b1842c,
      transparent 30%);
  animation: girar-borda 4s linear infinite;
}

/* O Botão em si (fica por cima do giro) */
.cta-atendimento-fixo {
  position: relative;
  background-color: #0c1a33;
  padding: 12px 25px;
  border-radius: 6px;
  /* Um pouco menor que o wrapper para encaixar */
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  z-index: 1;
}

.texto-exclusivo {
  color: #ffffff;
  font-size: 0.85rem;
  letter-spacing: 1.8px;
  white-space: nowrap;
}

/* Ponto Verde Pulsante */
.ponto-verde-pulsante {
  width: 10px;
  height: 10px;
  background-color: #00ff41;
  border-radius: 50%;
  box-shadow: 0 0 8px #00ff41;
  position: relative;
}

.ponto-verde-pulsante::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00ff41;
  border-radius: 50%;
  animation: pulsar-onda 2s infinite;
}

/* Animações */
@keyframes girar-borda {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes pulsar-onda {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

/* Hover */
.cta-atendimento-wrapper:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

/* Mobile */
@media (max-width: 768px) {
  .cta-atendimento-wrapper {
    bottom: 20px;
    right: 20px;
  }
}

/*===========================================
  BOTÃO VOLTAR AO TOPO
===========================================*/

.btn-scroll-topo {
  position: fixed;
  z-index: 998;
  right: 31px;
  bottom: 98px;
  width: 45px;
  height: 45px;
  visibility: hidden;
  border: 1px solid rgba(209, 170, 89, 0.3);
  border-radius: 50%;
  opacity: 0;
  color: var(--vinho-escuro);
  background: var(--dourado);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
  transform: translateY(12px);
}

.btn-scroll-topo.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}


/*===========================================
  FOOTER
===========================================*/

.bg-pt-10 {
  padding: 55px 0 100px;
  color: rgba(255, 255, 255, 0.6);
  background: #1b0509;
  border-top: 1px solid rgba(209, 170, 89, 0.16);
}

.logo-footer {
  width: auto;
  max-height: 170px;
  margin-bottom: 25px;
}

.bg-pt-10 p {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
}

.oab-footer {
  margin-top: 20px;
  color: var(--dourado-claro);
  font-weight: 800;
}

.copyright-footer {
  margin-top: 12px;
  margin-bottom: 0 !important;
}


/*===========================================
  FAIXA DESENVOLVIDO POR
===========================================*/

.faixa-desenvolvido {
  padding: 18px 0;
  background: var(--creme);
  border-top: 1px solid rgba(59, 13, 22, 0.08);
}

.desenvolvido-por {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--vinho-principal);
  font-size: 13px;
  font-weight: 800;
}

.desenvolvido-por:hover {
  color: var(--dourado-escuro);
}

.desenvolvido-por img {
  display: block;
  width: auto;
  max-width: 215px;
}


/*===========================================
  RESPONSIVO
===========================================*/

@media (max-width: 1199px) {

  .menu-principal ul {
    gap: 17px;
  }

  .menu-principal a {
    font-size: 14px;
  }

  .full-banner-inicio-v2 h1 {
    font-size: 49px;
  }

  .item-direito {
    min-height: 200px;
  }

}


@media (max-width: 991px) {

  .esconde-mobile {
    display: none !important;
  }

  .esconde-desktop {
    display: block;
  }

  section {
    padding: 80px 0;
  }

  h2 {
    font-size: 36px;
  }

  .header-site {
    padding: 11px 0;
  }

  .logo-menu img {
    max-height: 61px;
  }

  .full-banner-inicio-v2 {
    display: block;
    min-height: auto;
    padding: 85px 0 0;
    text-align: center;
    background:
      url("/wp-content/themes/adv/img/banner-mobile.png");
    background-position: center top;
    background-size: cover;
  }

  .full-banner-inicio-v2 h1 {
    margin-right: auto;
    margin-left: auto;
    font-size: 45px;
  }

  .full-banner-inicio-v2 h2,
  .full-banner-inicio-v2 p {
    margin-right: auto;
    margin-left: auto;
  }

  .box-ctas-header,
  .box-beneficios-header {
    justify-content: center;
  }

  .img-dr-mobile-header {
    margin-top: 40px;
    text-align: center;
  }

  .img-dr-mobile-header img {
    max-height: 620px;
    object-fit: contain;
    object-position: bottom;
  }

  .box-destaque-direito {
    margin-top: 40px;
  }

  .img-sobre-dr {
    margin-right: 0;
    margin-bottom: 55px;
  }

  .bg-pt-6 {
    text-align: center;
  }

  .bg-pt-6 .d-flex {
    justify-content: center;
  }

  .mapa-contato {
    margin-top: 45px;
  }

}


@media (max-width: 767px) {

  body {
    font-size: 16px;
  }

  section {
    padding: 68px 0;
  }

  h2 {
    font-size: 32px;
  }

  .subtitulo-section {
    margin-bottom: 35px;
    font-size: 17px;
  }

  .full-banner-inicio-v2 h1 {
    font-size: 39px;
  }

  .full-banner-inicio-v2 h2 {
    font-size: 21px;
  }

  .item-direito {
    min-height: auto;
  }

  .card-situacao,
  .card-area {
    padding: 27px 23px;
  }

  #como-funciona .card-situacao {
    min-height: auto;
  }

  .box-shortcode-avaliacoes {
    padding: 18px;
  }

  .box-shortcode-avaliacoes::before,
  .box-shortcode-avaliacoes::after {
    width: 65px;
    height: 65px;
  }

}


@media (max-width: 550px) {

  section {
    padding: 60px 0;
  }

  h2 {
    font-size: 29px;
  }

  .tag-section,
  .tag-header {
    font-size: 11px;
  }

  .full-banner-inicio-v2 {
    padding-top: 65px;
  }

  .full-banner-inicio-v2 h1 {
    font-size: 34px;
  }

  .full-banner-inicio-v2 h2 {
    font-size: 19px;
  }

  .full-banner-inicio-v2 p {
    font-size: 16px;
  }

  .cta-header,
  .cta-section,
  .cta-box {
    width: 100%;
    min-height: 56px;
    padding: 14px 18px;
    font-size: 14px;
  }

  .box-beneficios-header {
    display: grid;
    gap: 10px;
  }

  .box-beneficios-header span {
    justify-content: center;
  }

  .img-dr-mobile-header img {
    max-height: 510px;
  }

  .card-situacao > i {
    width: 57px;
    height: 57px;
    font-size: 25px;
  }

  .box-destaque-direito {
    padding: 30px 24px;
  }

  .box-destaque-direito h3 {
    font-size: 25px;
  }

  .item-direito {
    display: block;
    text-align: center;
  }

  .item-direito > span {
    margin: 0 auto 18px;
  }

  .img-sobre-dr {
    padding: 8px;
  }

  .img-sobre-dr::before,
  .img-sobre-dr::after {
    width: 75px;
    height: 75px;
  }

  .info-contato p {
    text-align: left;
  }

  .mapa-contato iframe {
    min-height: 360px;
    height: 360px;
  }

  .cta-atendimento-wrapper {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .cta-atendimento-fixo {
    width: 100%;
    min-height: 55px;
  }

  .btn-scroll-topo {
    right: 18px;
    bottom: 84px;
  }

  .bg-pt-10 {
    padding-bottom: 95px;
  }

  .faixa-desenvolvido {
    padding: 16px 15px;
  }

  .desenvolvido-por {
    flex-direction: column;
    gap: 8px;
    line-height: 1.4;
  }

  .desenvolvido-por img {
    max-width: 105px;
  }

}


@media (max-width: 380px) {

  .full-banner-inicio-v2 h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 27px;
  }

  .menu-mobile-content nav a {
    font-size: 20px;
  }

  .cta-atendimento-fixo {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
  }

}

/* ============================================
   AVALIAÇÕES - SPLIDE
============================================= */

.bg-pt-avaliacoes {
  overflow: hidden;
  padding: 95px 0;
}

.pt-avaliacoes-slider {
  position: relative;
  padding-bottom: 55px;
}

.pt-avaliacoes-slider .splide__track {
  overflow: visible;
}

.pt-avaliacoes-slider .splide__slide {
  height: auto;
}

.pt-avaliacao-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 330px;
  padding: 30px;
  border: 1px solid rgba(190, 151, 82, 0.2);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(28, 21, 16, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.pt-avaliacao-card:hover {
  border-color: rgba(190, 151, 82, 0.48);
  box-shadow: 0 24px 60px rgba(28, 21, 16, 0.13);
  transform: translateY(-6px);
}

.pt-avaliacao-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 21px;
  color: var(--gold, #be9752);
  font-size: 16px;
}

.pt-avaliacao-card > p {
  flex: 1;
  margin: 0 0 28px;
  color: #5d554e;
  font-size: 15px;
  line-height: 1.75;
}

.pt-avaliacao-author {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 20px;
  border-top: 1px solid rgba(28, 21, 16, 0.08);
}

.pt-avaliacao-avatar {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold, #be9752);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.pt-avaliacao-author h3 {
  margin: 0 0 3px;
  color: #241b16;
  font-size: 16px;
  font-weight: 800;
}

.pt-avaliacao-author span {
  color: #8a817a;
  font-size: 11px;
  font-weight: 600;
}

.pt-avaliacoes-slider .splide__pagination {
  bottom: 0;
}

.pt-avaliacoes-slider .splide__pagination__page {
  width: 9px;
  height: 9px;
  margin: 4px;
  background: rgba(190, 151, 82, 0.35);
  opacity: 1;
}

.pt-avaliacoes-slider .splide__pagination__page.is-active {
  width: 25px;
  border-radius: 999px;
  background: var(--gold, #be9752);
  transform: none;
}

.pt-avaliacoes-slider .splide__arrow {
  width: 44px;
  height: 44px;
  background: #fff;
  color: #241b16;
  box-shadow: 0 10px 30px rgba(28, 21, 16, 0.13);
  opacity: 1;
}

.pt-avaliacoes-slider .splide__arrow:hover {
  background: var(--gold, #be9752);
  color: #fff;
}

.pt-avaliacoes-slider .splide__arrow--prev {
  left: -22px;
}

.pt-avaliacoes-slider .splide__arrow--next {
  right: -22px;
}

.pt-avaliacoes-warning {
  max-width: 780px;
  margin: 0 auto;
  color: #8b827b;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}


/* MOBILE */

@media (max-width: 991.98px) {

  .pt-avaliacoes-slider .splide__arrow--prev {
    left: 6px;
  }

  .pt-avaliacoes-slider .splide__arrow--next {
    right: 6px;
  }

}

@media (max-width: 767.98px) {

  .bg-pt-avaliacoes {
    padding: 70px 0;
  }

  .pt-avaliacao-card {
    min-height: 310px;
    padding: 25px 22px;
  }

  .pt-avaliacoes-slider {
    padding-bottom: 48px;
  }

  .pt-avaliacoes-slider .splide__arrow {
    display: none;
  }

}


/*===========================================
  PARTE 9 - AVALIAÇÕES COM SPLIDE
===========================================*/

.bg-pt-avaliacoes {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(209, 170, 89, 0.1),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(209, 170, 89, 0.08),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #4a101d,
      var(--vinho-escuro)
    );
}

.bg-pt-avaliacoes::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(209, 170, 89, 0.12);
  border-radius: 50%;
}

.bg-pt-avaliacoes::after {
  content: "";
  position: absolute;
  bottom: -250px;
  left: -180px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(209, 170, 89, 0.1);
  border-radius: 50%;
}

.bg-pt-avaliacoes .container {
  position: relative;
  z-index: 2;
}

.bg-pt-avaliacoes h2 {
  color: var(--dourado-claro);
}

.bg-pt-avaliacoes .subtitulo-section {
  color: rgba(255, 255, 255, 0.72);
}


/* SLIDER */
.slider-avaliacoes {
  margin-top: 8px;
  padding: 15px 55px 60px;
}

.slider-avaliacoes .splide__track {
  padding-top: 12px;
  padding-bottom: 12px;
}

.slider-avaliacoes .splide__slide {
  height: auto;
}


/* CARD */
.card-avaliacao {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 360px;
  flex-direction: column;
  padding: 34px 30px 29px;
  overflow: hidden;
  border: 1px solid rgba(209, 170, 89, 0.35);
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.035)
    );
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
  transition: all 0.35s ease;
}

.card-avaliacao::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(209, 170, 89, 0.06);
}

.card-avaliacao:hover {
  border-color: var(--dourado);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.11),
      rgba(255, 255, 255, 0.05)
    );
  transform: translateY(-7px);
}

.icone-aspas {
  margin-bottom: 8px;
  color: var(--dourado);
  font-size: 34px;
  line-height: 1;
}

.estrelas-avaliacao {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  color: var(--dourado);
  font-size: 15px;
}

.card-avaliacao > p {
  flex: 1;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.75;
}

.rodape-avaliacao {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 21px;
  border-top: 1px solid rgba(209, 170, 89, 0.24);
}

.avatar-avaliacao {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: var(--vinho-escuro);
  background: linear-gradient(
    135deg,
    var(--dourado-claro),
    var(--dourado)
  );
  font-family: "Lustria", serif;
  font-size: 18px;
  font-weight: 700;
}

.rodape-avaliacao h3 {
  margin-bottom: 2px;
  color: var(--branco);
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.rodape-avaliacao small {
  color: rgba(255, 255, 255, 0.53);
  font-size: 12px;
}


/* SETAS */
.slider-avaliacoes .splide__arrow {
  width: 47px;
  height: 47px;
  border: 1px solid rgba(209, 170, 89, 0.45);
  opacity: 1;
  background: rgba(35, 7, 13, 0.88);
  transition: all 0.3s ease;
}

.slider-avaliacoes .splide__arrow svg {
  fill: var(--dourado);
}

.slider-avaliacoes .splide__arrow:hover {
  border-color: var(--dourado);
  background: var(--dourado);
}

.slider-avaliacoes .splide__arrow:hover svg {
  fill: var(--vinho-escuro);
}

.slider-avaliacoes .splide__arrow--prev {
  left: 0;
}

.slider-avaliacoes .splide__arrow--next {
  right: 0;
}


/* PAGINAÇÃO */
.slider-avaliacoes .splide__pagination {
  bottom: 10px;
}

.slider-avaliacoes .splide__pagination__page {
  width: 9px;
  height: 9px;
  margin: 5px;
  opacity: 0.42;
  background: var(--dourado);
  transition: all 0.3s ease;
}

.slider-avaliacoes .splide__pagination__page.is-active {
  width: 26px;
  border-radius: 20px;
  opacity: 1;
  background: var(--dourado-claro);
  transform: scale(1);
}

.bg-pt-avaliacoes .cta-section {
  margin-top: 35px;
}


/* RESPONSIVO */
@media (max-width: 991px) {

  .slider-avaliacoes {
    padding-right: 50px;
    padding-left: 50px;
  }

  .card-avaliacao {
    min-height: 375px;
  }

}


@media (max-width: 767px) {

  .slider-avaliacoes {
    padding: 10px 0 55px;
  }

  .card-avaliacao {
    min-height: auto;
    padding: 30px 25px;
  }

}


@media (max-width: 550px) {

  .card-avaliacao > p {
    font-size: 15px;
  }

  .bg-pt-avaliacoes .cta-section {
    margin-top: 25px;
  }

}

