@import url('https://autos.honda.com.pe/cyberdays2022/static/styles/normalize.css');
@font-face {
  font-family: "NeoRegular";
  src: url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Regular.eot");
  src: url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Regular.eot?#iefix") format("embedded-opentype"),
    url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Regular.woff2") format("woff2"),
    url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Regular.woff") format("woff"),
    url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NeoLight";
  src: url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Light.eot");
  src: url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Light.eot?#iefix") format("embedded-opentype"),
    url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Light.woff2") format("woff2"),
    url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Light.woff") format("woff"),
    url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NeoMedium";
  src: url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Medium.eot");
  src: url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Medium.eot?#iefix") format("embedded-opentype"),
    url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Medium.woff2") format("woff2"),
    url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Medium.woff") format("woff"),
    url("https://autos.honda.com.pe/cyberdays2022/static/fonts/NeoSansStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home .container__home {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.home .container__home .container__image {
  width: 55%;
  background: url(../images/Landing-Cyber-Days-1080x1080.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100vh;
  position: fixed;
}
.home .container__home .container__image img {
  width: 100%;
  display: none;
}
.home .container__home .container__form {
  width: 45%;
  padding: 40px 4%;
  margin-left: 55%;
  height: 100vh;
}
.home .container__home .container__form .form__logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.home .container__home .container__form .form__logo img {
  width: 90px;
}
.home .container__home .container__form .form__logo .form__logo__line {
  display: inline-block;
  width: calc(100% - 139px);
  height: 3px;
  background: #e00e23;
}
.home .container__home .container__form .form__desc h2 {
  font-size: 30px;
  color: #e00e23;
  text-align: center;
  font-family: "NeoRegular";
}
.home .container__home .container__form .form__desc p {
  font-size: 22px;
  margin-top: 0;
  color: #000;
  font-family: "NeoMedium";
}
.home .container__home .container__form .form__desc p.red__text {
  color: #e00e23;
}
.home .container__home .container__form .form__desc .button--thx {
  background: #e00e23;
  color: #fff;
  padding: 8px 15px;
  text-align: center;
  font-family: NeoRegular;
  border-radius: 15px;
  margin-top: 15px;
  text-decoration: none;
  font-size: 24px;
}
.home .container__home .container__form form {
  text-align: center;
}
.home .container__home .container__form form .inputFecha,
.home .container__home .container__form form input[type="text"],
.home .container__home .container__form form input[type="tel"],
.home .container__home .container__form form input[type="email"],
.home .container__home .container__form form select,
.home .container__home .container__form form textarea {
  border-radius: 20px;
  padding: 12px 15px;
  font-size: 18px;
  border-color: #000;
  outline: 0;
  color: #707070;
  font-family: NeoRegular;
  margin: 10px 0;
}
.home .container__home .container__form form ::placeholder {
  font-family: NeoRegular;
}
.home .container__home .container__form form select {
  border: 2px solid #000;
}
.home .container__home .container__form form .input__large {
  /*width: 46.5%;*/
  width: 100%;
}
.home .container__home .container__form form .input__small {
  width: 30%;
}
.home .container__home .container__form form p {
  text-align: center;
  font-size: 20px;
  color: #444;
}
.home .container__home .container__form form textarea {
  width: 93%;
  border: 2px solid #000;
  height: 100px;
}
.home .container__home .container__form form span {
  font-size: 14px;
  display: block;
  text-align: left;
  padding-left: 3.5%;
}
.home .container__home .container__form form .form__tyc {
  text-align: left;
  padding-left: 3.5%;
  margin: 10px 0;
  font-family: "NeoRegular";
}
.home .container__home .container__form form .form__tyc .form__tyc__item {
  display: block;
  margin: 8px 0;
}
.home .container__home .container__form form .form__tyc label {
  font-size: 16px;
}
.home .container__home .container__form form .form__tyc a {
  font-size: 16px;
  margin: 5px 0;
}
.home .container__home .container__form form button {
  display: block;
  margin: 25px auto;
  width: 150px;
  padding: 15px 10px;
  cursor: pointer;
  border: none;
  background: #e00e23;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 75%);
  font-family: "NeoRegular";
}
.home .container__home .container__form form .form__hashtag {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin-top: 25px;
}
.home .container__home .container__form form .form__hashtag p {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: right;
}
.home .container__home .container__form form .form__hashtag p span {
  display: inline;
  padding: 0;
  color: #e00e23;
  font-size: 30px;
}
.home .container__home .container__form form .form__hashtag .line {
  width: calc(100% - 282px);
  display: inline-block;
  height: 3px;
  background: #e00e23;
}
.home .container__home .container__form .legal {
  font-family: "NeoRegular";
  font-size: 11px;
  font-size: 16px;
}
@media screen and (max-width: 1550px) {
  .home .container__home .container__form {
    padding: 25px 4%;
    height: auto;
    min-height: 100vh;
  }
  .home .container__home .container__form .form__desc h1 {
    font-size: 40px;
  }
  .home .container__home .container__form .form__desc p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .home .container__home .container__form {
    height: auto;
  }
  .home .container__home .container__form form .input__small {
    width: 46.5%;
  }
}
@media screen and (max-width: 1000px) {
  .home .container__home .container__image {
    width: 100%;
    position: static;
    height: auto;
    background: 0 0;
  }
  .home .container__home .container__image img {
    display: block;
  }
  .home .container__home .container__form .form__logo .form__logo__line,
  .home .container__home .container__form form .form__hashtag .line {
    display: none;
  }
  .home .container__home .container__form {
    width: 100%;
    margin-left: 0;
  }
  .home .container__home .container__form .form__desc h2 {
    font-size: 24px;
  }
  .home .container__home .container__form .form__desc p {
    font-size: 18px;
  }
  .home .container__home .container__form form .inputFecha,
  .home .container__home .container__form form .input__large,
  .home .container__home .container__form form .input__small,
  .home .container__home .container__form form input[type="text"],
  .home .container__home .container__form form input[type="tel"],
  .home .container__home .container__form form input[type="email"],
  .home .container__home .container__form form select,
  .home .container__home .container__form form textarea {
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
  }
  .home .container__home .container__form form .form__hashtag {
    text-align: center;
    margin-top: 0;
  }
  .home .container__home .container__form form .form__hashtag p {
    text-align: center;
    width: 100%;
    font-size: 25px;
  }
  .home .container__home .container__form form button {
    margin: 20px auto;
  }
  .home .container__home .container__form .form__logo img {
    margin: 0 auto;
  }
}
.body--thanks .container__form {
  min-height: 100vh;
}
.body--thanks .form__desc {
  text-align: center;
  margin: 200px auto;
}
.body--thanks .form__desc h2 {
  font-size: 40px !important;
  text-transform: uppercase;
}
.body--thanks .form__desc p {
  font-size: 28px !important;
}
.body--thanks .form__hashtag {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin-top: 25px;
}
.body--thanks .form__hashtag p {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: right;
}
.body--thanks .form__hashtag p span {
  display: inline;
  padding: 0;
  color: #e00e23;
  font-size: 30px;
}
.body--thanks .form__hashtag .line {
  width: calc(100% - 282px);
  display: inline-block;
  height: 3px;
  background: #e00e23;
}
@media screen and (max-width: 1300px) {
  .body--thanks .container__form .form__desc {
    margin: 150px auto;
  }
}
@media screen and (max-width: 1000px) {
  .body--thanks .container__form {
    min-height: auto;
  }
  .body--thanks .container__form .form__desc {
    margin: 50px auto;
  }
}
