h2 {
  font-family: "DM Serif Text", serif;
  font-size: 30px !important;
  margin-bottom: 10px !important;
}

p {
  font-family: "National Park", sans-serif;
}
.show-link {
  transform: translateX(-30px);
  transition: ease-in-out;
  width: auto !important;
}

#perfil-profesional,
#faq,
.faq-item {
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(250, 250, 250, 0.2) 20%,
      rgba(234, 235, 236, 0.1) 80%
    ),
    url("../img/fondo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#main-header {
  background: linear-gradient(90deg, #3f2b96 0%, #a8c0ff 100%);
}

.marquee-wrapper {
  overflow: hidden;
  width: 90%;
  position: relative;

  /* 👇 difuminado en los bordes */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );

  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
}


.arch-item {
  display: inline-block;
  line-height: 90px;
  margin-right: 30px;
  height: 90px;
  padding: 0 20px;
  background: #1e1e1e;
  color: #fff;
  border-radius: 8px;
  font-size: 1.2rem;
  white-space: nowrap;
}

section button {
  font-family: "National Park", sans-serif;
  font-weight: bold;
}
section a {
  font-family: "National Park", sans-serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  #perfil-profesional {
    background: linear-gradient(90deg, #3f2b96 0%, #a8c0ff 100%);
  }
  #perfil-profesional h2 {
    font-family: "DM Serif Text", serif;
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1024px) {
  header #mega-menu-full li {
    display: inline-block;
    position: relative;
    color: #333;
    text-decoration: none;
  }

  header #mega-menu-full li:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    transition: all 0.74s;
  }
  header #mega-menu-full li:hover:after {
    width: 100%;
    background: #ffffff;
  }
}
