.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: #0048bb;
  color: #fff;
}

header {
  display: block;
  width: 100%;
}

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

img {
  vertical-align: middle;
  border-style: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #fff45e;
}

.hero-banner, .hero-banner img {
  width: 100%;
  height: auto;
}

.hero-container {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-separator {
  width: 100%;
  display: block;
  height: 8px;
  background-color: #3074f1;
}

.description-text {
  font-family: 'avenir-dnw', Helvetica;
  margin: 0;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 21px;
}

.cta-section h3 {
  font-family: 'avenir-dnw', Helvetica;
  font-size: 19px;
  margin-bottom: 5px;
  line-height: 24px;
  font-weight: 600;

}

.cta-section {
  width: 100%;
  margin: 48px 0;
}

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

.WizardContainer {
  margin: 29px 0;
}

.Wizard-step {
  width: 262px;
  margin: 30px 0;
  text-align: center;
  font-family: 'avenir-dnw', Helvetica;
}

.step-number {
  font-family: 'avenir-dnw', Helvetica;
  font-size: 20px;
  line-height: 1.3;
  background-color: #fff;
  color: #0048bb;
  margin: 0;
  height: 27px;
  width: 27px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

.Wizard-step-description {
  font-size: 13px;
  font-family: 'avenir-dnw', Helvetica;
  margin: 8px 0 0;
  line-height: 1.24;
}

.Wizard-progressBar-line {
  background-color: #fff;
  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: #fff;
  border-radius: 50%;
  display: inline-block;
}

.suscribeTitle {
  width: 284px;
  margin-top: 32px;
  font-size: 19px;
  text-transform: uppercase;
  font-family: 'avenir-dnw', Helvetica;
}

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

.subtitelSection-container h2 {
  text-transform: uppercase;
}

.titleWhite {
  font-size: 19px;
  text-align: center;
  font-family: 'avenir-dnw', Helvetica;
  line-height: 1;
  margin: 0;
}

.subtitelSection-LogoIMG {
  margin: 16px 0 40px;
  width: 280px;
  height: 46px;
}

.footer-text {
  font-family: 'avenir-dnw', Helvetica;
  font-size: 13px;
  letter-spacing: 0.42px;
  text-align: center;
  margin: 12px 0;
}

.second-footer-container {
  margin-top: 65px;
  width: 320px;
}

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

.Second-footer a {
  font-family: 'avenir-dnw', Helvetica;
  color: #fff;
  font-size: 13px;
  margin-top: 17px;
}

.Second-footer li::after {
  content: '';
}

.disneyC {
  display: block;
  font-family: 'avenir-dnw', Helvetica;
  font-size: 13px;
  line-height: 1.23;
  opacity: 0.6;
  margin-top: 20px;
}

/* IE Styles */
.is-ie ul {
  max-width: 768px;
}

.is-ie .subtitelSection-container .titleWhite {
  max-width: 284px;
}

.is-ie header {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}

.is-ie .hero-banner {
  display: none;
}

.is-ie .hero-container {
  background-image: url('../images/header/320@2x.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  order: 1;
  height: 0;
  width: 100%;
  padding-top: 33.4375%;
}

.is-ie .hero-separator {
  order: 2;
}

.is-ie .subtitelSection-LogoIMG {
  display: none;
}

.is-ie .sub-logo-img {
  margin: 24px 0 40px;
  display: block;
  background-image: url('../images/logo@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
  width: 100%;
  padding-top: 13.56%;
}
@media screen and (min-width: 640px) {
  .is-ie .hero-container {
    background-image: url('../images/header/320@3x.jpg');
  }

  .is-ie .subtitelSection-container .titleWhite {
    max-width: 414px;
  }
}

@media screen and (min-width: 768px) {
  footer {
    padding: 48px 0;
  }

  .hero-separator {
    height: 14px;
  }

  .WizardContainer {
    margin: 40px 0;
  }

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

  .Wizard-progressBar {
    display: block;
  }

  .Wizard-step {
    margin: 0;
    width: 198px;
  }

  .step-number {
    background-color: #0048bb;
    color: #fff;
    font-size: 32px;
    margin: 0 0 16px 0;
  }

  .suscribeTitle {
    width: 550px;
    margin-top: 64px;
    font-size: 32px;
  }

  .Wizard-step-description {
    font-size: 16px;
  }

  .subtitelSection-LogoIMG {
    margin: 24px 0 60px;
    width: 662px;
    height: 108px;
  }

  .titleWhite {
    font-size: 36px;
  }

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

  .brResponsive {
    display: none;
  }

  .Second-footer a {
    margin-left: 16px;
  }

  .Second-footer li::after {
    font-family: 'disney-ui-font';
    content: '\e917';
    color: #ffffff;
    margin-left: 16px;
    width: 19px;
    height: 5px;
    opacity: 0.2;
  }

  .Second-footer li:last-child::after, .Second-footer li:nth-child(4)::after {
    content: '';
  }

  .second-footer-container{
    width: 720px;
  }

  .Second-footer {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .is-ie .hero-container {
    background-image: url('../images/header/768@2x.jpg');
    padding-top: 21.484375%;
  }
  
  .is-ie .sub-logo-img {
    background-image: url('../images/disney-logos.png');
    padding-top: 13.22%;
  }

  .is-ie .sub-logo-img {
    margin: 24px 0 60px;
  }

  .is-ie .subtitelSection-container .titleWhite {
    max-width: 595px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-separator {
    height: 16px;
  }
  .is-ie .hero-container {
    background-image: url('../images/header/1440@2x.jpg');
  }

  .is-ie .sub-logo-img {
    background-image: url('../images/disney-logos@2x.png');
  }

  .is-ie .subtitelSection-container .titleWhite {
    max-width: 728px;
  }
}

@media screen and (min-width: 1890px) {
  .is-ie .hero-container {
    background-image: url('../images/header/1440@3x.jpg');
  }
  
  .is-ie .sub-logo-img {
    background-image: url('../images/disney-logos@3x.png');
  }

  .is-ie .subtitelSection-container .titleWhite {
    max-width: 1440px;
  }
}

