#index-page {
  position: relative;
  overflow: hidden;
}
#index-page h3 {
  font-weight: 400;
}
#index-page .title-container {
  position: relative;
  text-align: center;
  width: 100vw;
  height: 100vh;
}
#index-page .title-container .video-overlay {
  background: rgba(0, 0, 0, 0.3);
  z-index: 1023;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-page .title-container .video-overlay .text-container {
  color: white;
  font-size: 3rem;
}
@media screen and (min-width: 992px) {
  #index-page .title-container .video-overlay .text-container {
    font-size: 8rem;
  }
}
#index-page .title-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: fill;
}
#index-page .title-container .video-text {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  flex-direction: column;
  color: white;
  padding: 0 40px;
}
@media screen and (min-width: 992px) {
  #index-page .title-container .video-text {
    padding: 0 170px;
  }
}
#index-page .title-container .video-text img {
  width: 350px;
  max-width: 80%;
}
#index-page .title-container .video-text svg {
  width: 100%;
}
#index-page .title-container .video-text h3 {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  #index-page .title-container .video-text h3 {
    font-size: 24px;
  }
}
#index-page .property-chooser {
  display: flex;
  width: 100%;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}
@media screen and (min-width: 992px) {
  #index-page .property-chooser {
    flex-direction: row;
  }
  #index-page .property-chooser .property img {
    transition: transform 0.5s ease;
    /* Smooth transition for zoom effect */
    transform-origin: center;
    /* Ensures zoom effect is centered */
  }
  #index-page .property-chooser .property:hover img {
    transform: scale(1.1);
    /* Adjust the scale value to control the zoom level */
  }
}
#index-page .property-chooser .property {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  #index-page .property-chooser .property {
    width: 50%;
    height: 100vh;
  }
}
#index-page .property-chooser .property img,
#index-page .property-chooser .property video {
  position: absolute;
  width: 100%;
}
#index-page .property-chooser .property .property-text {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.35);
  color: white;
  flex-direction: column;
}
#index-page .property-chooser .property .property-text h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
#index-page .property-chooser .property .property-text h2.property-status {
  margin: 15px 0;
  border: 4px solid #CAC833;
  padding: 5px 10px;
}
@media screen and (min-width: 992px) {
  #index-page .property-chooser .property .property-text h2 {
    font-size: 30px;
  }
}
#index-page .property-chooser .property .property-text .chooser-logo-container {
  width: 300px;
}
#index-page .property-chooser .property .property-text .chooser-logo-container#almagro-logo {
  width: 350px;
}
#index-page .property-chooser .property .property-text .chooser-logo-container .st1 {
  fill: #CAC833;
}
.subtitle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  background: #CAC833;
  color: #2B3C4D;
  text-align: center;
  font-size: 20px;
  height: 20vh;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .subtitle-container {
    font-size: 34px;
    height: 25vh;
  }
}
.home-section {
  padding: 50px;
  text-align: center;
}
.home-section.members-section .member {
  margin-bottom: 30px;
}
.home-section.members-section .member:last-child {
  margin-bottom: 0;
}
.home-section.members-section .member h2 {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .home-section.members-section .member h2 {
    font-size: 22px;
  }
}
.home-section.members-section img {
  width: 300px;
  max-width: 90%;
}
@media screen and (min-width: 992px) {
  .home-section.members-section img {
    max-width: 50%;
  }
}
.home-section.footer {
  background: #CAC833;
  color: #2B3C4D;
}
.home-section.footer a {
  color: #2B3C4D;
}
#home-form .form-container {
  text-align: center;
  width: 550px;
  max-width: 85%;
  margin: 0 auto;
}
#home-form .form-container h2 {
  font-family: "19pra";
  font-weight: 400;
  margin-bottom: clamp(20px, 35px, 40px);
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  #home-form .form-container h2 {
    font-size: 22px;
  }
}
#home-form .form-container p {
  font-family: "dinot";
  font-size: 16px;
  margin-bottom: 25px;
}
#home-form .form-container a.whatsapp-link {
  color: #25D366;
}
#home-form .form-container label {
  display: block;
  text-align: left;
  font-weight: 400;
  font-family: "dinot";
}
#home-form .form-container input,
#home-form .form-container textarea {
  margin-bottom: 20px;
  border-radius: 0;
  width: 100%;
  color: #555555;
  padding: 6px 12px;
  border: 1px solid #CAC833;
}
#home-form .form-container input.invalid,
#home-form .form-container textarea.invalid {
  border: 1px solid red !important;
  background: rgba(255, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  #home-form .form-container input,
  #home-form .form-container textarea {
    border: inherit;
  }
}
#home-form .form-container .send-form {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  font-family: "dinot";
}
@media screen and (min-width: 992px) {
  #home-form .form-container h2 {
    font-size: clamp(4rem, 4.3rem, 39pt);
    line-height: clamp(4rem, 4.3rem, 55px);
  }
  #home-form .form-container p {
    font-size: clamp(1.5rem, 1.8rem, 20px);
    margin-bottom: 40px;
  }
}
.icons-container {
  position: fixed;
  right: 5px;
  bottom: 75px;
  z-index: 2048;
}
.icons-container .whatsapp-icon,
.icons-container .form-icon {
  margin-bottom: 10px;
  width: 38px;
}
@media screen and (min-width: 992px) {
  .icons-container .whatsapp-icon,
  .icons-container .form-icon {
    width: 125px;
  }
}
.icons-container .whatsapp-icon img,
.icons-container .form-icon img {
  max-height: 38px;
}
.disclaimer-container {
  z-index: 99999999;
  position: fixed;
  bottom: 10px;
  display: flex;
  max-width: 80vw;
  background: white;
  left: 10vw;
  padding: 20px;
  align-items: center;
}
.disclaimer-container .disclaimer-accept {
  cursor: pointer;
  padding-left: 15px;
}
.disclaimer-container .disclaimer-accept:hover {
  font-weight: 600;
}
/*# sourceMappingURL=index.css.map */