/* PAGE EXPOSITORES */

/* SECTION BANNER */

.epmc-expositores-banner {
  background: no-repeat center center;
  background-size: cover;
  height: 450px;
}

@media (min-width: 768px) {
  .epmc-expositores-banner {
    background: no-repeat center center;
    background-size: cover;
    height: 667px;
  }
}

.epmc-expositores-multiple h3 {
  font-family: Amiri;
  font-size: var(--font_zize_title);
  font-weight: 600;
}

.epmc-expositores-multiple .expositores h3 {
  color: var(--color_primary2);
  font-family: Mada;
  font-size: var(--font_zize_subtitle);
  font-weight: 600;
}

.epmc-expositores-multiple h6 {
  color: var(--color_secundary);
  font-size: var(--font_zize_subtitle2);
  font-weight: 600;
}

.btn-leer {
  background-color: transparent;
  border: none;
  color: var(--color_primary2);
  font-weight: bold;
}

.btn-leer-menos-expositores {
  display: none;
}

.text-hide {
  display: none;
}
