.elementor-1512 .elementor-element.elementor-element-39a558e{--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-39a558e *//* ==========================================================
   DEPOIMENTOS
========================================================== */

.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(75px, 8vw, 120px) 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 50px;
  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.7);
  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: var(--pb-pink);
}

.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: 620px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.7;
}

.pb-testimonials__slider {
  position: relative;
  padding: 0 64px 48px;
}

.pb-testimonials__viewport {
  width: 100%;
  overflow: hidden;
}

.pb-testimonials__track {
  display: flex;
  margin-inline: -12px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-testimonial-card {
  flex: 0 0 33.3333%;
  min-width: 0;
  padding: 12px;
}

.pb-testimonial-card__button {
  position: relative;
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  padding: 0;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  background: var(--pb-white);
  box-shadow: 0 20px 50px rgba(45, 10, 25, 0.24);
  cursor: pointer;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.pb-testimonial-card__button:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 60px rgba(45, 10, 25, 0.34);
}

.pb-testimonial-card__button img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease;
}

.pb-testimonial-card__button:hover img {
  transform: scale(1.035);
}

.pb-testimonial-card__button > span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pb-white);
  background: rgba(134, 24, 63, 0.5);
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pb-testimonial-card__button:hover > span {
  opacity: 1;
}

.pb-testimonials__arrow {
  position: absolute;
  top: calc(50% - 24px);
  z-index: 5;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: var(--pb-wine);
  background: rgba(255, 255, 255, 0.94);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.pb-testimonials__arrow:hover {
  color: var(--pb-white);
  background: var(--pb-pink);
}

.pb-testimonials__arrow--prev {
  left: 0;
}

.pb-testimonials__arrow--next {
  right: 0;
}

.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 DOS DEPOIMENTOS */

.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.82);
  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(1000px, 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%;
  max-height: calc(100vh - 50px);
  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;
  border: 0;
  border-radius: 50%;
  color: var(--pb-wine);
  background: var(--pb-white);
  cursor: pointer;
}

/* ==========================================================
   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 */