@charset "UTF-8";
.gz-contact {
  background: var(--image) center center no-repeat transparent;
  background-size: cover;
  height: calc((100vw - var(--scrollbar-width)) / (1440 / 1060));
  max-width: 1920px;
  padding: 80px 0;
  width: calc(100vw - var(--scrollbar-width));
}
@media screen and (max-width: 1024px) {
  .gz-contact {
    height: auto;
    padding: 40px 0;
  }
}
.gz-contact .gz-contact-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: var(--wrapper-width);
}
@media screen and (max-width: 1024px) {
  .gz-contact .gz-contact-wrapper {
    height: auto;
    max-width: 90vw;
  }
}
.gz-contact .gz-contact-wrapper .title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  min-width: 740px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .gz-contact .gz-contact-wrapper .title {
    font-size: 40px;
    min-width: initial;
  }
}
.gz-contact .gz-contact-wrapper .title::after {
  border-bottom: 2px solid #3570b3;
  content: "";
  display: block;
  height: 2px;
  margin: 30px auto;
  width: 100%;
}
.gz-contact .gz-contact-wrapper form {
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 740px;
}
.gz-contact .gz-contact-wrapper form > div {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media screen and (max-width: 1024px) {
  .gz-contact .gz-contact-wrapper form > div {
    flex-direction: column;
  }
}
.gz-contact .gz-contact-wrapper form > div > input, .gz-contact .gz-contact-wrapper form > div > textarea {
  background: transparent;
  border: 1px solid #3570b3;
  border-radius: 50px;
  color: #fff;
  flex: 1;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 100;
  outline: none !important;
  padding: 10px;
  text-align: center;
  transition: 0.3s background;
}
@media screen and (max-width: 1024px) {
  .gz-contact .gz-contact-wrapper form > div > input, .gz-contact .gz-contact-wrapper form > div > textarea {
    font-size: 16px;
    flex: initial;
    width: 100%;
  }
}
.gz-contact .gz-contact-wrapper form > div > input:focus, .gz-contact .gz-contact-wrapper form > div > textarea:focus {
  background: #1e3f64;
}
.gz-contact .gz-contact-wrapper form > div > input::placeholder, .gz-contact .gz-contact-wrapper form > div > textarea::placeholder {
  color: #fff;
  text-transform: none;
}
.gz-contact .gz-contact-wrapper form > div > label:has(#terms) {
  color: #fff;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 100;
  line-height: 1.2;
  margin: auto;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .gz-contact .gz-contact-wrapper form > div > label:has(#terms) {
    text-align: center;
    width: initial;
  }
}
.gz-contact .gz-contact-wrapper form > div > label:has(#terms) > span {
  border: 2px solid #3570b3;
  height: 20px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 20px;
}
@media screen and (max-width: 1024px) {
  .gz-contact .gz-contact-wrapper form > div > label:has(#terms) > span {
    left: 10px;
    top: 1px;
    transform: none;
  }
}
.gz-contact .gz-contact-wrapper form > div > label:has(#terms) > span:has(+ #terms:checked)::after {
  color: #fff;
  content: "✔︎";
  font-size: 13px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.gz-contact .gz-contact-wrapper form > div > label:has(#terms) > #terms {
  background: transparent;
  border: 1px solid #3570b3;
  display: inline-block;
  height: 20px;
  margin: 1px 10px 0 0;
  opacity: 0;
  width: 20px;
}
.gz-contact .gz-contact-wrapper form > div > label:has(#terms) > a {
  color: #fff;
  display: inline-block;
  font-weight: 300;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .gz-contact .gz-contact-wrapper form > div > label:has(#terms) > a {
    display: inline;
  }
}
.gz-contact .gz-contact-wrapper form > div > label:has(#terms) > a::after {
  border-bottom: 2px solid #fff;
  bottom: -7px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: 0.3s transform;
  width: 100%;
}
.gz-contact .gz-contact-wrapper form > div > label:has(#terms) > a:hover::after {
  transform: scaleX(1);
}
.gz-contact .gz-contact-wrapper form > div > textarea {
  height: 200px;
  resize: none;
}
.gz-contact .gz-contact-wrapper form > div > button {
  background: #1e3f64;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: auto;
  padding: 16px 60px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .gz-contact .gz-contact-wrapper form > div > button {
    font-size: 16px;
  }
}
.gz-contact .gz-contact-wrapper .text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 50px;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .gz-contact .gz-contact-wrapper .text {
    font-size: 40px;
  }
}
/*# sourceMappingURL=https://gonzalosaiz.3dsignia.com/wp-content/build/scss_library/d15ed901e106696409d64f11706e013458b9c2cc.css.map */