.descargablesEvento-container {
  width: 100%;
  min-height: 967px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(@/Images/Nosotros/fondo.svg);
  padding-top: 75px;
}

.descargablesEvento-titulo {
  color: #01558C;
  font-size: clamp(52px, 5vw, 64px);
  font-style: normal;
  font-weight: 500;
}


.descargablesEvento-titulo span {
  color: #03A591;
  font-weight: bolder;
}

.descargablesEvento-imagen {
  width: 100%;
  max-width: 632px;
  padding-top: 26px;
}

.descargablesEvento-click {
  color: #01558C;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: bolder;
  padding-top: 22px;
}

.descargablesEvento-botones {
  max-width: 793px;
  width: 100%;
  padding-top: 33px;
  padding-bottom: 37px;
}

.descargablesEvento-botones button {
  border-radius: 20px;
  background: #F07F1E;
  display: flex;
  width: 211px;
  height: 38px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.descargablesEvento-barra {
  width: 100%;
  max-width: 1920px;
  height: 62px;
  background: linear-gradient(90deg, #03547E 0%, #01558C 51%, #0699D6 100%);
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.descargablesEvento-icono {
  width: 156px;
  height: 100%;
  margin: auto 0;
}

@media (max-width: 770px) {
  .descargablesEvento-titulo {
    font-size: 64px;
    max-width: 418px;
  }

  .descargablesEvento-imagen {
    max-width: 412px;
  }

  .descargablesEvento-click {
    text-indent: -9999px;
    line-height: 0;
  }

  .descargablesEvento-click::after {
    content: 'Toca para conocer más';
    text-indent: 0;
    display: block;
    line-height: initial;
  }

  .descargablesEvento-barra {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .descargablesEvento-barra {
    height: 68px;
  }

  .descargablesEvento-imagen {
    max-width: 346px;
  }
}
