.elementor-2496 .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-2496 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ============================================
   LANDING PAGE - DR. LUIS FERNANDO DIAS
   Cores: #021938, #ffffff, #000000
   Mobile-First Responsivo
   ============================================ */

/* RESET E GLOBAL */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* GLOBAL CONTAINER */
.landing-page-container {
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  overflow-x: hidden;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 80vh;
  background: linear-gradient(135deg, #021938 0%, #032a5a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  overflow: hidden;
}

.hero-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.5;
  pointer-events: none;
}

.hero-content-wrapper {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.hero-logo-container {
  width: 100%;
  max-width: 100px;
  margin-bottom: 1rem;
}

.hero-logo-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.hero-text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

.hero-main-title {
  font-size: 2rem;
  line-height: 1.2;
  color: #ffffff;
  max-width: 800px;
  margin: 0;
}

.hero-location-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.75rem 3rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 0.95rem;
}

.hero-location-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #ffffff;
  max-width: 800px;
  margin: 0;
  font-weight: 500;
}

.hero-description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  margin: 0;
}

.hero-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #ffffff;
  color: #021938;
  padding: 1.25rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
}

.hero-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  background-color: #f8f8f8;
}

.hero-cta-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.hero-cta-button:hover .hero-cta-icon {
  transform: translateX(5px);
}

/* Responsivo Hero Section */
@media (min-width: 768px) {
  .hero-section {
    padding: 2rem 2rem;
  }
  
  .hero-logo-container {
    max-width: 100px;
    margin-bottom: -1rem;
  }
  
  .hero-main-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.5rem;
  }
  
  .hero-description {
    font-size: 1.15rem;
  }
}

/* ============================================
   PLANO DE ACOMPANHAMENTO SECTION
   ============================================ */
.plano-acompanhamento-section {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 4rem 1rem;
  overflow: hidden;
}

.plano-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(45deg, #f8f8f8 25%, transparent 25%),
    linear-gradient(-45deg, #f8f8f8 25%, transparent 25%);
  background-size: 60px 60px;
  opacity: 0.3;
  pointer-events: none;
}

.plano-content-wrapper {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.plano-header {
  text-align: center;
  margin-bottom: 3rem;
}

.plano-title {
  font-size: 1.75rem;
  color: #021938;
  margin: 0 0 1rem 0;
  letter-spacing: 0.5px;
}

.plano-subtitle {
  font-size: 1.5rem;
  color: #000000;
  margin: 0;
}

.plano-main-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}

.plano-text-block {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.plano-highlight {
  font-size: 1.5rem;
  font-weight: 600;
  color: #021938;
  margin: 0;
}

.plano-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}

.plano-visual-element {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.plano-icon-large {
  width: 120px;
  height: 120px;
  color: #021938;
  opacity: 0.1;
}

.plano-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: #021938;
  color: #ffffff;
  padding: 1.25rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(2, 25, 56, 0.2);
  margin: 2rem auto 0;
  max-width: max-content;
}

.plano-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(2, 25, 56, 0.3);
  background-color: #032a5a;
}

.plano-cta-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.plano-cta-button:hover .plano-cta-icon {
  transform: translateX(5px);
}

/* Responsivo Plano Section */
@media (min-width: 768px) {
  .plano-acompanhamento-section {
    padding: 6rem 2rem;
  }
  
  .plano-title {
    font-size: 2.25rem;
  }
  
  .plano-subtitle {
    font-size: 1.75rem;
  }
  
  .plano-main-content {
    flex-direction: row;
    align-items: center;
  }
  
  .plano-text-block {
    flex: 1;
  }
  
  .plano-visual-element {
    flex: 0 0 200px;
  }
  
  .plano-icon-large {
    width: 180px;
    height: 180px;
  }
}

/* ============================================
   DIFERENCIAIS SECTION
   ============================================ */
.diferenciais-section {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #021938 0%, #032a5a 100%);
  padding: 4rem 1rem;
  overflow: hidden;
}

.diferenciais-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.03) 2px, transparent 2px),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.03) 2px, transparent 2px);
  background-size: 80px 80px;
  opacity: 0.6;
  pointer-events: none;
}

.diferenciais-content-wrapper {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.diferenciais-title {
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  margin: 0 0 3rem 0;
  letter-spacing: 0.5px;
}

.diferenciais-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.1rem;
}

.diferenciais-grid-bot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.diferencial-card {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.diferencial-card:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.diferencial-icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.diferencial-icon {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

.diferencial-card-title {
  font-size: 1.25rem;
  color: #ffffff;
  margin: 0 0 1rem 0;
  font-weight: 600;
}

.diferencial-card-description {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.diferenciais-cta-wrapper {
  display: flex;
  justify-content: center;
}

.diferenciais-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #ffffff;
  color: #021938;
  padding: 1.25rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.diferenciais-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  background-color: #f8f8f8;
}

.diferenciais-cta-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.diferenciais-cta-button:hover .diferenciais-cta-icon {
  transform: translateX(5px);
}

/* Responsivo Diferenciais Section */
@media (min-width: 640px) {
  .diferenciais-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .diferenciais-grid-bot {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .diferenciais-section {
    padding: 6rem 2rem;
  }
  
  .diferenciais-title {
    font-size: 2.5rem;
  }
  
  .diferenciais-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .diferenciais-grid-bot {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  
  .diferencial-card {
    padding: 2.5rem;
  }
}

/* ============================================
   QUEM É O DOUTOR SECTION
   ============================================ */
.quem-e-doutor-section {
  position: relative;
  width: 100%;
  background-color: #f8f8f8;
  padding: 4rem 1rem;
  overflow: hidden;
}

.quem-e-doutor-background-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: 
    linear-gradient(30deg, transparent 40%, rgba(2, 25, 56, 0.02) 40%, rgba(2, 25, 56, 0.02) 60%, transparent 60%);
  background-size: 40px 40px;
  pointer-events: none;
}

.quem-e-doutor-content-wrapper {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* GRID PRINCIPAL */
.quem-e-doutor-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    align-items:center;
}

/* CONTAINER DA IMAGEM */
.quem-e-doutor-image-container{
    width:100%;
}

/* BLOCO QUE SEGURA A FOTO */
.quem-e-doutor-placeholder-image{
    width:100%;
    height:520px; /* ajuste se quiser maior ou menor */
    overflow:hidden;
    position:relative;
    border-radius:14px; /* opcional */
}

/* FOTO */
.quem-e-doutor-placeholder-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.quem-e-doutor-text-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.quem-e-doutor-title {
  font-size: 2rem;
  color: #021938;
  margin: 0 0 1rem 0;
  letter-spacing: 0.5px;
}

.quem-e-doutor-paragraph {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}

/* Responsivo Quem é o Doutor Section */
@media (min-width: 768px) {
  .quem-e-doutor-section {
    padding: 6rem 2rem;
  }
  
  .quem-e-doutor-grid {
    flex-direction: row;
    align-items: center;
  }
  
  .quem-e-doutor-image-container {
    flex: 0 0 40%;
  }
  
  .quem-e-doutor-placeholder-image {
    max-width: 400px;
  }
  
  .quem-e-doutor-text-content {
    flex: 1;
  }
  
  .quem-e-doutor-title {
    font-size: 2.25rem;
  }
}

/* ============================================
   COMO FUNCIONA SECTION
   ============================================ */
.como-funciona-section {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 4rem 1rem;
  overflow: hidden;
}

.como-funciona-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 35px, rgba(2, 25, 56, 0.02) 35px, rgba(2, 25, 56, 0.02) 36px);
  pointer-events: none;
}

.como-funciona-content-wrapper {
  position: relative;
  z-index: 10;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.como-funciona-title {
  font-size: 2rem;
  color: #021938;
  text-align: center;
  margin: 0 0 3rem 0;
  letter-spacing: 0.5px;
}

.como-funciona-steps-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}

.como-funciona-step {
  display: flex;
  gap: 1.5rem;
  background-color: #f8f8f8;
  border-radius: 16px;
  padding: 2rem;
  border-left: 4px solid #021938;
  transition: all 0.3s ease;
}

.como-funciona-step:hover {
  transform: translateX(8px);
  box-shadow: 0 4px 16px rgba(2, 25, 56, 0.1);
}

.como-funciona-step-number {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #021938 0%, #032a5a 100%);
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.como-funciona-step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.como-funciona-step-title {
  font-size: 1.25rem;
  color: #021938;
  margin: 0;
  font-weight: 600;
}

.como-funciona-step-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #333333;
  margin: 0;
}

.como-funciona-step-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.como-funciona-step-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}

.como-funciona-step-list-icon {
  width: 20px;
  height: 20px;
  color: #021938;
  flex-shrink: 0;
  margin-top: 2px;
}

.como-funciona-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: #021938;
  color: #ffffff;
  padding: 1.25rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(2, 25, 56, 0.2);
  margin: 0 auto;
  max-width: max-content;
}

.como-funciona-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(2, 25, 56, 0.3);
  background-color: #032a5a;
}

.como-funciona-cta-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.como-funciona-cta-button:hover .como-funciona-cta-icon {
  transform: translateX(5px);
}

/* Responsivo Como Funciona Section */
@media (min-width: 768px) {
  .como-funciona-section {
    padding: 6rem 2rem;
  }
  
  .como-funciona-title {
    font-size: 2.5rem;
  }
  
  .como-funciona-step {
    padding: 2.5rem;
  }
}

/* ============================================
   LOCALIZAÇÃO SECTION
   ============================================ */
.localizacao-section {
  position: relative;
  width: 100%;
  background-color: #f8f8f8;
  padding: 4rem 1rem;
}

.localizacao-content-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.localizacao-title {
  font-size: 2rem;
  color: #021938;
  text-align: center;
  margin: 0 0 3rem 0;
  letter-spacing: 0.5px;
}

.localizacao-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.localizacao-info-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.localizacao-info-block {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.localizacao-info-title {
  font-size: 1.5rem;
  color: #021938;
  margin: 0 0 1rem 0;
  font-weight: 600;
}

.localizacao-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.localizacao-info-icon {
  width: 24px;
  height: 24px;
  color: #021938;
  flex-shrink: 0;
  margin-top: 2px;
}

.localizacao-info-text {
  flex: 1;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333333;
}

.localizacao-info-text p {
  margin: 0;
}

.localizacao-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #021938;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(2, 25, 56, 0.2);
  margin-top: 1rem;
}

.localizacao-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(2, 25, 56, 0.3);
  background-color: #032a5a;
}

.localizacao-cta-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.localizacao-cta-button:hover .localizacao-cta-icon {
  transform: translateX(5px);
}

.localizacao-map-container {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.localizacao-map-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsivo Localização Section */
@media (min-width: 768px) {
  .localizacao-section {
    padding: 6rem 2rem;
  }
  
  .localizacao-title {
    font-size: 2.5rem;
  }
  
  .localizacao-grid {
    flex-direction: row;
    gap: 3rem;
  }
  
  .localizacao-info-container {
    flex: 0 0 45%;
  }
  
  .localizacao-map-container {
    flex: 1;
    height: 500px;
  }
}

/* ============================================
   CTA FINAL SECTION
   ============================================ */
.cta-final-section {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #021938 0%, #032a5a 100%);
  padding: 5rem 1rem;
  overflow: hidden;
}

.cta-final-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.6;
  pointer-events: none;
}

.cta-final-content-wrapper {
  position: relative;
  z-index: 10;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

.cta-final-icon {
  width: 60px;
  height: 60px;
  color: #ffffff;
  opacity: 0.8;
}

.cta-final-title {
  font-size: 2rem;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
}

.cta-final-description {
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.cta-final-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #ffffff;
  color: #021938;
  padding: 1.5rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.cta-final-button:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  background-color: #f8f8f8;
}

.cta-final-button-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.cta-final-button:hover .cta-final-button-icon {
  transform: translateX(8px);
}

/* Responsivo CTA Final Section */
@media (min-width: 768px) {
  .cta-final-section {
    padding: 7rem 2rem;
  }
  
  .cta-final-icon {
    width: 80px;
    height: 80px;
  }
  
  .cta-final-title {
    font-size: 2.5rem;
  }
  
  .cta-final-description {
    font-size: 1.25rem;
  }
}

/* ============================================
   FOOTER SECTION
   ============================================ */
.footer-section {
  width: 100%;
  background-color: #000000;
  padding: 2rem 1rem;
}

.footer-content-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.footer-text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Responsivo Footer */
@media (min-width: 768px) {
  .footer-content-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* ===== RESPONSIVO MOBILE - QUEM É O DOUTOR ===== */
@media (max-width: 768px) {

  .quem-e-doutor-grid {
    display: flex;
    flex-direction: column; /* coloca tudo em coluna */
    gap: 24px;
  }

  .quem-e-doutor-image-container {
    order: 1; /* imagem primeiro */
    width: 100%;
  }

  .quem-e-doutor-text-content {
    order: 2; /* texto depois */
    width: 100%;
    text-align: left;
  }

  .quem-e-doutor-placeholder-image img {
    width: 100%;
    height: auto;
    border-radius: 12px; /* opcional pra ficar mais bonito */
  }

  .quem-e-doutor-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .quem-e-doutor-paragraph {
    font-size: 15px;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a024d0 *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp{
  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-whatsapp:before,
.btn-whatsapp: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 */