/* 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 39, ../scss/webform.scss */
.field--name-body {
  padding: 0px 0px;
}
/* line 41, ../scss/webform.scss */
.field--name-body > p {
  font-size: 15px;
}

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

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

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

/* line 57, ../scss/webform.scss */
.fieldgroup {
  border: 0;
}
/* line 59, ../scss/webform.scss */
.fieldgroup .panel-heading {
  display: none;
}
/* line 63, ../scss/webform.scss */
.fieldgroup .panel-body {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1024px) {
  /* line 130, ../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 137, ../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 142, ../scss/webform.scss */
  .form-textarea-wrapper {
    margin-left: 0px;
  }

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

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

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

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

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

  /* line 176, ../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 184, ../scss/webform.scss */
  .g-recaptcha {
    transform: scale(0.79);
    -webkit-transform: scale(0.79);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
