.elementor-3922 .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-3922 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ========================================
   RESET BÁSICO
   ======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

/* ========================================
   LANDING PAGE OTORRINO - DRA. MARIA ÂNGELA
   Mobile First - Responsivo
   Cores: #F9E0CD (bege), #744119 (marrom), #25D366 (verde WhatsApp)
   ======================================== */

/* ========================================
   RESET E BASE
   ======================================== */
.landing-page-otorrino {
  width: 100%;
  overflow-x: hidden;
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* ========================================
   1. HERO SECTION
   ======================================== */
.hero-section-otorrino {
  position: relative;
  background: 
    url('https://paginadecontatolp.com.br/wp-content/uploads/2026/03/CAPA-LP-UX-332-x-473-px-1.png') right center / cover no-repeat,
    linear-gradient(135deg, #F9E0CD 0%, #f5d4ba 100%);
  padding: 30px 20px 50px;
  overflow: hidden;
  min-height: 280px;
}

.hero-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(116, 65, 25, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(116, 65, 25, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

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

.hero-text-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.hero-main-title {
  font-size: 2rem;
  font-weight: 700;
  color: #744119;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: #5a3415;
  margin-bottom: 30px;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta-button {
  display: inline-block;
  background-color: #25D366;
  color: white;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.hero-cta-button:hover {
  background-color: #20bd5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.hero-image-wrapper {
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}

.hero-main-image {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(116, 65, 25, 0.15);
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  .hero-section-otorrino {
    background: 
      url('https://paginadecontatolp.com.br/wp-content/uploads/2026/03/CAPA-LP-UX-2.png') center center / cover no-repeat,
      linear-gradient(135deg, #F9E0CD 0%, #f5d4ba 100%);
    padding: 100px 40px 120px;
    min-height: 700px;
  }

  .hero-content-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-text-wrapper {
    text-align: left;
    margin-bottom: 0;
    max-width: 600px;
  }

  .hero-main-title {
    font-size: 2.8rem;
  }

  .hero-subtitle {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image-wrapper {
    display: none;
  }

  .hero-image-mobile-only {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hero-main-title {
    font-size: 3.2rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }
}

/* ========================================
   2. BENEFITS SECTION (3 blocos)
   ======================================== */
.benefits-section-otorrino {
  padding: 60px 20px;
  background-color: white;
  position: relative;
}

.benefits-container {
  max-width: 1200px;
  margin: 0 auto;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.benefit-card-item {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 16px;
  border: 2px solid #F9E0CD;
  transition: all 0.3s ease;
  text-align: center;
}

.benefit-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(116, 65, 25, 0.1);
  border-color: #744119;
}

.benefit-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #F9E0CD, #edd0b8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.benefit-icon {
  width: 35px;
  height: 35px;
  color: #744119;
}

.benefit-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #744119;
  margin-bottom: 15px;
  line-height: 1.4;
}

.benefit-card-description {
  font-size: 1rem;
  color: #5a3415;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .benefits-section-otorrino {
    padding: 80px 40px;
  }

  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

/* ========================================
   3. TREATMENT PROGRAM SECTION
   ======================================== */
.treatment-program-section {
  padding: 60px 20px;
  background: linear-gradient(to bottom, #faf8f6, #F9E0CD);
  position: relative;
  overflow: hidden;
}

.treatment-program-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(116, 65, 25, 0.02) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(116, 65, 25, 0.02) 0%, transparent 40%);
  pointer-events: none;
}

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

.treatment-program-title {
  font-size: 2rem;
  font-weight: 700;
  color: #744119;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.3;
}

.treatment-program-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin-bottom: 60px;
}

.treatment-program-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.treatment-program-paragraph {
  font-size: 1.05rem;
  color: #5a3415;
  line-height: 1.8;
}

.treatment-program-image-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.treatment-program-image {
  width: 100%;
  max-width: 350px !important;
  height: auto;
  border-radius: 16px!important;
  box-shadow: 0 8px 30px rgba(116, 65, 25, 0.12);
  object-fit: cover;
}

.treatment-program-cta-wrapper {
  text-align: center;
  margin-top: 30px;
}

.treatment-program-cta-button {
  display: inline-block;
  background-color: #25D366;
  color: white;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.treatment-program-cta-button:hover {
  background-color: #20bd5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

@media (min-width: 768px) {
  .treatment-program-section {
    padding: 90px 40px;
  }

  .treatment-program-title {
    font-size: 2.5rem;
    margin-bottom: 70px;
  }

  .treatment-program-content {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }
}

/* ========================================
   4. PROCEDURES SECTION
   ======================================== */
.procedures-section-otorrino {
  padding: 60px 20px;
  background-color: white;
}

.procedures-container {
  max-width: 1200px;
  margin: 0 auto;
}

.procedures-main-title {
  font-size: 2rem;
  font-weight: 700;
  color: #744119;
  text-align: center;
  margin-bottom: 50px;
}

.procedures-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.procedure-card-item {
  background: linear-gradient(to bottom, #ffffff, #fdfbf8);
  padding: 35px 28px;
  border-radius: 16px;
  border: 2px solid #F9E0CD;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.procedure-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(116, 65, 25, 0.12);
  border-color: #744119;
}

.procedure-icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #F9E0CD, #edd0b8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.procedure-icon {
  width: 30px;
  height: 30px;
  color: #744119;
}

.procedure-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #744119;
  line-height: 1.4;
}

.procedure-card-description {
  font-size: 1rem;
  color: #5a3415;
  line-height: 1.7;
  flex-grow: 1;
}

.procedure-card-cta {
  display: inline-block;
  background-color: #25D366;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  align-self: flex-start;
}

.procedure-card-cta:hover {
  background-color: #20bd5a;
  transform: translateX(5px);
}

@media (min-width: 768px) {
  .procedures-section-otorrino {
    padding: 80px 40px;
  }

  .procedures-main-title {
    font-size: 2.5rem;
  }

  .procedures-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  .procedures-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========================================
   5. ABOUT DOCTOR SECTION
   ======================================== */
.about-doctor-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #F9E0CD 0%, #f5d4ba 100%);
  position: relative;
  overflow: hidden;
}

.about-doctor-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 15% 25%, rgba(116, 65, 25, 0.03) 0%, transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(116, 65, 25, 0.03) 0%, transparent 45%);
  pointer-events: none;
}

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

.about-doctor-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.about-doctor-image-wrapper {
  text-align: center;
}

.about-doctor-image {
  width: 100%;
  max-width: 380px !important;
  height: auto;
  border-radius: 20px !important;
  box-shadow: 0 12px 40px rgba(116, 65, 25, 0.15);
  object-fit: cover;
  margin: 0 auto;
}

.about-doctor-text {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.about-doctor-title {
  font-size: 2rem;
  font-weight: 700;
  color: #744119;
  line-height: 1.3;
}

.about-doctor-description {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-doctor-paragraph {
  font-size: 1.05rem;
  color: #5a3415;
  line-height: 1.8;
}

.about-doctor-location {
  font-weight: 600;
  color: #744119;
}

.about-doctor-cta-button {
  display: inline-block;
  background-color: #25D366;
  color: white;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  align-self: flex-start;
}

.about-doctor-cta-button:hover {
  background-color: #20bd5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

@media (min-width: 768px) {
  .about-doctor-section {
    padding: 90px 40px;
  }

  .about-doctor-content {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: center;
  }

  .about-doctor-title {
    font-size: 2.5rem;
  }
}

/* ========================================
   6. IMMUNOTHERAPY SECTION
   ======================================== */
.immunotherapy-section {
  padding: 60px 20px;
  background-color: white;
}

.immunotherapy-container {
  max-width: 1000px;
  margin: 0 auto;
}

.immunotherapy-content {
  background: linear-gradient(to bottom right, #fdfbf8, #F9E0CD);
  padding: 40px 30px;
  border-radius: 20px;
  border: 2px solid #F9E0CD;
  position: relative;
  overflow: hidden;
}

.immunotherapy-decorative-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(116, 65, 25, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.immunotherapy-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.immunotherapy-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #744119;
  line-height: 1.3;
}

.immunotherapy-intro {
  font-size: 1.05rem;
  color: #5a3415;
  line-height: 1.8;
}

.immunotherapy-benefits-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #744119;
  margin-bottom: 15px;
}

.immunotherapy-benefits-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.immunotherapy-benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  color: #5a3415;
}

.immunotherapy-check-icon {
  width: 24px;
  height: 24px;
  color: #25D366;
  flex-shrink: 0;
}

.immunotherapy-conclusion {
  font-size: 1.05rem;
  color: #5a3415;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .immunotherapy-section {
    padding: 80px 40px;
  }

  .immunotherapy-content {
    padding: 50px 60px;
  }

  .immunotherapy-title {
    font-size: 2.2rem;
  }
}

/* ========================================
   7. VALUE PROPOSITION SECTION
   ======================================== */
.value-proposition-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #744119 0%, #5a3415 100%);
  position: relative;
  overflow: hidden;
}

.value-proposition-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(249, 224, 205, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(249, 224, 205, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.value-proposition-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.value-proposition-icon-wrapper {
  width: 80px;
  height: 80px;
  background: rgba(249, 224, 205, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.value-proposition-icon {
  width: 40px;
  height: 40px;
  color: #F9E0CD;
}

.value-proposition-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #F9E0CD;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .value-proposition-section {
    padding: 80px 40px;
  }

  .value-proposition-text {
    font-size: 2.2rem;
  }
}

/* ========================================
   8. FINAL DIFFERENTIALS SECTION (4 blocos)
   ======================================== */
.final-differentials-section {
  padding: 60px 20px;
  background: linear-gradient(to bottom, #fdfbf8, white);
}

.final-differentials-container {
  max-width: 1200px;
  margin: 0 auto;
}

.final-differentials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.final-differential-card {
  background: white;
  padding: 35px 28px;
  border-radius: 16px;
  border: 2px solid #F9E0CD;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.final-differential-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(116, 65, 25, 0.12);
  border-color: #744119;
}

.final-differential-icon-wrapper {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #F9E0CD, #edd0b8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.final-differential-icon {
  width: 32px;
  height: 32px;
  color: #744119;
}

.final-differential-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #744119;
  line-height: 1.4;
}

.final-differential-description {
  font-size: 1rem;
  color: #5a3415;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .final-differentials-section {
    padding: 80px 40px;
  }

  .final-differentials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  .final-differentials-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ========================================
   9. LOCATION AND CONTACT SECTION
   ======================================== */
.location-contact-section {
  padding: 60px 20px;
  background: linear-gradient(to bottom, white, #F9E0CD);
}

.location-contact-container {
  max-width: 1200px;
  margin: 0 auto;
}

.location-contact-title {
  font-size: 2rem;
  font-weight: 700;
  color: #744119;
  text-align: center;
  margin-bottom: 50px;
}

.location-contact-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.location-contact-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.location-contact-item {
  background: white;
  padding: 25px;
  border-radius: 12px;
  border: 2px solid #F9E0CD;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.location-contact-icon-wrapper {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #F9E0CD, #edd0b8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.location-contact-icon {
  width: 24px;
  height: 24px;
  color: #744119;
}

.location-contact-text {
  flex: 1;
}

.location-contact-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #744119;
  margin-bottom: 8px;
}

.location-contact-value {
  font-size: 1rem;
  color: #5a3415;
  line-height: 1.6;
  margin: 5px 0;
}

.location-contact-payment-info {
  background: #fdfbf8;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #744119;
}

.location-contact-payment-text {
  font-size: 1rem;
  color: #5a3415;
  line-height: 1.7;
  font-style: italic;
}

.location-map-wrapper {
  width: 100%;
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(116, 65, 25, 0.15);
}

.location-map-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 768px) {
  .location-contact-section {
    padding: 80px 40px;
  }

  .location-contact-title {
    font-size: 2.5rem;
  }

  .location-contact-content {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .location-map-wrapper {
    height: 100%;
    min-height: 400px;
  }
}

/* ========================================
   10. OPENING HOURS SECTION
   ======================================== */
.opening-hours-section {
  padding: 50px 20px;
  background-color: white;
}

.opening-hours-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(to bottom right, #fdfbf8, #F9E0CD);
  padding: 40px 30px;
  border-radius: 16px;
  border: 2px solid #F9E0CD;
}

.opening-hours-icon-wrapper {
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 4px 15px rgba(116, 65, 25, 0.1);
}

.opening-hours-icon {
  width: 35px;
  height: 35px;
  color: #744119;
}

.opening-hours-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #744119;
  margin-bottom: 15px;
}

.opening-hours-text {
  font-size: 1.1rem;
  color: #5a3415;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .opening-hours-section {
    padding: 70px 40px;
  }

  .opening-hours-container {
    padding: 50px 60px;
  }

  .opening-hours-title {
    font-size: 2.2rem;
  }
}

/* ========================================
   11. FINAL CTA SECTION
   ======================================== */
.final-cta-section {
  padding: 70px 20px;
  background: linear-gradient(135deg, #744119 0%, #5a3415 100%);
  position: relative;
  overflow: hidden;
}

.final-cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 25% 35%, rgba(249, 224, 205, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 75% 65%, rgba(249, 224, 205, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.final-cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.final-cta-icon-wrapper {
  width: 90px;
  height: 90px;
  background: rgba(249, 224, 205, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.final-cta-icon {
  width: 45px;
  height: 45px;
  color: #F9E0CD;
}

.final-cta-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #F9E0CD;
  margin-bottom: 35px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.final-cta-button {
  display: inline-block;
  background-color: #25D366;
  color: white;
  padding: 18px 50px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.final-cta-button:hover {
  background-color: #20bd5a;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
}

@media (min-width: 768px) {
  .final-cta-section {
    padding: 100px 40px;
  }

  .final-cta-title {
    font-size: 2.5rem;
  }
}

/* ========================================
   12. FOOTER
   ======================================== */
.footer-otorrino {
  background: linear-gradient(to bottom, #744119, #5a3415);
  padding: 50px 20px 30px;
  color: #F9E0CD;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.footer-contact-title,
.footer-social-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #F9E0CD;
  margin-bottom: 12px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1rem;
  color: #F9E0CD;
}

.footer-contact-icon {
  width: 18px;
  height: 18px;
}

.footer-social-link {
  color: #F9E0CD;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.footer-social-link:hover {
  color: white;
}

.footer-bottom {
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid rgba(249, 224, 205, 0.2);
}

.footer-copyright {
  font-size: 0.9rem;
  color: rgba(249, 224, 205, 0.8);
}

@media (min-width: 768px) {
  .footer-otorrino {
    padding: 60px 40px 35px;
  }

  .footer-top {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
  }

  .footer-contact-item {
    justify-content: center;
  }
}

/* ========================================
   SCROLL BEHAVIOR
   ======================================== */
html {
  scroll-behavior: smooth;
}/* 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 */