@media (max-width: 600px) {
  .display-4.text-center.d-block.d-xl-flex.justify-content-xl-center.align-items-xl-center {
    font-size: 41px !important;
    line-height: 41px !important;
  }
}

@media (max-width: 900px) {
  .slider-col-right {
    display: none;
  }
}

@media (max-width: 900px) {
  .nav.navbar-nav.flex-grow-1.justify-content-end {
    background-color: #ffffff;
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .index-main-box-title {
    width: 100% !important;
    min-height: 100px !important;
  }
}

@media (max-width: 600px) {
  .index-title {
    text-align: center !important;
    margin-left: 0px!important;
  }
}

@media (max-width: 600px) {
  .form-index-main {
    width: 100% !important;
    margin: 0 auto 0;
    /*border: 1px solid red;*/
    padding: 0px !important;
  }
}

@media (max-width: 600px) {
  .next-or-end-button {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .simple-slider {
    display: none;
  }
}

@media (min-width: 600px) {
  .simple-slider-mobile {
    display: none;
  }
}

#email {
  text-transform: lowercase;
}

#modelo::placeholder {
  text-transform: lowercase;
}

#modelo {
  text-transform: uppercase;
}