html {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: auto !important;
  min-height: 100%;
}

html, body {
  height: auto !important;
  min-height: 100vh;
}

body {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: auto !important;
  min-height: 100vh;
}

.page-wrapper {
  overflow: visible !important;
  overflow-y: visible !important;
  overflow-x: hidden !important;
  height: auto !important;
  min-height: 100vh;
}

.hero-section {
  height: auto !important;
  min-height: 100vh;
  overflow: visible !important;
}

.hero-section .wrapper {
  height: auto !important;
  min-height: 100vh;
  position: relative !important;
  overflow: visible !important;
  display: block !important;
  width: 100% !important;
  top: auto !important;
  left: auto !important;
}

.hero-section .container-fluid {
  height: auto !important;
  min-height: 100vh;
  overflow: visible !important;
}

.hero-section .row {
  height: auto !important;
  min-height: 100vh;
}
h2 {
  margin-top: 18px;
  text-align: right;
}

div.left img {
  max-width: 35%;
  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: normal;
  font-size: 65px;
  margin-top: 0px !important;
  margin-bottom: 15px;
}

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

#textomobile {
  display: none;
}

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

.hero-section .wrapper .hero-title {
  display: block !important;
  height: 100%;
  width: 100%;
}

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

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

  div.left img {
    width: 55%;
    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: 0px;
  }

  .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: rgba(0, 0, 0, 0.6);
}

.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 (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: 22px;
      margin-top: 0px;
      text-align: center;

    }
  
}

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

/* Nuevo layout de dos columnas */
.video-column {
  min-height: 100vh;
}

.form-column {
  min-height: 100vh;
}

/* Estilos para inputs del formulario */
.form-column input::placeholder,
.form-column textarea::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

.form-column input,
.form-column textarea {
  color: white !important;
}

.form-column input:focus,
.form-column textarea:focus {
  background-color: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline: none !important;
}

/* Estilos para mensajes de error del formulario */
.form-column form .form-group {
  position: relative;
  margin-bottom: 15px !important;
}

.form-column form label.error {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  display: block;
  color: #ff6b6b !important;
  font-size: 12px !important;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.form-column form input.error,
.form-column form textarea.error {
  border-color: #ff6b6b !important;
}

/* Responsive para móviles */
@media screen and (max-width: 768px) {
  /* Cambiar el orden: video arriba, form abajo */
  .video-column {
    order: 1;
    min-height: 300px !important;
    height: 300px !important;
    flex: 0 0 auto;
  }
  
  .form-column {
    order: 2;
    min-height: auto !important;
    height: auto !important;
    flex: 1 1 auto;
    padding: 30px 20px !important;
  }
  
  /* Ajustar el contenedor row para que funcione el orden */
  .hero-section .row {
    display: flex !important;
    flex-direction: column;
    height: auto !important;
  }
  
  .hero-section {
    height: auto !important;
    min-height: 100vh;
  }
  
  .hero-section .container-fluid {
    height: auto !important;
  }
  
  .branding-section h1 {
    font-size: 36px !important;
  }
  
  .branding-section {
    margin-bottom: 20px !important;
  }
  
  .form-section {
    padding: 20px 0;
    justify-content: flex-start !important;
  }
  
  .footer-section {
    margin-top: 20px;
  }
  
  .footer-section > div:first-child {
    flex-direction: row;
    gap: 15px;
    justify-content: space-around;
  }
  
  .footer-section > div:first-child > div {
    text-align: center;
    flex: 1;
  }
  
  .footer-section > div:first-child > div:last-child {
    text-align: center;
  }
  
  .footer-section > div:first-child > div:last-child img {
    margin: 0 auto;
  }
  

  
  /* Ajustar el video para que se vea bien en 300px */
  .video-column video {
    position: relative !important;
  }
}

.logo-udaondo {

  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .logo-udaondo {
    max-width: 200px;
  }
}