<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* line 1, ../scss/webform.scss */
/* line 2, ../scss/webform.scss */
.background-form {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}

/* line 11, ../scss/webform.scss */
.contact-form-container {
  margin: 25px;
  float: right;
  border: solid 0 #c1c1c1;
  border-radius: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.95);
}
/* line 19, ../scss/webform.scss */
.contact-form-container .field--name-body {
  margin-bottom: 1rem;
}
/* line 22, ../scss/webform.scss */
.contact-form-container textarea {
  resize: none;
}

/* line 7, ../scss/webform.scss */
/* line 28, ../scss/webform.scss */
.webform-progress {
  display: none !important;
}

/* line 32, ../scss/webform.scss */
.contact-form-container label {
  text-transform: uppercase;
  color: #0d4371;
  font-weight: 400;
  font-size: 18px;
}

/* line 40, ../scss/webform.scss */
.field--name-body &gt; p {
  font-size: 15px;
}

/* line 44, ../scss/webform.scss */
.control-label {
  display: none;
}

/* line 48, ../scss/webform.scss */
.form-control {
  font-size: 11px;
}

/* line 52, ../scss/webform.scss */
.form-type-textfield, .form-type-email, .form-type-webform-address {
  width: 100%;
}

/* line 56, ../scss/webform.scss */
.fieldgroup {
  border: 0;
}
/* line 58, ../scss/webform.scss */
.fieldgroup .panel-heading {
  display: none;
}
/* line 62, ../scss/webform.scss */
.fieldgroup .panel-body {
  padding: 0;
}

/* line 68, ../scss/webform.scss */
.form-actions {
  clear: both;
  float: right;
}
/* line 71, ../scss/webform.scss */
.form-actions button {
  border-radius: 15px;
  padding: 5px 30px;
  background-color: #007abb;
  text-transform: uppercase;
}

/* line 79, ../scss/webform.scss */
.form-type-textarea {
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
  float: right;
  height: auto;
}

/* line 90, ../scss/webform.scss */
.form-textarea-wrapper .form-textarea {
  height: 190px !important;
  /* min-height: 279px; */
  max-height: 279px;
}

/* line 97, ../scss/webform.scss */
.form-type-webform-address {
  width: 100%;
}

/* line 101, ../scss/webform.scss */
.form-item-area-de-interes {
  width: 100%;
}

/* line 105, ../scss/webform.scss */
.form-type-webform-address {
  display: inline-block;
}

/* line 109, ../scss/webform.scss */
.form-item-direccion-city, .form-item-direccion-state-province, .form-item-direccion-country-select {
  width: 100%;
}

/* line 113, ../scss/webform.scss */
.form-item-city-city {
  width: 100% !important;
}

/* line 117, ../scss/webform.scss */
.g-recaptcha &gt; div {
  height: auto !important;
  width: auto !important;
}

/* line 123, ../scss/webform.scss */
.g-recaptcha iframe {
  margin-left: 17px;
}

@media (max-width: 1024px) {
  /* line 129, ../scss/webform.scss */
  .g-recaptcha {
    transform: scale(0.79);
    -webkit-transform: scale(0.79);
    transform-origin: 0 258px;
    -webkit-transform-origin: 0 258px;
  }
}
@media (max-width: 768px) {
  /* line 136, ../scss/webform.scss */
  .form-item-area-de-interes, .form-type-textarea, .form-type-textfield, .form-type-email, .form-type-webform-address {
    float: none;
    width: 100%;
  }

  /* line 141, ../scss/webform.scss */
  .form-textarea-wrapper {
    margin-left: 0px;
  }

  /* line 146, ../scss/webform.scss */
  .g-recaptcha iframe {
    margin-left: 0px;
  }

  /* line 152, ../scss/webform.scss */
  .contact-form-container {
    margin: 0;
    float: none;
    border: 0;
    border-radius: 0;
    padding: 25px 0;
    box-shadow: none;
    background-color: whitesmoke;
  }

  /* line 161, ../scss/webform.scss */
  #edit-ciudad {
    margin-bottom: 15px;
  }

  /* line 165, ../scss/webform.scss */
  .form-actions {
    float: none;
  }

  /* line 170, ../scss/webform.scss */
  .form-actions button {
    border-radius: 4px;
    width: 100%;
  }

  /* line 175, ../scss/webform.scss */
  .g-recaptcha {
    transform: scale(0.79);
    -webkit-transform: scale(0.79);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (max-width: 320px) {
  /* line 183, ../scss/webform.scss */
  .g-recaptcha {
    transform: scale(0.79);
    -webkit-transform: scale(0.79);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
</pre></body></html>