@font-face {
    font-family: AvenirBook;
    src: url(font/AvenirLTStd-Book.otf);
}

@font-face {
    font-family: AvenirBlack;
    src: url(font/Avenir-Black.ttf);
}

body {
  background: url(../img/clubs/back.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.encabezado {
  background-image: url(../img/clubs/cuadro.png);
  background-size: 70% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.logo-reylaz {
  width: 28%;
  margin-left: 5rem
}

.img-video {
  width: 85%;
  height: 48%;
  margin-top: 5.2rem;
  padding-left: .2rem;
  float: left;
}

.tel-clubs {
  float: right;
  margin-right: 3rem;
  margin-top: 1rem
}

a:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.hover-image:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.segundo-item {
  margin-top: -1rem
}

.container-encabezado {
  margin-left: 3rem;
}

.title-encabezado {
  font-family: AvenirBook;
  color: #ffea00;
  font-size: 11px;
  margin-bottom: .4rem
}

.list-encabezado {
  list-style: none;
  color: white;
  font-size: 12px;
  font-family: AvenirBook;
  margin-left: 0.3rem
}

.list-bullet {
  font-size: 12px
}

ul li {
  margin-bottom: .4rem;
  display: flex;
}

.beneficios {
  background-image: url(../img/clubs/cuadro-two.png);
  background-size: 70% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 1rem
}

.title-beneficios {
  color: #74ba17;
  font-family: AvenirBlack;
  font-weight: bold;
  font-size: 19px;
}

.list-beneficios {
  list-style: none;
  color: #0a3d90;
  font-family: AvenirBook;
  margin-left: -2.5rem;
}

.text {
  display: -webkit-inline-box
}

.list-bullet-beneficios {
  color: #0a3d90;
  font-size: 12px
}

.conoce {
  font-family: AvenirBook;
  font-size: 10px;
  color: #0a3d90;
  display: list-item;
  margin-top: -1.5rem;
  margin-left: 1.2rem;
}

.form {
  background-image: url(../img/clubs/form.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  margin-top: 1.3rem
}

.container-form {
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}

.segundo-container-form {
  width: auto;
  height: auto;
}

.title-formulario {
  background-image: url(../img/clubs/descuento_clubs.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 19.5rem;
  height: 3rem;
  position: absolute;
  margin-top: -4rem;
  -webkit-box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.19);
  -moz-box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.19);
  box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.19);
}

.formulario-group {
  margin-bottom: .2rem;
}

.formulario-group {
  margin-bottom: .2rem;
}

.requerido {
  font-size: 10px;
  font-family: AvenirBook;
  color: white;
  margin-top: 3rem;
  line-height: .1rem;
  margin-bottom: .1rem;
  text-align: right
}

label {
  line-height: .1rem
}

.formulario {
  font-size: 12px;
  font-family: AvenirBook;
  letter-spacing: 1px;
  color: white
}

.formulario-control {
  display: block;
  width: 100%;
  padding: .25rem .5rem;
  font-size: .575rem;
  line-height: .1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.formulario-control-textarea {
  display: block;
  width: 50%;
  height: 4rem;
  width: 100%;
  padding: .25rem .5rem;
  font-size: .575rem;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.enviar {
  margin-top: .5rem;
  margin-bottom: 1rem;
  display: -webkit-inline-box;
}

.btn-form {
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  width: 5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #74BA17;
  font-family: AvenirBook;
}

.aviso-privacidad {
  font-family: AvenirBook;
  margin-left: 5rem;
  font-size: 9px;
  color: #fff
}

@media screen and (max-width: 768px) {
  body {
    background: none
  }

  .top {
    overflow-y: scroll
  }

  .encabezado {
    background-image: none;
  }

  .encabezado-movil {
    background: url(../img/clubs/cuadro.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .logo-reylaz {
    width: 45%
  }

  .img-video {
    padding-left: 0rem;
    width: 90%;
    height: 70%;
    margin-top: 2rem;
    float: none;
  }

  .tel-clubs {
    float: none;
    margin-left: 5rem
  }

  .beneficios {
    background-image: none;
    padding-bottom: 0rem
  }

  .conoce {
    font-size: 12px;
    color: #ff6c00
  }

  .container-encabezado {
    margin-left: 0rem;
    margin-top: 2rem
  }

  .title-encabezado {
    color: #74BA17;
    font-size: 14px;
    margin-bottom: .4rem
  }

  .sub-encabezado {
    color: #ff6c00;
    font-size: 14px;
    line-height: .9rem
  }

  .list-encabezado {
    list-style: none;
    color: #ff6c00;
    font-size: 14px;
    margin-left: -1rem
  }

  .list-bullet-beneficios {
    color: #ff6c00
  }

  .text {
    color: #ff6c00
  }

  .container-form {
    margin-top: 2.1rem;
  }

  .title-formulario {
    width: 18.5rem;
  }

  .aviso-privacidad {
    margin-left: 1rem;
    font-size: 12px
  }

}

@media (min-width: 768px) {
  .top {
    overflow-y: scroll
  }
}

@media screen and (min-width: 1400px) {
  .title-encabezado {
    font-size: 14px
  }
  .list-encabezado {
    font-size: 14px
  }
  .list-bullet {
    font-size: 14px;
    margin-top: .2rem;
  }
  .encabezado {
    padding-bottom: 2rem
  }
  .beneficios {
    padding-top: 3rem
  }
  .conoce {
    font-size: 12px
  }
  .aviso-privacidad {
    padding-bottom: 1rem;
  }
}
