@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|Roboto");
* {
  box-sizing: border-box; }

body {
  background-color: #000;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  background-image: url("../images/bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  height: 700px;
  background-size: 1020px 700px; }
  @media only screen and (max-width: 768px) {
    body {
      background-size: cover;
      height: 100vh;
      background-attachment: fixed; } }

.outer {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center; }

.inside {
  display: table-cell;
  vertical-align: middle; }

.container-fluid {
  margin: 0 auto;
  max-width: 100%;
  display: block; }

.container {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  display: block; }

.img-responsive {
  max-width: 100%; }

.clear {
  clear: both; }

/* ================== BACKGROUND ===================== */
.bg {
  background-image: url("../images/bg.jpg");
  background-size: 100% 100%;
  max-width: 1020px;
  min-height: 100vh;
  margin: 0 auto;
  background-position: center top;
  background-attachment: fixed; }

/* ================== HEADER ===================== */
header {
  width: 100%;
  display: block; }

header .logo {
  padding-top: 10px; }

.main {
  display: block; }

.main-left {
  float: left; }
  @media only screen and (min-width: 960px) {
    .main-left {
      width: 620px; } }
  @media only screen and (max-width: 768px) {
    .main-left {
      width: 100%; } }
  @media only screen and (max-width: 640px) {
    .main-left {
      width: 100%; } }

.main-left-top {
  text-align: center; }

.main-left-top-image {
  margin-top: -30px; }
  @media only screen and (max-width: 640px) {
    .main-left-top-image {
      margin-top: 0; } }

.main-left-top-text {
  padding-top: 26px; }

.main-left-top-text span {
  background: #fff;
  padding: 3px 15px;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 500;
  color: #464141; }
  @media only screen and (max-width: 640px) {
    .main-left-top-text span {
      font-size: 1.5em; } }

.main-left-down {
  margin-top: 45px;
  margin-bottom: 45px; }

.main-left-down-inner {
  margin: 0 27px; }

.main-left-down-item {
  float: left;
  border: 3px solid #fff;
  margin: 0 1%;
  width: 31.33%;
  position: relative; }
  @media only screen and (max-width: 640px) {
    .main-left-down-item {
      width: 170px;
      margin: 20px auto;
      float: none; } }

.main-left-down-item-title {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center; }

.main-left-down-item-title span {
  color: #FFE100;
  font-size: 1.5em;
  text-transform: uppercase; }

.main-left-down-item img {
  width: 100%; }

.main-right {
  float: right;
  padding: 0 10px; }
  @media only screen and (min-width: 960px) {
    .main-right {
      width: 320px;
      margin-top: 28px; } }
  @media only screen and (max-width: 768px) {
    .main-right {
      width: 100%; } }
  @media only screen and (max-width: 640px) {
    .main-right {
      width: 100%; } }

.main-right-top {
  width: 300px;
  margin: 0 auto; }

.main-right-down {
  background: rgba(255, 255, 255, 0.5);
  margin: -8px auto 0;
  padding: 25px 28px;
  width: 300px; }

.form-input input {
  width: 100%;
  background: #fff;
  height: 35px;
  margin-bottom: 13px;
  padding-left: 15px;
  font-family: 'Roboto', sans-serif;
  outline: none;
  font-size: 0.75em; }

.form-checkbox {
  margin-top: -15px;
  margin-bottom: 5px; }

.form-checkbox label {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 0.6em; }

.form-checkbox label a {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-decoration: none; }

.form-button button {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  background: #00A8ED;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  padding: 4px 0;
  border: none;
  letter-spacing: 2px; }

.form-message {
  margin-top: -5px; }

.form-message span {
  line-height: 1em;
  font-size: 0.6em;
  color: #fff;
  font-family: 'Roboto', sans-serif; }

.main-left-down-register {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px; }

.main-left-down-register span {
  color: #FFE100;
  font-size: 1.5em;
  text-transform: uppercase;
  border: 2px #FFE100 dotted;
  padding: 0px 15px; }

.error {
  border: 1px solid red;
  background: rgba(255, 0, 0, 0.15) !important; }

.error::-webkit-input-placeholder {
  color: #000; }

.error::-moz-placeholder {
  color: #000; }

.error::-ms-input-placeholder {
  color: #000; }

.footer {
  background: rgba(255, 255, 255, 0.9);
  max-width: 1020px;
  min-height: 80px;
  margin: 0 auto; }

.footer ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0; }

.footer ul li {
  display: inline-block;
  width: 140px;
  margin: 15px; }

.footer ul li span {
  color: #8d9094;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  margin-bottom: 10px; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  background: #fff; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em;
  left: .2em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #00A8ED;
  -webkit-transition: all .2s;
  transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/* ================================= Gracias =====================*/
.not-body {
  background-image: none !important; }

.thank-you-main {
  width: 320px;
  height: 240px;
  position: relative;  
  top: 50%;
  margin-top: -120px;
  left: 50%;
  margin-left: -160px;
  background: #2D3D54;
  padding: 15px;
  border-radius: 5px; }

.thank-you-main-image {
  width: 100%;
  text-align: center;
  margin: 5px 0; }

.thank-you-main-message {
  text-align: center;
  margin-top: 25px; }

.thank-you-main-message span {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #fff; }
