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


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

:root {
  --azul-principal: #071b3a;
  --azul-escuro: #041229;
  --azul-claro: #102c57;
  --dourado: #d5ae58;
  --dourado-escuro: #b98b32;
  --dourado-claro: #efd58b;
  --creme: #f7f5ef;
  --cinza-claro: #f1f2f4;
  --cinza-texto: #5d6470;
  --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(--azul-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;
}

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

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

.esconde-desktop {
  display: none;
}

.subtitulo-section {
  max-width: 850px;
  margin: 0 auto 45px;
  color: #6a7079;
  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(213, 174, 88, 0.4);
  border-radius: 50px;
  color: var(--dourado);
  background: rgba(213, 174, 88, 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(--azul-escuro);
  border-bottom: 1px solid rgba(213, 174, 88, 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(--azul-escuro);
  background: linear-gradient(
    135deg,
    var(--dourado-claro),
    var(--dourado)
  );
  box-shadow: 0 9px 25px rgba(213, 174, 88, 0.18);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

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


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

.btn-menu-mobile {
  float: right;
  width: 46px;
  height: 46px;
  border-radius: 6px;
  color: var(--azul-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(213, 174, 88, 0.16),
      transparent 35%
    ),
    var(--azul-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(--azul-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(--azul-escuro);
  background: var(--dourado);
  font-weight: 900;
}


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

.full-banner-inicio-v2 {
  display: flex;
  min-height: 820px;
  align-items: center;
  padding: 115px 0 100px;
  overflow: hidden;
  /*background:
    linear-gradient(
      90deg,
      rgba(4, 18, 41, 0.99) 0%,
      rgba(4, 18, 41, 0.96) 42%,
      rgba(4, 18, 41, 0.64) 66%,
      rgba(4, 18, 41, 0.12) 100%
    ),
    url("img/full-banner-inicio.png"); */
  background: url("/wp-content/themes/adv/img/full-banner-inicio.png");
  background-position: 50% 10%;
  background-size: cover;
}

.full-banner-inicio-v2::before {
  content: "";
  position: absolute;
  bottom: -220px;
  left: -180px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(213, 174, 88, 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(--azul-escuro);
  background: linear-gradient(
    135deg,
    var(--dourado-claro),
    var(--dourado)
  );
  box-shadow: 0 12px 30px rgba(213, 174, 88, 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(--azul-escuro);
  background: linear-gradient(
    135deg,
    #f5dfa1,
    var(--dourado-escuro)
  );
  box-shadow: 0 15px 35px rgba(213, 174, 88, 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(7, 27, 58, 0.09);
  border-radius: 12px;
  background: var(--branco);
  box-shadow: 0 16px 45px rgba(4, 18, 41, 0.07);
  transition: all 0.35s ease;
}

.card-situacao:hover {
  border-color: rgba(213, 174, 88, 0.42);
  box-shadow: 0 20px 50px rgba(4, 18, 41, 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(--azul-principal);
  background: linear-gradient(
    135deg,
    var(--dourado-claro),
    var(--dourado)
  );
  font-size: 29px;
}

.card-situacao h3 {
  margin-bottom: 13px;
  color: var(--azul-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 - O QUE É
===========================================*/

.bg-pt-3 {
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(
      circle at top right,
      rgba(213, 174, 88, 0.12),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--azul-escuro),
      var(--azul-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(213, 174, 88, 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(213, 174, 88, 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,
      #f8f6f1,
      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(4, 18, 41, 0.06);
}

.item-direito > span {
  display: grid;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  color: var(--azul-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 - CASOS
===========================================*/

.bg-pt-5 {
  background:
    radial-gradient(
      circle at bottom left,
      rgba(213, 174, 88, 0.08),
      transparent 28%
    ),
    var(--azul-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(213, 174, 88, 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(213, 174, 88, 0.35);
  background: var(--branco);
  box-shadow: 0 25px 70px rgba(4, 18, 41, 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(7, 27, 58, 0.1);
  border-radius: 50px;
  color: var(--azul-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(213, 174, 88, 0.12),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      var(--azul-escuro),
      var(--azul-principal)
    );
}

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

.bg-pt-8 .card-situacao {
  border-color: rgba(213, 174, 88, 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 - CONTATO
===========================================*/

.bg-pt-9 {
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(
      135deg,
      #081d3e,
      #031024
    );
}

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

.bg-pt-9 p {
  color: rgba(255, 255, 255, 0.73);
}

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

.info-contato p {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 16px;
}

.info-contato i {
  width: 23px;
  margin-top: 5px;
  color: var(--dourado);
  font-size: 19px;
  text-align: center;
}

.info-contato a {
  color: rgba(255, 255, 255, 0.8);
}

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

.mapa-contato {
  padding: 10px;
  border: 1px solid rgba(213, 174, 88, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

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


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

.cta-atendimento-wrapper {
  position: fixed;
  z-index: 999;
  right: 25px;
  bottom: 25px;
}

.cta-atendimento-fixo {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 23px;
  overflow: hidden;
  border-radius: 50px;
  color: var(--azul-escuro);
  background: var(--dourado);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.28);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0.4px;
}

.cta-atendimento-fixo::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -4px;
  border-radius: inherit;
  background: conic-gradient(
    transparent,
    rgba(255, 255, 255, 0.95),
    transparent 30%
  );
  animation: giraBorda 4s linear infinite;
}

.cta-atendimento-fixo::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 2px;
  border-radius: inherit;
  background: var(--dourado);
}

.cta-atendimento-fixo:hover {
  color: var(--azul-escuro);
  transform: translateY(-3px);
}

.ponto-verde-pulsante {
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--verde-whatsapp);
}

.ponto-verde-pulsante::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 2px solid var(--verde-whatsapp);
  border-radius: 50%;
  animation: pulsaPonto 1.6s infinite;
}

@keyframes giraBorda {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulsaPonto {
  0% {
    opacity: 0.85;
    transform: scale(0.6);
  }

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


/*===========================================
  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(213, 174, 88, 0.3);
  border-radius: 50%;
  opacity: 0;
  color: var(--azul-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: #020b18;
  border-top: 1px solid rgba(213, 174, 88, 0.16);
}

.logo-footer {
  width: auto;
  max-height: 160px;
  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;
}


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

}


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

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

}


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

}




/*===========================================
  PARTE 9 - CONTATO
===========================================*/

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

.bg-pt-9 h2 {
  color: var(--azul-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(--azul-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(--azul-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(--azul-principal);
}

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

.mapa-contato {
  padding: 10px;
  border: 1px solid rgba(7, 27, 58, 0.12);
  border-radius: 12px;
  background: var(--branco);
  box-shadow: 0 22px 60px rgba(4, 18, 41, 0.1);
}

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


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

.faixa-desenvolvido {
  padding: 28px 0;
  background: #f7f5ef;
  border-top: 1px solid rgba(7, 27, 58, 0.08);
}

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

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

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


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

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

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

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

}

/*===========================================
  AVALIAÇÕES
===========================================*/

.bg-pt-avaliacoes {
  overflow: hidden;
  background:
    radial-gradient(
      circle at top right,
      rgba(213, 174, 88, 0.12),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      var(--azul-escuro),
      var(--azul-principal)
    );
}

.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(213, 174, 88, 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;
}


/* Ajustes gerais para widgets de avaliação */
.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%;
}


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

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

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

}



