.floating-actions {
  position: fixed;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  z-index: 1050;
  pointer-events: none;
}

.floating-whatsapp {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  pointer-events: auto;
}

.floating-whatsapp__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #25d366;
  color: #ffffff;
  font-size: 1.5rem;
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp__button:hover,
.floating-whatsapp__button:focus {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(37, 211, 102, 0.32);
  text-decoration: none;
}

.floating-whatsapp__tooltip {
  background-color: #ffffff;
  color: var(--azul-profundo);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.6rem 1rem;
  border-radius: 12px;
  box-shadow: 0 18px 26px rgba(20, 59, 103, 0.15);
  position: relative;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.floating-whatsapp__tooltip::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  box-shadow: -3px 3px 10px rgba(20, 59, 103, 0.06);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.floating-whatsapp:hover .floating-whatsapp__tooltip,
.floating-whatsapp:focus-within .floating-whatsapp__tooltip {
  opacity: 0;
  transform: translateX(-12px);
}

@media (max-width: 767.98px) {
  .floating-actions {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
  .footer-links-grid {
    gap: 1rem !important;

}
  .floating-whatsapp__tooltip {
    display: none;
  }

  .video-carousel-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .video-marquee-wrapper {
    padding: 0 2.25rem;
  }

  .video-card {
    flex: 0 0 100%;
  }

  .video-marquee-control {
    width: 40px;
    height: 40px;
  }

  .video-marquee-control.prev {
    left: 0.25rem;
  }

  .video-marquee-control.next {
    right: 0.25rem;
  }
}

.back-to-top {
  pointer-events: auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, rgba(7, 152, 188, 0.95), rgba(20, 59, 103, 0.95));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 18px 38px rgba(20, 59, 103, 0.25);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  opacity: 0;
  visibility: hidden;
}

.back-to-top:hover,
.back-to-top:focus {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px rgba(20, 59, 103, 0.3);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767.98px) {
  .back-to-top {
    width: 46px;
    height: 46px;
    font-size: 1.1rem;
  }
}

:root {
  --azul-cielo: #0798bc;
  --azul-profundo: #143b67;
  --gris-claro: #f2f6f9;
}
a:hover{
  text-decoration: none;

}
.btn-link:hover {
  color: #0056b3;
  text-decoration: none;
}
a {
  color: white;
}
.lista-footer {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
body {
  font-family: "Poppins", sans-serif;
  color: var(--azul-profundo);
  background-color: #ffffff;
}
html {
  scroll-behavior: smooth;
}
.heading-lg {
  font-size: 36px;
  font-weight: 600;
  color: var(--azul-profundo);
  line-height: 1.2;
}

.body-text {
  font-size: 16px;
  font-weight: 500;
  color: #272727;
  line-height: 1.8;
}
.top-bar {
  background-color: var(--azul-cielo);
  color: #ffffff;
  font-size: 0.95rem;
  letter-spacing: 0.02rem;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.top-bar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(255, 255, 255, 0.12);
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 600;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.top-bar-link:hover,
.top-bar-link:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.top-bar-link i {
  font-size: 0.85rem;
}

.top-bar i {
  font-size: 0.85rem;
  margin-left: 0.35rem;
}

.main-navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: box-shadow 0.25s ease;
}

.nav-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-areas:
    "brand toggler language"
    "menu menu menu";
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.navbar-brand {
  grid-area: brand;
  display: flex;
  align-items: center;
}

.navbar-toggler {
  grid-area: toggler;
  justify-self: center;
}

.logo-image {
  max-width: 200px;
}

.navbar.navbar-light.main-navbar .navbar-nav .nav-link {
  font-weight: 600;
  color: var(--azul-profundo);
  font-size: 0.95rem;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.navbar.navbar-light.main-navbar .navbar-nav .nav-link:hover,
.navbar.navbar-light.main-navbar .navbar-nav .nav-link:focus {
  color: var(--azul-cielo);
}

.navbar.navbar-light.main-navbar .navbar-nav .nav-item.active .nav-link {
  border-bottom: 2px solid var(--azul-profundo);
  padding-bottom: calc(0.5rem - 2px);
}

.navbar.navbar-light.main-navbar .navbar-nav .nav-link.nav-link-cta {
  border: 1px solid rgba(7, 152, 188, 0.3);
  border-radius: 26px;
  padding: 0.45rem 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.navbar.navbar-light.main-navbar .navbar-nav .nav-link.nav-link-cta:hover,
.navbar.navbar-light.main-navbar .navbar-nav .nav-link.nav-link-cta:focus {
  color: #ffffff;
  background-color: var(--azul-cielo);
  border-color: var(--azul-cielo);
  box-shadow: 0 12px 24px rgba(7, 152, 188, 0.2);
}
.hero-section {
  position: relative;
  padding-top: 0;
  padding-bottom: 6rem;
  min-height: 600px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section .container {
  width: 100%;
  max-width:100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-image: url("img/bg-hero-dr-esteban-castro.png");
  background-size: cover;
  background-position: center;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section .container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 74%);
  z-index: 0;
}

.hero-section .row {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.hero-content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  width: 100%;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
}

.hero-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  color: #ffffff;
}

.hero-description {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #ffffff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 30px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-btn-primary {
  background-color: var(--azul-cielo);
  color: #ffffff;
  border: 1px solid transparent;
}

.hero-btn-primary:hover,
.hero-btn-primary:focus {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(7, 152, 188, 0.25);
  text-decoration: none;
}

.hero-btn-outline {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
}

.hero-btn-outline:hover,
.hero-btn-outline:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
}

.recognition-card .hero-btn-outline {
  border-color: rgba(20, 59, 103, 0.25);
  color: var(--azul-profundo);
  background-color: #ffffff;
}

.recognition-card .hero-btn-outline:hover,
.recognition-card .hero-btn-outline:focus {
  color: var(--azul-profundo);
  background-color: rgba(7, 152, 188, 0.12);
  box-shadow: 0 10px 20px rgba(20, 59, 103, 0.12);
}

.recognitions-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.recognition-row {
  gap: 1.5rem 0;
}

.recognition-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  box-shadow: 0 12px 35px rgba(20, 59, 103, 0.08);
  height: 100%;
  max-width: 260px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: #46494E;
  margin-bottom: 0.8rem;
}

.recognition-logo {
  max-width: 110px;
  margin-bottom: 1.25rem;
}

.recognition-logo-google {
  max-width: 58px;
}

.recognition-logo-doctoralia {
  max-width: 130px;
}

.card-rating {
  font-size: 30px;
  font-weight: 600;
  color: #46494E;
  margin-bottom: 0.4rem;
}

.card-stars {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  color: #FBEE01;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.doctoralia-card .card-stars {
  color: #00bfa5;
}

.doctoralia-rating {
  color: #00bfa5;
}

.card-subtitle {
  font-size: 0.9rem;
  color: #46494E;
  margin-bottom: 0.6rem;
  font-weight: 500;
}

.card-opinions {
  font-size: 0.85rem;
  color: #46494E;
  margin-bottom: 0;
  font-weight: 500;
}

.recognition-card .hero-btn {
  width: 100%;
  max-width: 160px;
}

.values-section {
  background-color: #e1eef7;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  color: var(--azul-profundo);
}

.values-title {
  margin-bottom: 0;
}

.value-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: var(--azul-profundo);
}

.value-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
}

.value-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--azul-profundo);
}

.value-text {
  font-size: 13px;
  font-weight: 500;
  color: rgba(20, 59, 103, 0.85);
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 240px;
}

.about-section {
  padding-top: 6.25rem;
  padding-bottom: 8.25rem;
}

.about-images {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  padding-right: 3rem;
}

.about-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(20, 59, 103, 0.1);
}

.about-image img {
  display: block;
  width: 100%;
  height: auto;
}

.about-image-back {
  position: relative;
  transform: translateX(-8%);
}

.about-image-front {
  position: absolute;
  right: 0;
  bottom: -8%;
  width: 58%;
  border-radius: 10px;
}

.about-content {
  color: var(--azul-profundo);
}

.about-subtitle {
  margin-bottom: 1.5rem;
}

.about-text {
  margin-bottom: 2rem;
}

.doctoralia-card .card-eyebrow {
  color: #00bfa5;
}

.recognition-seal {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.seal-image {
  max-width: 140px;
  width: 100%;
  height: auto;
}

.recognition-quote {
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  color: var(--azul-profundo);
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1rem;
}

.language-toggle {
  font-weight: 600;
  color: var(--azul-profundo);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.language-toggle:focus {
  box-shadow: none;
}

.language-toggle .flag-icon-img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  margin-right: 0.35rem;
  border-radius: 2px;
}

.dropdown-menu-language {
  min-width: 6rem;
}

.dropdown-menu-language .dropdown-item {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: var(--azul-profundo);
}

.dropdown-menu-language .dropdown-item .flag-icon-img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  margin-right: 0.5rem;
  border-radius: 2px;
}

.language-dropdown {
  grid-area: language;
  justify-self: end;
}

.nav-container .navbar-collapse {
  grid-area: menu;
  flex-basis: 100%;
  width: 100%;
}

.site-footer {
  margin-top: 0;
}

.footer-primary {
  background-color: var(--azul-profundo);
  color: #ffffff;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.footer-primary-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr 1.6fr;
}

.footer-logo img {
  max-width: 170px;
}

.footer-block {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-block-wide {
  gap: 0.9rem;
}

.footer-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.footer-text {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}

.footer-text.mb-2 {
  margin-bottom: 0.5rem;
}

.footer-btn {
  margin-top: 1rem;
}

.footer-block-wide .footer-btn {
  align-self: flex-start;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: var(--azul-profundo);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.footer-social a:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(20, 59, 103, 0.25);
}

.footer-secondary {
  background-color: var(--azul-cielo);
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-secondary-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 1.5rem 0;
}

.footer-links {
  color: #ffffff;
}

.footer-links-grid {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.footer-links-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.35rem;
}

.footer-link-block ul li {
  list-style: none;
}

.footer-links a,
.footer-links a:link,
.footer-links a:visited {
  font-size: 11px;
  font-weight: 500;
  color: #ffffff !important;
  text-decoration: none;
  display: inline-block;
  overflow-wrap: anywhere;
  line-height: 1.5;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: grid;
  gap: 0.5rem;
}

@media (max-width: 991.98px) {
  .main-navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    position: static;
    box-shadow: none;
  }

  .navbar-toggler {
    border: none;
    padding: 0.35rem 0.5rem;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

 
  .hero-section {
    padding-top: 0;
    padding-bottom: 2rem;
    min-height: 600px;
    flex-direction: column;
    justify-content: center;
  }

  .hero-section .container {
    width: 90%;
    max-width: 90%;
    min-height: 400px;
    padding: 2rem 1.5rem;
  }

  .hero-content-wrapper {
    min-height: 400px;
    padding: 1rem 0;
  }

  .hero-content {
    max-width: 100%;
    padding: 0 1rem;
  }

  .hero-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.3;
  }

  .hero-description {
    font-size: 15px;
    text-align: center;
    margin-bottom: 1.75rem;
    line-height: 1.6;
  }

  .hero-actions {
    justify-content: center;
  }

  .recognition-card {
    max-width: 100%;
    padding: 1.75rem 1.5rem;
  }

  .recognition-quote {
    padding: 0;
  }

  .recognition-seal {
    margin-bottom: 1rem;
  }

  .values-title {
    text-align: center;
    margin-bottom: 2rem;
  }

  .value-item {
    text-align: center !important;
    align-items: center;
  }

  .value-text {
    max-width: none;
  }

  .about-images {
    max-width: 360px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
  .about-image-front {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: -3rem;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-subtitle {
    text-align: center;
  }

  .about-content {
    text-align: center;
  }

  .about-content .hero-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-lg {
    font-size: 28px;
    text-align: center;
  }

  .treatments-intro {
    margin-bottom: 2.5rem;
  }

  .treatment-card {
    padding: 2rem 1.5rem;
  }
  .text-center-mobile{
    text-align: center;
  }
  .priority-content {
    text-align: center;
  }

  .priority-progress {
    margin-bottom: 2rem;
  }

  .priority-stats {
    justify-content: center;
    gap: 2rem;
  }

  .video-marquee-wrapper {
    padding: 0 2.5rem;
  }

  .video-card {
    flex: 0 0 45%;
  }

  .video-marquee-control.prev {
    left: 0;
    display: none;
  }

  .video-marquee-control.next {
    right: 0;
    display: none;
  }

  .stat-item {
    align-items: center;
  }

  .priority-image {
    margin-top: 2.5rem;
  }

  .t-card-row {
    grid-template-columns: 1fr;
  }



  .map-embed {
    height: 320px;
    margin-top: 2rem;
  }

  .map-section .row > .col-lg-8,
  .map-section .row > .col-lg-4 {
    text-align: center;
  }

  .map-section .hero-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-primary-grid {
    grid-template-columns: 1fr;
  }

  .footer-block-wide .footer-btn {
    align-self: center;
  }

  .footer-links-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .footer-secondary-title {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .hero-section {
    min-height: 600px;
  }

  .nav-container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .navbar-brand {
    margin-right: 1.5rem;
    order: 1;
  }

  .navbar-toggler {
    display: none !important;
  }

  .main-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: #ffffff;
  }

  .main-navbar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 8px 24px rgba(20, 59, 103, 0.12);
    animation: navbarSlideDown 0.25s ease;
  }

  .nav-container .navbar-collapse {
    flex-basis: auto;
    width: auto;
    margin-left: 2rem;
    order: 2;
  }

  .language-dropdown {
    order: 3;
    margin-left: auto;
  }
}


@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.treatments-section {
  background-color: #e1eef7;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.treatments-intro {
  max-width: 760px;
  margin: 0 auto 3rem;
}

.treatments-title {
  margin-bottom: 1rem;
}

.treatments-description {
  margin-bottom: 0;
}

.treatment-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 2.25rem 1.75rem;
  box-shadow: 0 18px 40px rgba(20, 59, 103, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.treatment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(20, 59, 103, 0.14);
}

.treatment-icon {
  width: 58px;
  height: 58px;
}

.treatment-heading {
  font-size: 22px;
  font-weight: 600;
  color: var(--azul-profundo);
  margin-bottom: 0.5rem;
}

.treatment-text {
  font-size: 13px;
  font-weight: 500;
  color: rgba(20, 59, 103, 0.85);
  line-height: 1.7;
  flex: 1 1 auto;
}

.treatment-divider {
  max-width: 70%;
}

.treatment-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  font-weight: 600;
  color: var(--azul-profundo);
  text-decoration: none;
}

.treatment-link:hover,
.treatment-link:focus {
  text-decoration: none;
}

.treatment-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--azul-profundo);
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}

.priority-section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.priority-content > .body-text {
  margin-bottom: 1.25rem;
}

.priority-checklist {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

.priority-checklist li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.priority-checklist li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: var(--azul-cielo);
  font-size: 1rem;
}

.priority-progress {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.progress-label {
  font-size: 16px;
  font-weight: 500;
  color: #272727;
  margin-bottom: 0.5rem;
}

.progress-track {
  height: 10px;
  background-color: #85c1cf;
  border-radius: 999px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-color: var(--azul-cielo);
  border-radius: inherit;
  width: 0;
  transition: width 1.6s ease;
}

.priority-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.stat-value {
  font-family: "Playfair Display", serif;
  font-size: 62px;
  font-weight: 600;
  color: var(--azul-profundo);
  line-height: 1;
}

.stat-label {
  color: #272727;
  margin: 0;
}

.priority-image {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(20, 59, 103, 0.1);
}

.priority-image img {
  display: block;
  width: 100%;
  height: auto;
}

.video-carousel-section {
  background-color: #f5f9fc;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.video-carousel-header {
  max-width: 720px;
  margin: 0 auto 3rem;
}

.video-marquee-wrapper {
  position: relative;
  padding: 0 3.5rem;
}

.video-marquee {
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.video-marquee::-webkit-scrollbar {
  display: none;
}

.video-marquee-track {
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
  padding: 0.5rem 0;
  will-change: transform;
}

.video-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  min-width: 260px;
  flex: 0 0 25%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.video-card:hover {
  transform: translateY(-4px);
}

.video-frame {
  border-radius: 12px;
  overflow: hidden;
}

.video-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--azul-profundo);
  margin: 0;
  text-align: center;
}

.video-marquee-control {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(7, 152, 188, 0.95), rgba(20, 59, 103, 0.95));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  box-shadow: 0 12px 24px rgba(20, 59, 103, 0.18);
  border: none;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.video-marquee-control i {
  color: #ffffff;
  font-size: 0.95rem;
}

.video-marquee-control:hover,
.video-marquee-control:focus {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 18px 36px rgba(20, 59, 103, 0.28);
}

.video-marquee-control.prev {
  left: 0.5rem;
}

.video-marquee-control.next {
  right: 0.5rem;
}

@media (max-width: 1199.98px) {
  .video-marquee-wrapper {
    padding: 0 0rem;
  }

  .video-card {
    flex: 0 0 33.333%;
  }
}

.testimonials-section {
  background-color: #e1eef7;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.testimonials-intro {
  max-width: 680px;
  margin: 0 auto 3rem;
}

.t-card-row {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.testimonial-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-height: 100%;
}

.testimonial-quote {
  position: absolute;
  top: 1.5rem;
  right: 1.75rem;
  width: 38px;
  height: auto;
  opacity: 0.35;
}

.testimonial-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.placeholder-avatar {
  background-color: rgba(20, 59, 103, 0.08);
  color: var(--azul-profundo);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--azul-profundo);
  margin-bottom: 0.25rem;
}

.testimonial-role {
  font-size: 14px;
  font-weight: 500;
  color: rgba(20, 59, 103, 0.75);
  margin: 0;
}

.testimonial-text {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: var(--azul-profundo);
  margin: 0;
  text-align: center;
}

.testimonials-indicators {
  position: static;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.testimonials-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #89939d;
}

.testimonials-indicators .active {
  background-color: var(--azul-profundo);
}

.faq-section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}


.map-section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.map-subheading {
  font-size: 16px;
  font-weight: 600;
  color: var(--azul-profundo);
  margin-bottom: 0.5rem;
}

.map-text {
  margin-bottom: 0rem;
  line-height: 1.7;
}

.map-embed {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(20, 59, 103, 0.1);
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.faq-accordion .faq-card {
  border: none;
  border-radius: 7px;
  margin-bottom: 1rem;
  background-color: #e1eef7;
}

.faq-card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}

.faq-question button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: var(--azul-profundo);
  padding: 1.25rem 1.5rem;
  border: none;
}

.faq-question button:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.faq-question button:hover {
  text-decoration: none;
}

.faq-icon {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 1.5rem;
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
  font-size: 15px;
  font-weight: 500;
  color: #272727;
}

.faq-card:last-child {
  margin-bottom: 0;
}

.faq-question button .faq-icon {
  position: relative;
  width: 24px;
  text-align: center;
}

.faq-question button .faq-icon::before {
  content: attr(data-icon-open);
  display: inline-block;
  transform: translateY(-2px);
}

.faq-question button.collapsed .faq-icon::before {
  content: attr(data-icon-close);
}

.treatments-spine-section {
  background-color: var(--azul-cielo);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.treatment-spine-card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.treatment-spine-image {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.treatment-spine-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.treatment-spine-title-box {
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  margin: -1.5rem 1.5rem 0;
  border-radius: 5px;
  box-shadow: 0 18px 40px rgba(20, 59, 103, 0.1);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}

.treatment-spine-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  text-align: center;
}

.treatment-spine-content {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0 0 10px 10px;
  flex: 1;
}

.treatment-spine-text {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
  margin: 0;
}

.treatment-spine-indicators {
  position: static;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.treatment-spine-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}

.treatment-spine-indicators .active {
  background-color: #ffffff;
}

@media (max-width: 767.98px) {
  .treatments-spine-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .treatments-spine-section .heading-lg {
    font-size: 28px;
  }

  .treatment-spine-title-box {
    margin: -1.5rem 1rem 0;
    padding: 0.875rem 1.25rem;
    min-height: 56px;
  }

  .treatment-spine-title {
    font-size: 14px;
  }

  .treatment-spine-content {
    padding: 1.25rem 1rem;
  }
}

.contact-form-section {
  background-color: var(--azul-cielo);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.contact-form-wrapper {
  padding: 0;
}

.contact-form {
  margin-top: 2rem;
}

.contact-form .form-group {
  margin-bottom: 1.5rem;
}

.contact-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0;
  padding: 0.75rem 0;
  color: #ffffff;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  transition: border-color 0.3s ease;
}

.contact-input:focus {
  outline: none;
  border-bottom-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.contact-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.contact-input:-webkit-autofill,
.contact-input:-webkit-autofill:hover,
.contact-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.contact-textarea {
  resize: vertical;
  min-height: 100px;
}


.contact-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-doctor-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(20, 59, 103, 0.1);
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .contact-form-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-form-section .heading-lg {
    font-size: 28px;
  }

  .contact-doctor-image {
    margin-top: 2rem;
  }
}

