body {
  margin: 0;
  padding: 0;
}

.resaltado{
  color: blueviolet;
}

.rosa{
  color: #ff169e;
}







.menu.scroll-activo .menu-nav.activo {
  background-color: rgba(0,0,0,0.9); /* fondo oscuro para que letras blancas se vean */
}

.menu.scroll-activo .menu-nav.activo a {
  color: white;
}

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  z-index: 1000;
}

.menu-contenido {
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.logo-img {
  height: 60px;
}

/* NAV */
.menu-nav ul {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-nav a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
}

/* BOTÓN HAMBURGUESA */
.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 1001;
}

/* MÓVIL */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  .menu-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: rgba(245,245,245,0.95);
  }
  .menu-nav.activo {
    display: block;
  }
  .menu-nav ul {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
  .menu-nav a {
    color: black;
    padding: 10px 0;
    display: block;
  }
}

.menu {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

/* Al hacer scroll */
.menu.scroll-activo {
  background-color: rgba(245,245,245,0.95); /* Cambia el color si quieres */
}

.menu.scroll-activo a {
  color: black; /* Cambia el color de los enlaces cuando hay scroll */
}

.menu a {
  color: white; /* Color inicial de los enlaces */
}

.menu a:hover {
  color: #ff169e; /* Hover color */
}

.menu.scroll-activo a:hover {
  color: #ff169e; /* mismo color hover que antes */
}

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Enlaces iniciales */
.menu a {
  color: white;
  text-decoration: none;
  margin-left: 2rem;
  font-size: 1.2em;
}

/* Botón hamburguesa inicial */
.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

/* Menú al hacer scroll */
.menu.scroll-activo {
  background-color: rgba(245,245,245,0.95); /* fondo sólido */
}

.menu.scroll-activo a {
  color: black;
}

.menu.scroll-activo .menu-toggle {
  color: black;
}

/* --- Navegación móvil --- */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  .menu-nav {
    display: none;
    flex-direction: column;
    background-color: rgba(0,0,0,0.8); /* fondo oscuro para que letras blancas se vean */
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    padding: 10px 0;
  }
  .menu-nav.activo {
    display: flex;
  }
  .menu-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .menu-nav a {
    color: white; /* letras visibles sobre fondo oscuro */
  }
}






























#conoceme {
  width: 100%;
  background-color: #f9f9f9;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Contenedor principal */
.conoceme-contenido {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* Parte superior: texto e imagen */
.contenido-superior {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}

.texto {
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.imagen {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.imagen img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-position: 50% 30%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
  box-shadow: none;
  margin: 0;
  padding: 0;
  display: block;
}

/* Parte inferior: bloques de valores y conmigo */
.bloques-inferiores {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.valores,
.conmigo {
  flex: 1;
  padding: 40px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  color: white;
}

.valores {
  background-color: #C78ACD;
}

.conmigo {
  background-color: #F98CDA;
}

.valores h2,
.conmigo h2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.valores ul,
.conmigo ul {
  margin: 0;
  padding: 0;
}

.valores li,
.conmigo li {
  margin-bottom: 10px;
  font-size: 1rem;
}

/* Elimina márgenes entre secciones */
#conoceme + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.valores,
.conmigo {
  text-align: center;
}

.valores ul,
.conmigo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.texto h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1d3557;
  margin-bottom: 20px;
  text-align: center;
}

























#slogan {
  margin-top: 0;
  padding-top: 0;
  background-color: #E3CDE6;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  min-height: 250px;
  align-items: center;
}

.slogan-texto {
  font-style: italic;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  text-align: center;
}






























#hero {
  position: relative;
  width: 100%;
  height: 100vh; /* Toda la altura de la pantalla */
  overflow: hidden;
}

.video_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Que se ajuste sin distorsión */
  object-position: center;
  z-index: -2;
}

/* Mostrar solo en escritorio */
.desktop-video {
  display: block;
}

.mobile-video {
  display: none;
}

/* Overlay si quieres oscurecer el video */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4); /* oscuro transparente */
  z-index: -1;
}

/* Contenido centrado verticalmente y alineado a la izquierda */
.hero-contenido {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* centrado vertical */
  align-items: flex-start; /* alineado a la izquierda */
  padding: 0 4rem;
  color: white;
}

.hero-contenido h1 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  align-items: center;
}

.hero-contenido button {
  padding: 0.8rem 2rem;
  background-color: #6b00b6;
  border: none;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
  align-items: center;
}

.hero-contenido button:hover {
  background-color: #50038a;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .desktop-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }

  .hero-contenido {
    padding: 0 2rem;
    align-items: center;
    text-align: center;
  }

  .hero-contenido h1 {
    font-size: 2rem;
  }
}

































.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.whatsapp-icon img {
    width: 50px;
    height: 50px;
    transition: filter 0.1s ease-in;
}

.whatsapp-icon:hover img {
    filter: brightness(1.2) saturate(1.5) sepia(1) hue-rotate(85deg);
}

.whatsapp-icon .tooltip {
    position: absolute;
    right: 60px; /* desplaza la burbuja a la izquierda del ícono */
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: #000;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    font-family: sans-serif;
}

/* Ajusta la colita para que apunte desde la izquierda hacia el ícono */
.whatsapp-icon .tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px; /* coloca la colita del lado derecho de la burbuja */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white; /* cambia de right a left */
    border-right: none;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.1));
}

/* Mostrar la burbuja */
.whatsapp-icon:hover .tooltip {
    opacity: 1;
}







































#entrenamiento {
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: 'Arial', sans-serif;
  color: #fff;
  background-color: #1a1a1a;
  width: 100%;
}

.entrenamiento-contenido{
    background-color: #1a1a1a;
    width: 100%;
    padding: 2rem 0;
    color: #fff;
}

#entrenamiento h1 {
  text-align: center;
  margin-bottom: 2rem;
  color: white;
  
}

#entrenamiento h1 .h1-peque {
  font-size: 1rem; /* más pequeña */
  display: block;
  line-height: 0;
  margin: 0;
  font-weight: 300;
}

#entrenamiento h1 .h1-grande {
  font-size: 2.5rem; /* más grande */
  display: block;
  line-height: 0;
  margin: 0;
  font-weight: 700;
  color: blueviolet;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  max-width: 1200px;
  margin: 0 auto;
}

.card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 12px rgb(0 0 0 / 0.4);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.3s ease;
  background-color: #fff;
}

.card:hover {
  transform: translateY(-6px);
}

/* Imagen con overlay y centrado de texto */

.image-link {
  position: relative;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
}

.image-link img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: filter 0.3s ease;
}

/* Overlay centrado */

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
}

.overlay h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* Descripción blanca */

.card-desc {
  background-color: #fff;
  padding: 1rem 1.2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}

.card-desc p {
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 1.2rem;
  line-height: 1.3;
  text-align: center;
}

.card-desc button {
  background-color: #7e57c2;
  color: white;
  border: none;
  padding: 0.55rem 1rem;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, filter 0.3s ease;
  align-self: center;
}

/* Hover sincronizado entre imagen y botón */

.card:hover .image-link img,
.card:hover .overlay,
.card:hover .card-desc button {
  filter: brightness(0.7);
}

/* Colores por tarjeta (se aplican al borde superior o según necesites) */

.image-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2); /* capa base para oscurecer ligeramente */
  z-index: 1;
  transition: background 0.3s ease;
}

/* Superponer texto sobre la imagen encima del color */
.overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

/* Colores por tarjeta */

.card1 .image-link::before {
  background-color: rgba(236, 64, 122, 0.5); /* rosa */
}

.card2 .image-link::before {
  background-color: rgba(126, 87, 194, 0.5); /* morado */
}

.card3 .image-link::before {
  background-color: rgba(66, 165, 245, 0.5); /* azul claro */
}

.card4 .image-link::before {
  background-color: rgba(171, 71, 188, 0.5); /* violeta */
}

.card5 .image-link::before {
  background-color: rgba(41, 182, 246, 0.5); /* celeste */
}

.card6 .image-link::before {
  background-color: rgba(142, 36, 170, 0.5); /* morado fuerte */
}

.card7 .image-link::before {
  background-color: rgba(25, 118, 210, 0.5); /* azul */
}

.card8 .image-link::before {
  background-color: rgba(92, 107, 192, 0.5); /* azul grisáceo */
}

.card9 .image-link::before {
  background-color: rgba(0, 172, 193, 0.5); /* turquesa */
}

/* Responsive */

@media (max-width: 992px) {
  .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cards-container {
    grid-template-columns: 1fr;
  }

  .image-link img {
    height: 180px;
  }
}
















.fondo-fijo {
  background-image: url("imagen_fija1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  color: white;
  padding: 100px 20px; /* Espaciado interno */
  min-height: 40vh;
}






























.footer {
  padding: 40px 0px;
  background-color: #000000;
  color: white;
  font-family: Arial, sans-serif;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  min-width: 280px;
  margin: 0 auto;
  flex-wrap: nowrap;
  flex: 1 1 300px;
}

.link, .form-content {
  flex: 1 1 300px; /* Crecen y se encogen con base mínima de 300px */
  min-width: 280px;
}

.link h3, .form-content h2 {
  font-size: 20px;
  color: #F9FAFC;
  margin-bottom: 15px;
}

.link a {
  font-size: 16px;
  color: #C5C5C5;
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
  transition: color 0.3s;
  display: inline;
}

.link a:hover {
  color: #ff169e;
}

.footer li {
  font-size: 16px;
  color: white;
  margin-bottom: 10px;
}

/* Formulario */
.form-content form {
  display: flex;
  flex-direction: column;
}

.form-content label {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
}

.form-content input[type="text"],
.form-content input[type="email"],
.form-content textarea {
  padding: 8px 10px;
  margin-bottom: 16px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  resize: vertical;
}

.form-content textarea {
  min-height: 80px;
}

.form-content .btn {
  background-color: #ff169e;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.form-content .btn:hover {
  background-color: #82054e;
}

/* Responsive */
@media (max-width: 768px) {
  .footer {
    padding: 40px 15px;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .link, .form-content {
    flex: none;
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }

  .form-content form {
    width: 100%;
  }
}

.footer-bottom {
  max-width: 1200px;
  margin: 20px auto 0 auto;
  padding: 10px 20px;
  text-align: right;       /* Alinea el texto a la derecha */
  color: #888888;
  font-size: 10px;         /* Más pequeño */
  font-family: Arial, sans-serif;
  border-top: 1px solid #333333;
  width: 100%;
  box-sizing: border-box;  /* Para que padding no afecte ancho */
}

.footer-bottom a:hover{
    color: #82054e;
}

.footer a {
  color: inherit;
}

.footer-logo img {
  max-height: 60px; /* ajusta tamaño del logo */
  width: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 768px) {
  .footer-logo {
    display: none;
  }

  .footer-left {
    max-width: none !important;  /* Quitar cualquier ancho fijo */
    width: 100% !important;      /* Que ocupe todo el ancho */
    margin: 0 auto !important;   /* Centrado horizontal */
    padding: 0 15px;             /* Un poco de espacio a los lados */
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: none !important;
  }

  .footer-logo {
    display: none !important;
  }

  /* Opcional, para que el contador ocupe menos y se vea centrado */
  .visit-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin: 0 auto;
  }
}

.subrayado {
  position: relative;
  display: inline-block; /* Para que la línea se base en el ancho del texto */
}

.subrayado::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0; /* Inicia desde el lado derecho */
  width: 50%; /* Hasta la mitad del texto */
  height: 3px;
  background-color: #ff169e; /* Azul corporativo */
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 280px;
  margin-right: 40px;
  transform: translateX(-30px);
}

.footer-logo img {
  max-width: 150px;
}

.visit-counter p {
  color: white;
  font-size: 1em;
  margin-bottom: 5px;
}

.visit-counter img {
  max-width: 100px;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.footer-social a {
  color: white;
  font-size: 24px;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #ff169e;
}














header.menu1 {
  background-color: rgba(245,245,245); /* Cambia a tu color */
  color: black;
  padding: 10px 20px;
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
}

.menu-contenido1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.logo-img1 {
  height: 80px;
}

.menu-nav1 ul {
  list-style: none;
  display: flex;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
}

.menu-nav1 a {
  color: black;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 1.2em;
}

.menu-nav1 a:hover {
  color: #ff169e; /* Color de hover (puedes cambiarlo) */
}

/* ======= BOTÓN HAMBURGUESA (para móviles) ======= */
.menu-toggle1 {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  color: black;
  cursor: pointer;
}

/* ======= RESPONSIVE ======= */
@media (max-width: 768px) {
  .menu-toggle1 {
    display: block;
  }

  .menu-nav1 {
    display: none;
    flex-direction: column;
    background-color: rgba(245,245,245);

    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    padding: 10px 0;
  }

  .menu-nav1.activo {
    display: flex;
  }

  .menu-nav1 ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}


















.fotos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0; /* Sin espacios */
  width: 100%;
}

.fotos-grid img {
  width: 100%;
  height: auto; /* Ocupa toda la pantalla vertical */
  object-fit: cover; /* Ajusta sin deformar */
  display: block;
}

.fotos-grid > * {
  aspect-ratio: 3/4; /* Ajusta la proporción que quieras */
  overflow: hidden;   /* Para que no sobresalga nada */
}

/* Videos: 2 columnas, sin espacios */
.videos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: 100%;
}

.videos-grid video {
  width: 100%;
  height: 150vh; /* Ocupa toda la pantalla vertical */
  object-fit: cover;
  display: block;
}

#galeria{
  text-align: center;
}

#galeria h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #ff169e;
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

#galeria h2::before,
#galeria h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 2px;
  background-color: #ff169e;
}

#galeria h2::before {
  left: -80px;
}

#galeria h2::after {
  right: -80px;
}

















#comentarios {
  padding: 60px 0;
  background-color: #f8f8f8;
  text-align: center;
  background-image: url(Fondo2.jpg);
}

#comentarios h1 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #ff169e;
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

#comentarios h1::before,
#comentarios h1::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 2px;
  background-color: #ff169e;
}

#comentarios h1::before {
  left: -80px;
}

#comentarios h1::after {
  right: -80px;
}

.slider-infinito {
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin: 0;
  padding: 0;
}

.slider-track {
  display: flex;
  gap: 40px;
  width: max-content;
  padding: 0 40px;
  animation: scroll-infinito 50s linear infinite;
}

.slide {
  min-width: 250px;
  flex-shrink: 0;
  max-width: 300px;
}

.slide img {
  width: 100%;
  height: auto;
  max-height: 400px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

@keyframes scroll-infinito {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.slider-infinito:hover .slider-track {
  animation-play-state: paused;
}




















#articulos {
  padding: 40px 20px;
  background-color: #fff;
  font-family: italic;
}

.titulo-tips {
  text-align: center;
  font-size: 2.5rem;
  position: relative;
  color: #ff169e; 
  margin-bottom: 40px;
}

.titulo-tips::before,
.titulo-tips::after {
  content: "";
  height: 3px;
  width: 60px;
  background-color: #ff169e; /* morado bonito */
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.tip-card {
  border: 2px solid #9b59b6; /* morado vibrante */
  border-radius: 12px;
  padding: 20px;
  background-color: #f3e6f9; /* morado muy claro */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.tip-card:hover {
  transform: scale(1.02);
}

.tip-card h2 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #6d2e9c; /* morado más oscuro para título */
}

.tip-card ul {
  list-style: none;
  padding-left: 0;
}

.tip-card li {
  margin-bottom: 12px;
  line-height: 1.5;
  color: #444;
}

















@media (max-width: 768px) {
  .contenido-superior {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .texto, .imagen {
    width: 100%;
    padding: 10px;
  }

  .texto h1 {
    font-size: 2rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .bloques-inferiores {
    flex-direction: column;
  }

  .valores, .conmigo {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .fotos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .videos-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .fotos-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-contenido {
    padding: 0 2rem;
    align-items: center;
    text-align: center;
  }

  .hero-contenido h1 {
    font-size: 2rem;
  }
}

























