:root {
  --azul-fuerte: #0A304B;
  --verde-claro: #36907F;
  --beige: #F8F4E3;
}
/* Animacion al inciar la página */
/* Animación de entrada desde arriba */
.from-top {
  opacity: 0;
  transform: translateY(-30px);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.from-top.active {
  opacity: 1;
  transform: translateY(0);
}

/* Animación de entrada desde abajo */
.from-bottom {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.from-bottom.active {
  opacity: 1;
  transform: translateY(0);
}

/* Animación de entrada desde la izquierda */
.from-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.from-left.active {
  opacity: 1;
  transform: translateX(0);
}

/* Animación de entrada desde la derecha */
.from-right {
  opacity: 0;
  transform: translateX(30px);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.from-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* Animación de entrada desde arriba al inicio */
.from-top-initial {
  opacity: 0;
  transform: translateY(-30px);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.from-top-initial.active {
  opacity: 1;
  transform: translateY(0);
}

/* Animación de entrada desde abajo al inicio */
.from-bottom-initial {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.from-bottom-initial.active {
  opacity: 1;
  transform: translateY(0);
}

/* Animación de entrada desde la izquierda al inicio */
.from-left-initial {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.from-left-initial.active {
  opacity: 1;
  transform: translateX(0);
}

/* Animación de entrada desde la derecha al inicio */
.from-right-initial {
  opacity: 0;
  transform: translateX(30px);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.from-right-initial.active {
  opacity: 1;
  transform: translateX(0);
}
html, body {
  overflow-x: hidden;
  scroll-behavior: smooth !important;
}
@font-face {
  font-family: 'Avenir Demi';
  src: url('fonts/AvenirNextCyr-Demi.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir bold';
  src: url('fonts/AvenirNextCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir medium italic';
  src: url('fonts/AvenirNextCyr-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
body, .navbar, .btn-especial {
  font-family: 'Avenir Demi', Arial, sans-serif;
}
body{
  background-color: #FBF5F5 !important;
}
h1, h2, h3, h4, h5, h6, p{
  color: var(--beige);
}
p{
  font-family: 'Avenir demi';
}
a.whatsapp-circle.mr-2:hover {
  color: var(--beige);
  text-decoration: none;
  background-color: var(--verde-claro);
  transition: all 0.3s ease;
}
a.whatsapp-circle.mr-2{
  transition: all 0.3s ease;
}
a:hover{
  text-decoration: none !important;
}
.t1{
  font-family: 'Avenir bold';
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.t2{
  font-family: 'Avenir bold';
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
.t2 span {
  border: 1px solid white;
  border-radius: 50px;
  padding: 0% 3%;
}
.t2 em {
  font-family: 'Avenir medium italic';
  color: var(--beige);
  font-weight: 100;
}
.t3{
  font-family: 'Avenir bold';
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--beige);
}
.t4{
  font-family: 'Avenir Demi';
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
.t5{
  font-family: 'Avenir bold';
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--azul-fuerte);
}
.t6{
  font-family: 'Avenir bold';
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 6px 0;
  color: white;
}
.t7{
  font-family: 'Avenir bold';
  font-size: 2.3rem;
  margin: 0px 0 6px 0;
}
.t8{
  font-family: 'Avenir demi';
  font-size: 1.5rem;
}
.t8 span {
  font-size: 15px;
}
.pad-1{
  padding-top: 20%;
}
.linea {
  height: 3px;
  background-color: var(--beige);
  transform: scaleY(0.5); /* Simula un grosor de 0.5px */
  transform-origin: top;
  margin-bottom: 20px;
}
.p1{
  font-size: 14px;
}
.p-beneficios{
  font-size: 14px;
  margin-bottom: 0 !important;
}
.qrt1{
  position: relative;
  background-image: linear-gradient(to left bottom, #0a304b, #003c53, #004856, #005354, #165d4f);
  padding: 5% 5%;
  border-radius: 13px;
}
.qrt2{
  background-image: url(img/bg-hero-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5% 5%;
  border-radius: 13px;
}
.qrt3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 350px;
  padding: 5% 7%;
  border-radius: 13px;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.qrt3:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.qrt3-citas {
  position: relative;
  background-color: var(--azul-fuerte) !important;
  overflow: hidden;
}

.qrt3-campana {
  position: relative;
  background-color: var(--verde-claro) !important;
  overflow: hidden;
}

.qrt3-base {
  position: relative;
  overflow: hidden;
}

.qrt3-paso1 {
  position: relative;
  background-color: var(--azul-fuerte) !important;
  overflow: hidden;
}

.qrt3-paso2 {
  position: relative;
  background-color: var(--verde-claro) !important;
  overflow: hidden;
}

.qrt3-paso3 {
  position: relative;
  background-color: var(--azul-fuerte) !important;
  overflow: hidden;
}

.qrt3-paso4 {
  position: relative;
  background-image: linear-gradient(to left bottom, #0a304b, #003c53, #004856, #005354, #165d4f);
  overflow: hidden;
}
.qrt3-citas::before {
  content: "";
  position: absolute;
  left: -47px; right: 0; bottom: 0; top: 0;
  background: url('img/icono-citas.png') no-repeat center bottom;
  background-size: 60% auto;
  pointer-events: none;
  z-index: 0;
}
.qrt3-citas > * {
  position: relative;
  z-index: 1;
} 
.qrt3-campana::before {
  content: "";
  position: absolute;
  left: -23px; right: 0; bottom: 0; top: 0;
  background: url('img/icono-campana.png') no-repeat center bottom;
  background-size: 70% auto;
  pointer-events: none;
  z-index: 0;
}
.qrt3-campana > * {
  position: relative;
  z-index: 1;
} 
.qrt3-base::before {
  content: "";
  position: absolute;
  left: -47px; right: 0; bottom: 0; top: 0;
  background: url('img/icono-bd.png') no-repeat center bottom;
  background-size: 50% auto;
  pointer-events: none;
  z-index: 0;
}
.qrt3-base > * {
  position: relative;
  z-index: 1;
} 
.qrt3-paso1::before {
  content: "";
  position: absolute;
  left: -47px; right: 0; bottom: 0; top: 0;
  background: url('img/icono-paso1.png') no-repeat center bottom;
  background-size: 50% auto;
  pointer-events: none;
  z-index: 0;
}
.qrt3-paso1 > * {
  position: relative;
  z-index: 1;
} 
.qrt3-paso2::before {
  content: "";
  position: absolute;
  left: -47px; right: 0; bottom: 0; top: 0;
  background: url('img/icono-paso2.png') no-repeat center bottom;
  background-size: 50% auto;
  pointer-events: none;
  z-index: 0;
}
.qrt3-paso2 > * {
  position: relative;
  z-index: 1;
} 
.qrt3-paso3::before {
  content: "";
  position: absolute;
  left: -47px; right: 0; bottom: 0; top: 0;
  background: url('img/icono-paso3.png') no-repeat center bottom;
  background-size: 50% auto;
  pointer-events: none;
  z-index: 0;
}
.qrt3-paso3 > * {
  position: relative;
  z-index: 1;
} 
.qrt3-paso4::before {
  content: "";
  position: absolute;
  left: -47px; right: 0; bottom: 0; top: 0;
  background: url('img/icono-paso4.png') no-repeat center bottom;
  background-size: 50% auto;
  pointer-events: none;
  z-index: 0;
}
.qrt3-paso4 > * {
  position: relative;
  z-index: 1;
}
.qrt-price1{
  background-color: var(--verde-claro);
  padding: 8% 7%;
  border-radius: 13px;
  
}
.qrt-price2{
  background-color: var(--azul-fuerte);
  padding: 8% 7%;
  border-radius: 13px;
}
.qrt-price3{
  background-image: linear-gradient(to left bottom, #0a304b, #003c53, #004856, #005354, #165d4f);
  padding: 8% 7%;
  border-radius: 13px;
}
.cont-1{
  background-image: url(img/bg-como-usar.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5% 5%;
  border-radius: 13px;
}
.bg-transp{
  background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 13px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
padding: 5% 5%;
}
.img-hero{
  max-width: 100%;
  border-radius: 13px;
}

/* ==========================================
   ESTILOS PARA QUE NAVBAR FUNCIONE AL HACER SCROLL
   ==========================================
   
   Para implementar un navbar sticky en otras páginas, necesitas:

   1. En el HTML:
      - Agregar un ID único al navbar (ejemplo: id="mainNavbar")
      - Asegurarte que el navbar tenga una clase base (ejemplo: class="navbar-custom")

   2. En el CSS (copiar estos estilos):
      - La clase base del navbar (.navbar-custom)
      - La clase para el estado sticky (.navbar-custom.sticky-navbar)
      - La animación (@keyframes slideDown)
      - El padding del body (.has-sticky-navbar)

   3. En el JavaScript (copiar este código):
      const navbar = document.getElementById('mainNavbar');
      if (navbar) {
        window.addEventListener('scroll', function() {
          if (window.innerWidth < 992) return; // Solo desktop
          let currentScroll = window.pageYOffset || document.documentElement.scrollTop;
          if (currentScroll > 80) { // Ajusta este valor según necesites
            navbar.classList.add('sticky-navbar');
            document.body.classList.add('has-sticky-navbar');
          } else {
            navbar.classList.remove('sticky-navbar');
            document.body.classList.remove('has-sticky-navbar');
          }
        });
      }
*/

.navbar-custom {
  background-color: #FBF5F5;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease; /* Suaviza la transición al hacer sticky */
}

.navbar-custom.sticky-navbar {
  position: fixed; /* Fija el navbar en la parte superior */
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; /* Asegura que el navbar esté por encima de otros elementos */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Agrega sombra para dar profundidad */
  animation: slideDown 0.3s ease; /* Animación al aparecer */
}

@keyframes slideDown {
  from {
    transform: translateY(-100%); /* Comienza desde arriba de la pantalla */
  }
  to {
    transform: translateY(0); /* Se desliza hasta su posición final */
  }
}

body.has-sticky-navbar {
  padding-top: 60px; /* Ajusta este valor según la altura de tu navbar */
}

.navbar-custom .navbar-nav .nav-link {
  color: var(--azul-fuerte);
  font-size: 1.05rem;
  margin-right: 18px;
  transition: all 0.3s ease;
  padding-bottom: 0.1rem;
  position: relative;
}

.navbar-custom .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--verde-claro);
  transition: width 0.3s ease;
}

.navbar-custom .navbar-nav .nav-link:hover::after,
.navbar-custom .navbar-nav .nav-link.active::after {
  width: 100%;
}

.navbar-custom .navbar-nav .nav-link.active {
  color: var(--verde-claro);
  font-weight: 600;
}

.navbar-logo {
  height: 38px;
  margin-right: 18px;
}

.navbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.whatsapp-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--azul-fuerte);
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  border: none;
  transition: none;
}

.btn-especial {
  background: var(--azul-fuerte);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 28px;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.3s;
  cursor: pointer;
}

.btn-especial:hover {
  background: var(--verde-claro);
}
.btn2 {
  background: var(--verde-claro);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 5px 28px;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.3s;
  cursor: pointer;
}

.btn2:hover {
  background: var(--azul-fuerte);
}
.btn3 {
  background: var(--verde-claro);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 5px 28px;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.3s;
  cursor: pointer;
  width: 50%;
}

.btn3:hover {
  background: var(--azul-fuerte);
}
.btn4{
  border: 1px solid var(--beige);
  padding: 1% 0;
  background-color: transparent;
  font-weight: 600;
  font-size: 1rem;
  font-family: 'Avenir demi';
  color: var(--beige);
  border-radius: 50px;
  width: 100%;
  margin-top: 10%;
  transition: all 0.3s ease;
}
.btn4:hover{
  background-color: var(--beige);
  color: var(--verde-claro);
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .navbar-custom .navbar-nav .nav-link {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.row-equal {
  display: flex;
  flex-wrap: wrap;
}

.row-equal > [class^="col-"] {
  display: flex;
  flex-direction: column;
}

.qrt1, .qrt2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bg-transp {
  margin-top: auto;
}

@media (max-width: 991.98px) {
  .row-equal {
    flex-direction: column;
  }
  .qrt1, .qrt2 {
    min-height: unset;
    height: auto;
  }
}

.redes-qrt {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: auto;
  z-index: 2;
  gap: 8px;
}

.icon-redes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--beige);
  color: var(--azul-fuerte);
  font-size: 1.5rem;
  text-decoration: none;
  margin-left: 4px;
  transition: background 0.2s, color 0.2s;
}

.icon-redes:hover {
  background: var(--azul-fuerte);
  color: #fff;
}

@media (max-width: 991.98px) {
  .redes-qrt {
    position: static;
    justify-content: center;
    margin-top: 16px;
  }
}

@media (max-width: 767.98px) {
  .redes-qrt {
    right: 16px;
    bottom: 16px;
    gap: 6px;
  }
}

/* Estilos del marquee */
.marquee-outer {
  overflow: hidden;
  width: 100%;
  background: transparent;
  padding: 0;
  position: relative;
  max-width: 1140px; /* Ancho máximo del container de Bootstrap */
  margin: 0 auto; /* Centra el marquee */
}

.marquee-outer::before,
.marquee-outer::after {
  content: '';
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.marquee-outer::before {
  left: 0;
  background: linear-gradient(to right, #FBF5F5 47%, rgba(251, 245, 245, 0) 100%)
}

.marquee-outer::after {
  right: 0;
  background: linear-gradient(to left, #FBF5F5 47%, rgba(251, 245, 245, 0) 100%)
}

/* Ajustes responsivos para el marquee */
@media (max-width: 1140px) {
  .marquee-outer {
    max-width: 100%; /* En pantallas más pequeñas, usa el ancho completo */
    padding: 0 15px; /* Agrega padding para mantener el espaciado del container */
  }
}

@media (max-width: 991.98px) {
  .marquee-item {
    font-size: 1.1rem;
    gap: 6px;
  }
  .icon-marquee {
    font-size: 1.2rem;
  }
  .marquee-inner {
    gap: 24px;
  }
}

.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee-move 80s linear infinite;
  align-items: center;
  gap: 48px;
}

.marquee-item {
  font-family: 'Avenir Demi', Arial, sans-serif;
  font-size: 1.5rem;
  color: var(--azul-fuerte);
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-marquee {
  color: var(--verde-claro);
  font-size: 1.6rem;
  margin-right: 6px;
}

@keyframes marquee-move {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.p-beneficios {
  margin-top: auto;
}

@media (max-width: 991.98px) {
  .qrt3 {
    min-height: 220px;
    height: auto;
  }
}
i.fas.fa-chevron-right {
  font-size: 15px;
}
/* estilos del slider */
.custom-slider {
  position: relative;
  width: 100%;
  min-height: 350px;
  border-radius: 20px;
  overflow: hidden;
  /* margin: 40px 0; */
}

.slider-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.slider-content {
  position: relative;
  display: flex;
  z-index: 2;
  padding: 40px;
  align-items: center;
}

.slider-img-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  min-width: 0;
  max-width: none;
}

.slider-img {
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
  margin-bottom: 18px;
  object-fit: cover;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}

.slider-btn {
  background: var(--verde-claro);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1.3rem;
  cursor: pointer;
  transition: background 0.2s;
}
.slider-btn:hover {
  background: var(--azul-fuerte);
}

#sliderDots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 3px;
  opacity: 0.5;
  transition: opacity 0.2s;
}
#sliderDots .active {
  opacity: 1;
  background: var(--verde-claro);
}

.slider-text-col {
  width: 50%;
  color: #fff;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  max-width: none;
}

@media (max-width: 900px) {
  .slider-content {
    flex-direction: column;
    padding: 20px;
  }
  .slider-img-col, .slider-text-col {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .slider-text-col {
    padding-left: 0;
    margin-top: 20px;
  }
}

.title-slider {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 18px;
  font-family: 'Avenir bold';
}

.p-slider {
  font-size: 15px;
  color: white;
  margin-bottom: 20px;
  font-family: 'Avenir demi';
}

/* Transiciones suaves para el slider */
.slider-img, .slider-bg, .slider-text-col {
  transition: opacity 0.6s cubic-bezier(.4,0,.2,1), transform 0.6s cubic-bezier(.4,0,.2,1);
}
.slider-img.fade-out, .slider-bg.fade-out, .slider-text-col.fade-out {
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
}
.slider-img.fade-in, .slider-bg.fade-in, .slider-text-col.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* FAQ Accordion Styles */
.faq-accordion {
  margin-top: 32px;
}
.faq-item {
  border: 1.5px solid var(--azul-fuerte);
  border-radius: 14px;
  background: #f9f9f9;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(10,48,75,0.02);
  padding: 0;
}
.faq-item + .faq-item {
  margin-top: 18px;
}
.faq-question {
  width: 100%;
  background: #fbf5f5;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  font-size: 1.13rem;
  color: var(--azul-fuerte);
  font-family: 'Avenir bold';
  border-radius: 14px;
  transition: background 0.2s;
  cursor: pointer;
}
.faq-question span b {
  font-family: 'Avenir bold';
  font-size: 15px;
  color: var(--azul-fuerte);
}
.faq-question em {
  font-family: 'Avenir medium italic';
  color: var(--azul-fuerte);
  font-weight: 100;
}
.faq-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--azul-fuerte);
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 1.3rem;
  transition: background 0.2s, color 0.2s, transform 0.3s;
}
.faq-question[aria-expanded="true"] .faq-arrow {
  background: var(--verde-claro);
  color: #fff;
  transform: rotate(90deg);
}
.faq-answer {
  padding: 0 24px 18px 24px;
  color: var(--azul-fuerte);
  font-size: 1.05rem;
  font-family: 'Avenir demi';
  background: #fbf5f5;
  border-radius: 0 0 14px 14px;
  transition: max-height 0.4s cubic-bezier(.4,0,.2,1), opacity 0.4s cubic-bezier(.4,0,.2,1);
}

@media (max-width: 991.98px) {
  .faq-accordion .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.form-control{
  color: var(--azul-fuerte) !important;
  background-color: transparent !important;
  background-clip: padding-box !important;
  border-radius: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--azul-fuerte) !important;
  font-family: 'Avenir demi' !important;
  }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.form-control:focus {
  box-shadow: 0 0 0 .2rem rgb(26 93 164 / 7%) !important;
}

/* estilos del footer */
.footer-citocli {
  background: var(--azul-fuerte);
  width: 100%;
  margin-top: 0;
  padding: 0;
  font-family: 'Avenir Demi', Arial, sans-serif;
}
.footer-logo-img {
  max-width: 50%;
}
.footer-desc {
  font-size: 1rem;
  color: var(--beige);
  opacity: 0.85;
  margin-bottom: 0;
}
.footer-title {
  font-family: 'Avenir bold';
  color: var(--beige);
  font-size: 1.1rem;
  margin-bottom: 12px;
}
.footer-menu ul,
.footer-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu ul li,
.footer-info ul li {
  margin-bottom: 8px;
}
.footer-menu ul li a,
.footer-info ul li a {
  color: var(--beige);
  text-decoration: none;
  font-size: 1rem;
  opacity: 0.9;
  transition: color 0.2s;
}
.footer-menu ul li a:hover,
.footer-info ul li a:hover {
  color: var(--verde-claro);
}
.footer-bottom {
  background: var(--verde-claro);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 32px;
  font-size: 1rem;
  color: #fff;
  font-family: 'Avenir Demi';
}
.footer-copy {
  font-size: 0.98rem;
}
.footer-dev {
  font-size: 0.98rem;
  text-align: right;
}
@media (max-width: 900px) {
  .footer-bottom {
    flex-direction: column;
    gap: 6px;
    padding: 12px 16px;
    text-align: center;
  }
  .footer-dev {
    text-align: center;
  }
}
.marquee-padding{
  padding: 2rem 0 2rem 0;
}
.padding-section{
  padding: 3rem 0 3rem 0;
}
.pad-row{
  padding-top: 1.5rem!important
}
/* Media Querys Mobile */
@media (max-width: 767.98px) {
  h1, h2, h3, h4, h5, h6, p{
    text-align: center;
  }
  .t1{
    font-size: 1.8rem;
  }
  .align-buttons{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .qrt1{
    margin-bottom: 8%;
  }
  .marquee-padding{
    padding: 0 0 9% 0;
  }
  .qrt3 {
    margin-bottom: 8%;
  }
  .padding-section{
    padding: .5rem 0 .5rem 0;
  }
  .btn3{
    width: 100%;
  }
  .qrt3-paso1{
    margin-top: 8%;
  }
  .pad-row{
    padding-top: 1% !important
  }
  .faq-answer{
    text-align: center;
  }
  .pad-1 {
    padding-top: 10%;
  }
  .qrt-price1, .qrt-price2{
    margin-bottom: 2.5rem;
  }
  .footer-main{
    text-align: center;
  }
}

/* Botón Scroll to Top */
.btn-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: var(--verde-claro);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.btn-scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-scroll-top:hover {
  background-color: var(--azul-fuerte);
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.btn-scroll-top i {
  color: white;
  font-size: 1.2rem;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .btn-scroll-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

.navbar-toggler {
  border: none;
  padding: 0;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(10, 48, 75, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}