html,
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
}

.LandingImagenBack {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000000 url(../img/cracklebg_1920x1080.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 10;
}

.LandingWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  max-width: 980px;
  min-height: 60vh;
}

.LandingTitulo {
  max-width: 980px;
  color: #FFFFFF;
  font-size: 45px;
  font-weight: 300;
  line-height: 53px;
  text-align: center;
  margin: 0;
}

.LandingSubtitulo {
  max-width: 570px;
  color: #FFAB0F;
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  text-align: center;
  margin: 28px 0 12px;
}

.LandingSmallText {
  max-width: 528px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.LandingSmallText a {
  text-decoration: none;
  color: #FFAB0F;
}

.LandingSmallText a:hover {
  text-decoration: underline;
}

.LandingLogos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px 0 0;
}

.LandingLogos a {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 0 18px;
}

.LandingLogos a img {
  max-width: 100%;
}

.l-flex-parent {
  display: flex;
  flex-direction: row;
  background: #000000 url(../img/cracklebg_1920x1080.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.l-flex-child {
  width: 100%;
  min-height: 100vh;
  align-items: center;
  display: flex; 
  justify-content: center;
  flex-direction: column;
}

/***  Responsive  ***/
@media only screen and (max-width: 1199px) {
  .l-flex-parent {
    padding-left: 40px;
    padding-right: 40px;
  }

  .LandingTitulo {
    max-width: 100%;
    font-size: 41px;
    line-height: 49px;
  }

  .LandingSubtitulo {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .LandingTitulo {
    font-size: 37px;
    line-height: 45px;
  }

  .LandingSubtitulo {
    font-size: 16px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .l-flex-parent {
    padding-left: 30px;
    padding-right: 30px;
  }

  .LandingTitulo {
    font-size: 32px;
    line-height: 40px;
  }

  .LandingSubtitulo {
    font-size: 15px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 540px) {
  .LandingTitulo {
    max-width: 100%;
    font-size: 28px;
    line-height: 38px;
  }

  .LandingSubtitulo {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .LandingSmallText {
    max-width: 100%;
    font-size: 14px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 375px) {
  .l-flex-parent {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .LandingTitulo {
    font-size: 26px;
    line-height: 30px;
  }

  .LandingSubtitulo {
    font-size: 13px;
    line-height: 18px;
    margin: 20px 0 10px;
  }

  .LandingWrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .LandingLogos a {
    width: 40%;
    padding: 0 10%;
  }
}