@font-face {
  font-family: 'AvenirMedium';
  src: url('../fonts/AvenirMedium.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirBlack';
  src: url('../fonts/AvenirBlack.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'BauerBodoni';
  src: url('../fonts/BauerBodoni.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}


.thin-text {
      font-family: 'BauerBodoni', sans-serif;
  font-weight: 100;
}

.light-text {
        font-family: 'BauerBodoni', sans-serif;
  font-weight: 300;
}

.regular-text {
        font-family: 'BauerBodoni', sans-serif;
  font-weight: 400;
}

.medium-text {
        font-family: 'BauerBodoni', sans-serif;
  font-weight: 500;
}

.bold-text {
        font-family: 'BauerBodoni', sans-serif;
  font-weight: 700;
}

.heavy-text {
        font-family: 'BauerBodoni', sans-serif;
  font-weight: 900;
}

body {
  overflow: hidden;
  background-color: #000 !important;

  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
      font-family: 'BauerBodoni', sans-serif;
      font-weight: 400;
}
h2 {
  margin-top: 18px;
  text-align: right;
}

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

.right {
  width: 50%;
}

.right img {
  float: right
}

#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: normal;
  font-size: 65px;
  margin-top: 0px !important;
  margin-bottom: 15px;
}

h2 {
font-weight: 300;
  font-size: 25px;
  margin-top: 0px;
  text-align: left;
  letter-spacing: 3px;
}

#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: 80px;
    height: auto;
    margin: 10px 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: 150px;
  }

  .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;
  }
}

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

.hero-section form.form-has-background-padding {
  padding: 30px 30px 10px 30px;
  background-color: transparent !important
}

.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: 100px;
  }
  .image-caption {
    margin-top: 0px;
  }

}

@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;
  }

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

    }

}

.display-mobile {
  display: none !important;
}
.hidden-mobile {
  display: block !important;
}
@media screen and (max-width: 475px) {
  .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: 16px !important;
  letter-spacing: 1px;
}

.hover-effect {
  display: flex;
    justify-content: center;
    align-items: center;
    align-content: center
}
.nuevostextos  h1 {font-size: 34px;
  margin: 0; text-align: center;}
.nuevostextos h2 {font-size: 26px; margin: 0 0 10px 0; line-height: 150%; text-align: center;}
.nuevostextos h3 { font-size: 24px; margin: 0 0 10px 0; line-height: 150%; text-align: center;}

.nuevostextos h1 {
  font-size: 34px;
  margin: 0;
  text-align: center;
}

.nuevostextos h2 {
  font-size: 26px;
  margin: 0 0 10px 0;
  line-height: 150%;
  text-align: center;
}


.nuevostextos h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
  line-height: 150%;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .nuevostextos h1 {
    font-size: 24px;
    margin: 0;
    text-align: center;
  }

  .nuevostextos h2 {
    font-size: 22px;
    margin: 0 0 10px 0;
    line-height: 150%;
    text-align: center;
  }

  .nuevostextos h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    line-height: 150%;
    text-align: center;
  }
}

.form-control {
border-radius: 20px !important;
font-size: 16px !important;
letter-spacing: 0.5px;
color: #21B685 !important
}

.form-control::placeholder {
  color: #086635 !important;
}

.pt-titulo {
  padding-top: 40px;
}

 .image-caption h1  {
   font-weight:500;
   text-shadow: 2px 2px 4px #00000034;
   font-size: 50px;
   padding-top: 50px;

 }
.image-caption h4 {
  font-size: 24px;
  font-weight: normal;
  text-shadow: 2px 2px 4px #00000044;
  text-align: center;


}

.image-caption h3 {
font-size: 24px;
font-weight: normal;
  text-shadow: 2px 2px 4px #00000044;
        font-family: 'AverniMedium', sans-serif !important;

 }

 .image-caption  h1 span {
 color: #9BB5DA !important;

 }

 .btn-default {
background-color: #21B68575 !important; 
 }

 .whatsapp-float img{
z-index: 9999 !important;
position: relative !important }

 .whatsapp-icon {
   width: 100%;
   height: 100%;
   padding: 10px;
 }

 .whatsapp-float {
   position: fixed;
   width: 90px;
   height: 90px;
   bottom: 20px;
   right: 20px;

   color: #FFF;
   border-radius: 50px;
   text-align: center;
   font-size: 30px;

   z-index: 100;
 }

 .whatsapp-icon {
   width: 100%;
   height: 100%;
   padding: 10px;
 }
@media screen and (max-width: 767px) {
     .right {
       width: 100%;
       float: left;
       text-align: center;
       padding-top: 10px;
       display: fllex;
       justify-content: center;
       padding-bottom: 50px;
     }

         .right img {
           float:none;
           margin: 0 auto;
         }

             
         }
 @media screen and (max-width: 575px) {

  .image-caption {
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .image-caption h1 {
      font-size: 32px;
      margin: 0 0 10px 0;
      line-height: 120%;
      text-align: center;
        padding-top: 20px;


    }

            .image-caption h1 span {
            padding-left: 5px;
            }

  .image-caption h2 {
    font-size: 22px;
    margin: 0 0 10px 0;
    line-height: 120%;
    text-align: center;

  }

    .image-caption h3 {
     font-size: 16px;
     margin: 0 0 10px 0;
     line-height: 150%;
     text-align: center;
          font-family: 'AverniMedium', sans-serif !important;

   }
 }
 .form-control, .telefono {
          font-family: 'AverniMedium', sans-serif !important;
 }

    .btn-default {
      font-family: 'AverniMedium', sans-serif !important;
    }