@font-face {
  font-family: "HighVoltage Rough";
  src: url("HighVoltage.ttf") format("woff"),
    url("HighVoltage.ttf") format("opentype"),
    url("HighVoltage.ttf") format("truetype");
}

html,
body {
  font-family: "HighVoltage Rough";
  font-size: 12px;
  text-transform: none;
  scroll-behavior: smooth;
}

.tanda-head {
  padding: 0 60px;
}
.tanda-head > .title {
  font-size: 3rem;
}
.tanda-head > .duration {
  font-size: 2rem;

  color: #777;
}
.tanda-head > .description {
  font-size: 1.5rem;
}
.diasTanda > .title {
  font-size: 18pt;
}

.bloque > .title,
.diasTanda > .title {
  padding-left: 60px;
  font-size: 16pt;
  padding-top: 30px;
  text-transform: uppercase;
}

.bloque .horaInicio {
  color: #008fd8;
}
.bloque-con-presentaciones .horaInicio {
  color: #be0000;
}

ul.presentaciones {
  margin: 0;
  padding-inline-start: 60px;
  font-size: 14pt;
}

.presentaciones li {
  list-style-type: none;
}

.presentaciones .fa-star {
  color: red;
  left: 35px;
  position: absolute;
  font-size: 17px;
}

.presentaciones .title {
  color: gray;
  padding-top: 11px;
}
/* texto titilando*/

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.link-vivo {
  color: #5503fc;
  font-size: 16pt;
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
@font-face {
  font-family: "Phosphate Solid";
  src: url("PhosphatePro-Solid.otf") format("woff"),
    url("PhosphatePro-Solid.otf") format("opentype"),
    url("PhosphatePro-Solid.otf") format("truetype");
}
#button {
  display: inline-block;
  background-color: #5503fc;
  color:#fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.fa-chevron-up{
  font-size: 35px;
}
#button::after {
  /* content: "\f077"; */
  font-family: FontAwesome;
  font-weight: bolder;
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
