html, body {
  margin: 0;
  padding: 0;
}

html { 
  background: transparent; }

body.web.content-loaded {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
html {
    font-size: 16px; 
    font-family: 'verdana', sans-serif !important;
  }

  body {
    font-size: 1rem;
    line-height: 1.6;
    color: #1d3b6d;
    min-width: 375px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    
  }

/*FUENTES*/
@font-face {
    font-family: 'Verdana Pro Condensed Black';
    src: url('../Font/VerdanaPro-CondBlack.woff2') format('WOFF2'),
         url('../Font/VerdanaPro-CondBlack.woff') format('WOFF');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }


/* Topbar por defecto */
#topbar {
  background-color: #fff;
  color: #1d3b6d;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Oculto con scroll */
#topbar.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
}

/* Navbar inicial (transparente sobre hero) */
.navbar {
  background: transparent !important;
  box-shadow: none !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* Navbar con scroll*/
.navbar.scrolled {
  top: 0; 
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

/* Links */
.navbar .nav-link {
  color: #fff !important; 
  transition: color 0.3s ease;
}
.navbar.scrolled .nav-link:not(.btn-sfyc-nav) {
  color: #1d3b6d !important;
}

.navbar.scrolled .nav-link:hover {
  color: #379387 !important; 
}

/* Logo por defecto */
.logo-dark { display: none; }
.logo-light { display: inline-block; }

/* Cambia logo al hacer scroll */
.navbar.scrolled .logo-light { display: none; }
.navbar.scrolled .logo-dark { display: inline-block; }

/* Fondo blanco del menú colapsable en móviles/tablet */


  /*FONDO SECCIONES */
  .img-hero {
    background-image: url('../img/bg-hero.png'); 
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 60px;
  
  }

  .bg-nosotros-slider{
    background-image: url('../img/bg-nosotros.png'); 
    background-size: cover; 
    background-position: center bottom;;
    background-repeat: no-repeat;
    min-height: 750px;
    position: relative;
    z-index: 0;
    width: 100%;
  }

  .bg-nuestroEquipo{
    background-image: url('../img/bg-NuestroEquipo.png'); 
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 800px;
    z-index: 0;
    width: 100%;
  }

  .bg-servicios{
    background-image: url('../img/bg-servicios.png'); 
    background-size: cover; 
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 750px;
    position: relative;
    z-index: 0;
    width: 100%;
  }

  .bg-sfyc_fondoverde {
    background-color: #379387; 
  }

  /* Fondo de la sección */
.seguridad-section {
  background: url('../img/bg-seguridad.png') no-repeat center center/cover;
  position: relative;
  min-height: 100vh;  
}

/* Fondo sección contactanos */
.bg-contacto{
  background-image: url('../img/bg-contactoo.png'); 
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 800px;
  z-index: 0;
  width: 100%;
}

  /*TITULOS*/
  .titulo-hero {
    font-family:'Verdana Pro Condensed Black', Verdana, sans-serif;
    font-weight: 800;
    line-height: 1.2;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #fff; 
    text-transform: uppercase;
  }
  
  .sutitulo-hero {
    font-family: 'verdana', sans-serif !important;
    font-weight: bold;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    margin-bottom: 1rem;
    color: #fff; 
  }

  .titulos-encabezados {
    font-family:'Verdana', Verdana, sans-serif;
    font-weight: 800;
    line-height: 1rem;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1d3b6d; 
  }

  .subtitulos-encabezados {
    font-family:'Verdana', Verdana, sans-serif;
    font-weight: 800;
    line-height: 1rem;
    font-size: 1.5rem;
    margin-bottom: 1rem; 
  }

  .txt-blanco{
    color: #fff;
  }

  .txt-bold {
    font-weight: 700;
    font-family: 'verdana', sans-serif;
    color: #1d3b6d;
  }

  .txt-bold-verde {
    font-weight: 700;
    font-family: 'verdana', sans-serif;
    color: #379387;
  }

  .txt-bold-blanco {
    font-weight: 700;
    color: #fff;
    font-family: 'verdana', sans-serif;
  }

  .txt_nombre {
    font-weight: bold;
    font-size: 20px;
    font-family: 'verdana', sans-serif;
    color: #1d3b6d;
  }

  .txt-regular {
    font-weight: 400;
    color: #1d3b6d;
  }

  .txt-regular-blanco {
    font-weight: 400;
    color: #fff;
  }

  .txt-x17{
    font-size: 1.2rem;
    font-weight: 600;
  }

  .txt-footer {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
  }

  .txt-verde {
    color:#379387;

  }

  .navbar .nav-link {
    color: #fff !important;
    font-weight: 600;
  }
  .navbar .nav-link:hover {
    color: #379387 !important;
  }
  
  /*enlaces en 1 linea*/
  .navbar-nav .nav-link {
    white-space: nowrap;
  }
  
  /* enlaces*/
  a {
    font-weight: 900;
    text-decoration: none;
    color: #1d3b6d;
    transition: color 0.3s ease; 
  }

  a:hover {
    color: #379387;
    text-decoration: none;
    
  }
   

  .txt-small a:hover {
    color: #fff;
    text-decoration: none;
  }

  .modal-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1d3b6d;
    margin-top: 1rem;
  }

  .modal-content{
    border-radius: 30px !important
  }

  /*BOTONES*/
  .btn-sfyc {
    font-family: 'verdana', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    text-transform: none;
    color:#fff;
    background-color: #379387;
    border-style: none;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 2rem;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, color 0.3s ease;
    display: inline-flex;  
    align-items: center;             
    justify-content: center;         
    white-space: nowrap;             
    text-align: center;
    text-decoration: none;
      
    }
  .btn-sfyc:hover {
      background-color: #fff; 
      color: #379387; 
      text-decoration: none;
      border: 2px solid #379387;
    }
  

  .btn-sfyc-nav {
    font-family: 'verdana', sans-serif;
      font-weight: 800;
      font-size: 0.9rem;
      letter-spacing: 0.5px;
      text-transform: none;
      color:#fff;
      background-color: #379387;
      border-style: none;
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
      padding-left: 1.6rem;
      padding-right: 1.6rem;
      border-radius: 2rem;
      box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease, color 0.3s ease;
      display: inline-block;
      
    }
  .btn-sfyc-nav:hover {
      background-color: #fff; 
      color: #379387; 
      text-decoration: none;
      border: 2px solid #379387;
    }

    /* Botoónn flotante volver arriba */
   .btn-volver-arriba {
    display: none;
    z-index: 1060;
    background-color: #379387;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: opacity 0.3s ease;
  }
  
  .btn-volver-arriba:hover {
    background-color: #fff;
    color: #379387;
    border: 2px solid #379387;
  }

    /*CARDS*/
.card-sfyc {
    background: #fff;
    border-radius: 0 0 60px 60px;
    width: 280px;
    height: 350px;
    padding: 28px 22px 36px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    position: relative;
    overflow: visible;
    transition: transform 0.2s ease;
  }
  
  /* Línea inferior curva */
  .card-sfyc::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 18px;
    width: 280px;
    height: 350px;
    border-radius: 0 0 60px 60px;
    border-bottom: 5px solid #379387;
    box-shadow: 0 3px 6px rgba(0,0,0,0.06);
  }

/* Hover */
.card-sfyc:hover {
  transform: translateY(-4px);
}

  .card-equipo {
    padding: 30px 20px 30px;
  }

  .equipo-img {
    text-align: center;
    margin-bottom: 1rem;
  }

  .equipo-img:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }

  /* Título */
  .card_title {
    font-family: 'verdana', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1d3b6d;
    margin-bottom: 1rem;
    text-align: center;
  }


  .card-servicios {
    background: #fff;
    border-radius: 20px 20px 60px 60px;
    width: 300px;
    height: 500px;
    padding: 70px 15px 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    position: relative;
    text-align: left;
    z-index: 1;
    transition: transform 0.2s ease;
  }
  
  .card-servicios::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 60px 60px;
    border-bottom: 5px solid #379387;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    height: 100%;
    pointer-events: none;
  }

  .card-servicios:hover {
    transform: translateY(-5px);
  }
  
  .card-servicios ul {
    margin: 0;          
    padding-left: 1rem; 
    list-style-position: outside; 
  }

  .card-servicios p {
    text-align: center;
   
  }

  /* Cards de testimonios */
.card-testimonio {
  background: #fff;
    border-radius: 0 0 60px 60px;
    width: 300px;
    height: 500px;
    padding: 28px 22px 36px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    position: relative;
    overflow: visible;
    transition: transform 0.2s ease;
}

.card-testimonio::after {
content: "";
position: absolute;
left: 0; right: 0; bottom: 0;
height: 18px;
width: 300px;
height: 500px;
border-radius: 0 0 60px 60px;
border-bottom: 5px solid #379387;
box-shadow: 0 3px 6px rgba(0,0,0,0.06);
}

.card-testimonio:hover {
transform: translateY(-4px);
} 

#testimonios .row > * {
  margin-bottom: 2rem;
  margin-top: 1rem;
}


.icono-comillas {
  width: 50px; 
  height: auto;
  display: block;
  margin: 0 auto;
}


 
  /* --- ÍCONO --- */
  .icono-card-serv {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: #379387;
    border-radius: 50%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  }
  
  .icono-card-serv img {
    width:70px;
    height:70px;
  }
  icono-red {
    height: 30px;
    width: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: inline-block;
    overflow: hidden;
    
  }
  
  .icono-red:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
  }


  .icono-red-topbar {
    height: 22px;
    width: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: inline-block;
    overflow: hidden;
  }

  .icono-red-topbar:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
  }

  .icono-red-contacto{
    height: 75px;
    width: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: inline-block;
    overflow: hidden;
  }
  .icono-red-contacto:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;}
  
    /*CARD nosotros*/
  .card_slider_nosotros {
    width: 280px;
    height: 300px;
    max-width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    border-radius: 30px;
  }

  .card_slider_nosotros:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  }


  /* Card con contenido */
.card-seguridad {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  margin-top: 20%;
  padding: 50px;
}
  
/* BOTONES SLIDER */
.sn-swiper .swiper-button-prev,
.sn-swiper .swiper-button-next {
  position: absolute;
  top: 50%; 
  transform: translateY(50%);
  width: 44px;
  height: 44px;
  background-color: #379387;
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.sn-swiper .swiper-button-prev::after,
.sn-swiper .swiper-button-next::after {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

/* Ajusta distancia horizontal */
.sn-swiper .swiper-button-prev {
  left: 0.5rem; 
}

.sn-swiper .swiper-button-next {
  right: 0.5rem;
}


  /*SWIPER*/
  .sn-swiper {
    overflow: hidden;
    padding:3rem;
    box-sizing: border-box;
  }
  
  .sn-swiper .swiper-wrapper {
    display: flex; 
    margin: 0;
    padding: 0;
    gap: 0; 
  }

  .sn-swiper .swiper-slide {
    flex-shrink: 0; 
    width: auto; 
    margin: 0; 
    padding: 0;
    position: relative;
  }

  /*formulario*/
  .form-input {
    display: flex;
    align-items: center;
    max-width: 800px;
    width: 100%;    
    margin: 0 auto; 
    border-radius: 50px;
    overflow: hidden;
    background: #f5f8fa; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    
  }

  
  
  /* Input */
  .form-input input {
    flex: 1;
    border: none;
    padding: 14px 20px;
    font-size: 16px;
    background: transparent;
    outline: none;
    color: #333;
    
  }
  
  /* Botón */
  .form-input button {
    border: none;
    background: #379387; 
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 14px 32px;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    transition: background 0.3s ease;
  }
  
  .form-input button:hover {
    background: #1d3b6d; 
    color: #fff;
  }

  /*fomurlario contacto*/
  .formulario {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }

  /* Inputs y textarea */
.formulario .form-control {
  border: 2px solid #379387;
  border-radius: 50px;      
  padding: 12px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: none;  
}

/* Textarea menos redondeado */
.formulario textarea.form-control {
  border-radius: 16px;
}

/* Efecto al enfocar */
.formulario .form-control:focus {
  border-color: #35BAD2; /* celeste vibrante */
  box-shadow: 0 0 6px rgba(53, 186, 210, 0.4);
  outline: none;
}

/*mensaje de formularios*/
#mensaje-suscripcion {
  color: #ffffff;
  text-align: center;
}

  @media (max-width: 768px) {
    .formulario {
      max-width: 90%;
    }
  }

  /* Lista de beneficios */
.lista-beneficios {
  list-style: none;
  background: #379387;
  border-radius: 12px;
  color: #fff;
 
}

.lista-beneficios li {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.beneficios-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* img beneficios */
.imagen-beneficios {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  border: 10px solid #fff;
}

.imagen-beneficios img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Items */
.beneficio-item {
  padding: 20px;
  text-align: center;
}

/* Iconos */
.ico-benefcios {
  width: 70px;
  height: 70px;
  margin-right: 1rem;
  transition: transform 0.3s ease;
}

.ico-benefcios:hover{
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.ico-benefcios_Ambiente {
  width: 80px;
  height: 80px;
  margin: 1rem;
  transition: transform 0.3s ease;
}

.ico-benefcios_Ambiente:hover{
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.ico-seguridad {
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  transition: transform 0.3s ease;
}

.ico-seguridad:hover{
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.card-seguridad ul img {
  flex-shrink: 0;
  background: #379387;
  padding: 6px;
  border-radius: 50%;
}

/*** SECCION AGENDA ***/
.agenda-section {
  background-color: #379387; 
  position: relative;
  overflow: hidden;
  height: 600px;
  padding: 6rem 0;
}

/* Imagen redonda */
.img-agenda {
  width: 600px;
  padding-top: 5rem;
  object-fit: cover;
  padding: 2rem;
}

/* Botón */
.btn-agenda {
  background-color: #fff;
  color: #379387;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid #fff;
}

.btn-agenda:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.onda-inferior {
  line-height: 0; /* elimina espacio debajo del SVG */
  overflow: hidden; /* asegura que nada se desborde */
}

.onda-inferior svg {
  display: block;
  width: 100%;
  height: auto; /* se ajusta en proporción */
}

.agenda-wave {
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.agenda-wave svg {
  display: block;
  width: 100%;
  height: 80px;
}


/** SECCION FINANCITO **/
.bg-financito {
  background-color: #97DF60; 
  background-size: cover;
  background-position: center;
  min-height: 200px;
  display: flex;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 50px;
}


.txt-titulos-financito {
  font-family: 'nunito', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.2;
  text-transform: uppercase;
  color: #1d3b6d; 
}

.txt-subtitulos-financito {
  font-family: 'nunito', sans-serif;
  font-weight: 500;
  font-size: camp(1.2rem, 2vw, 1.5rem);
  margin-bottom: 0.75rem;
  color: #1d3b6d;
  }

  .txt-regular-Financito {
    font-weight: 400;
    color: #1d3b6d;
    font-family: 'nunito', sans-serif;
  }

  .txt-financito-valores {
    font-family: 'nunito', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    color: #1d3b6d;
  }

  .btn-financito {
    font-family: 'verdana', sans-serif;
      font-weight: 800;
      font-size: 1rem;
      letter-spacing: 0.5px;
      text-transform: none;
      color: #fff; 
      background-color: #1d3b6d;
      border-style: none;
      padding-bottom: 0.7rem;
      padding-top: 0.7rem;
      padding-left: 2rem;
      padding-right: 2rem;
      border-radius: 2rem;
      box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease, color 0.3s ease;
      display: inline-flex;  
      align-items: center;             
      justify-content: center;         
      white-space: nowrap;             
      text-align: center;
      text-decoration: none;
    
      
    }

  .btn-financito:hover {
      background-color: #fff; 
      color: #1D3B6D; 
      text-decoration: none;
    }


    .ico-financito {
      width: 80px;
      height: 80px;
      margin-bottom: 1rem;
      transition: transform 0.3s ease;
    }
    
    .ico-financito:hover{
      transform: scale(1.1);
      transition: transform 0.3s ease;
    }

    .ratio video,
    .ratio iframe {
      position: relative;
      top: 0;
      left: 0;
      width: 100;
    }
    
    .ratio::before {
      display: block;
      padding-top: 2px;
      padding-bottom: 2px;
  }

/* Footer */
.footer-SFYC {
  position: relative;
  padding-top: 100px; 
  background-color: #16356c;
  margin-top: 0;
  z-index: 1;
  border: none;
}

.footer-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}

.footer-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.logo-footer {
  transition: transform 0.3s ease-in-out;
}

.logo-footer:hover {
  transform: scale(1.1);
}

.footer-link {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

/* Responsivo */
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .btn-sfyc {
    margin-top: 1rem;
  }
}

.footer-SFYC .bg-sfyc_fondoverde {
  width: 100%;
  display: block;
  margin: 0;
}

/* Encabezado responsivo y legible */
.titulos-encabezados { line-height: 1.2; font-weight: 800;}
.section-intro { max-width: 62ch; font-size: clamp(1rem, 2.2vw, 1.125rem); }

/* Cards: no se desarmen en móvil */
.card-equipo { padding: 1rem 1rem 1.25rem; }
.equipo-img img { width: clamp(140px, 35vw, 198px); height: auto; }

/* Evita capitalización forzada en párrafos */
.txt-regular { text-transform: none; }

@media (max-width: 575.98px){
  .shape-deco-left, .shape-deco-right { display:none; }
}

/***** MEDIAS *****/
/* Estilos solo para el menú colapsable en móviles/tablets */
@media (max-width: 1199px) {
  #menuSfyc {
    background-color: #ffffff; 
    width: 100%;
    padding: 1rem;
  }

  #menuSfyc .nav-link {
    color: #1D3B6D !important;
    font-weight: 600;
  }

  #menuSfyc .nav-link:hover {
    color: #379387 !important; 
  }

  #menuSfyc p,
  #menuSfyc a {
    color: #1D3B6D !important;
  }
}


/* --- Desktop img -  --- */
@media (min-width: 1200px) {
  .imagen-beneficios {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-52%);
    width: 530px;
    height: 530px;
  }
}

/* --- Tablet  img beneficios --- */
@media (min-width: 500px) and (max-width: 1199px) {
  .imagen-beneficios {
    position: relative;
    transform: none;
    width: 560px;
    height: 560px;
    margin: 0 auto 2rem auto;
  }
}

/* --- Móvil img beneficios --- */
@media (max-width: 767px) {
  .imagen-beneficios {
    position: relative;
    transform: none;
    width: 400px;
    height: 400px;
    margin: 0 auto 2rem auto;
  }
}

/* testimonios */
@media (max-width: 767.98px) {
  #testimonios .card-testimonio {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%; 
  }
}

@media (max-width: 768px) {
  .agenda-section {
    padding-bottom: 6rem;  /* agrega aire debajo del botón */
    height: 950px;
  }
}

/* reduce padding del body del modal en pantallas pequeñas */
@media (max-width: 991.98px) {
  .modal .modal-body.ps-5 {
    padding-left: 1.2rem !important;
  }
}

