@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;
}
.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 {
    display: none;
	font-family: inherit;
    font-size: 27px;
	color: #002b49;
    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;
}
#inscripcion-jovenes .frm_section_heading h3 {
    font-family: inherit;
    font-size: 21px;
    color: #002b49;
    border-top: 1px solid #ebeef1;
    border-bottom: 3px #feda02 solid;
    padding: 30px 0 11px;
    margin-bottom: 29px;
}
.frm_primary_label {
	max-width: 100%;
	font-size: 16px;
	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: 12px;
    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: #e50050;
    font-weight: 600;
}
.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: "Ubuntu", 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;
}
.frm_compact .frm_dropzone.dz-clickable .dz-message, .with_frm_style input[type=submit], .with_frm_style .frm_submit input[type=button], .with_frm_style .frm_submit button, .frm_form_submit_style, .with_frm_style .frm-edit-page-btn {
    width: auto;
	background-color: #002b49;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
    text-align: center;
	border: none;
	border-radius: 2px;
	padding: 14px 21px;
	margin: 0;
    vertical-align: middle;
}
.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;
}
.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;
  }
}
/*------- Inscripción jóvenes -------*/
#inscripcion-jovenes p.muy-importante {
    font-size: 13.5px;
    font-weight: 500;
}
#inscripcion-jovenes p.muy-importante b {
    padding-left: 5px;
}
#inscripcion-jovenes .pasaporte .frm_primary_label:after, #inscripcion-jovenes p.muy-importante:before {
    content: "(!)";
	color: #e50050;
}
#frm_field_481_container {
    background-color: #fffcdb;
	font-size: 12px;
	padding: 20px;
	margin-bottom: 20px;
}
#frm_field_481_container .frm_pos_top, #field_mjq5f_label, #field_5qmj6_label {
    display: none;
}
#frm_field_483_container, #frm_field_486_container {
    margin-bottom: 0;
}
#frm_field_481_container .frm_radio label, #frm_field_481_container .frm_primary_label {
    font-size: 12px;
	font-weight: 400;
}

/*------- Eventos -------*/
#formulario.eventos .frm_forms {
	background-color: #002b49;
	padding: 33px calc(11px + 3vw);
	margin-bottom: 4rem;
}
#formulario.eventos h3.frm_form_title, #formulario.eventos .frm-show-form div.frm_description p, #formulario.eventos .frm_top_container .frm_primary_label, #formulario.eventos .vertical_radio .frm_checkbox label, #formulario.eventos .vertical_radio .frm_checkbox label a {
	color: #fff;
}
#formulario.eventos .with_frm_style input[type=submit] {
	background-color: #e50050;
	border: solid 1px #e50050;
}
#formulario.eventos h3.frm_form_title {
	display: block;
	font-family: "Ubuntu", sans-serif;
	font-size: 35px;
	text-align: center;
	margin-bottom: 33px;
}
#formulario.eventos .frm-show-form div.frm_description p {
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 33px;
}
#formulario.eventos .frm_top_container .frm_primary_label {
	font-size: 17.5px;
	font-weight: 600;
}

/*------------- Presupuestador --------------*/
#pedir-presupuesto .form-field {
    margin-bottom: 25px;
}
#pedir-presupuesto .frm_primary_label {
    font-weight: 600;
}
#pedir-presupuesto input[type=text], #pedir-presupuesto input[type=email], #pedir-presupuesto input[type=tel], #pedir-presupuesto textarea {
	background: #fafafa;
    border: none;
	box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 8%) inset;
	padding: 17px;
}
#frm_field_447_container .frm_checkbox, #frm_field_452_container .frm_checkbox {
    margin-bottom: 4.55px;
}
#frm_field_461_container {
    padding-top: 38px;
}
#field_da9g5_label {
	font-family: 'Ubuntu', sans-serif;
	font-size: 13.5px;
	color: #333!important;
}
#frm_checkbox_447-470-0:before, #frm_checkbox_447-470-10:before, #frm_checkbox_461-470-4:before, #frm_checkbox_461-470-5:before, #frm_checkbox_461-470-6:before, #frm_checkbox_461-470-7:before, #frm_checkbox_461-470-8:before, #frm_checkbox_461-470-9:before {
	content: "";
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13.5px;
	font-weight: 600;
	color: #333;
	padding: 11px 0 8px;
}
#frm_checkbox_447-470-0:before {
	content: "INGLÉS";
}
#frm_checkbox_447-470-10:before {
	content: "FRANCÉS";
}
#frm_checkbox_461-470-4:before {
	content: "ITALIANO";
}
#frm_checkbox_461-470-5:before {
	content: "PORTUGUÉS";
}
#frm_checkbox_461-470-6:before {
	content: "CHINO";
}
#frm_checkbox_461-470-7:before {
	content: "RUSO";
}
#frm_checkbox_461-470-8:before {
	content: "JAPONÉS";
}
#frm_checkbox_461-470-9:before {
	content: "COREANO";
}
#pedir-presupuesto .frm_radio {
    display: inline-block;
    margin-right: 20px;
}
#pedir-presupuesto .frm_submit button:hover {
    background-color: #25bdd4;
}
#field_p6hzy_label {
    display: none;
}

@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;
	}
}
@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;
}
}