@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/desarrollos/back.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top {
  background-image: url(../img/desarrollos/top-two.png);
  background-repeat: no-repeat;
  background-size: 70% 100%;
  background-position: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.logo-reylaz {
  margin-top: 1rem;
  width: 36%;
}

.slide-item {
  margin-top: .5rem;
  width: 85%;
  height: 8rem;
  margin-left: 3rem
}

.prev {
  margin-left: 2.5rem
}

.tel-desarrollos {
  float: right;
  margin-top: -1rem;
  margin-bottom: 1rem
}

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

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

.container-encabezado {
  float: right;
  margin-right: 4rem;
}

.title-encabezado {
  font-family: AvenirBlack;
  font-size: 11px;
  text-align: right;
  color: rgb(255, 241, 61);
  margin-bottom: 1.3rem
}

.list-encabezado {
  text-align: right;
  list-style: none;
  color: white;
  font-size: 13px;
  font-family: AvenirBook;
  margin-left: -1rem;
  margin-top: -.8rem
}

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

ul li {
  margin-bottom: .4rem
}

.new-item {
  display: flex;
  margin-bottom: -1rem
}

.div-beneficios-two {
  margin-top: -2rem
}

.beneficios {
  margin-top: -1rem
}

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

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

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

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

.conoce {
  font-family: AvenirBook;
  font-size: 11px;
  color: #fff;
  display: list-item;
  margin-top: -1.7rem;
  margin-left: 1rem
}

.container-form {
  background: #34adf6;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  width: 110%;
  height: auto;
  margin-top: 1rem;
  margin-left: -1.2rem;
  padding: 1rem;
  -webkit-box-shadow: 10px 10px 16px -1px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 10px 10px 16px -1px rgba(0, 0, 0, 0.53);
  box-shadow: 10px 10px 16px -1px rgba(0, 0, 0, 0.53);
}

.segundo-container-form {
  width: auto;
  height: auto;
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -o-transform: skewY(10deg);
}

.title-formulario {
  background-image: url(../img/desarrollos/descuento_desarrollos.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 14rem;
  height: 3rem;
  position: absolute;
  margin-top: -3.8rem;
  -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;
}

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

label {
  line-height: .1rem
}

.formulario {
  margin-top: -.6rem;
  font-size: 12px;
  font-family: AvenirBook;
  letter-spacing: 1px;
}

.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;
  padding: .25rem .325rem;
  height: 5rem;
  width: 100%;
  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;
  display: -webkit-inline-box;
}

.btn-form {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  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: #7426C0;
  font-family: AvenirBook;
}

.aviso-privacidad {
  font-family: AvenirBook;
  margin-left: 1rem;
  font-size: 9px;
  color: #7426c0
}

@media screen and (max-width: 768px) {
  body {
    background: none;
  }
  .top {
    background-image: url(../img/desarrollos/movil.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    overflow: scroll;
    overflow-x: hidden;
  }
  .logo-reylaz {
    width: 45%;
  }
  .slide-item {
    margin-top: -1rem;
    width: 85%;
    height: 10rem;
    margin-left: 1.3rem
  }
  .prev {
    margin-left: 1rem
  }
  .next {
    margin-right: 1rem
  }
  .title-encabezado {
    font-family: AvenirBlack;
    font-size: 12px;
    text-align: left;
    margin-left: 2rem;
    color: rgb(255, 252, 0);
    margin-bottom: 1.3rem;
  }
  .list-encabezado {
    text-align: left;
    font-size: 14px;
    margin-left: -.5rem;
    margin-top: 1rem
  }
  .tel-desarrollos {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
  .beneficios {
    margin-left: 0rem
  }
  .title-beneficios {
    text-align: center
  }
  .container-form {
    width: 100%;
    margin-top: 5rem;
    margin-left: 0rem;
    padding: 1rem;
  }
  .conoce {
    font-size: 12px
  }
  .title-formulario {
    width: 16.5rem;
  }
  .formulario-control {
    padding: .45rem .5rem;
    font-size: .575rem;
  }
  .formulario-control-textarea {
    width: 100%
  }
  .aviso-privacidad {
    font-size: 12px;
  }
}

@media screen and (min-width: 1400px) {
  .title-encabezado {
    font-size: 14px
  }
  .list-encabezado {
    font-size: 14px
  }
  .tel-desarrollos {
    margin-top: 0rem
  }
  .ben-form {
    margin-top: 3rem
  }
}