/* Fonts */

@font-face {
  font-family: 'proximanova-black';
  src: url('../fonts/proximanova-black-webfont.woff2') format('woff2'),
       url('../fonts/proximanova-black-webfont.woff') format('woff'),
       url('../fonts/proximanova-black.otf') format('otf');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'proximanova-regular';
  src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
       url('../fonts/proximanova-regular-webfont.woff') format('woff'),
       url('../fonts/proximanova-regular.otf') format('otf');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'proximanova-semibold';
  src: url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
       url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
       url('../fonts/proximanova-semibold.otf') format('otf');
  font-weight: normal;
  font-style: normal;

}

.flex {
  display: flex;
}

.flex.row {
  flex-direction: row;
}

.flex.column {
  flex-direction: column;
}

.flex.align-center {
  justify-content: center;
  align-items: center;
}

.text-center {
  text-align: center;
}

body {
  background: #000;
  color: #FFF;
}

footer {
  padding: 48px 23px;
  max-width: 688px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.hero-container {
  height: 100%;
}

.hero-container .column-flexible {
  max-width: 275px;
}

.column-flexible {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 177px;
  margin-right: 8px;
}

.description-text {
  font-family: 'proximanova-regular', 'Helvetica';
  margin: 0;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 21px;
}

.description-text a {
  font-family: 'proximanova-semibold', 'Helvetica';
}

.cta-section h3 {
  font-size: 22px;
  margin-bottom: 32px;
}

.cta-section {
  border-bottom: 1px solid rgba(255, 255, 255, .70);
  border-top: 1px solid rgba(255, 255, 255, .70);
  padding: 48px 0;
  width: 100%;
  margin-top: 40px;
}

.column-flexible.tabletScreen-view,
.column-flexible.fullScreen-view,
.Wizard-progressBar {
  display: none;
}

.logo-show {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50%;
}

.column-flexible.mobileScreen-view {
  margin-right: 0;
}

.first-image {
  margin-bottom: 4px;
}

.second-image {
  margin-top: 4px;
}

.logo-show img {
  width: 100%;
  height: auto;
  margin: 0;
}

.mobileScreen-view {
  margin-right: 0;
}

.Wizard-step {
  width: 200px;
  margin: 24px 0;
  text-align: center;
  font-family: 'proximanova-black', 'Helvetica';
}

.suscribeTitle {
  width: 366px;
  margin: 64px 0 32px 0;
  font-size: 22px;
  font-family: 'proximanova-black', 'Helvetica';
  text-transform: uppercase;
}

.step-number {
  font-size: 32px;
  margin: 0;
  line-height: 1;
}

.Wizard-step-description {
  font-size: 17px;
  font-family: 'proximanova-regular', 'Helvetica';
  margin: 8px 0 0;
  line-height: 1.24;
}

.Wizard-progressBar-line {
  background-color: #d70100;
  display: block;
  width: 487px;
  height: 1px;
}

.dot-container {
  position: relative;
  bottom: 3px;
  justify-content: space-between;
}

.Wizard-progressBar-dot {
  height: 7px;
  width: 7px;
  background-color: #d70100;
  border-radius: 50%;
  display: inline-block;
}

.subtitelSection-container {
  max-width: 366px;
}

.titleWhite {
  font-size: 22px;
  font-family: 'proximanova-black', 'Helvetica';
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.subtitelSection-LogoIMG {
  margin: 16px 0;
  width: 114px;
}

.footer-text {
  font-family: 'proximanova-regular', 'Helvetica';
  font-size: 14px;
  opacity: 0.7;
  line-height: 1.29;
  letter-spacing: 0;
  text-align: center;
  margin: 12px 0;
}

@media screen and (min-width: 768px) {
  .WizardContainer {
    margin-top: 40px;
  }

  .Wizard-stepsContainer {
    width: 688px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 8px;
  }

  .Wizard-progressBar {
    display: block;
  }

  .Wizard-step {
    margin: 0;
  }

  .step-number {
    margin: 0 0 16px 0;
  }

  .subtitelSection-LogoIMG {
    margin: 24px 0;
    width: 200px;
  }

  .titleWhite {
    font-size: 32px;
    text-align: center;
  }

  .suscribeTitle{
    font-size: 32px;
    width: 600px;
  }
  .subtitelSection-container {
    max-width: 688px;
  }

  .column-flexible.mobileScreen-view {
    margin-right: 12px;
  }

  .column-flexible.tabletScreen-view {
    display: flex;
    margin-right: 0px;
  }

  .column-flexible {
    margin-right: 12px;
  }

  .first-image {
    margin-bottom: 6px;
  }

  .second-image {
    margin-top: 6px;
  }

  .brResponsive {
    display: none;
  }

  footer {
    padding: 48px 0;
  }
}

@media screen and (min-width: 1440px) {
  .column-flexible.tabletScreen-view {
    margin-right: 17px;
  }

  .column-flexible.fullScreen-view {
    display: flex;
    margin-right: 0;
  }

  .column-flexible {
    margin-right: 17px;
  }

  .first-image {
    margin-bottom: 8.5px;
  }

  .second-image {
    margin-top: 8.5px;
  }
}
