html {
  scroll-behavior: smooth;
}

#procedimientos,
#beneficios,
#preguntas,
#pagos,
#contact,
#especialistas {
  scroll-margin-top: 50px;
}

.hero-banner-area {
  background-image: url('./hero.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.hero-banner-area .banner-text {
  backdrop-filter: blur(5px);
  background-color: #ffffff3d;
  padding: 20px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .hero-banner-area {
    background-image: url('./hero-mobile.png');
    background-position: center;
  }
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.btn:focus {
  background-color: #dc3545;
  color: #fff;
}

.casos-reales {
  padding-top: 85px;
  padding-bottom: 55px;
  background: #cfd1c4;
}

.r-14 {
  border-radius: 14px;
}

.casos-reales h2 {
  color: #707e65;
}
