body {
  overflow-x: hidden;
  font-family: 'Open Sans';
}


@media screen and (min-width: 1024px){
  .bg-detail {
    background-image: url(./bg-detail.png);
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}

.bg {
  min-height: 100vh;
  background-image: url(./bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.detail {
  background-color: #E20613;
  max-height: 700px;
  padding-bottom: 100px;
  padding-left: 500px;
  text-align: left;
  width: 100%;
}

.intro-xl {
  display: none;
}

@media screen and (min-width: 1600px){
  .intro {
    display: none;
  }

  .intro-xl {
    display: block;
  }
}

.logo {
  height: auto;
  width: 10rem;
}
.rowLogo {
  border-bottom: solid #f2f2f2 2px;
}
.parallax {
  /* The image used */
  background-image: url('./bg.png');
  /* Set a specific height */
  height: 1080px;

  /* Create the parallax scrolling effect */
  background-repeat: no-repeat;
  //background-size: 100% 100%;
}

.cusBanner1 {
  background-color: #f44237;
  min-height: 35vh;
  color: #fff;
}
.cusBanner2 {
  border-top: 0;
  color: #fff;
  min-height: 35vh;
}
.cusBanner3 {
  background-color: #2c2c2c;
  min-height: 21vh;
  color: #fff;
}
.form-fase .alert {
  display: none;
  position: absolute;
  z-index: 99;
}

.cardDefault {
  background-color: #fff;
  min-height: 10vh;
  border-radius: 6px;
  text-align: center;
}
.cardDefault p {
  color: #2c2c2c;
  font-weight: 500;
}
.cusContactCard {
  background-color: #2e9faf;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  min-height: 30vh;
  cursor: pointer;
}

.cusContactCard p {
  color: #fff;
  font-weight: 600;
}
.cusContactCard .material-icons {
  font-size: 6rem !important;
  color: #fff;
}
.material-icons-cusColor {
  font-size: 6rem !important;
  color: #f44237;
}
#btnSubmit {
  background-color: #f44237;
  color: #fff;
  min-width: 100px;
}
#cta1 {
  background-color: #0bbfd8;
  color: #fff;
  position: absolute;
  bottom: 5rem;
}
.legalTerms {
  text-decoration: underline !important;
  font-weight: 800;
}
#registrationSection {
  min-height: 75vh;
}
#cnpj {
  display: none;
}
#feedbackSection {
  display: none;
}
.hide {
  display: none;
}
.autoComplete {
  color: #2c2c2c !important;
  padding-top: 5px;
}

.h1-style {
  font-size: 25px;
}

.cusAlert {
  background-color: #fff3cd;
  border-radius: 10px;
  padding-top: 10px;
  border-color: #fff3cd;
  color: #856404;
}

#fixed-position {
  position: fixed;
  bottom: 10px;
  left: 75px;
  right: 75px;
  height: 65px;
  margin-bottom: 0px;
  z-index: 999;
  border-radius: 5px;
  padding: 10px;
  background-color: rgba(64, 64, 64, 0.9);
  color: white;
  font-size: 12px;
  text-align: center;
}

.center-text {
  position: relative;
  top: 10px;
}

.lgpdOut {
  display: none !important;
}

#mobileText {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  #fixed-position {
    position: fixed;
    bottom: 0px;
    height: 105px !important;
    margin-bottom: 0px;
    z-index: 999;
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(64, 64, 64, 0.9);
    color: white;
    font-size: 12px;
    text-align: center;
    left: 0px;
    right: 0px;
  }

  #desktopText {
    display: none;
  }

  #mobileText {
    display: block !important;
  }
}
