    body {
       font-family: 'Open Sans', sans-serif;
      scroll-behavior: smooth;
    }
    h1, h2, h3, h4  {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
    

    /* NAVBAR */
    .navbar {
      background-color: #f0f0f0;
      padding: 1rem 0;
    }
    .navbar-brand img {
      height: 60px;
    }
    .navbar-nav {
      margin: 0 auto;
    }
    .navbar-nav .nav-link {
      color: #2c2047;;
      font-weight: 500;
      margin: 0 10px;
      transition: color 0.3s;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      border:2px solid transparent;
    }
    .navbar-nav .nav-link:hover {
      background-color: #7ebec5;
      border:2px solid #2c2047;
    }

    .btn-primary {
      background-color: #2c2047;
      color: #f0f8ff;
      border-color: #f0f8ff;
      transition: all 0.3s ease;
    }
    .btn-primary:hover,
    .btn-primary:focus {
      background-color: #f0f8ff;
      color: #2c2047;
      border-color: #2c2047;
    }
    .btn-cta {
      background-color: #7ebec5;
      color: #2c2047;
      border: 2px solid #2c2047;
      border-radius: 0px;
    }
    .btn-cta:hover {
      background-color: #2c2047;
      color: #7ebec5;
      border: 2px solid #7ebec5;
      border-radius: 0px;
    }

    /* HEADER CON VIDEO DE FONDO */
#hero-header {
  position: relative;
  margin-top:102px;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

/* Imagen de fondo */
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('../images/edw_about.webp') center/cover no-repeat;
  z-index: 0;
}

/* Video de fondo */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* Overlay oscuro */
#hero-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 2;
}

/* Contenido principal */
.header-content {
  position: relative;
  z-index: 3;
  max-width: 700px;
}
.header-content p {
  font-size: 1.2rem;
  margin: 1.5rem 0 2rem;
  color: #e0e0e0;
}


    /* SECCIONES */
    section {
      padding: 80px 0;
    }

/* ===============================
   CATALOGO DE PRODUCTOS
================================= */
#productos {
  background-color: #f8f9fa;
}

#productos h2 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

#productos .nav-pills .nav-link {
  border: 2px solid #2c2047;
  color: #2c2047;
  background: transparent;
  font-weight: 500;
  margin: 0 6px;
  border-radius: 0;
  padding: 0.6rem 1.5rem;
  transition: all 0.3s ease;
}

#productos .nav-pills .nav-link.active,
#productos .nav-pills .nav-link:hover {
  background: #7ebec5;
  color: #2c2047;
  font-weight: 700;
}

/* ---------- Cards ---------- */
.catalog-card {
  border: none;
  border-radius: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}

.catalog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.25);
}

/* Contenedor fijo de imagen */
.catalog-imgbox {
  height: 250px;           /* altura uniforme */
  padding: 20px;           /* espacio interno equilibrado */
  background-color: #fff;
  border-bottom: 3px solid #7ebec5;
  overflow: hidden;
}

/* Imagen fluida, mantiene proporción */
.catalog-imgbox img {
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;     /* no recorta, mantiene proporciones */
}

/* Card body */
.catalog-card .card-body {
  padding: 1.25rem;
}

.catalog-card .card-title {
  font-family: 'Montserrat', sans-serif;
  color: #2c2047;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.catalog-card .card-text {
  font-family: 'Open Sans', sans-serif;
  color: #2b2a2a;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .catalog-imgbox {
    height: 200px;
    padding: 15px;
  }
}

/* ============================
   SECCIÓN NOSOTROS
   ============================ */
#nosotros {
  position: relative;
}

#nosotros .content-box {
  background-color: #fff;
  color: #333;
}

/* Wrapper de la imagen */
.parallax-wrapper {
  position: relative;
  height: 500px; /* Ajustar altura deseada */
  overflow: hidden;
}

/* Imagen con parallax */
.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%; /* Más alto para efecto de scroll */
  background-size: cover;
  background-position: center;
  transform: translateY(0);
  transition: transform 0.1s linear;
}

/* Responsive */
@media (max-width: 767px) {
  .parallax-wrapper {
    height: 300px;
  }
}



    /* SECCIÓN CONTACTO EDITORIAL */
#contacto {
  background-color: #7ebec5;
  color: #fff;
  padding: 100px 0;
}

#contacto h2 {
  font-size: 2.5rem;
  color: #fff;
}

#contacto label {
      color:#fff;
}
  

#contacto p {
  color: #dce3ea;
  font-size: 1.05rem;
  line-height: 1.7;
}

#contacto .lead {
  font-size: 1.15rem;
  color: #ffffff;
}

.contact-form .form-control {
  background-color: transparent;
    border-radius: 0;
    border: 2px solid #fff;
    color:#fff;
}

.contact-form .form-control:focus {
  border-color: #00b4d8;
  box-shadow: 0 0 0 0.25rem rgba(0, 180, 216, 0.25);
}
.contact-form .btn-submit {
    width: 100%;
    background-color: transparent;
    border: 2px solid #2c2047;
    padding: 1rem;
}
.contact-form .btn-submit:hover {
    background-color: #2c2047;
    border: 2px solid #2c2047;
    color: #fff;
}
.contact-form label,
.contact-form .btn-submit
{
    color: #2c2047;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px
}


/* Responsive */
@media (max-width: 767.98px) {
  #contacto {
    text-align: center;
  }
  #contacto .contact-form {
    margin-top: 2rem;
  }
}


    footer {
      min-height: 20vh;
    background-color: #7ebec5;
    color: #2c2047;
    text-align: center;
    padding: 2rem 0 1rem 0;
    }
    .footer-links a {
      color: #2c2047;
      text-decoration: none;
      font-weight: 400;
      transition: color 0.3s ease, font-weight 0.3s ease;
    }

    .footer-links a:hover {
      color: #fff;
      font-weight: 700;
    }