:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.logo {
  opacity: 1;
  filter: invert();
  text-align: left;
  margin-bottom: 39px;
}

.section {
  background-image: linear-gradient(270deg, #000, #009dff);
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-transform: none;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
}

.button-2 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-2.c-10 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.d-11 {
  background-color: #d8fafe;
  border-radius: .4rem;
  transition: transform .3s, box-shadow .3s;
  box-shadow: -4px 4px #5b96fe;
}

.button-2.d-11:hover {
  background-color: #d8fafe;
  transform: translate(0, 3px);
  box-shadow: 0 0 #5b96fe;
}

.btn-bg {
  background-color: #5b96fe;
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.btn-bg.c-10 {
  background-color: #5b96fe;
  border-radius: 0;
  align-self: center;
  width: 200px;
  min-width: auto;
  height: 120%;
  inset: auto;
}

.btn-txt {
  position: relative;
}

.btn-icono {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-icon-arrow {
  width: 1.2rem;
  height: 1.2rem;
}

.btn-icon-arrow.hover {
  position: absolute;
  top: 0;
  left: -100%;
}

.section-2 {
  background-image: url('../images/9198.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 130px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.textarea {
  font-family: Montserrat, sans-serif;
}

.textarea.consulta {
  border: 1px #000;
  border-bottom: 1px solid #a3a3a3;
  height: 80px;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
}

.text-field-2 {
  color: #000;
  border: 1px #000;
  border-bottom-style: solid;
  font-size: 16px;
}

.heading-7 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section-8 {
  text-align: center;
  padding: 40px 10px 60px;
}

.select-field-4 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #a3a3a3;
  font-family: Montserrat, sans-serif;
}

.select-field-4.prefijo {
  border-bottom-color: #000;
  width: 45%;
  font-size: 16px;
}

.text-field {
  color: #000;
  border: 1px #000;
  border-bottom-style: solid;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.error-message {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  position: fixed;
  inset: 0;
}

.form {
  text-align: center;
}

.div-block-3 {
  display: flex;
}

.bold-text {
  border-bottom: 1px solid #f26d2d;
  font-size: 26px;
}

.select-field-3 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-bottom-style: solid;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.submit-button {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #202020;
  border-radius: 0;
  margin-top: 10px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.submit-button:hover {
  color: #000;
  background-color: #5b96fe;
}

.form-block {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  padding: 20px;
  display: block;
}

.select-field-5 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-bottom-style: solid;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-9 {
  text-align: right;
  background-image: linear-gradient(90deg, #000, #009dff);
  padding: 60px 10px;
  font-family: Montserrat, sans-serif;
}

.column {
  text-align: center;
}

.text-block-8 {
  color: #fff;
  text-align: right;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-8.left {
  color: #fff;
  text-align: left;
}

.heading-5 {
  color: #fff;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.heading-5.left {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}

.paragraph-3 {
  color: #fff;
  text-align: left;
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-3.left {
  color: #fff;
  text-align: left;
  margin-bottom: 50px;
}

.column-2 {
  text-align: left;
  padding-top: 36px;
}

.section-10 {
  background-image: linear-gradient(#000000cf, #000000cf), url('../images/BLOQUE-2.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 100px 10px;
}

.column-3 {
  text-align: right;
}

.section-11 {
  text-align: center;
  background-image: linear-gradient(#000000eb, #000000eb), url('../images/fondo2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 60px 10px;
}

.column-16 {
  margin-bottom: 20px;
}

.columns-11 {
  margin-bottom: 20px;
  padding-top: 20px;
}

.paragraph-4 {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-4.white {
  color: #fff;
}

.paragraph-4.white.center {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.image-46 {
  margin-bottom: 10px;
}

.text-block-12 {
  color: #009dff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.image {
  max-width: 90%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: inline-block;
}

.section-12 {
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/BLOQUE-5.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 40px 10px;
  font-family: Montserrat, sans-serif;
}

.heading-11 {
  color: #fff;
  margin-bottom: 64px;
  font-weight: 600;
}

.image-47 {
  z-index: 0;
  text-align: right;
  width: 49%;
  position: relative;
  left: 178px;
}

.column-17 {
  text-align: left;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-4 {
  z-index: 2;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  top: -41px;
}

.image-48 {
  z-index: 1;
  border-radius: 1000px;
  width: 65%;
  display: inline-block;
  position: relative;
  top: -59px;
  right: 0;
}

.image-49 {
  z-index: 2;
  width: 50%;
  position: relative;
  top: -95px;
  bottom: 0;
  left: 80px;
}

.text-block-17 {
  color: #fff;
  font-size: 14px;
}

.columns-17 {
  text-align: left;
}

.div-block-13 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-52 {
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-51 {
  margin-bottom: 20px;
}

.columns-16 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-15 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top: 1px #000;
  padding-top: 5px;
  font-size: 15px;
  font-weight: 500;
}

.text-block-15.white {
  color: #fff;
  margin-bottom: 10px;
}

.div-block {
  background-color: #f26d2d;
  width: 20%;
  height: 2px;
}

.section-13 {
  text-align: center;
  background-color: #5b96fe;
  padding: 60px 10px;
  font-family: Montserrat, sans-serif;
}

.section-14 {
  text-align: center;
  background-color: #000;
  padding: 5px 10px;
}

.column-28 {
  text-align: left;
  padding-right: 40px;
}

.text-field-3 {
  border: 1px #000;
  border-bottom: 1px solid #a3a3a3;
  font-family: Varela Round, sans-serif;
}

.select-field-6 {
  color: #7e7e7e;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #a3a3a3;
  font-family: Varela Round, sans-serif;
}

.select-field-6.prefijo {
  border-right-style: solid;
  border-right-color: #a3a3a3;
  width: 40%;
  margin-right: 0;
  padding-right: 12px;
  font-family: Varela Round, sans-serif;
}

.error-message-2 {
  text-align: center;
  background-color: #f1f1f1;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 60px;
  position: absolute;
  inset: 0;
}

.submit-button-2 {
  letter-spacing: .5px;
  background-color: #2595fd;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.submit-button-2:hover {
  background-color: #b1b1b1;
}

.heading-12 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.text-block-18 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 130px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-14 {
  display: flex;
}

.form-block-2 {
  background-color: #fff0;
  border: 1px #fff;
  border-radius: 0;
  padding: 10px 20px 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.column-29 {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}

.column-30 {
  text-align: center;
}

.column-31 {
  padding-right: 0;
}

.div-block-15 {
  background-image: url('../images/apreton-manos-hombre-mujer-despues-firmar-contrato-comercial-primer-plano_1163-5133.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  height: 600px;
}

.section-15 {
  background-image: linear-gradient(#000, #000);
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-32, .column-33, .column-34 {
  text-align: center;
}

.columns-18 {
  margin-bottom: 30px;
}

.bold-text-2 {
  color: #fff;
  font-weight: 600;
}

.div-block-16 {
  background-image: url('../images/GOODMAN_HOMEBUSH_3869-3d.jpg');
  background-position: 100%;
  background-size: cover;
  height: 600px;
}

.column-35 {
  padding-top: 19px;
}

.heading-13 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.select-field-7 {
  background-color: #fff;
  font-family: Varela Round, sans-serif;
}

@media screen and (min-width: 1280px) {
  .submit-button:hover {
    border-radius: 0;
  }

  .submit-button-2:hover {
    border-radius: 6px;
  }

  .column-35 {
    padding-top: 8px;
  }

  .heading-13 {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .select-field-6.prefijo {
    width: 50%;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .heading-3 {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .column-27 {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .columns-16 {
    border-top-style: none;
    border-bottom-style: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    text-align: center;
    padding-bottom: 0;
  }

  .heading-3 {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-4 {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .submit-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .section-9 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5, .heading-5.left {
    font-size: 30px;
  }

  .section-10 {
    padding-bottom: 60px;
  }

  .column-3 {
    margin-bottom: 52px;
  }

  .paragraph-4.white.center {
    margin-bottom: 56px;
  }

  .section-12 {
    padding-bottom: 0;
  }

  .image-47 {
    left: 131px;
  }

  .image-48 {
    left: 13px;
  }

  .column-27 {
    border-bottom-style: none;
  }

  .text-block-15 {
    margin-top: 0;
  }

  .column-28 {
    margin-bottom: 55px;
  }

  .select-field-6.prefijo {
    width: 55%;
  }

  .column-29 {
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-31 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .div-block-15 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 300px;
  }

  .bold-text-2 {
    color: #fff;
    text-align: left;
    font-size: 22px;
  }

  .div-block-16 {
    height: 300px;
    margin-bottom: 41px;
  }

  .column-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-13 {
    color: #fff;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .column-36 {
    padding-left: 0;
    padding-right: 0;
  }
}


