.elementor-5488 .elementor-element.elementor-element-1324359{--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;}@media(min-width:768px){.elementor-5488 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-4a024d0 *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp2{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.btn-whatsapp2:before,
.btn-whatsapp2:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  inset: -20px;              /* no lugar de left/right/top/bottom */
  animation: animate 1.5s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.pulsaDelay:after{ animation-delay: 0.5s; }

@keyframes animate{
  0%{ transform: scale(0.5); opacity: 0; }
  50%{ opacity: 1; }
  100%{ transform: scale(1.2); opacity: 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ==========================================
   RESET E VARIÁVEIS GLOBAIS
   ========================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    line-height: 1.6;
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
    color: inherit;
}

/* ==========================================
   CONTAINER PRINCIPAL
   ========================================== */

.clinica-nova-pele-landing {
  width: 100%;
  overflow-x: hidden;
}

/* ==========================================
   BOTÃO WHATSAPP GLOBAL
   ========================================== */

.btn-whatsapp {
  display: inline-block;
  background-color: #25d366;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  border: none;
  max-width: 280px;
  width: 100%;
  text-align: center;
}

.btn-whatsapp:hover {
  transform: scale(1.05);
}

/* ==========================================
   HERO SECTION
   ========================================== */

.hero-section {
  position: relative;
  background-color: #ffffff;
  padding: 24px 24px 64px;
  overflow: hidden;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hero-content {
  display: flex;
  flex-direction: column;
}

.hero-text-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: #5180B3;
  line-height: 1.2;
}

.hero-description {
  font-size: 18px;
  color: #666666;
  line-height: 1.8;
}

.hero-info {
  font-size: 14px;
  color: #666666;
  font-style: italic;
}

.hero-image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
}

.hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 450px;
}

.hero-background-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: radial-gradient(circle, rgba(81, 128, 179, 0.03) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 0;
}

/* ==========================================
   ESPECIALIDADES SECTION
   ========================================== */

.especialidades-section {
  position: relative;
  background-color: #5180B3;
  padding: 64px 24px;
  overflow: hidden;
}

.especialidades-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.especialidades-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.especialidade-card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 24px;
}

.especialidade-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
}

.especialidade-icon-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 24px;
}

.especialidade-icon-img {
  width: 100%;
  height: 150px;
  transition: transform 0.3s ease;
  object-fit: contain;
}

.especialidade-card:hover .especialidade-icon-img {
  transform: scale(1.1);
}

.especialidade-title {
  padding: 20px;
  margin-top: 0rem;
  font-size: 18px;
  font-weight: 600;
  color: #5180B3;
  text-align: center;
}

.especialidades-background-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.02) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255, 255, 255, 0.02) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.02) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.02) 75%);
  background-size: 40px 40px;
  background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
  pointer-events: none;
  z-index: 0;
}

/* ==========================================
   ANTES E DEPOIS
   ========================================== */
.image-gallery {
  display: flex;
  flex-wrap: wrap; /* Permite que os itens pulem de linha */
  gap: 15px;      /* Espaçamento entre as imagens */
  padding: 20px;
  justify-content: center;
}

/* Estilo de cada item */
.gallery-item {
  flex: 1 1 calc(20% - 15px); /* No desktop: 5 colunas (20%) menos o gap */
  min-width: 200px;           /* Evita que fiquem pequenas demais */
  max-width: 100%;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* Opcional: cantos arredondados */
  object-fit: cover;
}

/* Responsividade para Telas Menores (Mobile) */
@media (max-width: 768px) {
  .gallery-item {
    flex: 1 1 100%; /* Cada imagem ocupa 100% da largura no celular */
  }
}

/* ==========================================
   DOUTORAS SECTION
   ========================================== */

.doutoras-section {
  position: relative;
  background-color: #ffffff;
  padding: 64px 24px;
  overflow: hidden;
}

.doutoras-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.doutoras-intro {
  text-align: center;
  margin-bottom: 48px;
}

.doutoras-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: #5180B3;
  margin-bottom: 24px;
  line-height: 1.2;
}

.doutoras-main-description {
  font-size: 18px;
  color: #666666;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

.doutoras-profiles {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.doutora-profile-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.doutora-photo {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.doutora-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doutora-profile {
  padding: 32px;
  background-color: #f8f9fa;
  border-left: 4px solid #5180B3;
}

.doutora-header {
  margin-bottom: 24px;
}

.doutora-name {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 600;
  color: #5180B3;
  margin-bottom: 8px;
}

.doutora-crm {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.doutora-bio {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 16px;
}

.doutora-bio:last-child {
  margin-bottom: 0;
}

.doutoras-background-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background-image: radial-gradient(circle, rgba(81, 128, 179, 0.02) 2px, transparent 2px);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 0;
}

/* ==========================================
   DEPOIMENTOS SECTION
   ========================================== */

.depoimentos-section {
  position: relative;
  background-color: #5180B3;
  padding: 64px 24px;
  overflow: hidden;
}

.depoimentos-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.depoimentos-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 48px;
}

.depoimentos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.depoimento-card {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  position: relative;
}

.depoimento-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 80px;
  font-family: 'Playfair Display', serif;
  color: #5180B3;
  opacity: 0.2;
  line-height: 1;
}

.depoimento-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.depoimento-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5180B3 0%, #6b9fd6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  flex-shrink: 0;
}

.depoimento-author-info {
  flex: 1;
}

.depoimento-author {
  font-weight: 600;
  color: #5180B3;
  font-size: 16px;
  margin-bottom: 2px;
}

.depoimento-rating {
  color: #fbbf24;
  font-size: 14px;
}

.depoimento-text {
  font-size: 15px;
  color: #333333;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.depoimentos-background-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 0;
}

/* ==========================================
   CLINICA SECTION
   ========================================== */

.clinica-section {
  position: relative;
  background-color: #ffffff;
  padding: 64px 24px;
  overflow: hidden;
}

.clinica-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.clinica-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.clinica-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: #5180B3;
}

.clinica-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 1.3;
}

.clinica-description {
  font-size: 18px;
  color: #666666;
  line-height: 1.8;
}

.clinica-video-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.clinica-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
  background-color: #000;
}

.clinica-video-player {
  width: 100%;
  height: auto;
  display: block;
}

.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 2;
}

.video-play-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.video-play-overlay.hidden {
  display: none;
}

.video-play-button {
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-play-button:hover {
  transform: scale(1.1);
}

.clinica-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(30deg, rgba(81, 128, 179, 0.02) 12%, transparent 12.5%, transparent 87%, rgba(81, 128, 179, 0.02) 87.5%, rgba(81, 128, 179, 0.02)),
    linear-gradient(150deg, rgba(81, 128, 179, 0.02) 12%, transparent 12.5%, transparent 87%, rgba(81, 128, 179, 0.02) 87.5%, rgba(81, 128, 179, 0.02));
  background-size: 80px 140px;
  pointer-events: none;
  z-index: 0;
}

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

.footer-section {
  position: relative;
  background-color: #5180B3;
  padding: 64px 24px 32px;
  overflow: hidden;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-info-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #ffffff;
}

.footer-contact-item svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-item p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  color: #ffffff;
}

.footer-link {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-link:hover {
  opacity: 0.8;
}

.footer-map {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
  position: relative;
}

.footer-map-iframe {
  width: 100%;
  height: 300px;
  display: block;
}

.footer-map-link {
  display: block;
  text-align: center;
  padding: 16px;
  background-color: #ffffff;
  color: #5180B3;
  font-weight: 600;
  font-size: 15px;
  transition: background-color 0.3s ease;
}

.footer-map-link:hover {
  background-color: #f0f4f8;
}

.footer-bottom {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.footer-logo {
  max-width: 150px;
  margin: 0 auto 24px;
  filter: brightness(0) invert(1);
}

.footer-copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 25px 25px;
  pointer-events: none;
  z-index: 0;
}

/* ==========================================
   MEDIA QUERIES - TABLET
   ========================================== */

@media (min-width: 768px) {
  .hero-title {
    font-size: 42px;
  }

  .hero-description {
    font-size: 20px;
  }

  .especialidades-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .doutoras-main-title {
    font-size: 38px;
  }

  .doutora-photo {
    height: 400px;
  }

  .depoimentos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .clinica-title {
    font-size: 38px;
  }

  .clinica-subtitle {
    font-size: 26px;
  }

  .clinica-video {
    max-width: 70%;
  }

  .footer-map-iframe {
    height: 280px;
  }
}

/* ==========================================
   MEDIA QUERIES - DESKTOP
   ========================================== */

@media (min-width: 1024px) {
  .hero-section {
    padding: 96px 32px 96px;
  }

  .hero-container {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }

  .hero-content {
    flex: 1;
  }

  .hero-image {
    flex: 1;
    max-width: 600px;
  }

  .hero-image img {
    min-height: 550px;
  }

  .hero-title {
    font-size: 48px;
  }

  .especialidades-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .doutoras-main-title {
    font-size: 44px;
  }

  .doutoras-profiles {
    flex-direction: row;
    gap: 32px;
  }

  .doutora-profile-card {
    flex: 1;
  }

  .doutora-photo {
    height: 450px;
  }

  .depoimentos-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .clinica-container {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }

  .clinica-content {
    flex: 1;
  }

  .clinica-video-wrapper {
    flex: 1;
  }

  .clinica-video {
    max-width: 50%;
  }

  .clinica-title {
    font-size: 44px;
  }

  .clinica-subtitle {
    font-size: 28px;
  }

  .footer-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .footer-info {
    flex: 1;
  }

  .footer-map {
    flex: 1;
    max-width: 600px;
  }

  .footer-map-iframe {
    height: 350px;
  }
}/* End custom CSS */