    body {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      margin: 0;
      font-family: 'Inter', sans-serif;
      background-color: #f9f9f9;
      color: #333;
        line-height: 2;
    }
	h3 {
      color: #6F174D;
    }
    p{
        line-height: 2;
    }
	
	.section-card {
	  background: #fff;
	  border-radius: 12px;
	  padding: 2rem;
	  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	}
	
    header {
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem 2rem;
      border-bottom: 1px solid #ddd;
      position: sticky;
      top: 0;
      z-index: 999;
    }
    header img {
      height: auto;
      max-height: 100px;
      width: auto;
      max-width: 270px;
      object-fit: contain;
    }
    nav a {
      margin: 1rem;
      text-decoration: none;
      color: #6F174D;
      font-weight: 600;
      display: inline-block;
    }
    .hero {
      position: relative;
      height: 500px;
      overflow: hidden;
    }
    .slider {
      display: flex;
      width: 300%;
      animation: slide 15s infinite;
    }
    .slide {
      width: 100vw;
      height: 500px;
      flex-shrink: 0;
      background-size: cover;
      background-position: center;
    }
    .slide1 { background-image: url('images/banner.jpg'); }
    .slide2 { background-image: url('https://upload.wikimedia.org/wikipedia/commons/e/e3/Valpara%C3%ADso_Puerto.jpg'); }
    .slide3 { background-image: url('https://upload.wikimedia.org/wikipedia/commons/7/70/Escuela_yoga.jpg'); }

    @keyframes slide {
      0% { transform: translateX(0); }
      33% { transform: translateX(-100vw); }
      66% { transform: translateX(-200vw); }
      100% { transform: translateX(0); }
    }

    .hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: white;
    }
    .hero-content h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }
	
	
	
	
	
    .cta-buttons {
      margin: 3rem auto;
      text-align: center;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 1rem;
      max-width: 800px;
    }
    .cta-buttons a {
      display: inline-block;
      margin: 1rem;
      padding: 1rem 2.5rem;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1rem;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .contact-btn {
      background-color: #6F174D;
      color: #fff;
    }
    .free-consult-btn {
      border: 2px solid #6F174D;
      color: #6F174D;
      background-color: white;
    }
    section {
      padding: 4rem 2rem;
      max-width: 1000px;
      margin: auto;
    }
    h2 {
      color: #6F174D;
      margin-bottom: 1rem;
    }
    .team-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
      margin-top: 2rem;
    }
    .team-member {
      background-color: #ffffff;
      border-radius: 8px;
      padding: 1rem;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      text-align: center;
    }
    .team-member img {
      width: 200px;
      height: 200px;
      object-fit: contain;
      margin-bottom: 0.5rem;
    }
    footer {
      background: linear-gradient(to right, #6F174D, #9c2d6f);
      color: #fff;
      text-align: left;
      padding: 2rem;
      width: 100%;
      margin: 0;
      position: relative;
      bottom: 0;
      left: 0;
      right: 0;
      flex-shrink: 0;
    }
    .sticky-whatsapp {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #25d366;
      color: white;
      padding: 0.7rem 1rem;
      border-radius: 50px;
      font-weight: bold;
      text-decoration: none;
      z-index: 1000;
    }
      ul {
      padding-left: 2rem;
      margin-bottom: 2rem;
      line-height: 2;
      font-size: 1.05rem;
    }
      @media (max-width: 768px) {
  .menu-toggle {
    display: block;
    transition: transform 0.3s ease;
  }
  #main-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 1rem 2rem;
    z-index: 1000;
  }
  #main-nav.show {
    display: flex;
  }
  #main-nav a {
    display: inline-block;
    text-align: center;
    padding: 0.5rem 1rem;
    margin: 0;
    font-size: 0.9rem;
  }
}

@media (min-width: 769px) {
  #main-nav {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    gap: 1rem;
  }
  #main-nav a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.4rem 1rem;
    margin: 0;
    font-size: 0.85rem;
  }
}
  #main-nav.show {
    display: flex;
  }
 #main-nav a {
  padding: 1rem 10px;
  font-size: 1rem;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0.2rem 0;
  white-space: nowrap;
}

  nav a {
    padding: 10px;
    font-size: 1.1rem;
    display: inline-block;
    text-align: center;
  }

 
      nav {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .hero-content h1 {
        font-size: 1.8rem;
        padding: 0 1rem;
      }
      .team-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
      margin-top: 2rem;
    }
      .cta-buttons a {
        width: 90%;
        text-align: center;
      }
      section {
        padding: 2rem 1rem;
      }
      .team-member img {
        width: 150px;
        height: 150px;
      }
    }
      .modern-input {
      font-size: 1.1rem;
      padding: 1rem;
      border-radius: 10px;
      border: 1px solid #ccc;
      background-color: #fff;
      width: 100%;
      box-sizing: border-box;
    }
    .modern-input:focus {
      outline: none;
      border-color: #6F174D;
      box-shadow: 0 0 0 2px rgba(111, 23, 77, 0.2);
    }

    .contact-btn {
      font-size: 1rem;
      padding: 1rem 2rem;
      border-radius: 10px;
    }
      html {
      scroll-behavior: smooth;
    }
    #como-empezar {
      animation: fadeIn 1s ease-in-out;
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }
      .menu-toggle {
      display: none;
      font-size: 2rem;
      cursor: pointer;
      color: #6F174D;
      position: absolute;
      right: 2rem;
      top: 1.5rem;
      z-index: 1001;
    }

        @media (max-width: 768px) {
            .menu-toggle {
                display: block;
                transition: transform 0.3s ease;
            }


            nav {
                opacity: 0;
                transform: translateY(-10px);
                transition: all 0.3s ease;
                pointer-events: none;
            }

                nav.show {
                    display: flex;
                    opacity: 1;
                    transform: translateY(0);
                    pointer-events: all;
                }
        }
	
 .contenido-escondido {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease, opacity 0.5s ease;
      opacity: 0;
    }
    .contenido-escondido.activo {
      max-height: 800px;
      opacity: 1;
    }
    .ver-mas {
      cursor: pointer;
      color: #6F174D;
      font-weight: bold;
      text-decoration: none;
    }	
	