/* Estilos para index.php - Scoped a .main-content, dinámico y responsivo */

.main-content {
  /* MAIN SECTION */
  .main {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 60px 0;
  }

  .main h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #2d3436;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }

  .main p.lead {
    font-size: 1.25rem;
    color: #636e72;
    font-weight: 400;
  }

  .main .btn1 {
    background: #0984e3;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 12px rgba(9, 132, 227, 0.3);
  }

  .main .btn1:hover {
    background: #0652dd;
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(9, 132, 227, 0.5);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  }

  .main .main-img {
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }

  /* NEW SECTION */
  .new {
    background: #f1f3f5;
    padding: 60px 0;
  }

  .new h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0984e3;
    margin-bottom: 2rem;
  }

  .new .feature-img {
    max-width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 10px;
  }

  .new h6 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #00b894;
    margin-bottom: 1rem;
  }

  .new p {
    font-size: 1rem;
    color: #636e72;
    line-height: 1.6;
  }

  .new .col-lg-4:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
  }

  /* PRODUCT SECTION */
  .product {
    background: #ffffff;
    padding: 60px 0;
  }

  .product h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #0984e3;
    margin-bottom: 1rem;
  }

  .product h6 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #00cec9;
    margin-bottom: 2rem;
  }

  .product .card {
    background: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .product .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }

  .product .product-img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
  }

  .product .card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3436;
    margin-bottom: 1rem;
  }

  .product .btn-outline-primary {
    border-color: #0984e3;
    color: #0984e3;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 500;
  }

  .product .btn-outline-primary:hover {
    background: #0984e3;
    color: #ffffff;
    transform: scale(1.05);
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  }

  .product .btn1 {
    background: #0984e3;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 12px rgba(9, 132, 227, 0.3);
  }

  .product .btn1:hover {
    background: #0652dd;
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(9, 132, 227, 0.5);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* ABOUT SECTION */
  .about {
    background: #f1f3f5;
    padding: 60px 0;
  }

  .about h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0984e3;
    margin-bottom: 1rem;
  }

  .about h6 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #00cec9;
    margin-bottom: 2rem;
  }

  .about .about-img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .about h5 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0984e3;
    margin-bottom: 1rem;
  }

  .about p {
    font-size: 1rem;
    color: #636e72;
    line-height: 1.6;
  }

  .about .col-lg-4:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
  }

  /* JABON SECTION */
  .jabon {
    background: linear-gradient(135deg, #0984e3, #0652dd);
    padding: 60px 0;
  }

  .jabon h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
  }

  .jabon h6 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #a3bffa;
    margin-bottom: 1.5rem;
  }

  .jabon p.lead {
    font-size: 1.25rem;
    color: #dfe6e9;
    font-weight: 400;
  }

  .jabon .btn1 {
    background: #f39c12; /* Orange to match Mi Perfil */
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 12px rgba(243, 156, 18, 0.3);
  }

  .jabon .btn1:hover {
    background: #d35400;
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(243, 156, 18, 0.5);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  }

  .jabon .main-img {
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }

  /* RESPONSIVE STYLES */
  @media (max-width: 992px) {
    .main h1 {
      font-size: 2.5rem;
    }

    .main p.lead {
      font-size: 1.1rem;
    }

    .main .main-img {
      height: 300px;
    }

    .new h2 {
      font-size: 2rem;
    }

    .new .feature-img {
      max-width: 120px;
      height: 120px;
    }

    .product h1 {
      font-size: 2.5rem;
    }

    .product .product-img {
      height: 150px;
    }

    .about h1 {
      font-size: 2rem;
    }

    .about .about-img {
      height: 150px;
    }

    .jabon h1 {
      font-size: 2.5rem;
    }

    .jabon .main-img {
      height: 300px;
    }
  }

  @media (max-width: 768px) {
    .main {
      padding: 40px 0;
    }

    .main h1 {
      font-size: 2rem;
      text-align: center;
    }

    .main p.lead {
      font-size: 1rem;
      text-align: center;
    }

    .main .btn1 {
      width: 100%;
      padding: 10px;
    }

    .main .main-img {
      height: 250px;
      margin-top: 20px;
    }

    .new {
      padding: 40px 0;
    }

    .new .col-lg-4 {
      margin-bottom: 30px;
    }

    .new .feature-img {
      max-width: 100px;
      height: 100px;
    }

    .product {
      padding: 40px 0;
    }

    .product .card {
      margin-bottom: 20px;
    }

    .product .product-img {
      height: 120px;
    }

    .product .btn1 {
      width: 100%;
      padding: 10px;
    }

    .about {
      padding: 40px 0;
    }

    .about .col-lg-4 {
      margin-bottom: 30px;
    }

    .about .about-img {
      height: 120px;
    }

    .jabon {
      padding: 40px 0;
    }

    .jabon h1 {
      font-size: 2rem;
      text-align: center;
    }

    .jabon p.lead {
      font-size: 1rem;
      text-align: center;
    }

    .jabon .btn1 {
      width: 100%;
      padding: 10px;
    }

    .jabon .main-img {
      height: 250px;
      margin-top: 20px;
    }
  }

  @media (max-width: 576px) {
    .main h1 {
      font-size: 1.8rem;
    }

    .main .main-img {
      height: 200px;
    }

    .new h2 {
      font-size: 1.8rem;
    }

    .new .feature-img {
      max-width: 80px;
      height: 80px;
    }

    .product h1 {
      font-size: 1.8rem;
    }

    .product .product-img {
      height: 100px;
    }

    .about h1 {
      font-size: 1.8rem;
    }

    .about .about-img {
      height: 100px;
    }

    .jabon h1 {
      font-size: 1.8rem;
    }

    .jabon .main-img {
      height: 200px;
    }
  }
}