body {
  overflow: hidden;
}
h2 {
  margin-top: 18px;
  text-align: right;
}

div.left img {
  max-width: 20%;
  margin-top: -30px;
}

#logodqpr {
  margin-top: 40px;
  max-width: 45%;
  margin-left: 10%;
}

.logos {
  width: 85%;
  position: absolute;
  /* right: 25px; */
  bottom: 25px;

  left: 85px;
}

.logo_desarrollador {
  margin-top: 15px;
}
.logo_quartier {
  margin-top: 3% !important;
}

.logos img {
  float: left;
  /* width: calc(50% - 30px); */
  width: auto;
  margin: 15px;
}

.hero-section:after {
  background-color: rgba(0, 0, 0, 0);
}

h1 {
  font-weight: bold;
  font-size: 65px;
  margin-top: 0px !important;
  margin-bottom: 15px;
}

h2 {
  font-weight: 400;
  font-size: 35px;
  margin-top: 0px;
  text-align: left;
 
}

#textomobile {
  display: none;
}

col-md-4 {
  text-align: right;
}

.hero-section .wrapper .hero-title {
  display: table-cell !important;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  #textomobile {
    display: block;
    font-size: 22px;
  }

  #logodqpr {
    margin-top: -45px;
  }

  div.left img {
    width: 32%;
    height: auto;
    margin: -35px auto;
    display: block;
    max-width: none;
  }

  .logos {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }

  h1 {
    font-size: 22px;
    text-align: center;

    margin-top: 0;
  }

  .hero-section .wrapper .hero-title {
    vertical-align: top;
    padding-top: 130px;
  }

  .logo_quartier {
    margin-top: 5px !important;
    max-width: 160px !important;
  }
  .logotop {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 990px) {
  .logo_desarrollador {
    text-align: center;
  }
  .centrado {
    margin-top: 0 !important;
  }
  .hero-section form.form-has-background-padding .btn {
    margin-bottom: 10px;
    background-color: #4b3216cc !important;
  }
}

@media screen and (max-width: 600px) {
  .hero-section form.form-has-background-padding {
    padding: 0px 17px 10px 17px !important;
  }
}

.hero-section form.form-has-background-padding {
  padding: 30px 30px 10px 30px;
}

.hero-section form.form-has-background-padding .form-group,
.hero-section form.form-has-background-padding .input-group {
  margin-bottom: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}

.footer {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-height: 667px) {
  .hero-section .wrapper .hero-title {
    padding-top: 20px;
  }
  .image-caption {
    margin-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    position: relative;
  }
}

@media screen and (min-height: 667px) {
  .footer {
    margin-top: 30px;
  
  }

}

@media screen and (max-width: 400px) {
  .footer {
    position: inherit;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .image-caption {
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
  }
  .image-caption h1 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .image-caption h2 {
    font-weight: 300;
    font-size: 22px;
    margin-top: 0px;
    text-align: center;
  }
}

.display-mobile {
  display: none !important;
}
.hidden-mobile {
  display: block !important;
}
@media screen and (max-width: 375px) {
  .display-mobile {
    display: block !important;
  }
  .hidden-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .logoav {
    max-width: 50px !important;
    margin: 0 auto !important;
  }
}
.tit-footer {
  color: #fff !important;
  margin-bottom: 5px !important;
  font-size: 14px !important;
  letter-spacing: 1px;
}

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

.form-control {
  border-radius: 30px !important;
  color: #4b3216cc !important;
  font-size: 18px !important;
  padding-left: 20px !important;
}

.padding-top-50 {
  padding-top: 90px !important;
}

@media screen and (max-width: 575px) {
.padding-top-50 {
    padding-top: 50px !important;
  }


    .form-control {
      border-radius: 30px !important;
      color: #4b3216cc !important;
      font-size: 15px !important;
      padding-left: 20px !important;
    }

        .hero-section form.form-has-background-padding .btn {
          width: 100%;
          margin-bottom: 20px;
          background-color: #4b3216cc !important;
          font-size: 15px !important;
        }
}

@media screen and (min-height: 667px) {

  .padding-top-50 {
    padding-top: 10px !important
  }

}