


body {
    background-color: #000;
    color: #fff;
    font-family: "Oswald", Sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
     overflow-x: hidden;
    
   
}
header{
    width: 100%;
    height: 100vh;
}
/* Video de fondo */
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -2;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color:rgba(10, 10, 35, 0.894);
    z-index: -1;
}

/* Barra superior */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: rgba(10, 10, 35, 0.897);
    
}

.top-bar .contact-info a {
    text-decoration: none;
    color: #f6f4f6;
    margin-left: 15px;
    font-size: 16px;
}

.top-bar .contact-info a i {
    color: #f316f7;
    margin-right: 10px;
}

.contact-btn {
  display: inline-block;
  background-color: #16126500;
  color: #f316f7;
  font-weight: bold;
  padding: 8px 20px;
  font-size: 16px;
  border: #f316f7;
  border-radius: 10px;
  text-transform: none;
  box-shadow: 0 0 5px #f316f7;
  cursor: pointer;
}

.contact-btn:hover {
 
  color: #fbfafa;
  box-shadow: 0 0 25px #f316f7c8;
  
}
/* Estilo para el menú en escritorio */
 .nav-item.mobile-only .contact-btn {
        width: 90%;
        margin: 10px auto;
        font-size: 16px;
        display: block;
        text-align: center;
    }
.nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: 60px;
}

.nav-menu .nav-item {
    margin: 0 35px;
}

.nav-menu .nav-link {
    color: #3b82f6;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.nav-menu .nav-link:hover {
    color: #f5f1f1;
}

/* Estilos para el menú móvil */
.menu-toggle {
    display: none;
    font-size: 24px;
    color: white;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.close-menu {
  display: none; /* Ocultar por defecto */
  
  color: #ff1493; /* Rosa fuerte para la X */
  font-size: 2rem; /* Tamaño de la X */
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Al poner el ratón encima */
.close-menu:hover {
  transform: rotate(90deg) scale(1.2); /* Gira y crece */
  color: #ff69b4; /* Rosa más claro al pasar el ratón */
}

.dropdown {
    position: relative;
}

/* Submenú oculto por defecto */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(246, 242, 242, 0.08);
    border-radius: 5px;
    border-color: #00f7ff;
    min-width: 180px;
    padding: 10px 0;
    box-shadow: 0px 4px 6px rgba(240, 17, 210, 0.595);
}

/* Estilo de los enlaces del submenú */
.submenu-item {
    display: block;
    color: rgb(41, 140, 239);
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
}

/* Cambia color al pasar el mouse */
.submenu-item:hover {
    background-color: #ec18f7ae;
    color: #fff;
}
.desktop-only {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}

.mobile-only {
  display: none;
}



/* Contenedor para el texto y el botón */
.intro-container {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: left;
    padding: 0 20%; /* Ajuste el 10% para centrar el texto ligeramente a la izquierda */
    box-sizing: border-box;
}

.intro-text {
    color: #fff;
}

.intro-text h1 {
    font-size: 70px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.pink-text {
  color: #cf37d2;
}

.blue-text {
  color: #007bff; /* azul */
}


/* Estilos para los iconos de redes sociales */
.social-icons {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000; /* Asegúrate de que estén por encima de otros elementos */
}

.social-icons a {
    margin: 10px 0;
}

.social-icons img {
    width: 40px; /* Ajusta el tamaño del icono según lo desees */
    height: 40px;
    transition: transform 0.3s ease-in-out;
}

.social-icons img:hover {
    transform: scale(1.1); /* Efecto de zoom al pasar el ratón */
}

.nav-link1{
    display: none;
}


.top-bar, .nav-menu {
    transition: transform 0.3s ease, position 0.3s ease;
}

/* Al principio, el nav-menu no tiene posición fija */
.nav-menu {
    position: static; /* Mantenerlo en su lugar original */
}
/*efecto particulas */

#iaSeparator {
  display: block;
  width: 100%;
  height: 180px;
  background: #00000000; /* fondo negro */
  
}

/* Contenedor absoluto dentro del header */
.wg-floating {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 300px;
  height: 300px;
  z-index: 20;
}

/* SVG ocupa todo el contenedor */
.wg-svg {
  width: 100%;
  height: 100%;
  
}

/* Texto girando */
.wg-rotator {
  transform-origin: 150px 150px;
  animation: spin 18s linear infinite;
  
}
.wg-rotator text {
  fill: #4e90f2;
  letter-spacing: 1px;
}



/* Animaciones */
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes bob {
  0% { transform: translateY(0); }
  50% { transform: translateY(6px); }
  100% { transform: translateY(0); }
}

/* Responsivo: en móvil el mismo círculo, más pequeño */
@media (max-width: 640px) {
  .wg-floating {
    display: none;
  }
}






/*FORMULARIO INICAL */
.seo-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.seo-form {
  background: rgba(68, 193, 243, 0.466); /* Fondo semitransparente */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
 
  width: 100%;
}

.seo-form h2 {
  margin-bottom: 5px;
}

.seo-form .subtitulo {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.seo-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
}

.seo-form input::placeholder {
  color: #fff;
}

.seo-form button {
  background: rgba(68, 193, 243, 0.556);
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.seo-form button:hover {
  background: #ef0cefaa;
}



/*NUESTROS SERVICIOS */


.reseña.card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  perspective: 1000px; /* necesario para efecto 3D opcional */
}
.card-front h3{
  color:#f462f6;
}
.card-back h3{
  color:#f462f6
}
.card-front,
.card-back {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: all 0.5s ease;
  padding: 20px;
  box-sizing: border-box;
  background-color: #111111;
}

.card-back {
  transform: translateY(100%);
  background-color: #0e344d; /* fondo distinto si quieres */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.reseña.card:hover .card-front {
  transform: translateY(-100%);
}

.reseña.card:hover .card-back {
  transform: translateY(0%);
}

.btn-accion {
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  background-color: #00f7ff;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn-accion:hover {
  background-color: #00d4e0;
}

/*SECTORES EN LOS QUE ESTAMOS ESPECIALIDOS CON MAS EXPERIENCIA*/

    .sectores-empresa {
      background: #ffffff;
      min-height: 100vh; /* ocupa toda la pantalla */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 60px 20px;
      border-top-left-radius: 60px;   /* redondeo superior izquierdo */
      border-top-right-radius: 60px;  /* redondeo superior derecho */
    }

    .sectores-empresa h2 {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 40px;
      color: #0a0a23;
      text-align: center;
    }

    /* GRID responsive */
    .empresa-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
      max-width: 1400px;
      width: 100%;
    }

    @media (max-width: 1024px) {
      .empresa-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .empresa-grid {
        grid-template-columns: 1fr;
      }
    }

    /* CARD */
    .empresa-card {
  position: relative;
  height: 280px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efecto hover */
.empresa-card:hover {
  transform: translateY(-10px);
  box-shadow: 10px 20px 20px rgb(94, 94, 94); /* sombra azul */
}

    .empresa-contenido {
  position: relative;
  z-index: 2;
  padding: 20px;
   text-align: center; /* Esto centra el h3 y el botón */
}

.empresa-contenido h3 {
  font-size: 22px; /* más grande */
  font-weight: 700; /* más gruesa */
  text-align: center; /* centrada */
  color: #fff; /* blanco para contraste */
  font-family: 'Poppins', sans-serif; /* tipografía moderna */
  letter-spacing: 2px; /* separación entre letras */
  text-transform: uppercase; /* mayúsculas para más fuerza */
  position: relative;
  display: inline-block;
  margin: 0 auto 15px auto;
  transition: all 0.3s ease;
}

/* Efecto de brillo suave al pasar el ratón */
.empresa-contenido h3:hover {
  color: #1d6ef1;
  text-shadow: 0 0 10px rgb(255, 253, 255),
               0 0 20px rgb(247, 242, 246);
  transform: scale(1.05); /* efecto zoom ligero */
}
.empresa-contenido a {
  display: inline-block;
  background: #0e0e0e6a;
  color: #ff00ea;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.empresa-contenido a:hover {
  background: #66686ac6;
  color: #fff;
}



    /* Fondo con overlay azul */
.sector-gimnasios { 
  background: linear-gradient(
      rgba(127, 126, 127, 0.414),   /* capa azul con transparencia */
      rgba(0, 102, 255, 0.403)
    ),
    url('img/SilverGYm.jpg') center/cover no-repeat;
}

.sector-farmacias { 
  background: linear-gradient(
      rgba(127, 126, 127, 0.414), 
      rgba(0, 255, 123, 0.403)
    ),
    url('img/istockphoto-1389116458-612x612.jpg') center/cover no-repeat;
}

.sector-restauracion { 
  background: linear-gradient(
      rgba(127, 126, 127, 0.414), 
      rgba(59, 59, 59, 0.447)
    ),
    url('img/LA-TEXTIL-COLLECTIVE.jpg') center/cover no-repeat;
}

.sector-peluqueria { 
  background: linear-gradient(
      rgba(127, 126, 127, 0.414), 
      rgba(221, 34, 242, 0.239)
    ),
    url('img/peluqueria.jpg') center/cover no-repeat;
}

.sector-clinicas { 
  background: linear-gradient(
      rgba(127, 126, 127, 0.414), 
      rgba(41, 197, 249, 0.665)
    ),
    url('img/2cc018c7dd8565afac231f7f31a8d26e.jpg') center/cover no-repeat;
}



/* Sección marketing */
.marketing-wrapper {
  background: #f9f9f9;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}

.marketing-heading {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0a0a23;
  margin-bottom: 100px;
}

/* Contenedor */
.marketing-cards-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
  gap: 120px; /* más separación entre cards */
}

/* Tarjetas */
.marketing-card {
  flex: 0 0 70%;
  height: 550px;
  padding: 60px;
  border-radius: 70px;
  display: flex;
  align-items: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
  position: relative;
  overflow: hidden;
}

/* Contenido dentro */
.marketing-card-content {
  width: 100%;       /* ocupar todo el ancho disponible */
  height: 100%;      /* ocupar todo el alto del card */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Títulos y texto */
.marketing-card-title {
  font-size: 2.6rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.marketing-card-text {
  font-size: 1.4rem;
  margin-bottom: 35px;
  line-height: 1.6;
  max-width: 90%;
}

/* Card izquierda */
.marketing-card-left {
  background: rgb(10, 10, 35);
  color: #f8fafa;
  transform: translateX(-35%); /* mitad fuera */
  justify-content: flex-end;
   padding-left: 50px;
}

.marketing-card-left .marketing-card-content {
  text-align: right;       /* alinear contenido hacia la parte visible */
  align-items: flex-end;   /* empuja el contenido hacia la derecha */
      /* separarlo del borde */
}

/* Card derecha */
.marketing-card-right {
  background: #fff;
  color: #050505;
  border: 1px solid #ddd;
  transform: translateX(-30%); /* se ve más parte dentro */
  justify-content: flex-start;
  padding-right: 25%;
  
}

.marketing-card-right .marketing-card-content {
  text-align: left;       /* alinear hacia la izquierda visible */
  align-items: flex-start;
  padding-left: 50px;     /* separarlo del borde */
}

/* Botón */
.marketing-btn {
  padding: 14px 30px;
  font-size: 1.2rem;
  border-radius: 10px;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid currentColor;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  font-weight: 600;
}

.marketing-card-left .marketing-btn {
  color: #fff;
}

.marketing-card-left .marketing-btn:hover {
  background: #fff;
  color: #000;
}

.marketing-card-right .marketing-btn {
  color: #000;
}

.marketing-card-right .marketing-btn:hover {
  background: #000;
  color: #fff;
}

/* Responsivo */
@media (max-width: 1024px) {
  .marketing-cards-container {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }

  .marketing-card {
    flex: none;
    width: 90%;
    transform: translateX(0);
    justify-content: center;
    padding: 40px;
  }

  .marketing-card-content {

    align-items: center !important;
    text-align: center !important;
    padding: 0 !important;
  }
}

.mySwiperTestimonials {
  width: 100%;
  max-width: 100%;
  overflow: visible; /* permite que los slides sobresalgan */
}

/* Wrapper de Swiper */
.mySwiperTestimonials .swiper-wrapper {
  display: flex;
}

/* Cada slide */
.mySwiperTestimonials .swiper-slide {
  box-sizing: border-box;
  min-width: 300px; /* puedes ajustarlo según tu diseño */
  
  
}

/* Sombra y efecto hover */
.shadow-blue {
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4) !important;
  transition: transform 0.3s, box-shadow 0.3s;
}
.shadow-blue:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.6) !important;
}

/* Paginación */
.mySwiperTestimonials .swiper-pagination-bullet {
  background-color: gray !important;

}
.mySwiperTestimonials .swiper-pagination-bullet-active {
  background-color: #2563eb !important; /* azul */
}
.mySwiperTestimonials .swiper-pagination {
  position: relative !important; /* que no quede flotando */
  margin-top: 1rem;             /* espacio respecto al slider */
  text-align: center;   
  
}







/*PARTNER - LOGOS EMPRESAS */

.partners-section {
  background: #f5f5f5;
  padding: 60px 0;
  overflow: hidden;
}

.partners-heading {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  color: #0a0a23;
}

.partners-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.partners-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: scroll-logos 10s linear infinite;
}

.partner-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo img {
  max-width: 180px;
  max-height: 80px;
  object-fit: contain;
 
 
  transition: all 0.1s ease;
}

.partner-logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Animación infinita sin cortes */
@keyframes scroll-logos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* mueve solo la mitad (primer bloque de 12) */
  }
}

@media (max-width: 768px) {
  .partners-track {
    gap: 30px;
    animation-duration: 25s;
  }

  .partner-logo img {
    max-width: 120px;
  }
}

/* Sección completa */
.stats-section {
  background: linear-gradient(to bottom, #faf9f900, rgb(10, 10, 35)); /* degradado espacial */

  color: #fff;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.stats-section h1{
  font-size: 50px;
 
  padding-top: 5%;
}
.stats-section p{
  font-size: 24px;
  color: #f7f7f8;
  padding-bottom: 5%;
  padding-top: 2%;
}
/* Fondo del mundo */
.stats-section::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 300px;
  background: url('img/con') center/cover no-repeat;
  opacity: 0.9;
  z-index: 0;
}

/* Grid de estadísticas */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

/* Tarjetas */
.stat-card {
  background: rgba(10, 20, 50, 0.7);
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgb(247, 0, 255);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 20px rgb(40, 193, 244);
}

/* Icono */
.stat-icon {
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
}

/* Número */
.stat-card h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #00aaff;
  margin-bottom: 8px;
}

/* Texto */
.stat-card p {
  font-size: 1rem;
  opacity: 0.85;
}

/* Botón */
.stats-btn {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.stats-btn a {
  display: inline-block;
  background: #0066ff;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.stats-btn a:hover {
  background: #0044aa;
}




:root {
  --color-accent: #6739e6;       /* Rojo principal */
  --color-accent-dark: #28a5d6; /* Rojo oscuro para hover */
}

/* Aplicación */
.text-accent {
  color: var(--color-accent);
}
.bg-accent {
  background-color: var(--color-accent);
}
.bg-accent-dark {
  background-color: var(--color-accent-dark);
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
















.testimonios {
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

.testimonios .highlight {
  background: linear-gradient(90deg, #2dcefade, #d14197, #0066ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.highlight {
  display: block; /* hace que el span baje de línea */
  margin-top: 5px; /* opcional, espacio arriba */
}
.testimonios .highlight1 {
  background: linear-gradient(90deg, #29a6c8, #4000ff, #11a6ea);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.carrusel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 40px auto 0;
}

.carrusel {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
  background-color: rgba(10, 10, 35, 0);
}

.card {
  flex: 0 0 calc(25% - 20px);
  background: linear-gradient(180deg,rgb(16, 16, 57), rgba(10, 26, 35, 0.78));
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  box-shadow: 0 5px 20px rgba(34, 202, 240, 0.806);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 55px;
  margin-bottom: 55px;
}

.card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.card p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.card img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.flechas {
  text-align: center;
  margin-top: 20px;
}

.flechas button {
  background-color: #1e293b;
  color: white;
  border: none;
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}
.flechas button:hover {
  background-color: #309df7;
  color: white;
  
}






















































/* Contenedor para la nueva sección de contenido */
.content-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Ocupa toda la altura de la pantalla */
    background-color: #2c3e50; /* Un color oscuro para diferenciarlo del video */
    padding: 40px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
}

.content-container h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.content-container p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.escoger-section {
    background-color:rgba(40, 209, 251, 0);
   padding-bottom: 10%;
   padding-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Contenedor principal */
.escoger-contenedor {
    display: flex;
    max-width: 1150px;
    
    align-items: center;
    gap: 20px;
}

/* Contenedor de texto */
.escoger-texto {
    width: 50%;
    color: white;
}

.escoger-logo {
    width: 150px;
    margin-bottom: 10px;
    
}

.escoger-titulo {
    color: #fcfbfb;
    font-size: 30px;
    margin-bottom: 10px;
}

.escoger-descripcion {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.escoger-boton {
  display: inline-block;
  background-color: #e74c3c;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
 
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 15px rgba(231, 76, 60, 0.5);
  
  cursor: pointer;
}


.escoger-boton:hover {
  background-color: #fff;
  color: #e74c3c;
  box-shadow: 0 0 25px rgba(231, 76, 60, 0.8), 0 0 50px rgba(231, 76, 60, 0.5);
  transform: scale(1.1) rotate(-1deg);
}

/* Contenedor de galería */
.escoger-galeria {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 50%;
}

/* Tarjetas de imagen */
.escoger-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    text-decoration: none;
}

/* Imágenes */
.escoger-item img {
    width: 100%;
    display: block;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

/* Capa negra sobre la imagen */
.escoger-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

/* Efecto hover para resaltar la imagen */
.escoger-item:hover img {
    transform: scale(1.05);
}

/* Texto de la imagen */
.escoger-texto-imagen {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
}

/* Flecha dentro de un círculo */
.escoger-flecha {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: red;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    z-index: 1;
}

/* Icono de FontAwesome */
.escoger-flecha i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 1;
}

/* Efecto hover en la flecha */
.escoger-item:hover .escoger-flecha {
    transform: scale(1.2);
    background-color: darkred;
}



.clientes {
  background-color: rgb(10, 10, 35);
  padding: 50px 20px;
}




/*VIDEO PRESENTACION */

  .presentacion-seccion {
    position: relative;
    overflow: hidden;
    height: 100dvh;
    width: 100vw;
  }
  
  .presentacion-video-fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  
  /* Mostrar solo el video de escritorio por defecto */
  .desktop-video {
    display: block;
  }
  
  .mobile-video {
    display: none;
  }
  
  /* Contenido superpuesto (solo para escritorio) */
  .presentacion-overlay {
    position: relative;
    z-index: 1;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .presentacion-video-contenedor {
    width: 90%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    position: relative;
    
    
  }
  
  .presentacion-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  
  .presentacion-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  }
  
  .presentacion-boton-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    background: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
  }
  
  .presentacion-boton-play:hover {
    transform: translate(-50%, -50%) scale(1.1);
  }

 /*PAGINA MANTENIMIENTO */

.modern-y svg { 
  display: inline-block;
  vertical-align: middle;
  width: 88px; /* tamaño por defecto en pantallas grandes */
  height: 88px;
  transition: transform .45s cubic-bezier(.2,.9,.3,1), filter .35s;
  will-change: transform, filter;
}

/* En móviles (pantallas menores a 640px) reducimos tamaño */
@media (max-width: 640px) {
  .modern-y svg {
    width: 48px;
    height: 48px;
  }
}

/* Animación de trazo (efecto dibujo) */
.y-stroke {
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  animation: drawY 1.2s cubic-bezier(.2,.9,.3,1) forwards 0.15s;
}

/* Pulso sutil del glow */
.y-glow {
  transform-origin: 50% 50%;
  animation: glowPulse 2.6s ease-in-out infinite;
}

/* Hover con efecto más contundente */
.modern-y:hover svg,
.modern-y:focus svg {
  transform: scale(1.1) rotate(-2deg);
  filter: drop-shadow(0 8px 28px rgba(59,130,246,0.25));
}

/* Respeta prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .y-stroke, .y-glow, .modern-y svg { 
    animation: none !important;
    transition: none !important;
  }
}

/* Keyframes */
@keyframes drawY {
  to { stroke-dashoffset: 0; }
}

@keyframes glowPulse {
  0% { opacity: 0.45; transform: scale(1); }
  50% { opacity: 0.75; transform: scale(1.04); }
  100% { opacity: 0.45; transform: scale(1); }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
 .paginamantenimiento-container {
      position: relative;
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgb(10, 10, 35);
    }

    /* Texto centrado */
    .paginamantenimiento-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size:100px;
      font-weight: 700;
      text-align: center;
      z-index: 5;
      text-shadow: 0 5px 15px rgba(0,0,0,0.7);
      
    }

    /* Imagen izquierda centrada */
    .paginamantenimiento-img-left {
  position: absolute;
  left: 5%;
  top: 60%;
  transform: translateY(-50%);
  width: 20%;
  height: 60%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  overflow: hidden; /* Necesario para el degradado */
  z-index: 2;
  
}

.paginamantenimiento-img-left::after {
  content: "";
  position: absolute;
  inset: 0;
  /* Degradado de transparente arriba a negro semitransparente abajo */
  background: linear-gradient(to bottom, rgba(10, 10, 35, 0.692) 50%,rgba(10, 10, 35, 0.112) 100%);
  border-radius: 15px;
}

   /* Imagen izquierda */
.paginamantenimiento-img-left {
  position: absolute;
  left: 10%;
  top: 60%;
  transform: translateY(-50%);
  width: 20%;
  height: 60%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  overflow: hidden; /* Necesario para el degradado */
  z-index: 2;
}

.paginamantenimiento-img-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 10, 35, 0.692) 50%, rgba(10, 10, 35, 0.112) 100%);
  border-radius: 15px;
}

/* Imagen superior centrada */
.paginamantenimiento-img-top {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 30%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  overflow: hidden;
  z-index: 1;
}

.paginamantenimiento-img-top::after {
  content: "";
  position: absolute;
  inset: 0;
  /* Degradado vertical (más marcado arriba para resaltar el texto debajo) */
  background: linear-gradient(to bottom, rgba(10, 10, 35, 0.479) 40%, rgb(10, 10, 35) 100%);
  border-radius: 15px;
}

/* Imagen derecha inferior */
.paginamantenimiento-img-right {
  position: absolute;
  right: 15%;
  bottom: 5%;
  width: 15%;
  height: 50%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  overflow: hidden;
  z-index: 1;
}

.paginamantenimiento-img-right::after {
  content: "";
  position: absolute;
  inset: 0;
  /* Degradado de arriba hacia abajo (más visible abajo para integrarlo con el fondo) */
  background: linear-gradient(to bottom, rgba(10, 10, 35, 0.1) 0%, rgba(10, 10, 35, 0.7) 100%);
  border-radius: 15px;
}
    /* Animación glow del texto */
    @keyframes glow {
      from {
        text-shadow: 0 0 10px #ff6ec7, 0 0 20px #ff6ec7, 0 0 30px #ff6ec7;
      }
      to {
        text-shadow: 0 0 20px #6efaff, 0 0 30px #6efaff, 0 0 40px #6efaff;
      }
    }

    .scrollmantenimiento-btn {
  display: inline-block;
  background: #a929ed;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.scrollmantenimiento-btn:hover {
  background: #4d98ee;
  box-shadow: 0 0 10px rgba(255,255,255,0.6);
}




















    /* Responsivo */
    @media (max-width: 1024px) {
      .paginamantenimiento-text {
        font-size: 3rem;
      }
      .paginamantenimiento-img-left { width: 30%; height: 40%; }
      .paginamantenimiento-img-top { width: 40%; height: 35%; }
      .paginamantenimiento-img-right { width: 25%; height: 30%; }
    }

    @media (max-width: 768px) {
      .paginamantenimiento-text {
        font-size: 3rem;
      }
      .paginamantenimiento-img-left,
      .paginamantenimiento-img-top,
      .paginamantenimiento-img-right {
        width: 70%;
        height: 25vh;
        position: relative;
        margin: 15px auto;
        transform: none;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
      }
      .paginamantenimiento-container {
        flex-direction: column;
        overflow-y: auto;
        padding: 20px 0;
      }
    }

/* Contenedor de partículas */
.paginamantenimiento-particles {
  position: absolute;
  top: calc(50% + 30%); /* debajo del texto central */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 3; /* encima de las imágenes */
}

/* Círculos animados */
.paginamantenimiento-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6ec7, #23add3fe);
  box-shadow: 0 0 15px rgba(255, 110, 199, 0.892);
  animation: float 3s infinite ease-in-out alternate;
}

/* Diferentes delays para que no suban/bajen al mismo tiempo */
.paginamantenimiento-circle:nth-child(2) {
  animation-delay: 0.5s;
}
.paginamantenimiento-circle:nth-child(3) {
  animation-delay: 1s;
}

/* Animación de flotación */
@keyframes float {
  from {
    transform: translateY(0) scale(1);
    opacity: 0.8;
  }
  to {
    transform: translateY(-25px) scale(1.2);
    opacity: 1;
  }
}

/* Responsivo */
@media (max-width: 768px) {
  .paginamantenimiento-circle {
    width: 20px;
    height: 20px;
  }
  .paginamantenimiento-particles {
    top: calc(50% + 30%);
    gap: 12px;
  }
}

   /* ---- NAMESPACE: primerasection-mantenimiento ---- */
    .primerasection-mantenimiento {
      background: rgb(10, 10, 35); color:#fff;
      width:100%;
      min-height:100vh; /* más robusto que height en móviles */
      display:flex; align-items:center;
    }

    /* layout propio (no depende de .row/.col, evita solapes con estilos globales) */
    .primerasection-mantenimiento-grid {
      display:flex; flex-wrap:wrap;
      width:100%;
      min-height:100vh;
    }
    .primerasection-mantenimiento-col {
      flex:1 1 100%;
      display:flex; align-items:center;
    }
    @media (min-width: 992px) { /* breakpoint lg */
      .primerasection-mantenimiento-col { flex:0 0 50%; max-width:50%;
       }
    
    }

    /* tipografía y acentos visuales */
      .primerasection-mantenimiento-title {
      width: 100%;
      
      font-size: 50px;
    }
    .primerasection-mantenimiento-highlight{
      background:#d91af2; font-style:italic; padding:0 .375rem;
      color:#000;
    }
    .primerasection-mantenimiento-btn{
      background:linear-gradient(90deg,#eb4ae862,#1ebce3);
      border:none; border-radius:50px;
      padding:14px 40px; font-weight:700; color:#000;
      transition:opacity .25s ease;
      font-size: 1.5rem;
      color:#f2f5f5;
    }
    .primerasection-mantenimiento-btn:hover{ opacity:.88; }

    /* espaciados simétricos en desktop:
       izquierda sin padding derecho, derecha sin padding izquierdo */
    .primerasection-mantenimiento-left{ padding:2rem 1.5rem; }
    .primerasection-mantenimiento-right{ padding:2rem 1.5rem; }
    @media (min-width:992px){
      .primerasection-mantenimiento-left{ padding-left:3rem; padding-right:0; }
      .primerasection-mantenimiento-right{ padding-left:0; padding-right:3rem; }
    }

    /* asegura que el texto derecho quede al borde en desktop */
    .primerasection-mantenimiento-right .primerasection-mantenimiento-text{
      margin-left:15%; /* empuja el bloque hacia el borde derecho */
      text-align:center;
      font-size: 35px;
      
    }
    @media (min-width:992px){
      .primerasection-mantenimiento-right .primerasection-mantenimiento-text{
        text-align:right;
      }
    }

    /* párrafos */
   .primerasection-mantenimiento-p {
      font-size: clamp(1rem, 3.5vw, 1.4rem);
      line-height: 1.6;
    }

   .logoempresa-section {
      background: rgb(14,14,44);
    }
    .logoempresa-img {
      max-width: 80%;
      height: auto;
    }
    @media (min-width: 768px) {
      .logoempresa-img {
        max-width: 200px;
      }
    }
    @media (max-width: 768px) {
      .logoempresa-img {
        max-width: 100px;
      }
    }
/* Estilos sección Eficaz */
.eficaz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 4rem 8%;
  background-color: rgb(14, 14, 44);
  color: white;
   position: relative;
}

.eficaz-contenido {
  flex: 1;
 padding-right: 5%;

}

.eficaz-contenido h2 {
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.eficaz-contenido p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.btn-eficaz {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: linear-gradient(90deg,#0f5be8c8,#1ebce3);
  color: white;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.btn-eficaz:hover {
  transform: translateY(-3px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.eficaz-imagen {
  flex: 1;
   position: relative;
  display: flex;
  justify-content: center;
}

.eficaz-imagen video {
  width: auto;       /* ancho reducido */
  height: auto;       /* mantiene proporción */
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(7, 166, 240, 0.868);
  object-fit: cover;  /* recorta el video si es necesario */
   opacity: 0.7;
}
.eficaz-texto {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.eficaz-texto svg {
  width: 100%;
  max-width: 600px;
}

.eficaz-texto text {
  font-size: 120px;
  font-weight: 800;
  fill: transparent;          /* interior vacío */
  stroke: white;              /* borde blanco */
  stroke-width: 3px;          /* grosor del borde */
  paint-order: stroke;        /* asegura que el borde quede por encima */
}
/* Responsive */
@media (max-width: 900px) {
  .eficaz {
    flex-direction: column;
    text-align: center;
  }
  
  .eficaz-imagen img {
    max-width: 100%;
  }
  .eficaz-contenido {
  flex: 1;
 padding-right: 5%;

}

.eficaz-contenido h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.eficaz-contenido p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.eficaz-imagen video {
  width: auto;       /* ancho reducido */
  height: auto;       /* mantiene proporción */
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(7, 166, 240, 0.868);
  object-fit: cover;  /* recorta el video si es necesario */
}
.eficaz-texto {
  position: absolute;
  bottom: -40px;       /* hace que sobresalga del video */
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;     /* tamaño bien grande */
  font-weight: 800;
  color: rgb(248, 246, 246); /* efecto transparente */
  z-index: 2;
  pointer-events: none; /* no bloquea clics */
}
}


/* Sección segundamantenimiento */
.segundamantenimiento {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
    background-color: rgb(14, 14, 44);
    padding-top: 10%;
}

.segundamantenimiento-imagen {
  position: relative;
  width: 100%;
  max-width: 1200px; /* ancho máximo */
}

.segundamantenimiento-imagen img {
  width: 70%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 7px 20px rgb(65, 170, 240);
  opacity: 0.7;
}

/* Texto superpuesto con SVG */
.segundamantenimiento-texto {
   position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
  text-align: center;     /* empieza abajo a la izquierda */
}

.segundamantenimiento-texto svg {
  width: 100%;
  max-width: 600px;
}

.segundamantenimiento-texto text {
  font-size: 140px;       /* escala según ancho de pantalla */
  font-weight: 800;
  fill: transparent;     /* interior vacío */
  stroke: white;         /* borde blanco */
  stroke-width: 3px;     /* grosor del borde */
  paint-order: stroke;
  white-space: nowrap;   /* evita que la palabra se parta */
}

/* ===== Responsivo ===== */
@media (max-width: 900px) {
  .segundamantenimiento-imagen img {
    width: 90%; /* la imagen se adapta */
  }

  .segundamantenimiento-texto text {
    font-size: 20vw; /* texto más pequeño en tablets */
    stroke-width: 2px;
  }
}

@media (max-width: 600px) {
  .segundamantenimiento-imagen img {
    width: 100%;
   
  }

  .segundamantenimiento-texto {
    bottom: -25px; /* ajusta posición */
    left: 10px;
  }

  .segundamantenimiento-texto text {
    font-size: 35vw; /* texto más pequeño en móviles */
    stroke-width: 1.5px;
  }
}

/* Sección terceramantenimiento */
.terceramantenimiento {
  width: 100%;
  display: flex;
  justify-content: flex-end; /* empuja el contenido hacia la derecha */
  align-items: center;
  padding: 4rem 0;
  position: relative;
  padding-left: 5%;
  padding-right: 15%;
  background-color: rgb(14, 14, 44);
  padding-top: 10%;
}

.terceramantenimiento-imagen {
  position: relative;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-end; /* alinea la imagen a la derecha */
}

.terceramantenimiento-imagen img {
  width: 70%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgb(65, 109, 240); /* color diferente opcional */
  opacity: 0.7;
}

/* Texto superpuesto con SVG */
.terceramantenimiento-texto {
  position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
  text-align: center;
}

.terceramantenimiento-texto svg {
  width: 100%;   /* ocupa todo el ancho disponible */
  height: auto;
}

.terceramantenimiento-texto text {
   font-size: 140px;       /* escala según ancho de pantalla */
  font-weight: 800;
  fill: transparent;     /* interior vacío */
  stroke: white;         /* borde blanco */
  stroke-width: 4px;     /* grosor del borde */
  paint-order: stroke;
  white-space: nowrap;   /* evita que la palabra se parta */
}

/* ===== Responsivo ===== */
@media (max-width: 900px) {
  .terceramantenimiento-imagen img {
    width: 100%;
    
  }

  .terceramantenimiento-texto text {
    font-size: 40vw;
    stroke-width: 2px;
    
  }
  .terceramantenimiento {
  width: 100%;
  display: flex;
  justify-content: flex-end; /* empuja el contenido hacia la derecha */
  align-items: center;
  padding: 4rem 0;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  background-color: rgb(14, 14, 44);
  
}
}

@media (max-width: 600px) {
  .terceramantenimiento-imagen img {
    width: 100%;
  }

  .terceramantenimiento-texto {
    bottom: -25px;
    right: 10px;
  }

  .terceramantenimiento-texto text {
    font-size: 250px;
    stroke-width: 1.5px;
    
  }
}

.ciberseguridad {
  width: 100%;
  height: 100vh; /* pantalla completa */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 5%;
  background-color: rgb(14, 14, 44);
  transition: background-color 0.2s linear;
}

.ciberseguridad-contenido {
  display: flex;
  flex-direction: column; /* apilar en columna */
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  gap: 3rem;
  color: white;
  text-align: center;
}

.ciberseguridad-texto h2 {
  font-size: 3.5rem; /* título mucho más grande */
  font-weight: 800;
  margin-bottom: 1rem;
}

.ciberseguridad-texto span {
  background: linear-gradient(135deg, #5527d5, #aa36ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* para navegadores modernos */
}
.ciberseguridad-texto p {
  font-size: 1.2rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Botón grande estilo card */
.ciberseguridad-card {
  width: 90%; /* ocupa gran parte del ancho */
  padding: 2.5rem;
  border-radius: 25px;
  background: linear-gradient(135deg, #5527d5, #aa36ca);
  color: white;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ciberseguridad-card span {
  font-style: italic;
  font-weight: 400;
}

/* efecto hover */
.ciberseguridad-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Responsivo */
@media (max-width: 900px) {
  .ciberseguridad-texto h2 {
    font-size: 2.5rem;
  }
  .ciberseguridad-card {
    font-size: 1.6rem;
    padding: 2rem;
  }
}

@media (max-width: 600px) {
  .ciberseguridad-texto h2 {
    font-size: 2rem;
  }
  .ciberseguridad-card {
    font-size: 1.3rem;
    width: 100%;
  }
  .nav-menu.active .close-menu {
  
  
  color: #ff1493; /* Rosa fuerte para la X */
  font-size: 2rem; /* Tamaño de la X */
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Al poner el ratón encima */
.nav-menu.active .close-menu:hover {
  transform: rotate(90deg) scale(1.2); /* Gira y crece */
  color: #ff69b4; /* Rosa más claro al pasar el ratón */
}
}





    .scroll-ciberseguridad-area {
      height: 250vh; /* simula mucho scroll */
      position: relative;
    }

    /* Sección que se queda fija mientras dura el scroll */
    .scroll-ciberseguridad-container {
      display: flex;
      position: sticky;
      top: 0;
      height: 100vh;
      background: rgb(14, 14, 44);
    }

    /* Texto fijo a la izquierda */
    .scroll-ciberseguridad-text {
      flex: 0 0 40%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 3rem;
      color:#414141;
      
    }

    .scroll-ciberseguridad-text h1 {
      font-size: 2.5rem;
      line-height: 1.3;
      max-width: 90%;
      color:#646464
    }

    /* Carrusel a la derecha */
    .scroll-ciberseguridad-carousel {
      flex: 0 0 60%;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem; /* espacio interno general */
    }

    .scroll-ciberseguridad-cards {
      display: flex;
      height: 100%;
      transition: transform 0.1s linear;
      align-items: center;
      
    }

.scroll-ciberseguridad-card {
  flex: 0 0 560px;              /* ancho más estrecho */
  max-height: 480px;            /* límite de altura */
  margin: 0 1.2rem;             /* separación entre cards */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; /* distribuye título, texto y botón */
  padding: 1.2rem;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  border-radius: 1.2rem;        /* borde redondeado atractivo */
  background: rgb(14, 14, 44);
  box-shadow: 0 6px 15px rgb(12, 128, 182);
  text-align: center;
  transition: transform 0.2s, box-shadow 0.3s;
}

.scroll-ciberseguridad-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Título más compacto */
.scroll-ciberseguridad-card h2 {
  font-size: 2.2rem;
  margin-bottom: 0.6rem;
  color:#2ba8f0;
}

/* Texto reducido */
.scroll-ciberseguridad-card p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #f5f4f4;
  line-height: 1.3;
  flex-grow: 1; /* empuja el botón abajo si hay espacio */
  
}

/* Botón */
.scroll-ciberseguridad-card button {
  padding: 0.6rem 1.2rem;
  border: none;
  background: rgb(205, 50, 184);
  font-size: 0.9rem;
  font-weight: bold;
  color: white;
  border-radius: 0.7rem;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.scroll-ciberseguridad-card button:hover {
  background: #283da7;
  transform: translateY(-2px);
}
.neon-soft {
  text-shadow: 
    0 0 4px #3b82f6,   /* azul base */
    0 0 10px #60a5fa;  /* azul claro */
  
}
.neon-soft1 {
  text-shadow: 
    0 0 3px #f316f7,   /* base */
    0 0 6px #f472f8;   /* tono más claro */
}
.text-outline {
  color: #c0c0c0;                       /* relleno plata brillante */
  -webkit-text-stroke: 1px #888888;     /* borde gris oscuro más grueso */
  text-shadow: 
     0 0 1px #ffffff,                   /* brillo interno blanco */
     0 0 2px #c0c0c0,                   /* resplandor plata suave */
     0 0 4px #a0a0a0;                   /* resplandor gris más externo */
  font-weight: bold;
}
 @media (max-width: 992px) {
      /* Tablet: apilar texto y carrusel */
      .scroll-ciberseguridad-container {
        flex-direction: column;
        height: auto;
        position: relative;
      }

      .scroll-ciberseguridad-text {
        flex: 0 0 auto;
        text-align: center;
        padding: 2rem 1rem;
      }

      .scroll-ciberseguridad-carousel {
        flex: 0 0 auto;
        width: 100%;
        padding: 1rem;
      }

      /* Scroll horizontal nativo */
      .scroll-ciberseguridad-cards {
        transition: none;
        transform: none !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
      }

      .scroll-ciberseguridad-card {
        flex: 0 0 80%;
        margin: 0 1rem;
        scroll-snap-align: center;
        height: auto;
      }

      /* No más scroll vertical gigante */
      .scroll-ciberseguridad-area {
        height: auto;
      }
    }

    @media (max-width: 576px) {
      /* Móvil pequeño: cards más compactos */
      .scroll-ciberseguridad-card {
        flex: 0 0 90%;
        padding: 1.5rem;
      }

      .scroll-ciberseguridad-text h1 {
        font-size: 1.8rem;
      }
    }


   /* SECCIÓN OPCIONES WEB */
    .opcionesweb {
      padding: 4rem 0rem ; /* arriba/abajo 4rem, lados 6rem */
  background: #0E0E2C;
  transition: background-color 0.4s ease;
    }
    @media (max-width: 768px) {
  .opcionesweb {
    padding: 2rem 1rem; /* ocupa casi todo el ancho en móvil */
  }
  
}

    .opcionesweb.active {
      background: #e3e1e1;
    }

    .opcionesweb-titulo {
      font-size: 3.5rem;
      font-weight: 800;
      max-width: 850px;
      margin-bottom: 8rem;
      color: #fbfbfb;
       padding-left: 10%;
       text-shadow: 
    4px 2px 2px #4a4949,   /* sombra principal verde-limón */
    4px 4px 2px rgba(101, 100, 100, 0.991), /* sombra suave */
    6px 6px 8px rgb(98, 96, 96);  /* difuminado para más profundidad */
    }

    .opcionesweb-bloques {
      display: flex;
      flex-direction: column;
      gap: 3rem;
    }

    .opcionesweb-bloque {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 2rem;
      padding-left: 15%;
      padding-right: 15%;
    }

    .opcionesweb-izq {
      flex: 1;
      max-width: 40%;
      
    }

    .opcionesweb-subtitulo {
      font-size: 2.5rem;
      font-weight: 700;
      margin: 0;
      color: #111;
    
     
      
      
    }
    
    .opcionesweb-subtitulo span {
      color: #5e13d8;
    }

    .opcionesweb-link {
      text-decoration: none;
      font-weight: bold;
      display: inline-flex;
      align-items: center;
      margin-top: 0.5rem;
      color: #5e13d8;
    }

    .opcionesweb-link span {
      margin-left: 6px;
    }

    .opcionesweb-der {
      flex: 2;
    }

    .opcionesweb-texto {
      margin: 0;
      line-height: 1.6;
      font-size: 1.3rem;
      color: #444;
    }

    .opcionesweb-divider {
      width: 100%;
      height: 1px;
      background: #c7c6c6;
      margin-bottom: 5%;
      margin-top: 5%;
    }
    /* Link moderno */
.opcionesweb-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: bold;
  color: #5e13d8;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

/* Círculo con la flecha */
.opcionesweb-icono {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #5e13d8;
  color: #fff;
  font-size: 1rem;
  transition: all 0.4s ease;
}

/* Texto */
.opcionesweb-link-texto {
  position: relative;
  font-size: 1rem;
  transition: all 0.3s ease;
}

/* Hover moderno */
.opcionesweb-link:hover .opcionesweb-icono {
  background: linear-gradient(135deg, #4facfe, #ff6ec4, #9d50bb);
  transform: translateX(4px) scale(1.1);
  color: #fff;
}

.opcionesweb-link:hover .opcionesweb-link-texto {
  color: #ff6ec4;
  letter-spacing: 1px;
}

   
/* Contenedor centrado */
.opcionesweb-boton-container {
  display: flex;
  justify-content: center;
  margin-top: 12rem;
  margin-bottom: 2rem;
}

/* Botón animado */
.opcionesweb-boton {
  display: flex;                 /* usamos flex */
  justify-content: center;       /* centrado horizontal */
  align-items: center;           /* centrado vertical */
  width: 100%;
  max-width: 90%;                /* límite en pantallas grandes */
  height: auto;                 /* altura fija */
  font-size: 6rem;               /* texto más grande */
  padding: 3%;
                /* texto más grueso */
  color: #fff;
  border-radius: 16px;
  text-decoration: none;
  background: linear-gradient(270deg, #4facfe, #bc448c, #9d50bb);
  background-size: 600% 600%;
  animation: opcionesweb-gradient 6s ease infinite;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
       /* texto en mayúsculas */
  letter-spacing: 2px;           /* más aire */
}

/* Efecto hover */
.opcionesweb-boton:hover {
  transform: scale(1.05);
}

/* Animación del degradado */
@keyframes opcionesweb-gradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

 .opcionesweb-lista {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
  }

  .card-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
  }

  .card-item h4 {
    margin: 0 0 8px 0;
    color: #f454f7e0;
    font-size: 1rem;
  }

  .card-item p {
    margin: 0;
    color: #f9f7f9;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.08);
  }


.moving-img {
  animation: circularMotion 8s linear infinite;
  transform-origin: center center; /* gira alrededor del centro */
}

@keyframes circularMotion {
  0% {
    transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
  25% {
    transform: rotate(90deg) translateX(10px) rotate(-90deg);
  }
  50% {
    transform: rotate(180deg) translateX(0px) rotate(-180deg);
  }
  75% {
    transform: rotate(270deg) translateX(-10px) rotate(-270deg);
  }
  100% {
    transform: rotate(360deg) translateX(0px) rotate(-360deg);
  }

}

.glow-white {
  text-shadow: 
    0 0 5px rgba(255, 255, 255, 0.7),
    0 0 10px rgba(255, 255, 255, 0.6),
    0 0 15px rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

.big-text {
  font-size: clamp(2.5rem, 5vw, 8rem); /* adaptable: móvil → escritorio */
}


.caracterosticas-ia__header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 2.5rem;
}

.caracterosticas-ia__header-content {
  max-width: 600px;
}

.caracterosticas-ia__header-content h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.caracterosticas-ia__header-content p {
  font-size: 1.25rem;
  opacity: 0.85;
}
.caracterosticas-ia {
  width: 100%;
  max-width: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 15%;
  padding-right: 15%;
   position: relative; /* necesario para el ::before */
  z-index: 1;
}
.caracterosticas-ia::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: -1;

  /* Degradado con colores neón */
  background: radial-gradient(circle at 20% 30%, rgba(7, 6, 6, 0.946) 0%, transparent 60%),
              radial-gradient(circle at 80% 40%, rgb(44, 201, 244) 0%, transparent 60%),
              radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0) 0%, transparent 60%);

  background-size: 200% 200%;
  filter: blur(60px);
  animation: lucesMove 15s ease-in-out infinite alternate;

  /* Hace el fondo translúcido sobre el contenido */
  opacity: 0.6;
  pointer-events: none; /* para no interferir clics */
  border-radius: 16px;
}

/* Animación suave del fondo */
@keyframes lucesMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 100%;
  }
}


.colorweb {
  background: linear-gradient(
    -45deg,
    #ff00cc, /* rosa neón */
    #00ccff, /* azul neón */
    #000000b5  /* negro */
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* por compatibilidad */
  color: transparent;

  animation: moverGradiente 6s ease-in-out infinite alternate;
}

/* Animación del gradiente */
@keyframes moverGradiente {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.caracterosticas-ia__card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 16px;
  box-shadow: 0 0 15px rgba(217, 46, 244, 0.872);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
}

.caracterosticas-ia__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.651);
}

.caracterosticas-ia__media {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.caracterosticas-ia__icon {
  width: 60%;
  height: auto;
  opacity: 0.95;
}

.caracterosticas-ia__body {
  flex: 0 0 50%;
  padding: 10%;
  text-align: center;
  padding-top: 0;
}

.caracterosticas-ia__body p {
  color: rgba(255, 255, 255, 0.588);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.4;
}
.caracterosticas-ia__titulo{
   color: rgba(255,255,255,0.9);
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.4;
 
  
  text-align: center;
}

#preguntas-ia {
 
  margin-top: 5%;
  margin-bottom: 5%;
}

@keyframes efecto-boton-futurista {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  .borde-futurista {
    background-size: 300% 300%;
    animation: efecto-boton-futurista 3s linear infinite;
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    filter: drop-shadow(0 0 8px #ff4dff)
            drop-shadow(0 0 15px #4d9dff)
            drop-shadow(0 0 25px #ff4dff);
  }

  .boton-futurista:hover {
    box-shadow: 0 0 25px 8px rgba(255, 255, 255, 0.95);
  }
  

/* Responsive */
@media (max-width: 1050px) {
  .caracterosticas-ia {
    grid-template-columns: repeat(2, 1fr);
  }
  .caracterosticas-ia {
  width: 100%;
  max-width: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 15%;
  padding-bottom: 5%;
 
   position: relative; /* necesario para el ::before */
  z-index: 1;
}
.caracterosticas-ia__card svg{
height: 170px;
}
.opcionesweb-boton {
    height: 120px;          /* más bajo en móvil */
    font-size: 1.2rem;      /* texto adaptado */
    letter-spacing: 1px;
  }
  .opcionesweb-boton-container {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
  .opcionesweb-lista {
      grid-template-columns: 1fr;
    }
  .opcionesweb-texto{
    text-align: center;
  }
  .opcionesweb-subtitulo{
    
    font-size: 1.6rem;
  }
     .opcionesweb-titulo {
    font-size: 1.6rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  
      }
    

      .opcionesweb-bloque {
        flex-direction: column;
        align-items: flex-start;
        padding: 0rem 1rem;
        
      }

      .opcionesweb-izq {
        max-width: 100%;
        padding: 0rem 4rem;
        text-align: center;
      }
      .opcionesweb {
      padding: 0;
   /* aumentas solo el lado izquierdo */
  background: #0E0E2C;
  transition: background-color 0.4s ease;
    }
}
@media (max-width: 600px) {
  .caracterosticas-ia {
    grid-template-columns: 1fr;
  }
  .caracterosticas-ia {
  width: 100%;
  padding: 2rem 2rem;
}
}

/* Responsive */
@media (max-width: 768px) {
  .opcionesweb-boton {
    height: 120px;          /* más bajo en móvil */
    font-size: 1.2rem;      /* texto adaptado */
    letter-spacing: 1px;
  }
  .opcionesweb-boton-container {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
  .opcionesweb-lista {
      grid-template-columns: 1fr;
    }
  .opcionesweb-texto{
    text-align: center;
    font-size: 1rem;
  }
  .opcionesweb-subtitulo{
    
    font-size: 1.6rem;
  }
     .opcionesweb-titulo {
    font-size: 1.6rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
  text-align: center;
 
  
      }
    

      .opcionesweb-bloque {
        flex-direction: column;
        align-items: flex-start;
       padding-bottom: 10%;
        
      }

      .opcionesweb-izq {
        max-width: 100%;
        
        text-align: start;
      }
      .opcionesweb {
      padding: 0;
   /* aumentas solo el lado izquierdo */
  background: #0E0E2C;
  transition: background-color 0.4s ease;
    }
   
}















 
@media (max-width: 768px) {
    .nueva-contenedor {
        flex-direction: column;
        gap: 10px;
    }

    .nueva-item {
        width: 100%;
    }
    .nueva-texto {
        width: 95%;
        font-size: 18px;
        
        
    }
    .primerasection-mantenimiento-right .primerasection-mantenimiento-text{
      /* empuja el bloque hacia el borde derecho */
      margin-left:0%; 
      font-size: 15px;
      padding-top: 0%;
      
    }
}

/* Estilos del menú en móviles */
@media screen and (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: translateY(-100%);
        transition: transform 0.3s ease-in-out;
        gap:35px;
        z-index: 1002;
    }

    .nav-menu.active {
        transform: translateY(0);
        
    }

    .nav-item {
        margin: 50px 0;
        gap: 35px;
        display: flex;               /* Necesario para aplicar justify-content */
        justify-content: center;     /* Centra horizontalmente */
        align-items: center;         /* Centra verticalmente */
        flex-direction: column;      /* Opcional: para apilar elementos verticalmente */
        text-align: center;          /* Centra texto si hay */
      }

    .nav-link {
        font-size: 24px;
        
    }
    

    .close-menu {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 36px;
        color: #e74c3c;
        cursor: pointer;
        display: block;
    }
    .contact-info {
        display: flex;
        flex-direction: column; /* Alinea los elementos en columna */
        gap: 5px; /* Espacio entre ellos */
    }
    
    .contact-info a {
        display: flex; /* Hace que cada enlace se comporte como un bloque flexible */
        align-items: center; /* Alinea el icono y el texto */
        text-decoration: none;
        color: #fff;
        font-size: 16px;
    }
    .contact-btn{
        display: none;
    }
     .dropdown:hover .submenu {
        display: block;
    }
    .intro-container {
        padding: 0 20px; /* Aumentar el padding para pantallas pequeñas */
        text-align: center;
    }

    .intro-text h1 {
        font-size: 35px; /* Reducir el tamaño del texto en pantallas pequeñas */
    }

    .intro-btn {
        padding: 12px 25px;
        font-size: 16px; /* Reducir el tamaño del botón en pantallas pequeñas */
    }
    .social-icons {
        
        display: none;
        
    }

    .nav-link1{
        display: block;
    }
      .escoger-contenedor {
        flex-direction: column;
        text-align: center;
    }
    .escoger-logo {
      width: 150px;
      margin: 40px auto 10px auto;
      display: block;
  }
  
    .escoger-texto {
        width: 100%;
    }
    .escoger-titulo {
        font-size: 24px;
    }
    .escoger-descripcion {
        font-size: 16px;
    }

    .escoger-galeria {
        width: 100%;
        grid-template-columns: 1fr; /* Una sola columna */
    }

    .escoger-boton {
        display: block;
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .nueva-imagen {
      padding: 0 10px;
  }
.testimonios{
  font-size: 50px;
}
.highlight{
  font-size: 50px;
}


  .nueva-texto {
      width: 100%;
      display: block;
      /* text-align: left mantiene el espaciado natural */
  }

  .nueva-imagen img.escoger-logo {
    display: block;
    margin: 40px auto 0 auto; /* 40px arriba, centrado horizontalmente */
    width: 120px;
  }

  .nueva-titulo {
      text-align: center;
      font-size: 24px;
  }
    .testimonios{
        padding-top: 20%;
    }
    .flechas {
        display: none;
      }
    
      .flechas button {
       display: none;
      }
      .desktop-video {
        display: none;
      }
    
      .mobile-video {
        display: block;
      }
    
      .presentacion-video-contenedor {
        width: 100%;
        height: 100%;
      }
      .presentacion-seccion {
        position: relative;
        width: 100vw;
        height: 100dvh; /* Ocupa todo el alto real de la pantalla, incluso en móviles */
        overflow: hidden;
      }
      .presentacion-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
      .presentacion-video-contenedor {
        position: relative;
        width: 100%;
        height: 100%;
        max-width: none;
        aspect-ratio: unset;
      }
      .presentacion-boton-play {
        width: 60px;
        height: 60px;
        font-size: 40px;
      }
    
      .presentacion-overlay {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .swiper-slide img {
        max-height: 60vh;
      }
      .swiper-pagination {
        display: none !important;
      }

      .gym-info-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
      }
    
      .info-box {
        max-width: 90%;
      }
    
      .icon-img {
        width: 50px;
        height: 50px;
      }
    
      .info-box h3 {
        font-size: 1.5rem;
      }
    
      .info-box p {
        font-size: 1rem;
      }

      .conocenos-grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
    
      .conocenos-logo-texto,
      .intro-text.intro-derecha {
        max-width: 100%;
      }
    
      .conocenos-logo-texto h1 {
        font-size: 2.5rem;
      }
    
      .subtitulo-rojo {
        font-size: 1.2rem;
      }
    
      .intro-text.intro-derecha p {
        font-size: 0.95rem;
      }
      .intro-derecha {
        color: white;
        font-size: 1rem;
        padding-top: 0;
      }
      .conocenos-logo-texto, .titulo-conocenos, .subtitulo-rojo {
        text-align: center;
      }
      .fila-uno,
  .fila-dos {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }

  .tarifa-card {
    width: 100%;
    margin: 0 auto;
  }

  .tarifas-section {
    padding: 40px 10px;
  }
  .aire-card {
    flex-direction: column;
    padding: 20px;
  }

  .bloque-texto {
    text-align: center;
  }

  .bloque-video-contenido video {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .logo-bloque {
    display: flex;
    justify-content: center;
    align-items: center; /* si también quieres centrar verticalmente */
    margin: 0 auto 15px auto;
    width: 50%; /* o el tamaño que prefieras, pero que se centre mejor */
  }
  .reseña {
    flex: 0 0 92%;
    height: auto;
  }
   .actividad-card {
    width: 100%;
  }

  .social-icons{
   display: none;
  }
     .primerasection-mantenimiento-title {
      width: 100%;
      padding-top: 15%;
      padding-bottom: 10%;
      font-size: 25px;
    }

    .primerasection-mantenimiento-btn{
      width: 100%;
      font-size:16px;
      
    }
    .h1-wrapper {
      padding-top: 0;
    }
  
}

@media screen and (max-width: 480px) {
    .intro-container {
        padding: 0 10px; /* Ajuste aún más el padding para dispositivos muy pequeños */
    }

    .intro-text h1 {
        font-size: 40px; /* Reducir aún más el tamaño del texto */
        padding: 5%;
    }

    .intro-btn {
        padding: 10px 20px;
        font-size: 14px; /* Ajustar el tamaño del botón */
    }
}
.show-submenu {
    display: block !important;
}
