.elementor-1509 .elementor-element.elementor-element-28cd378{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-28cd378 *//* ==========================================================
   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 */