@font-face {
  font-family: "Letra";
  src: url("fonts/Montserrat-Regular.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Letra-negrita";
  src: url("fonts/Montserrat-Bold.ttf");
}
body {
  font-family: "Letra";
}
.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  padding-top: 30px;
  position: relative;
  border-top: solid 10px #fff;
  border-bottom: solid 10px #fff;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jjoo-desafio,
.jjoo-solucion,
.jjoo-soporte {
  float: left;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.titulo-jjoo,
.titulo-jjoo-solucion,
.titulo-jjoo-soporte {
  font-size: 2em;
  font-family: "Letra-negrita";
}
.numero-jjoo,
.numero-jjoo-solucion,
.numero-jjoo-soporte {
  font-size: 6em;
  font-family: "Letra-negrita";
}
.menu-header {
  float: right;
  display: flex;
  color: #ffffff !important;
  height: 100%;
  padding: 7px 35px;
  font-size: 0.95em;
}
.fa-home {
  color: #fff;
}
.menu-desplegable {
  float: right;
  margin-top: 7px;
}
.boton-desplegable {
  background-color: #1F355E;
  border-radius: 5px;
  border: solid 1px #5ADCC3;
  cursor: pointer;
  float: right;
  padding: 10px;
}
.primera-pantalla {
  background-color: #2DB6DF;
}
.titulo-casos-exito {
  color: #FFDB00;
  font-size: 5em;
  font-weight: bold;
  text-align: center;
  font-family: "Letra-negrita";
}
.tag {
  text-align: center;
  color: #fff;
  font-size: 2em;
}
.subtitulo-casos-exito {
  color: #fff;
  font-size: 2em;
  text-align: center;
}
.jjoo {
  margin-top: 30px;
}
.texto-jjoo {
  font-size: 1.3em;
  font-weight: bold;
}
.numero-jjoo,
.titulo-jjoo {
  color: #2DB6DF;
}
.imagen-pulsera {
  padding-right: 0px;
}
.tercera-pantalla {
  background-color: #cccccc;
  padding-bottom: 50px;
  padding-top: 50px;
}
.numero-jjoo-solucion,
.titulo-jjoo-solucion {
  color: #6600FF;
}
.cuarta-pantalla {
  background-image: url("../../img/seccion-olimpicos-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}
.imagen-seccion {
  display: none;
}
.numero-jjoo-soporte,
.titulo-jjoo-soporte {
  color: #1F355E;
}
.texto-soporte {
  position: relative;
  z-index: 5;
  font-size: 1em;
  padding: 20px;
  padding-top: 150px;
  padding-bottom: 150px;
}
.texto-soporte:before {
  opacity: 0.7;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}
.quinta-pantalla {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1F355E;
}
.titulo-contacto {
  color: #FFDB00;
  margin-bottom: 40px;
  font-size: 5em;
  font-weight: bold;
}
.subtitulo-contacto {
  font-size: 4vh;
  color: #fff;
  font-weight: bold;
}
.mail-contacto {
  color: #5ADCC3;
  font-size: 1em;
  margin-top: 20px;
}
.footer {
  margin-top: 50px;
}
.footer p {
  color: #fff;
}
.mail-contacto a {
  color: #5ADCC3;
  font-size: 25px;
  margin-top: 20px;
}
@media screen and (max-width: 970px) {
  .imagen-pulsera {
    padding-right: 15px;
  }
  .boton-desplegable {
    margin-right: 20px;
    padding: 3px;
  }
  .svg-inline--fa.fa-w-18 {
    width: 1em;
  }
  .jjoo-desafio {
    justify-content: left;
  }
  .titulo-contacto p {
    font-size: 1em;
  }
  .subtitulo-contacto p {
    font-size: 1em;
  }
  .jjoo-soporte {
    justify-content: left;
    float: none;
  }
  .texto-soporte {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .texto-soporte:before {
    opacity: 0.8;
    margin-right: 10px;
  }
  .video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
  }
}
@media screen and (max-width: 750px) {
  .svg-inline--fa.fa-w-18 {
    width: 1em;
  }
  .titulo-casos-exito {
    font-size: 4em;
  }
  .subtitulo-casos-exito {
    font-size: 1.5em;
  }
  .imagen-pulsera {
    padding-left: 0px;
    padding-right: 0px;
  }
  .boton-desplegable {
    padding: 2px;
  }
  .texto-jjoo {
    float: left;
  }
  .cuarta-pantalla {
    background-image: none;
    padding: 0px;
  }
  .imagen-seccion {
    display: block;
    padding: 0px;
  }
  .texto-soporte {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .subtitulo-contacto p {
    font-size: 1.5em;
  }
  .titulo-contacto p {
    font-size: 0.6em;
  }
  .iconos-primera img {
    padding-left: 0px;
  }
}
