.mi-navbar-dark{
  background: linear-gradient(to right, #000000, #737373);
}

#templatemo_main_nav a {
    color: #ffffff;
}

.brand-text {
  font-family: 'Archivo Black', sans-serif !important;
  font-size: initial !important;
  font-weight: bold !important;
  line-height: 1.1;
}

.brand-title {
  font-size: 22.4px !important;
  color: #fff !important;
  font-weight: bold !important;
}

.brand-subtitle {
  font-size: 9.4px !important;
  color: #98dccb !important;
  font-weight: normal !important;
}

.nav-link.active {
    color: #98dccb !important; /* Color amarillo, por ejemplo */
    font-weight: bold;
    border-bottom: 2px solid #98dccb; /* subrayado para resaltar */
}

.templatemo-accordion a.active {
    color: #0f8c79 !important;
}

.templatemo-accordion a:hover {
    color: #0f8c79 !important;      /* Cambia el color del texto al pasar el mouse */
    cursor: pointer;                /* Muestra el cursor de mano */
    text-decoration: none;          /* Evita subrayado */
}

@media (max-width: 2000px) {
  /* Estilos para celulares */
  h1{
    font-size: 30px !important;
  }

  .h2 {
      font-size: 20px !important;
      font-weight: 700 !important;
  }

  p {
    font-size: 15px !important;
  }

  .logo-img{
    width: 55px !important;
  }

  .brand-title {
    font-size: 16.4px !important;
  }
}

.product-wap p {
  font-size: 17px !important;
}

.producto-img {
  max-height: 460px;
}

@media (max-width: 1000px) {
  .producto-img {
    max-height: 550px;
  }
}