.elementor-1416 .elementor-element.elementor-element-1041e6c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1416 .elementor-element.elementor-element-dfbb2dd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1416 .elementor-element.elementor-element-dbda91f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1416 .elementor-element.elementor-element-0f68dba{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1416 .elementor-element.elementor-element-64a16d0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1416 .elementor-element.elementor-element-8ac5bbb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1416 .elementor-element.elementor-element-0076a97{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-1041e6c *//* ==========================================================
   HEADER PAULA BRUNA
========================================================== */

:root {
  --pb-wine: #b52357;
  --pb-wine-dark: #8f1943;
  --pb-pink: #dc8f92;
  --pb-pink-light: #f8e6e8;
  --pb-background: #fff8f8;
  --pb-white: #ffffff;
  --pb-text: #4e3540;
  --pb-muted: #806871;
  --pb-border: rgba(181, 35, 87, 0.12);
  --pb-shadow: 0 12px 35px rgba(82, 28, 49, 0.09);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}

body {
  margin: 0;
  padding-top: 164px;
}

.pb-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

/* HEADER FIXA */

.pb-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 9999;
  width: 100%;
  background: rgba(255, 248, 248, 0.96);
  border-top: 4px solid var(--pb-wine);
  box-shadow: var(--pb-shadow);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease;
}

/* PARTE SUPERIOR */

.pb-header__main {
  width: 100%;
  border-bottom: 1px solid var(--pb-border);
}

.pb-header__main-inner {
  position: relative;
  min-height: 104px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  transition: min-height 0.35s ease;
}

/* LOGO */

.pb-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.pb-logo img {
  display: block;
  width: auto;
  height: 82px;
  max-width: 410px;
  object-fit: contain;
  transition:
    height 0.35s ease,
    transform 0.35s ease;
}

.pb-logo:hover img {
  transform: scale(1.02);
}

/* REDES SOCIAIS */

.pb-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.pb-social a,
.pb-social-mobile a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--pb-white);
  background: linear-gradient(
    145deg,
    var(--pb-wine),
    var(--pb-wine-dark)
  );
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(181, 35, 87, 0.2);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.pb-social a:hover,
.pb-social-mobile a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(181, 35, 87, 0.3);
  background: linear-gradient(
    145deg,
    var(--pb-pink),
    var(--pb-wine)
  );
}

/* CONTATO */

.pb-contact {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 8px 18px 8px 9px;
  border: 1px solid rgba(181, 35, 87, 0.1);
  border-radius: 16px;
  color: var(--pb-wine);
  background: linear-gradient(
    135deg,
    rgba(248, 230, 232, 0.95),
    rgba(255, 255, 255, 0.95)
  );
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(181, 35, 87, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.pb-contact:hover {
  transform: translateY(-2px);
  border-color: rgba(181, 35, 87, 0.25);
  box-shadow: 0 12px 28px rgba(181, 35, 87, 0.14);
}

.pb-contact__icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--pb-white);
  background: linear-gradient(
    145deg,
    var(--pb-wine),
    var(--pb-wine-dark)
  );
  font-size: 19px;
}

.pb-contact__content {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.pb-contact__content small {
  margin-bottom: 4px;
  color: var(--pb-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pb-contact__content strong {
  color: var(--pb-wine);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

/* NAVEGAÇÃO */

.pb-nav {
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
}

.pb-nav__inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2.4vw, 36px);
  transition: min-height 0.35s ease;
}

.pb-nav__inner > a:not(.pb-contact-mobile) {
  position: relative;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pb-wine);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    color 0.25s ease,
    background 0.25s ease;
}

.pb-nav__inner > a:not(.pb-contact-mobile)::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 3px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(
    90deg,
    var(--pb-pink),
    var(--pb-wine)
  );
  transition:
    right 0.25s ease,
    left 0.25s ease;
}

.pb-nav__inner > a:not(.pb-contact-mobile):hover,
.pb-nav__inner > a.active:not(.pb-contact-mobile) {
  color: var(--pb-wine-dark);
}

.pb-nav__inner > a:not(.pb-contact-mobile):hover::after,
.pb-nav__inner > a.active:not(.pb-contact-mobile)::after {
  right: 0;
  left: 0;
}

/* CTA DO MENU */

.pb-nav__inner > .pb-nav__cta {
  min-height: 40px;
  padding: 0 20px;
  border-radius: 12px;
  color: var(--pb-white);
  background: linear-gradient(
    135deg,
    var(--pb-wine),
    var(--pb-wine-dark)
  );
  box-shadow: 0 8px 20px rgba(181, 35, 87, 0.2);
}

.pb-nav__inner > .pb-nav__cta:hover {
  color: var(--pb-white);
  transform: translateY(-1px);
}

.pb-nav__inner > .pb-nav__cta::after {
  display: none;
}

/* HEADER AO ROLAR */

.pb-header.is-scrolled {
  background: rgba(255, 248, 248, 0.98);
  box-shadow: 0 12px 35px rgba(74, 25, 44, 0.14);
}

.pb-header.is-scrolled .pb-header__main-inner {
  min-height: 70px;
}

.pb-header.is-scrolled .pb-logo img {
  height: 56px;
}

.pb-header.is-scrolled .pb-nav__inner {
  min-height: 48px;
}

.pb-header.is-scrolled .pb-nav__inner > a:not(.pb-contact-mobile) {
  min-height: 48px;
}

.pb-header.is-scrolled .pb-social a {
  width: 34px;
  height: 34px;
}

.pb-header.is-scrolled .pb-contact {
  min-height: 46px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pb-header.is-scrolled .pb-contact__icon {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

/* MOBILE ELEMENTOS */

.pb-menu-toggle,
.pb-contact-mobile,
.pb-social-mobile {
  display: none;
}

/* TABLET */

@media (max-width: 1050px) {
  body {
    padding-top: 146px;
  }

  .pb-header__main-inner {
    min-height: 92px;
  }

  .pb-logo img {
    height: 70px;
    max-width: 340px;
  }

  .pb-nav__inner {
    gap: 18px;
  }

  .pb-nav__inner > a:not(.pb-contact-mobile) {
    font-size: 11px;
    letter-spacing: 0.07em;
  }

  .pb-contact__content small {
    display: none;
  }
}

/* MOBILE */

@media (max-width: 820px) {
  html {
    scroll-padding-top: 84px;
  }

  body {
    padding-top: 82px;
  }

  .pb-container {
    width: min(100% - 30px, 1180px);
  }

  .pb-header {
    border-top-width: 3px;
  }

  .pb-header__main-inner,
  .pb-header.is-scrolled .pb-header__main-inner {
    min-height: 78px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }

  .pb-social,
  .pb-contact {
    display: none;
  }

  .pb-logo {
    justify-content: flex-start;
    min-width: 0;
  }

  .pb-logo img,
  .pb-header.is-scrolled .pb-logo img {
    width: auto;
    height: 58px;
    max-width: min(250px, calc(100vw - 105px));
  }

  .pb-menu-toggle {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid rgba(181, 35, 87, 0.13);
    border-radius: 14px;
    color: var(--pb-wine);
    background: var(--pb-pink-light);
    cursor: pointer;
    transition:
      background 0.25s ease,
      transform 0.25s ease;
  }

  .pb-menu-toggle:hover {
    background: #f3d6da;
  }

  .pb-menu-toggle span {
    width: 21px;
    height: 2px;
    display: block;
    border-radius: 10px;
    background: var(--pb-wine);
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }

  .pb-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .pb-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .pb-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .pb-nav {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 248, 248, 0.99);
    border-top: 1px solid var(--pb-border);
    box-shadow: 0 20px 35px rgba(72, 23, 41, 0.12);
    transition:
      max-height 0.4s ease,
      opacity 0.3s ease,
      visibility 0.3s ease;
  }

  .pb-nav.is-open {
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    visibility: visible;
    opacity: 1;
  }

  .pb-nav__inner,
  .pb-header.is-scrolled .pb-nav__inner {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .pb-nav__inner > a:not(.pb-contact-mobile),
  .pb-header.is-scrolled
    .pb-nav__inner
    > a:not(.pb-contact-mobile) {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 12px;
    box-sizing: border-box;
  }

  .pb-nav__inner > a:not(.pb-contact-mobile)::after {
    display: none;
  }

  .pb-nav__inner > a.active:not(.pb-contact-mobile),
  .pb-nav__inner > a:not(.pb-contact-mobile):hover {
    color: var(--pb-wine-dark);
    background: var(--pb-pink-light);
  }

  .pb-nav__inner > .pb-nav__cta {
    justify-content: center;
    margin-top: 8px;
    color: var(--pb-white);
  }

  .pb-nav__inner > .pb-nav__cta:hover {
    color: var(--pb-white);
    background: linear-gradient(
      135deg,
      var(--pb-wine),
      var(--pb-wine-dark)
    );
  }

  .pb-contact-mobile {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 8px;
    border: 1px solid rgba(181, 35, 87, 0.13);
    border-radius: 12px;
    color: var(--pb-wine);
    background: var(--pb-white);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
  }

  .pb-contact-mobile i {
    font-size: 20px;
  }

  .pb-social-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-top: 12px;
  }
}

@media (max-width: 420px) {
  .pb-logo img,
  .pb-header.is-scrolled .pb-logo img {
    height: 52px;
    max-width: calc(100vw - 95px);
  }

  .pb-menu-toggle {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }
}
/* ==========================================================
   HEADER FIXA CORRIGIDA — PAULA BRUNA
========================================================== */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 165px;
}

body {
  padding-top: 164px !important;
}

/* Garante que os containers do Elementor não prendam a header */
.elementor,
.elementor-section-wrap,
.elementor-location-header,
.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container {
  overflow: visible !important;
}

/* HEADER REALMENTE FIXA */
.pb-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: auto !important;

  width: 100% !important;
  z-index: 99999 !important;

  margin: 0 !important;
  transform: none !important;

  background: rgba(255, 248, 248, 0.97);
  box-shadow: 0 10px 30px rgba(82, 28, 49, 0.08);

  transition:
    background 0.3s ease,
    box-shadow 0.3s ease;
}

/* ALTURA NORMAL */
.pb-header__main-inner {
  min-height: 104px;
  transition:
    min-height 0.35s ease,
    padding 0.35s ease;
}

.pb-logo img {
  width: auto;
  height: 82px;
  transition:
    height 0.35s ease,
    transform 0.35s ease;
}

.pb-nav__inner {
  min-height: 56px;
  transition: min-height 0.35s ease;
}

.pb-nav__inner > a:not(.pb-contact-mobile) {
  min-height: 56px;
  transition:
    min-height 0.35s ease,
    color 0.25s ease,
    background 0.25s ease;
}

/* ==========================================================
   HEADER REDUZIDA AO ROLAR
========================================================== */

.pb-header.is-scrolled {
  background: rgba(255, 248, 248, 0.99);
  box-shadow: 0 12px 35px rgba(74, 25, 44, 0.16);
}

.pb-header.is-scrolled .pb-header__main-inner {
  min-height: 68px;
}

.pb-header.is-scrolled .pb-logo img {
  height: 52px;
}

.pb-header.is-scrolled .pb-nav__inner {
  min-height: 46px;
}

.pb-header.is-scrolled
  .pb-nav__inner
  > a:not(.pb-contact-mobile) {
  min-height: 46px;
}

.pb-header.is-scrolled .pb-social a {
  width: 33px;
  height: 33px;
}

.pb-header.is-scrolled .pb-contact {
  min-height: 44px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.pb-header.is-scrolled .pb-contact__icon {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

/* Evita espaço extra antes da hero */
.pb-hero {
  margin-top: 0 !important;
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1050px) {
  html {
    scroll-padding-top: 145px;
  }

  body {
    padding-top: 148px !important;
  }

  .pb-header__main-inner {
    min-height: 92px;
  }

  .pb-logo img {
    height: 68px;
  }

  .pb-header.is-scrolled .pb-header__main-inner {
    min-height: 66px;
  }

  .pb-header.is-scrolled .pb-logo img {
    height: 50px;
  }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 820px) {
  html {
    scroll-padding-top: 81px;
  }

  body {
    padding-top: 81px !important;
  }

  .pb-header__main-inner,
  .pb-header.is-scrolled .pb-header__main-inner {
    min-height: 78px;
  }

  .pb-logo img,
  .pb-header.is-scrolled .pb-logo img {
    height: 56px;
  }

  .pb-nav {
    position: fixed !important;
    top: 81px !important;
    right: 0;
    left: 0;
  }

  .pb-nav.is-open {
    max-height: calc(100vh - 81px);
  }
}

/* Barra de administração do WordPress */
body.admin-bar .pb-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar .pb-header {
    top: 46px !important;
  }

  body.admin-bar .pb-nav {
    top: 127px !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dfbb2dd *//* ==========================================================
   HERO SLIDER — PAULA BRUNA
========================================================== */

.pb-hero {
  --pb-wine: #b52357;
  --pb-wine-dark: #86183f;
  --pb-pink: #dc8f92;
  --pb-soft-pink: #f4c9c8;
  --pb-white: #ffffff;
  --pb-dark: #3d2530;

  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ead6d3;
}

.pb-hero *,
.pb-hero *::before,
.pb-hero *::after {
  box-sizing: border-box;
}

.pb-hero__slider {
  position: relative;
  width: 100%;
  min-height: calc(100svh - 160px);
  height: clamp(600px, calc(100vh - 160px), 860px);
  overflow: hidden;
  isolation: isolate;
}

/* ==========================================================
   SLIDES
========================================================== */

.pb-hero__slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.015);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.9s ease,
    transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.pb-hero__slide:first-child .pb-hero__background{
    background-position: 80% center;
}
.pb-hero__slide--right .pb-hero__background{
    background-position: 20% center;
}
.pb-hero__slide.is-active {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.pb-hero__background {
  position: absolute;
  inset: -7%;
  z-index: -3;
  background-image: var(--pb-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  transform:
    translate3d(0, var(--pb-parallax-y, 0px), 0)
    scale(1.08);
  transition:
    transform 0.16s linear,
    filter 0.8s ease;
}

.pb-hero__slide.is-active .pb-hero__background {
  animation: pbHeroZoom 9s ease-out forwards;
}

@keyframes pbHeroZoom {
  from {
    transform:
      translate3d(0, var(--pb-parallax-y, 0px), 0)
      scale(1.08);
  }

  to {
    transform:
      translate3d(0, var(--pb-parallax-y, 0px), 0)
      scale(1.015);
  }
}

/* ==========================================================
   SOBREPOSIÇÃO
========================================================== */

.pb-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(55, 30, 37, 0.68) 0%,
      rgba(74, 41, 48, 0.48) 30%,
      rgba(74, 41, 48, 0.15) 57%,
      rgba(74, 41, 48, 0.02) 100%
    ),
    linear-gradient(
      0deg,
      rgba(43, 23, 30, 0.25) 0%,
      rgba(43, 23, 30, 0) 45%
    );
}

.pb-hero__slide--right .pb-hero__overlay {
  background:
    linear-gradient(
      270deg,
      rgba(128, 54, 64, 0.72) 0%,
      rgba(161, 89, 92, 0.54) 33%,
      rgba(164, 102, 102, 0.14) 60%,
      rgba(255, 255, 255, 0.02) 100%
    ),
    linear-gradient(
      0deg,
      rgba(43, 23, 30, 0.2) 0%,
      rgba(43, 23, 30, 0) 45%
    );
}

/* ==========================================================
   CONTEÚDO
========================================================== */

.pb-hero__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.pb-hero__content {
  width: min(580px, 52%);
  color: var(--pb-white);
  opacity: 0;
  transform: translateY(35px);
}

.pb-hero__slide.is-active .pb-hero__content {
  animation: pbHeroContentIn 0.9s 0.3s both;
}

.pb-hero__slide--right .pb-hero__content {
  margin-left: auto;
  width: min(540px, 44%);
}

@keyframes pbHeroContentIn {
  from {
    opacity: 0;
    transform: translateY(35px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pb-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pb-hero__eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--pb-soft-pink);
}

.pb-hero h1,
.pb-hero h2 {
  max-width: 680px;
  margin: 0;
  color: var(--pb-white);
  font-family: inherit;
  font-size: clamp(38px, 4.2vw, 67px);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-transform: none;
  text-wrap: balance;
}

.pb-hero h1 strong,
.pb-hero h2 strong {
  display: block;
  margin-top: 7px;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.14;
}

.pb-hero__slide--right h2 {
  font-size: clamp(36px, 3.7vw, 59px);
}

.pb-hero__slide--right h2 strong {
  font-size: 0.84em;
}

.pb-hero__line {
  width: 76px;
  height: 3px;
  margin: 28px 0 21px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--pb-soft-pink),
    var(--pb-wine)
  );
}

.pb-hero__content > p {
  max-width: 520px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
}

/* ==========================================================
   BOTÃO
========================================================== */

.pb-hero__button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 999px;
  color: var(--pb-white);
  background: rgba(181, 35, 87, 0.86);
  box-shadow: 0 13px 35px rgba(65, 18, 37, 0.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.pb-hero__button:hover {
  color: var(--pb-white);
  background: var(--pb-wine-dark);
  box-shadow: 0 17px 40px rgba(65, 18, 37, 0.32);
  transform: translateY(-3px);
}

.pb-hero__button i {
  font-size: 17px;
}

/* ==========================================================
   SETAS
========================================================== */

.pb-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: var(--pb-wine-dark);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 35px rgba(50, 24, 33, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.pb-hero__arrow:hover {
  color: var(--pb-white);
  background: var(--pb-wine);
}

.pb-hero__arrow--prev {
  left: 28px;
}

.pb-hero__arrow--prev:hover {
  transform: translate(-3px, -50%);
}

.pb-hero__arrow--next {
  right: 28px;
}

.pb-hero__arrow--next:hover {
  transform: translate(3px, -50%);
}

/* ==========================================================
   PAGINAÇÃO
========================================================== */

.pb-hero__pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

.pb-hero__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  cursor: pointer;
  transition:
    width 0.35s ease,
    background 0.35s ease;
}

.pb-hero__dot.is-active {
  width: 42px;
  background: var(--pb-white);
}

.pb-hero__progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.pb-hero__progress span {
  width: 0;
  height: 100%;
  display: block;
  background: linear-gradient(
    90deg,
    var(--pb-soft-pink),
    var(--pb-wine)
  );
}

.pb-hero__progress span.is-running {
  animation: pbHeroProgress 7s linear forwards;
}

@keyframes pbHeroProgress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* ==========================================================
   INDICADOR DE ROLAGEM
========================================================== */

.pb-hero__scroll {
  position: absolute;
  right: 44px;
  bottom: 34px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.pb-hero__scroll i {
  animation: pbHeroArrowDown 1.8s ease-in-out infinite;
}

@keyframes pbHeroArrowDown {
  0%,
  100% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(5px);
  }
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {
  .pb-hero__slider {
    min-height: 650px;
    height: calc(100svh - 145px);
    max-height: 820px;
  }

  .pb-hero__container {
    width: min(100% - 80px, 1180px);
  }

  .pb-hero__content {
    width: 58%;
  }

  .pb-hero__slide--right .pb-hero__content {
    width: 50%;
  }

  .pb-hero__arrow {
    width: 48px;
    height: 48px;
  }

  .pb-hero__arrow--prev {
    left: 15px;
  }

  .pb-hero__arrow--next {
    right: 15px;
  }

  .pb-hero__scroll {
    display: none;
  }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {
  .pb-hero__slider {
    min-height: 660px;
    height: calc(100svh - 81px);
    max-height: 820px;
  }

  .pb-hero__background {
    inset: -4%;
  }

  .pb-hero__slide:first-child .pb-hero__background {
    background-position: 62% center;
  }

  .pb-hero__slide--right .pb-hero__background {
    background-position: 40% center;
  }

  .pb-hero__overlay,
  .pb-hero__slide--right .pb-hero__overlay {
    background:
      linear-gradient(
        0deg,
        rgba(52, 25, 35, 0.9) 0%,
        rgba(65, 34, 43, 0.66) 47%,
        rgba(56, 28, 37, 0.14) 100%
      );
  }

  .pb-hero__slide {
    align-items: flex-end;
  }

  .pb-hero__container {
    width: calc(100% - 40px);
    margin-bottom: 90px;
  }

  .pb-hero__content,
  .pb-hero__slide--right .pb-hero__content {
    width: 100%;
    max-width: 540px;
    margin-left: 0;
  }

  .pb-hero h1,
  .pb-hero h2,
  .pb-hero__slide--right h2 {
    font-size: clamp(35px, 10vw, 49px);
  }

  .pb-hero h1 strong,
  .pb-hero h2 strong,
  .pb-hero__slide--right h2 strong {
    font-size: 0.7em;
  }

  .pb-hero__eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .pb-hero__line {
    margin: 21px 0 16px;
  }

  .pb-hero__content > p {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.5;
  }

  .pb-hero__button {
    min-height: 48px;
    padding-inline: 20px;
    font-size: 11px;
  }

  .pb-hero__arrow {
    top: auto;
    bottom: 25px;
    width: 43px;
    height: 43px;
    transform: none;
  }

  .pb-hero__arrow--prev {
    left: 20px;
  }

  .pb-hero__arrow--next {
    right: 20px;
  }

  .pb-hero__arrow--prev:hover,
  .pb-hero__arrow--next:hover {
    transform: none;
  }

  .pb-hero__pagination {
    bottom: 42px;
  }

  .pb-hero__dot.is-active {
    width: 30px;
  }
}

@media (max-width: 390px) {
  .pb-hero__container {
    width: calc(100% - 32px);
  }

  .pb-hero__eyebrow {
    letter-spacing: 0.12em;
  }

  .pb-hero h1,
  .pb-hero h2,
  .pb-hero__slide--right h2 {
    font-size: 33px;
  }
}

/* ==========================================================
   ACESSIBILIDADE
========================================================== */

@media (prefers-reduced-motion: reduce) {
  .pb-hero__slide,
  .pb-hero__background,
  .pb-hero__content,
  .pb-hero__button,
  .pb-hero__arrow,
  .pb-hero__dot {
    animation: none !important;
    transition: none !important;
  }

  .pb-hero__progress {
    display: none;
  }
}/* ==========================================================
   AJUSTE DA POSIÇÃO DAS IMAGENS DA HERO (MOBILE)
   Adicionar no final do CSS
========================================================== */

@media (max-width: 767px) {

  /* 1º SLIDE - move a foto para a DIREITA */
  .pb-hero__slide:first-child .pb-hero__background{
    background-position: 75% center !important;
  }

  /* 2º SLIDE - move a foto para a ESQUERDA */
  .pb-hero__slide--right .pb-hero__background{
    background-position: 29% center !important;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dbda91f *//* ==========================================================
   SOBRE A DRA. PAULA
========================================================== */

.pb-about {
  --pb-wine: #b52357;
  --pb-wine-dark: #86183f;
  --pb-pink: #dc8f92;
  --pb-pink-light: #fae9eb;
  --pb-background: #fffafa;
  --pb-white: #ffffff;
  --pb-text: #49343d;
  --pb-muted: #78676e;
  --pb-border: rgba(181, 35, 87, 0.12);

  position: relative;
  width: 100%;
  padding: clamp(75px, 8vw, 125px) 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 10% 80%,
      rgba(220, 143, 146, 0.14),
      transparent 26%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #fffafa 52%,
      #fff6f7 100%
    );
}

.pb-about *,
.pb-about *::before,
.pb-about *::after {
  box-sizing: border-box;
}

.pb-about__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(350px, 0.85fr) minmax(500px, 1.25fr);
  align-items: center;
  gap: clamp(55px, 7vw, 105px);
}

/* ==========================================================
   ELEMENTO DECORATIVO
========================================================== */

.pb-about__decoration {
  position: absolute;
  left: -45px;
  bottom: 50px;
  width: 210px;
  height: 275px;
  opacity: 0.5;
  background-image:
    radial-gradient(
      circle,
      rgba(181, 35, 87, 0.28) 2px,
      transparent 2.5px
    );
  background-size: 20px 20px;
  pointer-events: none;
}

/* ==========================================================
   IMAGEM
========================================================== */

.pb-about__visual {
  position: relative;
  padding: 14px 14px 30px 14px;
}

.pb-about__visual::before {
  content: "";
  position: absolute;
  right: 35px;
  bottom: 0;
  left: -28px;
  height: 77%;
  border-radius: 30px;
  background: linear-gradient(
    145deg,
    rgba(250, 233, 235, 0.95),
    rgba(220, 143, 146, 0.2)
  );
}

.pb-about__visual::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 105px;
  height: 105px;
  border-top: 2px solid rgba(181, 35, 87, 0.25);
  border-right: 2px solid rgba(181, 35, 87, 0.25);
  border-radius: 0 26px 0 0;
}

.pb-about__image-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 0.77;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.96);
  border-radius: 25px;
  background: #f5e8e8;
  box-shadow:
    0 30px 70px rgba(75, 37, 50, 0.16),
    0 8px 22px rgba(75, 37, 50, 0.08);
}

.pb-about__image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-about__visual:hover .pb-about__image-frame img {
  transform: scale(1.035);
}

.pb-about__image-card {
  position: absolute;
  right: -30px;
  bottom: 4px;
  z-index: 3;
  width: min(265px, 72%);
  padding: 19px 22px;
  border: 1px solid rgba(181, 35, 87, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 40px rgba(73, 34, 49, 0.13);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pb-about__image-card strong,
.pb-about__image-card span {
  display: block;
}

.pb-about__image-card strong {
  margin-bottom: 5px;
  color: var(--pb-wine);
  font-size: 15px;
  line-height: 1.2;
}

.pb-about__image-card span {
  color: var(--pb-muted);
  font-size: 12px;
  line-height: 1.45;
}

/* ==========================================================
   CONTEÚDO
========================================================== */

.pb-about__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: var(--pb-wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pb-about__eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--pb-pink);
}

.pb-about__content h2 {
  margin: 0 0 10px;
  color: var(--pb-wine);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.pb-about__credentials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--pb-muted);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pb-about__credentials i {
  width: 1px;
  height: 24px;
  background: var(--pb-pink);
}

.pb-about__line {
  position: relative;
  width: 130px;
  height: 12px;
  margin: 22px 0 28px;
  overflow: hidden;
}

.pb-about__line::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(181, 35, 87, 0.18);
}

.pb-about__line span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 82px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--pb-wine),
    var(--pb-pink)
  );
}

/* ==========================================================
   LISTA
========================================================== */

.pb-about__list {
  display: grid;
  gap: 12px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.pb-about__list li {
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: center;
  gap: 13px;
  min-height: 47px;
  padding: 7px 10px 7px 7px;
  border: 1px solid transparent;
  border-radius: 13px;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.pb-about__list li:hover {
  border-color: var(--pb-border);
  background: rgba(255, 255, 255, 0.82);
  transform: translateX(5px);
}

.pb-about__check {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--pb-wine);
  background: var(--pb-pink-light);
  font-size: 12px;
  box-shadow: inset 0 0 0 1px rgba(181, 35, 87, 0.06);
}

.pb-about__list p {
  margin: 0;
  color: var(--pb-muted);
  font-size: clamp(14px, 1.15vw, 16px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

/* ==========================================================
   BOTÃO
========================================================== */

.pb-about__button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 27px;
  border: 0;
  border-radius: 13px;
  color: var(--pb-white);
  background: linear-gradient(
    135deg,
    var(--pb-wine),
    var(--pb-wine-dark)
  );
  box-shadow: 0 14px 32px rgba(181, 35, 87, 0.23);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.pb-about__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 19px 38px rgba(181, 35, 87, 0.3);
}

.pb-about__button i {
  font-size: 16px;
}

/* ==========================================================
   MODAL
========================================================== */

.pb-biography-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  visibility: hidden;
  opacity: 0;
  background: rgba(44, 22, 31, 0.63);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.pb-biography-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.pb-biography-modal__dialog {
  position: relative;
  width: min(620px, 100%);
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  padding: clamp(35px, 5vw, 55px);
  border: 1px solid rgba(181, 35, 87, 0.13);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(220, 143, 146, 0.16),
      transparent 35%
    ),
    var(--pb-white, #ffffff);
  box-shadow: 0 35px 80px rgba(34, 13, 21, 0.3);
  opacity: 0;
  transform: translateY(25px) scale(0.97);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.pb-biography-modal.is-open .pb-biography-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.pb-biography-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #b52357;
  background: #fae9eb;
  font-size: 17px;
  cursor: pointer;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.pb-biography-modal__close:hover {
  color: #ffffff;
  background: #b52357;
  transform: rotate(90deg);
}

.pb-biography-modal__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #b52357;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pb-biography-modal h3 {
  margin: 0 0 24px;
  color: #b52357;
  font-size: clamp(31px, 5vw, 43px);
  line-height: 1.05;
}

.pb-biography-modal__text {
  color: #78676e;
  font-size: 15px;
  line-height: 1.75;
}

.pb-biography-modal__text p {
  margin: 0 0 17px;
}

.pb-biography-modal__cta {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 10px;
  padding: 0 24px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #b52357, #86183f);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.pb-biography-modal__cta:hover {
  color: #ffffff;
}

/* ==========================================================
   ANIMAÇÃO DE ENTRADA
========================================================== */

.pb-about-reveal {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.pb-about-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {
  .pb-about__container {
    grid-template-columns: minmax(300px, 0.8fr) minmax(430px, 1.2fr);
    gap: 55px;
  }

  .pb-about__image-card {
    right: -15px;
  }

  .pb-about__list {
    gap: 7px;
  }

  .pb-about__list li {
    min-height: 43px;
  }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 820px) {
  .pb-about {
    padding: 72px 0;
  }

  .pb-about__container {
    width: min(100% - 36px, 620px);
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .pb-about__visual {
    width: min(100%, 465px);
    margin-inline: auto;
  }

  .pb-about__image-card {
    right: -5px;
    bottom: 3px;
  }

  .pb-about__content h2 {
    font-size: clamp(36px, 10vw, 51px);
  }

  .pb-about__list li {
    align-items: flex-start;
  }

  .pb-about__check {
    margin-top: 2px;
  }
}

@media (max-width: 480px) {
  .pb-about__container {
    width: calc(100% - 28px);
  }

  .pb-about__visual {
    padding: 8px 8px 52px;
  }

  .pb-about__image-frame {
    border-width: 4px;
    border-radius: 19px;
  }

  .pb-about__visual::before {
    right: 12px;
    left: -8px;
    border-radius: 22px;
  }

  .pb-about__image-card {
    right: 0;
    bottom: 3px;
    width: calc(100% - 32px);
  }

  .pb-about__credentials {
    gap: 8px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .pb-about__list li {
    grid-template-columns: 31px 1fr;
    gap: 10px;
    padding-inline: 3px;
  }

  .pb-about__check {
    width: 30px;
    height: 30px;
  }

  .pb-about__list p {
    font-size: 14px;
  }

  .pb-about__button {
    width: 100%;
  }

  .pb-biography-modal {
    padding: 14px;
  }

  .pb-biography-modal__dialog {
    padding: 45px 24px 28px;
    border-radius: 18px;
  }
}

/* ==========================================================
   ACESSIBILIDADE
========================================================== */

@media (prefers-reduced-motion: reduce) {
  .pb-about-reveal,
  .pb-about__image-frame img,
  .pb-about__list li,
  .pb-about__button,
  .pb-biography-modal,
  .pb-biography-modal__dialog {
    transition: none !important;
  }

  .pb-about-reveal {
    opacity: 1;
    transform: none;
  }
}
/* ==========================================================
   EXIBIR A DOBRA DENTRO DO EDITOR DO ELEMENTOR
========================================================== */

body.elementor-editor-active .pb-about-reveal,
body.elementor-editor-preview .pb-about-reveal,
.elementor-editor-active .pb-about-reveal,
.elementor-edit-mode .pb-about-reveal {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
}

/* Garante que a seção não fique escondida no editor */
body.elementor-editor-active .pb-about,
body.elementor-editor-preview .pb-about,
.elementor-editor-active .pb-about,
.elementor-edit-mode .pb-about {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  min-height: 600px;
}/* ==========================================================
   MODAL BIOGRAFIA — CONTEÚDO COMPLETO
========================================================== */

.pb-biography-modal {
  z-index: 100000 !important;
}

.pb-biography-modal__dialog {
  width: min(940px, 100%);
  max-height: calc(100vh - 40px);
  padding: clamp(34px, 5vw, 58px);
  scrollbar-width: thin;
  scrollbar-color: #dc8f92 #fae9eb;
}

.pb-biography-modal__dialog::-webkit-scrollbar {
  width: 8px;
}

.pb-biography-modal__dialog::-webkit-scrollbar-track {
  background: #fae9eb;
  border-radius: 20px;
}

.pb-biography-modal__dialog::-webkit-scrollbar-thumb {
  background: #dc8f92;
  border-radius: 20px;
}

.pb-biography-modal__header {
  max-width: 760px;
  margin-bottom: 28px;
  padding-right: 55px;
}

.pb-biography-modal__credentials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  color: #78676e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pb-biography-modal__credentials i {
  width: 1px;
  height: 20px;
  display: block;
  background: #dc8f92;
}

.pb-biography-modal__text {
  display: grid;
  gap: 18px;
  color: #66545c;
  font-size: 16px;
  line-height: 1.85;
}

.pb-biography-modal__text p {
  margin: 0;
  text-align: justify;
}

.pb-biography-modal__text p:first-child::first-letter {
  float: left;
  margin: 7px 8px 0 0;
  color: #b52357;
  font-size: 52px;
  font-weight: 700;
  line-height: 0.8;
}

.pb-biography-modal__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.pb-biography-modal__gallery a {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 4px solid #ffffff;
  border-radius: 16px;
  background: #fae9eb;
  box-shadow: 0 12px 28px rgba(79, 33, 51, 0.12);
}

.pb-biography-modal__gallery a::after {
  content: "\f00e";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(134, 24, 63, 0.55);
  font-family: "Font Awesome 6 Free";
  font-size: 24px;
  font-weight: 900;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pb-biography-modal__gallery a:hover::after {
  opacity: 1;
}

.pb-biography-modal__gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pb-biography-modal__gallery a:hover img {
  transform: scale(1.06);
}

.pb-biography-modal__footer {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid rgba(181, 35, 87, 0.12);
}

.pb-biography-modal__cta {
  margin-top: 0;
}

/* TABLET */

@media (max-width: 820px) {
  .pb-biography-modal__dialog {
    padding: 45px 28px 30px;
  }

  .pb-biography-modal__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-biography-modal__gallery a:last-child {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
  }
}

/* MOBILE */

@media (max-width: 540px) {
  .pb-biography-modal {
    padding: 10px;
  }

  .pb-biography-modal__dialog {
    max-height: calc(100vh - 20px);
    padding: 48px 20px 24px;
    border-radius: 18px;
  }

  .pb-biography-modal__header {
    padding-right: 15px;
  }

  .pb-biography-modal h3 {
    font-size: 32px;
  }

  .pb-biography-modal__text {
    font-size: 14px;
    line-height: 1.75;
  }

  .pb-biography-modal__text p {
    text-align: left;
  }

  .pb-biography-modal__gallery {
    grid-template-columns: 1fr;
  }

  .pb-biography-modal__gallery a:last-child {
    grid-column: auto;
    width: 100%;
  }

  .pb-biography-modal__footer,
  .pb-biography-modal__cta {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0f68dba *//* ==========================================================
   PRINCIPAIS ESPECIALIDADES
========================================================== */

.pb-specialties {
  --pb-wine: #b52357;
  --pb-wine-dark: #86183f;
  --pb-pink: #dc8f92;
  --pb-pink-soft: #fae9eb;
  --pb-white: #ffffff;
  --pb-text: #49343d;
  --pb-muted: #78676e;
  --pb-border: rgba(181, 35, 87, 0.12);

  position: relative;
  width: 100%;
  padding: clamp(75px, 8vw, 120px) 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(220, 143, 146, 0.14),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #fffafa 50%,
      #fff6f7 100%
    );
}

.pb-specialties *,
.pb-specialties *::before,
.pb-specialties *::after {
  box-sizing: border-box;
}

.pb-specialties__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* TÍTULO */

.pb-specialties__heading {
  max-width: 720px;
  margin: 0 auto clamp(45px, 6vw, 72px);
  text-align: center;
}

.pb-specialties__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--pb-wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pb-specialties__eyebrow::before,
.pb-specialties__eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--pb-pink);
}

.pb-specialties__heading h2 {
  margin: 0 0 16px;
  color: var(--pb-wine);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.pb-specialties__heading p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--pb-muted);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.7;
}

/* GRID */

.pb-specialties__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

/* CARD */

.pb-specialty-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--pb-border);
  border-radius: 22px;
  background: var(--pb-white);
  box-shadow: 0 18px 45px rgba(70, 34, 48, 0.08);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.pb-specialty-card:hover {
  transform: translateY(-8px);
  border-color: rgba(181, 35, 87, 0.22);
  box-shadow: 0 26px 55px rgba(70, 34, 48, 0.15);
}

/* IMAGEM */

.pb-specialty-card__image {
  position: relative;
  width: 100%;
  height: 235px;
  overflow: hidden;
  background: #f5e7e9;
}

.pb-specialty-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(134, 24, 63, 0) 48%,
      rgba(73, 28, 45, 0.35) 100%
    );
  pointer-events: none;
}

.pb-specialty-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-specialty-card:hover .pb-specialty-card__image img {
  transform: scale(1.06);
}

/* CONTEÚDO */

.pb-specialty-card__content {
  position: relative;
  min-height: 95px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.98);
}

.pb-specialty-card__content > span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--pb-wine);
  background: var(--pb-pink-soft);
  font-size: 11px;
  font-weight: 800;
}

.pb-specialty-card__content h3 {
  margin: 0;
  color: var(--pb-text);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
  transition: color 0.3s ease;
}

.pb-specialty-card:hover .pb-specialty-card__content h3 {
  color: var(--pb-wine);
}

/* TABLET */

@media (max-width: 1024px) {
  .pb-specialties__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-specialty-card {
    min-height: 320px;
  }
}

/* MOBILE */

@media (max-width: 620px) {
  .pb-specialties {
    padding: 70px 0;
  }

  .pb-specialties__container {
    width: calc(100% - 32px);
  }

  .pb-specialties__heading {
    margin-bottom: 40px;
  }

  .pb-specialties__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pb-specialty-card {
    min-height: auto;
  }

  .pb-specialty-card__image {
    height: 250px;
  }

  .pb-specialty-card__content {
    min-height: 88px;
  }

  .pb-specialties__heading h2 {
    font-size: 38px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-64a16d0 *//* ==========================================================
   ESPECIALIDADES
   IMAGENS FIXAS + CARROSSEL SOMENTE NO MIOLO
========================================================== */

.pb-featured-specialties {
  --pb-wine: #b52357;
  --pb-wine-dark: #86183f;
  --pb-pink: #dc8f92;
  --pb-pink-soft: #f8dfe3;
  --pb-white: #ffffff;
  --pb-text: #49343d;
  --pb-muted: #78676e;

  position: relative;
  width: 100%;
  padding: clamp(70px, 7vw, 110px) 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 8% 20%,
      rgba(220, 143, 146, 0.12),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #fffafa 55%,
      #fff6f7 100%
    );
}

.pb-featured-specialties *,
.pb-featured-specialties *::before,
.pb-featured-specialties *::after {
  box-sizing: border-box;
}

.pb-featured-specialties__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* ==========================================================
   LAYOUT
========================================================== */

.pb-featured-specialties__layout {
  display: grid;
  grid-template-columns:
    minmax(240px, 0.82fr)
    minmax(430px, 1.25fr)
    minmax(240px, 0.82fr);
  align-items: center;
  gap: 0;
}

/* ==========================================================
   IMAGENS FIXAS
========================================================== */

.pb-featured-specialties__image {
  position: relative;
  z-index: 1;
  height: 390px;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.96);
  background: var(--pb-pink-soft);
  box-shadow: 0 25px 60px rgba(74, 31, 47, 0.15);
}

.pb-featured-specialties__image--left {
  border-radius: 25px 0 0 25px;
  transform: translateX(24px);
}

.pb-featured-specialties__image--right {
  border-radius: 0 25px 25px 0;
  transform: translateX(-24px);
}

.pb-featured-specialties__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-featured-specialties__layout:hover
.pb-featured-specialties__image img {
  transform: scale(1.035);
}

/* ==========================================================
   MIOLO DO CARROSSEL
========================================================== */

.pb-specialties-center {
  position: relative;
  z-index: 4;
  min-height: 355px;
  overflow: hidden;
  border-radius: 26px;
  color: var(--pb-white);
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(255, 255, 255, 0.13),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      var(--pb-wine),
      var(--pb-wine-dark)
    );
  box-shadow: 0 30px 70px rgba(98, 22, 53, 0.28);
}

.pb-specialties-center__slides {
  position: relative;
  min-height: 355px;
}

/* ==========================================================
   SLIDES INTERNOS
========================================================== */

.pb-specialties-center__slide {
  position: absolute;
  inset: 0;
  min-height: 355px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:
    clamp(44px, 5vw, 68px)
    clamp(55px, 5.5vw, 78px)
    clamp(58px, 6vw, 76px);

  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(35px);

  transition:
    opacity 0.5s ease,
    visibility 0.5s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-specialties-center__slide.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.pb-specialties-center__number {
  position: absolute;
  top: 22px;
  left: 28px;
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(68px, 7vw, 108px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 1;
}

.pb-specialties-center__eyebrow {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.79);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pb-specialties-center__eyebrow::before {
  content: "";
  width: 31px;
  height: 1px;
  background: var(--pb-pink);
}

.pb-specialties-center__slide h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  color: var(--pb-white);
  font-size: clamp(35px, 3.4vw, 52px);
  font-weight: 550;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.pb-specialties-center__slide p {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.72;
}

.pb-specialties-center__link {
  position: relative;
  z-index: 2;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--pb-white);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.pb-specialties-center__link:hover {
  color: var(--pb-white);
}

.pb-specialties-center__link > span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--pb-wine);
  background: var(--pb-white);
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.pb-specialties-center__link:hover > span {
  color: var(--pb-white);
  background: var(--pb-pink);
  transform: translateX(4px);
}

/* ==========================================================
   SETAS
========================================================== */

.pb-specialties-center__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  color: var(--pb-white);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.pb-specialties-center__arrow:hover {
  color: var(--pb-wine);
  background: var(--pb-white);
}

.pb-specialties-center__arrow--prev {
  left: 13px;
}

.pb-specialties-center__arrow--next {
  right: 13px;
}

/* ==========================================================
   PAGINAÇÃO
========================================================== */

.pb-specialties-center__pagination {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.pb-specialties-center__pagination button {
  width: 7px;
  height: 7px;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition:
    width 0.3s ease,
    background 0.3s ease;
}

.pb-specialties-center__pagination button.is-active {
  width: 31px;
  background: var(--pb-white);
}

/* ==========================================================
   FAIXA DE AGENDAMENTO
========================================================== */

.pb-appointment-strip {
  --pb-wine: #b52357;
  --pb-wine-dark: #86183f;
  --pb-white: #ffffff;

  position: relative;
  width: 100%;
  padding: 38px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 78% 20%,
      rgba(255, 255, 255, 0.16),
      transparent 25%
    ),
    linear-gradient(
      110deg,
      #d88991 0%,
      #c75173 48%,
      #a91f51 100%
    );
}

.pb-appointment-strip::before {
  content: "";
  position: absolute;
  top: -135px;
  right: 8%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.pb-appointment-strip__container {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.pb-appointment-strip__content span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pb-appointment-strip__content h2 {
  margin: 0;
  color: var(--pb-white);
  font-size: clamp(26px, 3vw, 39px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.pb-appointment-strip__button {
  min-width: 285px;
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  color: var(--pb-wine);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 35px rgba(72, 19, 39, 0.2);
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.pb-appointment-strip__button:hover {
  color: var(--pb-wine);
  transform: translateY(-3px);
  box-shadow: 0 20px 43px rgba(72, 19, 39, 0.28);
}

.pb-appointment-strip__button > i:first-child {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: var(--pb-white);
  background: linear-gradient(
    135deg,
    var(--pb-wine),
    var(--pb-wine-dark)
  );
  font-size: 20px;
}

.pb-appointment-strip__button span {
  display: flex;
  flex-direction: column;
  color: var(--pb-wine);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pb-appointment-strip__button small {
  margin-bottom: 3px;
  color: #897078;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.pb-appointment-strip__button > i:last-child {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.pb-appointment-strip__button:hover > i:last-child {
  transform: translateX(4px);
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {
  .pb-featured-specialties__layout {
    grid-template-columns:
      minmax(190px, 0.7fr)
      minmax(410px, 1.4fr)
      minmax(190px, 0.7fr);
  }

  .pb-featured-specialties__image {
    height: 350px;
  }

  .pb-specialties-center,
  .pb-specialties-center__slides,
  .pb-specialties-center__slide {
    min-height: 340px;
  }

  .pb-specialties-center__slide {
    padding: 45px 60px 65px;
  }

  .pb-specialties-center__slide h2 {
    font-size: 39px;
  }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 820px) {
  .pb-featured-specialties {
    padding: 65px 0 75px;
  }

  .pb-featured-specialties__container {
    width: calc(100% - 32px);
  }

  .pb-featured-specialties__layout {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .pb-featured-specialties__image {
    height: 250px;
    border-width: 4px;
    transform: none;
  }

  .pb-featured-specialties__image--left {
    border-radius: 20px 0 0 0;
  }

  .pb-featured-specialties__image--right {
    border-radius: 0 20px 0 0;
  }

  .pb-specialties-center {
    grid-column: 1 / -1;
    border-radius: 0 0 21px 21px;
  }

  .pb-specialties-center,
  .pb-specialties-center__slides,
  .pb-specialties-center__slide {
    min-height: 400px;
  }

  .pb-specialties-center__slide {
    padding: 48px 52px 70px;
  }

  .pb-specialties-center__arrow {
    top: 50%;
  }

  .pb-appointment-strip {
    padding: 42px 0;
  }

  .pb-appointment-strip__container {
    width: calc(100% - 32px);
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .pb-appointment-strip__button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .pb-featured-specialties__image {
    height: 190px;
  }

  .pb-specialties-center,
  .pb-specialties-center__slides,
  .pb-specialties-center__slide {
    min-height: 440px;
  }

  .pb-specialties-center__slide {
    padding: 42px 42px 68px;
  }

  .pb-specialties-center__slide h2 {
    font-size: 34px;
  }

  .pb-specialties-center__slide p {
    font-size: 13px;
    line-height: 1.65;
  }

  .pb-specialties-center__arrow {
    width: 36px;
    height: 36px;
  }

  .pb-specialties-center__arrow--prev {
    left: 7px;
  }

  .pb-specialties-center__arrow--next {
    right: 7px;
  }

  .pb-specialties-center__eyebrow {
    font-size: 9px;
    letter-spacing: 0.15em;
  }

  .pb-appointment-strip__button {
    min-width: 0;
  }
}

/* ==========================================================
   ELEMENTOR
========================================================== */

body.elementor-editor-active
.pb-specialties-center__slide.is-active,
.elementor-edit-mode
.pb-specialties-center__slide.is-active {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8ac5bbb *//* ==========================================================
   ARTIGOS DINÂMICOS — PAULA BRUNA
========================================================== */

.pb-blog {
  --pb-wine: #b52357;
  --pb-wine-dark: #86183f;
  --pb-pink: #dc8f92;
  --pb-pink-light: #fae9eb;
  --pb-white: #ffffff;
  --pb-text: #49343d;
  --pb-muted: #78676e;
  --pb-border: rgba(181, 35, 87, 0.12);

  position: relative;
  width: 100%;
  padding: clamp(75px, 8vw, 120px) 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(220, 143, 146, 0.13),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #fffafa 52%,
      #fff6f7 100%
    );
}

.pb-blog *,
.pb-blog *::before,
.pb-blog *::after {
  box-sizing: border-box;
}

.pb-blog__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* ==========================================================
   CABEÇALHO
========================================================== */

.pb-blog__heading {
  max-width: 720px;
  margin: 0 auto clamp(42px, 6vw, 68px);
  text-align: center;
}

.pb-blog__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--pb-wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.pb-blog__eyebrow::before,
.pb-blog__eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--pb-pink);
}

.pb-blog__heading h2 {
  margin: 0 0 15px;
  color: var(--pb-wine);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.pb-blog__heading p {
  max-width: 640px;
  margin: 0 auto;
  color: var(--pb-muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
}

/* ==========================================================
   GRID — ATÉ 6 POSTS
========================================================== */

.pb-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

/* ==========================================================
   CARD
========================================================== */

.pb-blog-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--pb-border);
  border-radius: 22px;
  background: var(--pb-white);
  box-shadow: 0 18px 45px rgba(70, 34, 48, 0.08);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.pb-blog-card:hover {
  border-color: rgba(181, 35, 87, 0.24);
  box-shadow: 0 28px 58px rgba(70, 34, 48, 0.15);
  transform: translateY(-8px);
}

/* IMAGEM */

.pb-blog-card__image {
  position: relative;
  width: 100%;
  height: 235px;
  display: block;
  overflow: hidden;
  background: var(--pb-pink-light);
  text-decoration: none;
}

.pb-blog-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(73, 28, 45, 0) 50%,
      rgba(73, 28, 45, 0.38) 100%
    );
  pointer-events: none;
}

.pb-blog-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-blog-card:hover .pb-blog-card__image img {
  transform: scale(1.065);
}

.pb-blog-card__image-icon {
  position: absolute;
  right: 17px;
  bottom: 17px;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--pb-wine);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 25px rgba(49, 20, 31, 0.18);
  font-size: 13px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    color 0.3s ease,
    background 0.3s ease;
}

.pb-blog-card:hover .pb-blog-card__image-icon {
  opacity: 1;
  transform: translateY(0);
}

.pb-blog-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  color: var(--pb-wine);
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(220, 143, 146, 0.2),
      transparent 55%
    ),
    var(--pb-pink-light);
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

/* CONTEÚDO */

.pb-blog-card__content {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.pb-blog-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--pb-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pb-blog-card__meta time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pb-blog-card__meta time i {
  color: var(--pb-pink);
}

.pb-blog-card__meta > span {
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--pb-wine);
  background: var(--pb-pink-light);
  font-size: 9px;
}

.pb-blog-card__content h3 {
  margin: 0 0 13px;
  color: var(--pb-text);
  font-size: clamp(19px, 1.5vw, 23px);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.pb-blog-card__content h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.pb-blog-card:hover .pb-blog-card__content h3 a {
  color: var(--pb-wine);
}

.pb-blog-card__content > p {
  margin: 0 0 22px;
  color: var(--pb-muted);
  font-size: 14px;
  line-height: 1.65;
}

.pb-blog-card__link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: var(--pb-wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.pb-blog-card__link i {
  transition: transform 0.3s ease;
}

.pb-blog-card__link:hover {
  color: var(--pb-wine-dark);
}

.pb-blog-card__link:hover i {
  transform: translateX(5px);
}

/* ==========================================================
   BOTÃO FINAL
========================================================== */

.pb-blog__footer {
  display: flex;
  justify-content: center;
  margin-top: clamp(38px, 5vw, 58px);
}

.pb-blog__button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 27px;
  border-radius: 13px;
  color: var(--pb-white);
  background:
    linear-gradient(
      135deg,
      var(--pb-wine),
      var(--pb-wine-dark)
    );
  box-shadow: 0 14px 32px rgba(181, 35, 87, 0.23);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.pb-blog__button:hover {
  color: var(--pb-white);
  box-shadow: 0 19px 38px rgba(181, 35, 87, 0.3);
  transform: translateY(-3px);
}

.pb-blog__button i {
  transition: transform 0.3s ease;
}

.pb-blog__button:hover i {
  transform: translateX(4px);
}

/* ==========================================================
   SEM POSTS
========================================================== */

.pb-blog__empty {
  max-width: 600px;
  margin-inline: auto;
  padding: 48px 30px;
  border: 1px solid var(--pb-border);
  border-radius: 22px;
  color: var(--pb-muted);
  background: var(--pb-white);
  box-shadow: 0 18px 45px rgba(70, 34, 48, 0.08);
  text-align: center;
}

.pb-blog__empty > i {
  margin-bottom: 16px;
  color: var(--pb-pink);
  font-size: 40px;
}

.pb-blog__empty h3 {
  margin: 0 0 8px;
  color: var(--pb-wine);
  font-size: 24px;
}

.pb-blog__empty p {
  margin: 0;
  line-height: 1.6;
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {
  .pb-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-blog-card__image {
    height: 250px;
  }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 620px) {
  .pb-blog {
    padding: 70px 0;
  }

  .pb-blog__container {
    width: calc(100% - 32px);
  }

  .pb-blog__heading {
    margin-bottom: 38px;
  }

  .pb-blog__heading h2 {
    font-size: 39px;
  }

  .pb-blog__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pb-blog-card__image {
    height: 235px;
  }

  .pb-blog-card__content {
    min-height: auto;
    padding: 22px;
  }

  .pb-blog-card__link {
    margin-top: 5px;
  }

  .pb-blog__button {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0076a97 *//* ==========================================================
   DEPOIMENTOS — AJUSTADO PARA IMAGENS DE AVALIAÇÕES
========================================================== */

.pb-testimonials {
  --pb-wine: #b52357;
  --pb-wine-dark: #86183f;
  --pb-pink: #dc8f92;
  --pb-pink-soft: #fae9eb;
  --pb-white: #ffffff;
  --pb-text: #49343d;
  --pb-muted: #78676e;

  position: relative;
  width: 100%;
  padding: clamp(70px, 7vw, 105px) 0;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(255, 255, 255, 0.12),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      var(--pb-wine-dark),
      var(--pb-wine)
    );
}

.pb-testimonials *,
.pb-testimonials *::before,
.pb-testimonials *::after {
  box-sizing: border-box;
}

.pb-testimonials__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.pb-testimonials__heading {
  max-width: 720px;
  margin: 0 auto 42px;
  color: var(--pb-white);
  text-align: center;
}

.pb-testimonials__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;

  color: rgba(255, 255, 255, 0.72);

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pb-testimonials__eyebrow::before,
.pb-testimonials__eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.pb-testimonials__heading h2 {
  margin: 0 0 15px;

  color: var(--pb-white);

  font-size: clamp(38px, 4vw, 58px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.pb-testimonials__heading p {
  max-width: 650px;
  margin: 0 auto;

  color: rgba(255, 255, 255, 0.78);

  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.7;
}

/* ==========================================================
   SLIDER
========================================================== */

.pb-testimonials__slider {
  position: relative;
  padding: 0 62px 50px;
}

.pb-testimonials__viewport {
  width: 100%;
  overflow: hidden;
  padding: 12px 0 22px;
}

.pb-testimonials__track {
  display: flex;
  align-items: stretch;
  margin-inline: -11px;

  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ==========================================================
   CARDS
========================================================== */

.pb-testimonial-card {
    flex: 0 0 50%;
    min-width: 0;
    display: flex;
    padding: 0 14px;
}

.pb-testimonial-card__button {
  position: relative;

  width: 100%;
  min-height: 260px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 18px;
  overflow: hidden;

  border: 1px solid rgba(181, 35, 87, 0.1);
  border-radius: 20px;

  background: var(--pb-white);

  box-shadow:
    0 18px 42px rgba(45, 10, 25, 0.2),
    0 3px 10px rgba(45, 10, 25, 0.08);

  cursor: pointer;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.pb-testimonial-card__button:hover {
  border-color: rgba(181, 35, 87, 0.24);

  transform: translateY(-7px);

  box-shadow:
    0 26px 56px rgba(45, 10, 25, 0.3),
    0 5px 15px rgba(45, 10, 25, 0.1);
}

/* IMAGEM INTEIRA, SEM CORTE */

.pb-testimonial-card__button img {
  width: 100%;
  height: auto;
  max-height: 225px;

  display: block;

  object-fit: contain;
  object-position: center;

  background: var(--pb-white);

  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.pb-testimonial-card__button:hover img {
  transform: scale(1.018);
}

/* ÍCONE DE ZOOM */

.pb-testimonial-card__button > span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  inset: auto 15px 15px auto;

  width: 42px;
  height: 42px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(181, 35, 87, 0.12);
  border-radius: 50%;

  color: var(--pb-wine);
  background: rgba(255, 255, 255, 0.96);

  box-shadow:
    0 9px 22px rgba(67, 22, 40, 0.15);

  font-size: 14px;

  opacity: 0;
  transform: translateY(7px);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    color 0.3s ease,
    background 0.3s ease;
}

.pb-testimonial-card__button:hover > span {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================
   SETAS
========================================================== */

.pb-testimonials__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;

  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;

  color: var(--pb-wine);
  background: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 12px 30px rgba(45, 10, 25, 0.18);

  cursor: pointer;

  transform: translateY(-50%);

  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.pb-testimonials__arrow:hover {
  color: var(--pb-white);
  background: var(--pb-pink);

  box-shadow:
    0 16px 35px rgba(45, 10, 25, 0.26);
}

.pb-testimonials__arrow--prev {
  left: 0;
}

.pb-testimonials__arrow--next {
  right: 0;
}

/* ==========================================================
   PAGINAÇÃO
========================================================== */

.pb-testimonials__pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  display: flex;
  justify-content: center;
  gap: 8px;
}

.pb-testimonials__pagination button {
  width: 8px;
  height: 8px;

  padding: 0;
  border: 0;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.35);

  cursor: pointer;

  transition:
    width 0.3s ease,
    background 0.3s ease;
}

.pb-testimonials__pagination button.is-active {
  width: 34px;
  background: var(--pb-white);
}

/* ==========================================================
   MODAL
========================================================== */

.pb-testimonial-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 25px;

  visibility: hidden;
  opacity: 0;

  background: rgba(38, 15, 24, 0.84);

  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.pb-testimonial-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.pb-testimonial-modal__dialog {
  position: relative;

  width: min(1080px, 100%);
  max-height: calc(100vh - 50px);

  opacity: 0;
  transform: translateY(25px) scale(0.97);

  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.pb-testimonial-modal.is-open
.pb-testimonial-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.pb-testimonial-modal__dialog img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 60px);

  display: block;

  object-fit: contain;

  border: 6px solid var(--pb-white);
  border-radius: 20px;

  background: var(--pb-white);
}

.pb-testimonial-modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;

  width: 46px;
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  border: 0;
  border-radius: 50%;

  color: var(--pb-wine);
  background: var(--pb-white);

  box-shadow:
    0 10px 25px rgba(38, 15, 24, 0.2);

  cursor: pointer;

  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.pb-testimonial-modal__close:hover {
  color: var(--pb-white);
  background: var(--pb-wine);
  transform: rotate(90deg);
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {
  .pb-testimonial-card {
    flex-basis: 50%;
  }

  .pb-testimonial-card__button {
    min-height: 275px;
  }

  .pb-testimonial-card__button img {
    max-height: 240px;
  }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 620px) {
  .pb-testimonials {
    padding: 65px 0 75px;
  }

  .pb-testimonials__container {
    width: calc(100% - 32px);
  }

  .pb-testimonials__heading {
    margin-bottom: 34px;
  }

  .pb-testimonials__heading h2 {
    font-size: 38px;
  }

  .pb-testimonials__slider {
    padding: 0 0 62px;
  }

  .pb-testimonials__viewport {
    padding: 8px 0 18px;
  }

  .pb-testimonial-card {
    flex-basis: 100%;
    padding-inline: 6px;
  }

  .pb-testimonial-card__button {
    min-height: 225px;
    padding: 12px;
    border-radius: 16px;
  }

  .pb-testimonial-card__button img {
    max-height: 205px;
  }

  .pb-testimonial-card__button > span {
    width: 38px;
    height: 38px;

    right: 11px;
    bottom: 11px;

    opacity: 1;
    transform: none;
  }

  .pb-testimonials__arrow {
    top: auto;
    bottom: 0;

    width: 44px;
    height: 44px;

    transform: none;
  }

  .pb-testimonials__arrow--prev {
    left: 0;
  }

  .pb-testimonials__arrow--next {
    right: 0;
  }

  .pb-testimonials__pagination {
    bottom: 17px;
  }

  .pb-testimonial-modal {
    padding: 12px;
  }

  .pb-testimonial-modal__dialog img {
    border-width: 4px;
    border-radius: 14px;
  }

  .pb-testimonial-modal__close {
    top: -12px;
    right: -6px;
    width: 40px;
    height: 40px;
  }
}
/* ==========================================================
   TELEMEDICINA
========================================================== */

.pb-telemedicine {
  --pb-wine: #b52357;
  --pb-wine-dark: #86183f;
  --pb-pink: #dc8f92;
  --pb-pink-soft: #fae9eb;
  --pb-white: #ffffff;
  --pb-text: #49343d;
  --pb-muted: #78676e;

  position: relative;
  width: 100%;
  padding: clamp(75px, 8vw, 120px) 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 0 100%,
      rgba(220, 143, 146, 0.16),
      transparent 29%
    ),
    linear-gradient(135deg, #ffffff, #fff7f8);
}

.pb-telemedicine__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: clamp(55px, 7vw, 100px);
}

.pb-telemedicine__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--pb-wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.pb-telemedicine__eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--pb-pink);
}

.pb-telemedicine__content h2 {
  margin: 0 0 24px;
  color: var(--pb-wine);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.07;
}

.pb-telemedicine__content p {
  margin: 0 0 16px;
  color: var(--pb-muted);
  font-size: 16px;
  line-height: 1.75;
}

.pb-telemedicine__button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 15px;
  padding: 0 25px;
  border-radius: 13px;
  color: var(--pb-white);
  background: linear-gradient(
    135deg,
    var(--pb-wine),
    var(--pb-wine-dark)
  );
  box-shadow: 0 14px 32px rgba(181, 35, 87, 0.23);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.pb-telemedicine__visual {
  position: relative;
  padding: 15px 15px 35px;
}

.pb-telemedicine__visual::before {
  content: "";
  position: absolute;
  right: -25px;
  bottom: 0;
  left: 35px;
  height: 75%;
  border-radius: 28px;
  background: linear-gradient(
    145deg,
    var(--pb-pink-soft),
    rgba(220, 143, 146, 0.25)
  );
}

.pb-telemedicine__image {
  position: relative;
  z-index: 2;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 6px solid var(--pb-white);
  border-radius: 24px;
  box-shadow: 0 30px 65px rgba(73, 34, 49, 0.16);
}

.pb-telemedicine__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pb-telemedicine__card {
  position: absolute;
  right: -20px;
  bottom: 5px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 13px;
  width: min(300px, 80%);
  padding: 17px;
  border: 1px solid rgba(181, 35, 87, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(73, 34, 49, 0.14);
}

.pb-telemedicine__card-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: var(--pb-white);
  background: var(--pb-wine);
}

.pb-telemedicine__card strong,
.pb-telemedicine__card span {
  display: block;
}

.pb-telemedicine__card strong {
  color: var(--pb-wine);
  font-size: 14px;
}

.pb-telemedicine__card div > span {
  margin-top: 3px;
  color: var(--pb-muted);
  font-size: 11px;
}

/* ==========================================================
   CONTATO E MAPAS
========================================================== */

.pb-contact-section {
  --pb-wine: #b52357;
  --pb-wine-dark: #86183f;
  --pb-pink: #dc8f92;
  --pb-pink-soft: #fae9eb;
  --pb-white: #ffffff;
  --pb-text: #49343d;
  --pb-muted: #78676e;

  width: 100%;
  padding: clamp(75px, 8vw, 120px) 0;
  background: #fffafa;
}

.pb-contact-section__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.pb-contact-section__heading {
  max-width: 700px;
  margin: 0 auto 55px;
  text-align: center;
}

.pb-contact-section__eyebrow {
  color: var(--pb-wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.pb-contact-section__heading h2 {
  margin: 12px 0 15px;
  color: var(--pb-wine);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.pb-contact-section__heading p {
  margin: 0;
  color: var(--pb-muted);
  font-size: 16px;
  line-height: 1.7;
}

.pb-contact-section__grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: stretch;
  gap: 28px;
}

.pb-contact-panel {
  padding: 35px;
  border-radius: 23px;
  color: var(--pb-white);
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(255, 255, 255, 0.12),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      var(--pb-wine),
      var(--pb-wine-dark)
    );
  box-shadow: 0 24px 55px rgba(95, 22, 49, 0.22);
}

.pb-contact-panel__intro > span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pb-contact-panel__intro h3 {
  margin: 10px 0 28px;
  color: var(--pb-white);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.25;
}

.pb-contact-panel__items {
  display: grid;
  gap: 10px;
}

.pb-contact-panel__item {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: flex-start;
  gap: 13px;
  padding: 12px;
  border-radius: 13px;
  color: var(--pb-white);
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
}

.pb-contact-panel__icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--pb-wine);
  background: var(--pb-white);
}

.pb-contact-panel__item small,
.pb-contact-panel__item strong {
  display: block;
}

.pb-contact-panel__item small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pb-contact-panel__item strong {
  color: var(--pb-white);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.pb-contact-panel__button {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
  border-radius: 13px;
  color: var(--pb-wine);
  background: var(--pb-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.pb-maps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.pb-map-card {
  overflow: hidden;
  border: 1px solid rgba(181, 35, 87, 0.12);
  border-radius: 22px;
  background: var(--pb-white);
  box-shadow: 0 18px 45px rgba(70, 34, 48, 0.08);
}

.pb-map-card__header {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px;
}

.pb-map-card__icon {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: var(--pb-white);
  background: var(--pb-wine);
}

.pb-map-card__header small {
  color: var(--pb-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pb-map-card__header h3 {
  margin: 3px 0 0;
  color: var(--pb-wine);
  font-size: 20px;
}

.pb-map-card__map {
  height: 365px;
}

.pb-map-card__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.pb-map-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 20px;
  color: var(--pb-wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

/* ==========================================================
   FOOTER
========================================================== */

.pb-footer {
  --pb-wine: #b52357;
  --pb-wine-dark: #86183f;
  --pb-white: #ffffff;

  width: 100%;
  color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(
    145deg,
    var(--pb-wine-dark),
    #64102f
  );
}

.pb-footer__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 0.8fr;
  gap: 45px;
  padding: 70px 0;
}

.pb-footer__brand img {
  width: auto;
  height: 90px;
  max-width: 280px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.pb-footer__brand p {
  max-width: 330px;
  margin: 20px 0 0;
  line-height: 1.7;
}

.pb-footer__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pb-footer__column h3 {
  margin: 0 0 12px;
  color: var(--pb-white);
  font-size: 15px;
}

.pb-footer__column a,
.pb-footer__column p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}

.pb-footer__column a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pb-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.pb-footer__bottom > div {
  width: min(1180px, calc(100% - 48px));
  min-height: 68px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
}

.pb-footer__bottom a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

/* ==========================================================
   RESPONSIVO
========================================================== */

@media (max-width: 1024px) {
  .pb-testimonial-card {
    flex-basis: 50%;
  }

  .pb-contact-section__grid {
    grid-template-columns: 1fr;
  }

  .pb-footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .pb-telemedicine__container {
    grid-template-columns: 1fr;
  }

  .pb-telemedicine__visual {
    width: min(100%, 500px);
    margin-inline: auto;
  }

  .pb-maps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .pb-testimonials__container,
  .pb-telemedicine__container,
  .pb-contact-section__container,
  .pb-footer__container,
  .pb-footer__bottom > div {
    width: calc(100% - 32px);
  }

  .pb-testimonials__slider {
    padding-inline: 0;
  }

  .pb-testimonial-card {
    flex-basis: 100%;
  }

  .pb-testimonials__arrow {
    top: auto;
    bottom: -3px;
  }

  .pb-testimonials__arrow--prev {
    left: 0;
  }

  .pb-testimonials__arrow--next {
    right: 0;
  }

  .pb-telemedicine__card {
    right: 0;
  }

  .pb-contact-panel {
    padding: 26px 20px;
  }

  .pb-map-card__map {
    height: 310px;
  }

  .pb-footer__container {
    grid-template-columns: 1fr;
    padding: 55px 0;
  }

  .pb-footer__bottom > div {
    min-height: 90px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}/* End custom CSS */