.filter-overlay{
    visibility:hidden;
}

.filter-overlay.open{
    visibility:visible;
}

.container, .container-fluid {
    max-width: 1700px;
}

.text__contenido h1 {
    margin-top: 25px;
}


@media (max-width: 768px) {
  
  .text__contenido h1 {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}


.h1, h1 {
    font-size: 1.9rem;
    font-weight: 700;
}

/*--------------------------------------
  SECCIÓN "VER MÁS" / DESCRIPCIÓN
--------------------------------------*/
#ver-mas {
  display: none;
}

.ver-mas-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.descripcion-web {
  max-height: 3em;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  text-align: left;
}

.ver-mas-toggle:checked ~ .descripcion-web {
  max-height: none;
}

.ver-mas-label {
  color: #007bff;
  cursor: pointer;
  display: inline-block;
  margin-top: 0.5em;
  text-decoration: underline;
}

.ver-mas-label::after {
  content: ' Ver más';
}

.ver-mas-toggle:checked ~ .ver-mas-label::after {
  content: ' Ver menos';
}

.categoria_descripcion_down a {
  color: #1983f7!important;
  font-weight: normal;
  text-decoration: underline;
}