@charset "utf-8";

.frm_hidden, .frm_add_form_row.frm_hidden, .frm_remove_form_row.frm_hidden, .with_frm_style .frm_button.frm_hidden {
  display: none;
}
.frm_screen_reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.frm_screen_reader.frm_hidden {
  display: initial;
}
.frm_verify, form input.frm_verify {
  position: absolute;
  left: -3000px;
}
.frm_forms {
    max-width: 100%;
    direction: ltr;
}
.contacto-form .frm_forms {
	position: relative;
	background-color: #000;
	color: #fff;
	padding: 105px 70px 50px;
}
.contacto-form .frm_forms:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 80px;
    height: 88px;
    background: url(https://hispalang.com/wp-content/uploads/home/hlg-bubble.svg) no-repeat;
    background-size: 80px 88px;
    transform: translateX(-50%);
    z-index: 1;
}
.contacto-form .frm_forms:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border: 1px #ffbe00 solid;
    transform: translate(-50%, -50%);
}
.contacto-form .frm_forms form {
	position: relative;
	z-index: 2;
}
.frm_form_fields {
  opacity: 1;
  transition: opacity 0.1s linear;
}
.frm_doing_ajax {
  opacity: .5;
}
.frm_transparent {
  color: transparent;
}
.with_frm_style fieldset {
  min-width: 0;
}
.with_frm_style fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.frm_form_fields>fieldset {
	border-width: 0;
    padding: 0;
	margin: 0;
}
.frm_hidden, .frm_add_form_row.frm_hidden, .frm_remove_form_row.frm_hidden, .with_frm_style .frm_button.frm_hidden {
  display: none;
}
.prefooter-contacto .form-wrap legend+h3, h3.frm_form_title {
    font-family: 'InterstateBC', sans-serif;
    font-size: 30px;
    color: #fff;
    letter-spacing: .2px;
    text-align: center;
    margin: 10px 0 20px;
}
.frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container {
    display: grid;
    grid-template-columns: repeat(12,6.5%);
    grid-auto-rows: max-content;
    grid-gap: 0 2%;
}
.frm_combo_inputs_container>*, .frm_grid_container>*, .frm_section_heading>*, .frm_fields_container .frm_form_field, .frm_fields_container>* {
    grid-column: span 12/span 12;
}
.frm6, .frm_half, .frm_form_field.frm_three_fifths, .frm_form_field.frm6, .frm_submit.frm6, .frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half, .frm_form_field.frm_half, .frm_submit.frm_half {
    grid-column: span 6/span 6;
}
.frm_form_field {
    clear: both;
}
.with_frm_style .form-field {
    margin-bottom: 20px;
}
.with_frm_style .form-field.frm_section_heading {
    margin-bottom: 0;
}
.frm_primary_label {
	max-width: 100%;
	font-size: 17px;
	padding: 0 0 8px 0;
	margin: 0;
}
.frm_primary_label, .frm_radio label, .frm_checkbox label {
    font-weight: 500;
}
.with_frm_style .frm_inline_container .frm_primary_label {
  margin-right: 10px;
}
.with_frm_style .frm_right_container .frm_primary_label, .with_frm_style .frm_pos_right {
  display: inline;
  float: right;
  margin-left: 10px;
}
.with_frm_style .frm_pos_center {
  text-align: center;
}
.with_frm_style .frm_none_container .frm_primary_label, .with_frm_style .frm_pos_none, .frm_pos_none, .frm_none_container .frm_primary_label {
  display: none;
}
.with_frm_style .frm_section_heading.frm_hide_section {
  margin-top: 0 !important;
}
.with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_hidden, .frm_hidden_container .frm_primary_label {
  visibility: hidden;
  white-space: nowrap;
}
.with_frm_style .frm_inside_container .frm_primary_label {
  opacity: 0;
  transition: opacity 0.1s linear;
}
.with_frm_style .frm_inside_container label.frm_visible, .frm_visible {
  opacity: 1;
}
.frm_checkbox label, .frm_radio label {
    display: inline;
    white-space: normal;
	padding-bottom: 0;
    margin-bottom: 0;
}
.frm_radio label {
    font-size: 15px;
}
.frm_checkbox label {
    font-size: 14px;
    margin: 0;
}
.frm_top_container .frm_primary_label, .frm_hidden_container .frm_primary_label, .frm_pos_top {
    display: block;
    float: none;
    width: auto;
}
.frm_required, .form-asterisk {
    color: #b3182e;
    font-weight: 600;
}
.contacto-form a, .contacto-form .hlglink {
    color: #ffbe00;
}
#field_xt3b5_label, #field_xt3b52_label {
    display: none;
}
.frm_checkbox label .frm_required {
    display: none;
}
.frm_form_field.frm_two_col .frm_opt_container, .frm_form_field.frm_three_col .frm_opt_container, .frm_form_field.frm_four_col .frm_opt_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: max-content;
    grid-gap: 0 2.5%;
}
.frm_form_field.frm_three_col .frm_opt_container {
  grid-template-columns: repeat(3, 1fr);
}
.frm_form_field.frm_four_col .frm_opt_container {
  grid-template-columns: repeat(4, 1fr);
}
.frm_form_field.frm_two_col .frm_radio, .frm_form_field.frm_two_col .frm_checkbox, .frm_form_field.frm_three_col .frm_radio, .frm_form_field.frm_three_col .frm_checkbox, .frm_form_field.frm_four_col .frm_radio, .frm_form_field.frm_four_col .frm_checkbox {
    grid-column-end: span 1;
}
.frm_radio {
    display: block;
}
.frm_form_field .frm_checkbox, .frm_form_field .frm_checkbox+.frm_checkbox, .frm_form_field .frm_radio, .frm_form_field .frm_radio+.frm_radio {
    margin-top: 0;
    margin-bottom: 0;
}
.vertical_radio .frm_checkbox, .vertical_radio .frm_radio, .vertical_radio .frm_catlevel_1 {
    display: block;
}
.frm_submit {
    text-align: center;
	clear: both;
}
.frm_center_submit .frm_submit .frm_ajax_loading {
  display: block;
  margin: 0 auto;
}
.frm_loading_prev .frm_ajax_loading, .frm_loading_form .frm_ajax_loading {
  visibility: visible !important;
}
.frm_loading_prev .frm_prev_page, .frm_loading_form .frm_button_submit {
  position: relative;
  opacity: .8;
  color: transparent !important;
  text-shadow: none !important;
}
.frm_loading_prev .frm_prev_page:hover, .frm_loading_prev .frm_prev_page:active, .frm_loading_prev .frm_prev_page:focus, .frm_loading_form .frm_button_submit:hover, .frm_loading_form .frm_button_submit:active, .frm_loading_form .frm_button_submit:focus {
  cursor: not-allowed;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}
.frm_loading_prev .frm_prev_page::before, .frm_loading_form .frm_button_submit:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container {
    margin-bottom: 0;
}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
	border: 1px solid #bfc3c8;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .frm-card-element.StripeElement {
    height: 32px;
    line-height: 1.3;
}
.with_frm_style input[disabled], .with_frm_style select[disabled], .with_frm_style textarea[disabled], .with_frm_style input[readonly], .with_frm_style select[readonly], .with_frm_style textarea[readonly] {
    background-color: #fff;
    color: #a1a1a1;
    border-color: #e5e5e5;
}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .with_frm_style p.description, .with_frm_style div.description, .with_frm_style div.frm_description, .with_frm_style .frm-show-form>div.frm_description, .with_frm_style .frm_error {
    font-family: 'Quicksand', 'quicksand', Arial, sans-serif;
}
.frm_radio input[type=radio], .frm_checkbox input[type=checkbox] {
	border-color: #bfc3c8;
    position: static;
	margin: 4px 5px 0 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.frm_radio input[type=radio] {
    -webkit-appearance: radio;
    border-radius: 50%;
}
.frm_checkbox input[type=checkbox] {
    -webkit-appearance: checkbox;
    border-radius: 0;
}
.with_frm_style .frm-edit-page-btn, .with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .with_frm_style .frm_submit button {
    -webkit-appearance: none;
}
.with_frm_style select {
    width: 100%;
    max-width: 100%;
}
.with_frm_style textarea {
    height: auto;
	vertical-align: top;
}
.with_frm_style .frm_submit button {
    width: auto;
	background-color: #fff;
	font-family: 'InterstateBC', sans-serif;
	font-size: 19px;
	font-weight: 600;
    text-align: center;
	text-transform: uppercase;
	border: none;
	border-radius: 2px;
	padding: 14px 21px;
	margin: 0;
    vertical-align: middle;
}
.with_frm_style .frm_submit button:hover {
	background-color: #ffbe00;
	color: #000;
}
.frm_error_style {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #b94a48;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
}
.with_frm_style p.description, .with_frm_style div.description, .with_frm_style div.frm_description, .with_frm_style .frm-show-form>div.frm_description, .with_frm_style .frm_error {
    max-width: 100%;
	font-size: 12px;
	padding: 0;
}
.frm_error_style, .frm_message, .frm_success_style {
	font-size: 14px;
	border-radius: 4px;
	padding: 15px;
}
.frm_error_style {
    background-color: #f2dede;  
    color: #b94a48;
    border: 1px solid #ebccd1;
    margin: 0;
    margin-bottom: 20px;
}
.frm_error_style p, .frm_message p, .frm_success_style p {
	margin-bottom: 0;
}
.frm_blank_field label, .frm_error {
    color: #b94a48;
}
.frm_blank_field input[type=text], .frm_blank_field input[type=password], .frm_blank_field input[type=url], .frm_blank_field input[type=tel], .frm_blank_field input[type=number], .frm_blank_field input[type=email], .frm_blank_field textarea, .frm_blank_field .mce-edit-area iframe, .frm_blank_field select, .frm_form_fields_error_style, .frm_blank_field .frm-g-recaptcha iframe, .frm_blank_field .g-recaptcha iframe, .frm_blank_field .frm-card-element.StripeElement, .frm_blank_field .chosen-container-multi .chosen-choices, .frm_blank_field .chosen-container-single .chosen-single, .frm_form_field :invalid {
    color: #444;
    background-color: #fff;
    border-color: #b94a48;
    border-width: 1px;
    border-style: solid;
}
.with_frm_style .frm_message p {
  margin-bottom: 5px;
  color: #468847;
}
.frm_message, .frm_success_style {
  margin: 5px 0 15px;
  border: 1px solid #D6E9C6;
  background-color: #DFF0D8;
  color: #468847;
}
.frm_style_formidable-style.with_frm_style #frm_loading .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, #BFC3C8 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #BFC3C8 50%, #BFC3C8 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.frm_style_formidable-style.with_frm_style #frm_loading .progress-bar {
  background-color: #ffffff;
}
.frm_ajax_loading {
  visibility: hidden;
  width: auto;
}
form .frm__6672f4e110546 {
    overflow: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
.frm-fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 999px) {
	.prefooter-contacto .form-wrap .with_frm_style legend + h3 {
		display: block;
	}
	.frm_primary_label {
		font-size: 15px;
	}
	.prefooter .frm_primary_label, .prefooter .frm_radio label, .prefooter .frm_checkbox label {
		font-weight: 400;
	}
	.contacto-form .frm_forms {
    padding: 90px 70px 50px;
	}
	.contacto-form .frm_forms:before {
        width: 70px;
        height: 77px;
        background-size: 70px 77px;
	}
}
@media only screen and (max-width: 750px) {
  .frm_grid_container.frm_no_grid_750 > div {
    grid-column: span 12/span 12;
  }
}
@media only screen and (max-width: 600px) {
  .frm_section_heading > .frm_form_field, .frm_fields_container > .frm_submit, .frm_grid_container > .frm_form_field, .frm_fields_container > .frm_form_field {
    grid-column: 1 / span 12 !important;
  }
  .frm_grid_container.frm_no_grid_600, .frm_form_field.frm_inline_container, .frm_form_field.frm_right_container, .frm_form_field.frm_left_container {
    display: block;
  }
	.frm_form_field.frm_four_col .frm_opt_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .with_frm_style .frm_repeat_inline, .with_frm_style .frm_repeat_grid {
    margin: 20px 0;
  }
	#frm_field_461_container {
    padding-top: 0;
}
	.col-2 .form-paises {
    margin-top: -11px;
}
}
@media only screen and (max-width: 500px) {
	.contacto-form .frm_forms {
        padding: 80px 50px 40px;
    }
	.contacto-form .frm_forms:before {
        width: 65px;
        height: 72px;
        background-size: 65px 72px;
    }
	h3.frm_form_title {
    font-size: 25px;
}
}