@charset "UTF-8";
@font-face {
  font-family: "Avenir-Medium";
  src: url("fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Medium.otf") format("opentype"), url("fonts/Avenir-Medium.woff") format("woff") url("fonts/Avenir-Medium.ttf") format("truetype"), url("fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Light";
  src: url("fonts/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirLTStd-Light.otf") format("opentype"), url("fonts/AvenirLTStd-Light.woff") format("woff"), url("fonts/AvenirLTStd-Light.ttf") format("truetype"), url("fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?e18bq9");
  src: url("fonts/icomoon.eot?e18bq9#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?e18bq9") format("truetype"), url("fonts/icomoon.woff?e18bq9") format("woff"), url("fonts/icomoon.svg?e18bq9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-left:before {
  content: "\F053";
}

.icon-chevron-right:before {
  content: "\F054";
}

.icon-chevron-up:before {
  content: "\F077";
}

.icon-chevron-down:before {
  content: "\F078";
}

*, *:after, *:before {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

html, body {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

body {
  box-sizing: border-box;
  font-family: "Avenir-Medium", sans-serif;
  font-size: 1.5rem;
  background-image: url(img/background-body.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.box {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 60rem;
  height: 48rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 0 14.5rem;
}
@media (max-width: 540px) and (orientation: portrait) {
  .box {
    width: calc(100% - 30px);
    height: auto;
    min-height: 380px;
    padding: 0 2rem;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .box {
    width: calc(100% - 30px);
    height: auto;
    min-height: 100%;
    padding: 0 2rem;
  }
}
.box .box-logo {
  position: relative;
  display: block;
  content: "";
  margin: 6.5rem auto;
  width: 100%;
  height: 3.3rem;
  background-image: url(img/logo-chanel.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 540px) and (orientation: portrait) {
  .box .box-logo {
    margin: 3rem auto;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .box .box-logo {
    margin: 3rem auto;
  }
}
.box .box-text {
  width: 100%;
  font-size: 2.1rem;
  text-align: center;
  margin: 0.4rem 0 2.5rem;
}
.box .box-text.subtitle {
  margin: -3rem 0 7.5rem;
}
@media (max-width: 540px) and (orientation: portrait) {
  .box .box-text.subtitle {
    margin: -2rem 0 2.5rem;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .box .box-text.subtitle {
    margin: -2rem 0 2.5rem;
  }
}
.box .box-input {
  font-family: "Avenir-Medium", sans-serif;
  font-size: 2rem;
  width: 100%;
  height: 4.5rem;
  text-align: center;
  margin: 0.4rem 0 2.5rem;
  padding: 1.5rem;
  background: #fff;
  color: #000;
  border: 0;
}
.box .box-button {
  font-family: "Avenir-Medium", sans-serif;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  width: 15rem;
  height: 3.5rem;
  line-height: 3.5rem;
  background: #fff;
  color: #000;
  border: 0;
  margin: 0.4rem auto 2.5rem;
  left: 0;
  right: 0;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 540px) and (orientation: portrait) {
  .box .box-button {
    margin: 0.2rem auto 1.5rem;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .box .box-button {
    margin: 0.2rem auto 1.5rem;
  }
}
.box .box-button.option {
  width: 23rem;
  height: 4.5rem;
  line-height: 4.5rem;
}
.box .box-button.option:hover, .box .box-button.option.active {
  background-color: #393737;
  color: #fff;
}
.box .box-button.select {
  width: 23rem;
  height: 4.5rem;
  line-height: 4.5rem;
  position: relative;
}
.box .box-button.select span {
  width: calc(100% - 30px);
  padding: 0 20px;
  float: left;
  text-align: left;
}
.box .box-button.select i {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 23px;
  display: inline-block;
}
.box .box-button.select i::before {
  top: 50%;
  left: 0%;
  position: relative;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: inline-block;
  margin: auto;
}
.box .box-button.select .box-list {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 10000px;
  top: 100%;
  left: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #888;
  pointer-events: none;
  z-index: 2;
}
.box .box-button.select .box-list.colapse {
  max-height: 0;
}
.box .box-button.select .box-list.select li {
  position: relative;
  width: 100%;
  height: 4.5rem;
  line-height: 4rem;
  pointer-events: auto;
  padding: 0 20px;
  text-align: left;
}
.box .box-back {
  font-family: "Avenir-Light", sans-serif;
  position: absolute;
  display: block;
  cursor: pointer;
  bottom: 2rem;
  left: 2rem;
  margin: auto;
  font-size: 1.5rem;
}
.box .box-back i {
  font-size: 3rem;
  float: left;
  margin-right: 10px;
}
.box .box-back span {
  line-height: 3rem;
  float: right;
}