/* Reset y fuentes */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: #111;
}

/* HERO */
.hero {
  text-align: center;
  padding: 5px 0px;
  background: linear-gradient(135deg, #3a7bd5, #ff3cac);
  color: white;
}

.hero h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  font-weight: 800;
}

.hero p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.btn {
  background-color: #1b1f57;
  color: white;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #000;
}

/* SERVICIOS */
.servicios {
  text-align: center;
  padding: 60px 20px;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  padding: 25px;
  max-width: 250px;
  text-align: center;
}

.card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.card h3 {
  margin: 0;
  font-size: 1.2em;
}

.card p {
  font-size: 0.95em;
  color: #444;
}

/* FINAL */
.final {
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.final h2 {
  font-size: 1.5em;
  max-width: 800px;
  margin: auto;
  line-height: 1.5;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  color: #111;
}

.contenedor {
  padding: 60px 20px;
  text-align: center;
}

.contenedor h1 {
  font-size: 2em;
  margin-bottom: 40px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.card {
  background-color: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 250px;
  text-align: center;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: scale(1.03);
}

.card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.card h2 {
  margin: 10px 0;
  font-size: 1.3em;
}

.card p {
  color: #444;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #306bff;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #1745c5;
}

/* ✅ Media Query para pantallas pequeñas */
@media (max-width: 768px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }

  .card {
    max-width: 90%;
  }

  .contenedor h1 {
    font-size: 1.6em;
  }
}


.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, #3a7bd5, #ff3cac);
  color: white;
  border: none; /* <-- Esto elimina cualquier borde */
  box-shadow: none; /* <-- Si hay una sombra, también la eliminamos */
}


.navbar-left {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-top: 25px;
}



.navbar-icon {
  width: 35px;   /* tamaño ajustable */
  height: auto;
}

.navbar-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: bold;
}


.navbar-right {
  position: absolute;
  right: 10px; /* lo coloca a la derecha */
  top: 30px;   /* opcional: ajusta según necesites */
  font-weight: bold;
}



.icon-btn {
  background: none;
  border: none;
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
}

.menu-icon {
  font-size: 2rem;
  background: none;
  border: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.side-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background-color: #262626;
  color: white;
  padding-top: 2rem;
  transition: left 0.3s ease;
  z-index: 1000;
}

.side-menu ul {
  list-style: none;
  padding: 0;
}

.side-menu ul li {
  padding: 1rem;
}

.side-menu ul li a {
  color: white;
  text-decoration: none;
  display: block;
}

.side-menu.open {
  left: 0;
}

.imagen {
  width: 150px;
  height:auto;
  object-fit: cover;
  margin-top: 10px;
}

.content {
  padding-top: 80px;
}

.promo {
  text-align: center;
  padding: 30px 20px;
}

.promo img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
}

.promo-text h2 {
  margin-top: 20px;
  font-size: 24px;
}

.promo-text p {
  margin: 10px 0;
}

.shop-btn {
  background-color: black;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
}

.training h2 {
  font-size: 22px;
  margin-bottom: 20px;
}


.rede {
  height: 3em; /* Ajusta la altura al tamaño del texto */
  vertical-align: middle; /* Alineación vertical con el texto */
}
.redee {
  height: 2.5em; /* Ajusta la altura al tamaño del texto */
  vertical-align: middle; /* Alineación vertical con el texto */
  background-color: #c0392b;
  border-radius: 5px;
  
}
 .about-container {
      padding: 30px 20px;
      max-width: 800px;
      margin: auto;
    }

    .about-section {
      background-color: #e6e6e6c5;
      border-radius: 12px;
      padding: 25px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    }

    .about-section h2 {
      font-size: 24px;
      margin-bottom: 15px;
      color: #ff006f;
      text-align: center;
    }

    .about-section p,
    .about-section ul {
      font-size: 16px;
      line-height: 1.7;
      text-align: justify;
      color: #0b0b0b;
    }

    .about-section ul {
      padding-left: 20px;
      margin-top: 10px;
    }

    .about-section ul li {
      margin-bottom: 10px;
    }



    @media (max-width: 600px) {
      .about-container {
        padding: 20px 10px;
      }

      .about-section h2 {
        font-size: 20px;
      }

      .about-section p {
        font-size: 15px;
      }

    }

      