/**
 *
 * Animations are always a pain to create with all the vendor prefixes and what not.
 * But with the help of this mixin it will boil down to just a few lines of code.
 *
 * @param {*}   $name  - name of animation
 *
 *
 */
.container, .form form .input-box, .form form .check-box, .form form .radio-box, .form form .select-box {
  *zoom: 1; }
  .container:before, .form form .input-box:before, .form form .check-box:before, .form form .radio-box:before, .form form .select-box:before {
    content: "";
    display: table; }
  .container:after, .form form .input-box:after, .form form .check-box:after, .form form .radio-box:after, .form form .select-box:after {
    content: "";
    display: table;
    clear: both; }


/* ======================================================================
 Form Alert Errors
======================================================================== */
.alert-errors {
  position: relative;
  background-color: #FF5858;
  font-family: "museo-medium", sans-serif;
  font-size: 12px;  
  color: #000000;
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 100%;
  padding: 15px 15px 15px 47px;
  margin-bottom: 2em;
  float: left;
  display: none; }
  @media screen and (min-width: 992px) {
    .alert-errors {
      height: 38px;
      padding: 11px 14px 11px 34px; } }
  .alert-errors .alert-content {
    float: left; }
    .alert-errors .alert-content > p.msg {
      margin: 0; }

.close-alert {
  position: absolute;
  left: 15px;
  top: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(https://image.gonzalezbyass.site/lib/fe3111707564047a7d1777/m/1/cac93600-0530-48b5-ab3b-d79ef3d42395.png);
  background-repeat: no-repeat;
  background-size: 18px 18px; }
  @media screen and (min-width: 992px) {
    .close-alert {
      left: 14px;
      top: 15px;
      width: 9px;
      height: 9px;
      background-size: 9px 9px; } }

a.RGPD_button{
  color: #337ab7 !important;
  text-decoration: none;
}

a.RGPD_button:hover{
  text-decoration: underline;
}

.error_message_check{
  color: #ff0000;
}

#privacidad-error{
  display: none !important;
}

#tractament{
  color: #337ab7;
  text-decoration: none;
}

#tractament:hover{
  text-decoration: underline;
}

.forbiden {
  position: relative;
  background-color: #FFB809;
  font-family: "museo-medium", sans-serif;
  font-size: 12px;  
  color: #fff;
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 100%;
  padding: 15px 15px 15px 47px;
  margin-bottom: 2em;
  float: left;
 }
  @media screen and (min-width: 992px) {
    .alert-errors {
      height: 38px;
      padding: 11px 14px 11px 34px; } }
  .alert-errors .alert-content {
    float: left; }
    .alert-errors .alert-content > p.msg {
      margin: 0; }

/* ======================================================================
 Font Face
======================================================================== */

@font-face {
  font-family: 'museo-bold';
  src: url('https://automation.berepublicstage.com/gb/museo/MuseoSans-900.otf') format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo-medium';
  src: url('https://automation.berepublicstage.com/gb/museo/MuseoSans-500.otf') format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo-light';
  src: url('https://automation.berepublicstage.com/gb/museo/MuseoSans-100.otf') format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo-bold';
  src: url('https://automation.berepublicstage.com/gb/museo/MuseoSans-900italic.otf') format("opentype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'museo-medium';
  src: url('https://automation.berepublicstage.com/gb/museo/MuseoSans-500italic.otf') format("opentype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'museo-light';
  src: url('https://automation.berepublicstage.com/gb/museo/MuseoSans-100italic.otf') format("opentype");
  font-weight: normal;
  font-style: italic; }    

/* ======================================================================
 Buttons
======================================================================== */
input[type='submit'], .button {
  font-family: "museo-medium", sans-serif;
  font-size: 12px;  
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid #FFB809;
  background-color: #FFB809;
  height: 44px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  }
  input[type='submit']:active, input[type='submit']:visited, input[type='submit']:link, .button:active, .button:visited, .button:link {
    color: #000000;
    background-color: #FFB809; }
  input[type='submit']:hover, .button:hover {
    color: #FFB809;
    background-color: #000000; }

input[type='submit'] {
  display: block;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0 32px;
  width: 100%;
  -webkit-appearance: none; }

.button {
  display: inline-block;
  line-height: 44px;
  padding: 0 40px;
  width: auto; }

/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #000000;
  border-top: 0;
  border-bottom-color: #000000;
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFFFFF;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #000000; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #FFFFFF; }

.datepicker table {
  margin: 0;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 12%;
  height: 30px;
  border-radius: 0;
  border: none; }
  @media screen and (min-width: 992px) {
    .datepicker table tr td,
    .datepicker table tr th {
      width: 30px;
      height: 30px; } }

.datepicker table thead tr th.datepicker-switch {
  font-size: 12px;  
  text-transform: uppercase; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: rgba(0, 0, 0, 0.5); }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  color: #FFFFFF;
  background-color: #8C8C00;
  border: none;
  cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #bbbbbb;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777; }

.datepicker table tr td.today {
  color: #FFFFFF;
  background-color: #bbbbbb;
  border: none; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #FFFFFF;
  background-color: #bbbbbb;
  border: none; }

.datepicker table tr td.today:hover {
  color: #FFFFFF;
  background-color: #bbbbbb;
  border: none; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #FFFFFF;
  background-color: #bbbbbb;
  border: none; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #FFFFFF;
  background-color: #bbbbbb;
  border: none; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  color: #FFFFFF;
  background-color: #bbbbbb;
  border: none; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777; }

.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777; }

.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777; }

.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #777777;
  border-color: #555555; }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #FFFFFF;
  background-color: #8C8C00;
  border: none; }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #FFFFFF;
  background-color: #8C8C00;
  border: none; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #FFFFFF;
  background-color: #8C8C00;
  border: none; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #FFFFFF;
  background-color: #8C8C00;
  border: none; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #FFFFFF;
  background-color: #8C8C00;
  border: none; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  color: #FFFFFF;
  background-color: #8C8C00;
  border: none; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 0; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: rgba(0, 0, 0, 0.5); }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  color: #FFFFFF;
  background-color: #8C8C00;
  border: none; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #bbbbbb;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #FFFFFF;
  background-color: #8C8C00;
  border: none; }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #FFFFFF;
  background-color: #8C8C00;
  border: none; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #FFFFFF;
  background-color: #8C8C00;
  border: none; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #FFFFFF;
  background-color: #8C8C00;
  border: none; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #FFFFFF;
  background-color: #8C8C00;
  border: none; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  width: 93%;
  list-style: none;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
  font-family: "museo-medium", sans-serif;
  font-weight: 300;
  font-size: 16px;  
  letter-spacing: 0.05em;
  line-height: 1.42857143;
  margin-top: 50px; }
  @media screen and (min-width: 992px) {
    .datepicker.dropdown-menu {
      width: auto; } }

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 1%; }
  @media screen and (min-width: 992px) {
    .datepicker.dropdown-menu th,
    .datepicker.datepicker-inline th,
    .datepicker.dropdown-menu td,
    .datepicker.datepicker-inline td {
      padding: 0px 5px; } }

.datepicker.dropdown-menu th.prev,
.datepicker.datepicker-inline th.prev,
.datepicker.dropdown-menu th.next,
.datepicker.datepicker-inline th.next {
  text-indent: -9999px;
  position: relative; }
  .datepicker.dropdown-menu th.prev:before,
  .datepicker.datepicker-inline th.prev:before,
  .datepicker.dropdown-menu th.next:before,
  .datepicker.datepicker-inline th.next:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    margin-left: -3.5px;
    background-image: url(https://image.gonzalezbyass.site/lib/fe3111707564047a7d1777/m/1/80b4e424-c069-409a-8b31-33388d0626dc.png);
    background-repeat: no-repeat;
    background-size: 14px 12px; }

.datepicker.dropdown-menu th.prev:before,
.datepicker.datepicker-inline th.prev:before {
  background-position: 0 0; }

.datepicker.dropdown-menu th.next:before,
.datepicker.datepicker-inline th.next:before {
  background-position: -7px 0; }

/*# sourceMappingURL=bootstrap-datepicker3.standalone.css.map */
/* ======================================================================
  Custom Select Box
======================================================================== */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.selectboxit-container * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

.selectboxit-container .selectboxit {
  width: 100% !important;
  cursor: default;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative; }

.selectboxit-container .select-dropdown {
  float: left;
  width: 100% !important;
  height: 44px;
  line-height: 44px;
  z-index: 2;
  font-family: "museo-medium", sans-serif;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12.8px;
  }
  @media screen and (min-width: 992px) {
    .selectboxit-container .select-dropdown {
      height: 38px;
      line-height: 38px;
      font-size: 16px; } }

.selectboxit .selectboxit-option-icon-container {
  display: none; }

.selectboxit-text {
  display: block;
  background-color: #000000;
  line-height: 44px;
  text-overflow: ellipsis;
  position: absolute;
  z-index: 2;
  font-family: "museo-medium", sans-serif;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12.8px; }
  @media screen and (min-width: 992px) {
    .selectboxit-text {
      line-height: 38px;
      font-size: 16px; } }

.selectboxit .selectboxit-arrow-container {
  float: right;
  width: 20px;
  height: 1005; }
  .selectboxit .selectboxit-arrow-container > i.icon-dropdown {
/*    display: inline-block;*/
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 7px;
    margin-top: -4px;
    background-image: url(https://image.gonzalezbyass.site/lib/fe3111707564047a7d1777/m/1/3b8bcf71-2d88-4d6f-9b68-5784927be520.png);
    background-repeat: no-repeat;
    background-size: 24px 7px; }
    .selectboxit .selectboxit-arrow-container > i.icon-dropdown.down {
      background-position: 0 0; }
    .selectboxit .selectboxit-arrow-container > i.icon-dropdown.top {
      background-position: -12px 0; }

.selectboxit-container .selectboxit-options {
  border: 1px solid 1px solid #ffffff;
  display: none;
  float: left;
  min-width: 100% !important;
  z-index: 1000; }

  .selectboxit-container .selectboxit-options li {
    text-align: left;
    line-height: 44px;
    border-top: 1px solid #ffffff; }
    @media screen and (min-width: 992px) {
      .selectboxit-container .selectboxit-options li {
        line-height: 38px; } }
    .selectboxit-container .selectboxit-options li a {
      display: block;
      padding: 0;
      cursor: pointer;
      font-family: "museo-light", sans-serif;
      text-transform: uppercase;
      color: #ffffff;
      letter-spacing: 0.05em;
      font-size: 11.2px; }
      @media screen and (min-width: 992px) {
        .selectboxit-container .selectboxit-options li a {
          font-size: 14px; } }
      .selectboxit-container .selectboxit-options li a:hover {
        color: #FFB809; }
      .selectboxit-container .selectboxit-options li a > .selectboxit-option-icon-container {
        display: none; }

/* ======================================================================
 Languages
======================================================================== */
.lang-menu ul.menu {
  display: block; }
  .lang-menu ul.menu li {
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px; }
    .lang-menu ul.menu li span, .lang-menu ul.menu li a {
      font-family: "museo-light", sans-serif;
      text-transform: uppercase;
      font-size: 14px;      
      color: #ffffff; }
    .lang-menu ul.menu li.current span {
      font-family: "museo-bold", sans-serif; }
.lang-menu .dropdown > span {
  float: right;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-family: "museo-bold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;  
  color: #ffffff;
  padding-right: 21px;
  position: relative;
  cursor: pointer; }
  .lang-menu .dropdown > span > span.icon-dropdown {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 7px;
    margin-top: -4px;
    background-image: url(https://image.gonzalezbyass.site/lib/fe3111707564047a7d1777/m/1/3b8bcf71-2d88-4d6f-9b68-5784927be520.png);
    background-repeat: no-repeat;
    background-size: 24px 7px; }
    .lang-menu .dropdown > span > span.icon-dropdown.down {
      background-position: 0 0; }
    .lang-menu .dropdown > span > span.icon-dropdown.top {
      background-position: -12px 0; }

ul.select {
  display: none;
  position: relative;
  width: 100%;
  border-top: 1px solid #ffffff; }
  ul.select li {
    line-height: 44px;
    border-bottom: 1px solid #ffffff; }
    ul.select li a {
      display: block;
      padding: 0 15px;
      font-family: "museo-light", sans-serif;
      text-transform: uppercase;
      font-size: 14px;      
      color: #ffffff; }

/* ======================================================================
 Layout
======================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #000000;
  color: #ffffff;
  font-family: "museo-light", sans-serif;
  font-size: 16px;  
  line-height: 1.4;
  margin: 0; }

.container {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  padding: 0 15px;
  }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

h2 {
  margin: 0 auto;
  text-align: center;
  padding: 60px; }

p {
  margin: 1em 0; }

a {
  font-family: inherit;
  font-size: inherit;
  color: #30A2DA;
  text-decoration: none; }
  a:hover, a:visited {
    text-decoration: none;
    color: #30A2DA; }

/* ======================================================================
 Header
======================================================================== */
header {
  margin: 20px 0 10px 0; }
  @media screen and (min-width: 992px) {
    header {
      margin: 50px 0 20px 0; } }
  header .logo-gb {
    margin: 0 auto;
    width: 168px; }
    @media screen and (min-width: 992px) {
      header .logo-gb {
        width: 227px; } }
    header .logo-gb img {
      width: 100%;
      height: auto;
      display: block; }
  header .logo-gb, header .lang-menu {
    margin-bottom: 10px; }
    @media screen and (min-width: 992px) {
      header .logo-gb, header .lang-menu {
        margin-bottom: 0; } }

/* ======================================================================
 Wrapper
======================================================================== */
.main-wrapper {
  text-align: center; }
  .main-wrapper * > .italic {
    font-style: italic; }
  .main-wrapper.home-wrapper h1 {
    font-family: "museo-medium", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 24px;    
    margin: 0.6em 0;
    color: #FFB809;
    }
    @media screen and (min-width: 992px) {
      .main-wrapper.home-wrapper h1 {
        font-size: 24px; } }
  .main-wrapper.home-wrapper h2 {
    font-family: "museo-medium", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 15px;    
    padding: 0;
    margin: 0.3em 0 2em 0;
    color: #FFB809;
    }
    @media screen and (min-width: 992px) {
      .main-wrapper.home-wrapper h2 {
        font-size: 13px;        
        margin: 0.3em 0 4em 0; } }
  .main-wrapper.gracias-wrapper h3 {
    font-family: "museo-medium", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 21px;
    margin: 0.6em 0; }
    .main-wrapper.gracias-wrapper h3 .bold {
      font-family: "museo-medium", sans-serif; }
  .main-wrapper.gracias-wrapper p {
    color: #9B9B9B;
    font-family: "museo-light", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
    padding: 0;
    margin: 20px 0 40px; }

.pharagraph {
  font-family: "museo-medium", sans-serif;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 18px;
  margin: 1.6em 0;
  color: #333333;
  text-align: justify;
  padding-bottom: 20px;
  width: 94%;
  margin:0 auto;
}

.list1 {
    padding: 5px 0px 7px 24px;
}

.list2{
    padding: 2px 0px;
    list-style: disc;
}

.height-title {
    line-height: 30px;
}
  .main-wrapper.completa-wrapper h3 {
    font-family: "museo-medium", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 21px;    
    margin: 0.6em 0 2em 0; }
  .main-wrapper.completa-wrapper h4 {
    display: inline-block;
    font-family: "museo-medium", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 18px;    
    margin: 0; }
  .main-wrapper.completa-wrapper p {
    font-family: "museo-medium", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 15px;    
    padding: 0;
    margin: 0.8em 0 2em 0; }
    @media screen and (min-width: 992px) {
      .main-wrapper.completa-wrapper p {
        font-size: 13px;        
        margin: 0.8em 0 4em 0; } }
  .main-wrapper.confirmacion-wrapper h3 {
    font-family: "museo-medium", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 21px;    
    margin: 0.6em 0; }
  .main-wrapper.confirmacion-wrapper p {
    font-family: "museo-medium", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 15px;    
    padding: 0;
    margin: 1.6em 0; }
  .main-wrapper .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none; }
  .main-wrapper .decoration {
    padding-top: 2em;
    border-top: 1px solid #ffffff; }

/* ======================================================================
 Footer
======================================================================== */
footer {
  text-align: center;
  margin: 4em 0;
  font-family: "museo-medium", sans-serif;
  font-weight: 300;
  font-size: 12px;  
  padding: 2em;
  background-color: #FFB809;
    bottom: 0;
    padding: 1rem;
    left: 0;
    right: 0;
 color: #000;
  }

 footer .politica_privacidad {
        text-align: center;
        display: inline-block ;
        list-style-type: none ;
        position: relative;
        padding: 0em !important;
    }
 
 footer .politica_privacidad_items {
        text-align: center;
  display: inline-block;
  list-style-type: none;
  position: relative;
  padding:  10px 20px 10px 20px;
    }

    footer .politica_privacidad_item {
        text-decoration:underline !important;
        color:#000 !important;
    }
 
   @media screen and (max-width: 415px) {
     footer .politica_privacidad {
          width: 100%;
          text-align: center;
          display: inline-block ;
          list-style-type: none ;
          position: relative;
          padding: 0em !important;
      }

   footer .politica_privacidad_items {
          text-align: center;
          display: inline-block;
          list-style-type: none;
          position: relative;
          padding:  5px 10px 5px 10px;
      }

      footer .copyright {
     width: 100%; }
   }

  @media screen and (min-width: 992px) {
    footer {
      margin: 9em 0 4em 0; } }
  footer .logo-gonb {
 width: 222px;;
  }
  footer .copyright {
    width: 100%; }
  footer .politica_privacidad {
 width:100%;
  }
  footer .logo-gonb {
    margin: 0 auto 1.4em auto; }
    footer .logo-gonb img {
      width: 100%;
      height: auto;
      display: block; }
  footer .copyright {
    margin: 0 auto; }
    @media screen and (min-width: 992px) {
      footer .copyright {
        width: 100%; } 

      footer .politica_privacidad {
          text-align: center;
          display: inline-block ;
          list-style-type: none ;
          position: relative;
          padding: 0em !important;
      }

      footer .politica_privacidad_items {
          text-align: center;
          display: inline-block;
          list-style-type: none;
          position: relative;
          padding:  10px 20px 10px 20px;
      }

      footer .politica_privacidad_item {
          text-decoration:underline !important;
          color:#000 !important;
      }
 }

 

/* ======================================================================
  Form
======================================================================== */
.form {
  float: left;
  width: 100%;
  position: relative; }
  .form form .input-box {
    position: relative;
    margin-bottom: 16px;
    border-bottom: 1px solid #ffffff; }
    @media screen and (min-width: 992px) {
      .form form .input-box {
        margin-bottom: 26px; } }
    .form form .input-box > label.input-label {
      display: none; }
    .form form .input-box.input-with-icon {
      position: relative; }
      .form form .input-box.input-with-icon > input {
        position: relative;
        z-index: 1;
        font-family: "museo-medium", sans-serif;
        font-weight: 400;
        font-size: 16px;        
        padding-right: 30px; }
        @media screen and (min-width: 992px) {
          .form form .input-box.input-with-icon > input {
            font-size: 20px;  } }
      .form form .input-box.input-with-icon > label.input-label {
        display: block;
        cursor: text;
        background-color: #000000;
        line-height: 44px;
        text-overflow: ellipsis;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        font-family: "museo-medium", sans-serif;
        color: #ffffff;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-size: 12.8px;        
        opacity: 1;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s; }
        @media screen and (min-width: 992px) {
          .form form .input-box.input-with-icon > label.input-label {
            line-height: 38px;
            font-size: 16px; } }
        .form form .input-box.input-with-icon > label.input-label.fadein {
          opacity: 0; }
      .form form .input-box.input-with-icon > .icon-calendar {
        display: block;
        width: 20px;
        height: 100%;
        position: absolute;
        z-index: 0;
        right: 0;
        top: 50%;
        margin-top: -10px;
        background-image: url(https://image.gonzalezbyass.site/lib/fe3111707564047a7d1777/m/1/80b4e424-c069-409a-8b31-33388d0626dc.png);
        background-repeat: no-repeat;
        background-size: 40px 20px;
        background-position: 0 0; }
    .form form .input-box.error {
      border-color: #FF5858; }
      .form form .input-box.error.input-with-icon > .icon-calendar {
        background-position: -20px 0; }
  .form form label.checks-label {
    display: block;
    margin-bottom: 0.8em;
    font-family: "museo-bold", sans-serif;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 16px; }
    @media screen and (min-width: 992px) {
      .form form label.checks-label {
        margin-bottom: 1.6em; } }
  .form form .check-box {
    position: relative; }
    @media screen and (min-width: 992px) {
      .form form .check-box {
        width: 84%;
        margin-bottom: 4px; } }
    .form form .check-box > label.check-label {
      display: block;
      padding-right: 48px;
      text-align: left;
      line-height: 44px;
      text-overflow: ellipsis;
      z-index: 0;
      font-family: "museo-medium", sans-serif;
      color: #ffffff;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-size: 16px; }
      @media screen and (min-width: 992px) {
        .form form .check-box > label.check-label {
          padding-right: 36px;
          line-height: 38px;
          font-size: 15px; } }
      .form form .check-box > label.check-label:before {
        content: '';
        display: block;
        background-color: #ffffff;
        position: absolute;
        right: 3px;
        top: 17px;
        width: 10px;
        height: 10px;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        opacity: 0;
        z-index: 1; }
        @media screen and (min-width: 992px) {
          .form form .check-box > label.check-label:before {
            top: 13px; } }
      .form form .check-box > label.check-label:after {
        content: '';
        display: block;
        background-color: #000000;
        border: 1px solid #ffffff;
        position: absolute;
        right: 0;
        top: 14px;
        width: 16px;
        height: 16px;
        z-index: 0; }
        @media screen and (min-width: 992px) {
          .form form .check-box > label.check-label:after {
            top: 10px; } }
    .form form .check-box input[type="checkbox"]:checked + label.check-label:before {
      opacity: 1; }
  .form form .radio-box {
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .form form .radio-box + .radio-box {
      margin-left: 10%; }
    .form form .radio-box > label.radio-label {
      display: block;
      padding-left: 48px;
      text-align: left;
      line-height: 44px;
      text-overflow: ellipsis;
      z-index: 0;
      font-family: "museo-medium", sans-serif;
      color: #ffffff;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-size: 16px; }
      @media screen and (min-width: 992px) {
        .form form .radio-box > label.radio-label {
          padding-left: 36px;
          line-height: 38px;
          font-size: 15px; } }
      .form form .radio-box > label.radio-label:before {
        content: '';
        display: block;
        background-color: #ffffff;
        border-radius: 7px;
        position: absolute;
        left: 4px;
        top: 15px;
        width: 14px;
        height: 14px;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        opacity: 0;
        z-index: 1; }
        @media screen and (min-width: 992px) {
          .form form .radio-box > label.radio-label:before {
            top: 12px; } }
      .form form .radio-box > label.radio-label:after {
        content: '';
        display: block;
        background-color: #000000;
        border: 1px solid #ffffff;
        border-radius: 11px;
        position: absolute;
        left: 0;
        top: 11px;
        width: 22px;
        height: 22px;
        z-index: 0; }
        @media screen and (min-width: 992px) {
          .form form .radio-box > label.radio-label:after {
            top: 8px; } }
    .form form .radio-box input[type="radio"]:checked + label.radio-label:before {
      opacity: 1; }
  .form form .select-box {
    height: auto;
    margin-bottom: 16px;
    border-bottom: 1px solid #ffffff; }
    @media screen and (min-width: 992px) {
      .form form .select-box {
        margin-bottom: 26px; } }
    .form form .select-box .selectboxit-disabled span, .form form .select-box .selectboxit-disabled a, .form form .select-box .selectboxit-disabled i {
      color: #9e9e9e;
      cursor: inherit;
      border-color: #9e9e9e; }
    .form form .select-box .selectboxit-container .selectboxit-options {
      overflow: auto; }
    .form form .select-box .hide {
      display: none; }
    .form form .select-box.error {
      border-color: #FF5858; }
  .form input[type="checkbox"], .form input[type="radio"] {
    position: absolute;
      opacity: 0;
}
  .form input[type="text"], .form input[type="number"], .form input[type="email"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0; }
  .form input[type="number"]::-webkit-outer-spin-button,
  .form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .form input[type="number"] {
    -moz-appearance: textfield; }
  .form ::-ms-clear {
    display: none; }
  .form input[type="text"], .form input[type="number"], .form input[type="email"] {
    font-family: "museo-medium", sans-serif;
    font-weight: 400;
    font-size: 16px;    
    color: #ffffff;
    letter-spacing: 0.05em;
    border: none;
    box-shadow: none;
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 44px;
    /* WebKit browsers */
    /* Mozilla Firefox 4 to 18 */
    /* Mozilla Firefox 19+ */
    /* Internet Explorer 10+ */
    /*  */ }
    .form input[type="text"]::-webkit-input-placeholder, .form input[type="number"]::-webkit-input-placeholder, .form input[type="email"]::-webkit-input-placeholder, .form input[type="textarea"]::-webkit-input-placeholder {
      color: #bbbbbb;
      font-weight: 300; }
    .form input[type="text"]:-moz-placeholder, .form input[type="number"]:-moz-placeholder, .form input[type="email"]:-moz-placeholder, .form input[type="textarea"]:-moz-placeholder {
      color: #bbbbbb;
      font-weight: 300; }
    .form input[type="text"]::-moz-placeholder, .form input[type="number"]::-moz-placeholder, .form input[type="email"]::-moz-placeholder, .form input[type="textarea"]::-moz-placeholder {
      color: #bbbbbb;
      font-weight: 300; }
    .form input[type="text"]:-ms-input-placeholder, .form input[type="number"]:-ms-input-placeholder, .form input[type="email"]:-ms-input-placeholder, .form input[type="textarea"]:-ms-input-placeholder {
      color: #bbbbbb;
      font-weight: 300; }
    .form input[type="text"]::placeholder, .form input[type="number"]::placeholder, .form input[type="email"]::placeholder, .form input[type="textarea"]::placeholder {
      color: #bbbbbb;
      font-weight: 300; }
    @media screen and (min-width: 992px) {
      .form input[type="text"], .form input[type="number"], .form input[type="email"] {
        font-size: 20px;        
        height: 38px; } }
    .form input[type="text"] + .error, .form input[type="number"] + .error, .form input[type="email"] + .error {
      position: absolute;
      left: 0;
      top: 100%;
      color: #FF5858; }
  .form p.accept-legal {
    font-family: "museo-light", sans-serif;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: left;
    font-size: 16px;    
    margin: 0 0 8px;
  color: #bbbbbb;
      font-weight: 300;}
    .form p.accept-legal a {
      font-family: "museo-medium", sans-serif; }
  .form .row-margin-offset-mobile {
    margin-top: 0.8em; }
  @media screen and (min-width: 992px) {
    .form .row-margin-offset-mobile {
      margin-top: 0; }
    .form .row-margin-offset-desktop {
      margin-top: 2em; } }
  .form#conditions_form {
    height: 50px; }
    .form#conditions_form .check-box {
      width: 100%; }
      .form#conditions_form .check-box label:before {
        right: 50%;
        margin-right: 3px; }
      .form#conditions_form .check-box label:after {
        right: 50%; }

.interest h2 {
  font-size: 22px !important;
  text-align: left !important;
  margin: 0 !important;
}

.interest p {
  font-size: 20px !important;
  text-align: left !important;
  margin: 0 0 35px !important;
}
.eres {
  text-align: left;
}
.eres span {
  font-size: 22px;
}
.eres .radio-box {
  margin-left: 22px !important;
  max-width: 45%;
  float: left;
}
.eres .radio-box.no-margin-left {
  margin-left: 0 !important;
}
.form__input {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}
.form__group-option {
  margin: 0 25px 8px 0;
  float: left;
  width: 100%;
}
label {
  display: block;
  margin: 0;
}
.form__group-option li {
  float: left;
  margin-right: 3%;
  width: 22%;
}
.form__group-option li:first-child {
   margin-right: 3%;
   width: 24%;
}
.form__group-option li:last-child {
   margin-right: 0;
}

.checkbox {
  font-size: 18px;
  line-height: 18px;
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  text-align: center;
  /* display: block; */
  padding: 0px 5px 0;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox.active {
   color: #FFF;
}

.form__group-option--a .checkbox {
  color: #E36144;
  border-color: #E36144;
}
.form__group-option--a .checkbox.active {
  color: #FFF;
  background-color: #E36144;
}
.form__group-option--b .checkbox {
  color: #03B26B;
  border-color: #03B26B;
}
.form__group-option--b .checkbox.active {
  color: #FFF;
  background-color: #03B26B;
}
.form__group-option--c .checkbox {
  color: #30A2DA;
  border-color: #30A2DA;
}
.form__group-option--c .checkbox.active {
  color: #FFF;
  background-color: #30A2DA;
}
.form__group-option--d .checkbox {
  color: #F1A80C;
  border-color: #F1A80C;
}
.form__group-option--d .checkbox.active {
  color: #FFF;
  background-color: #F1A80C;
}
.form__group-option--e .checkbox {
  color: #03B26B;
  border-color: #03B26B;
  padding: 9px 10px 0 !important;
}
.form__group-option--e .checkbox.active {
  color: #FFF;
  background-color: #03B26B;
}
.group-gender {
  padding: 15px 15px 0;
}
.group-gender .radio-box {
  float: left;
  max-width: inherit;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .form__group-option--a,
  .form__group-option--b,
  .form__group-option--c,
  .form__group-option--d {
    margin-bottom: 20px;
    width: 45% !important;
  }

  .eres .radio-box {
    max-width: inherit;
  }
}
@media screen and (max-width: 420px) {
  .form form .radio-box {
    margin-left: 0 !important;
    width: 100%;
  }
}

@media screen and (max-width: 390px) {
  .form__group-option--a,
  .form__group-option--b,
  .form__group-option--c,
  .form__group-option--d {
    width: 100% !important;
  }
  .form__group-option--a .checkbox {
    padding-top: 18px;
  }
}
.checkbox-accept {
  text-indent: -9999px;
  background-image: url("https://image.gonzalezbyass.site/lib/fe3111707564047a7d1777/m/1/9f52778a-57ac-454b-901a-48ff5a4c3728.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 10px;
  height: 16px;
  width: 16px;
}
.checkbox-accept.active {
   background-position: 0 -19px;
}
.row.with-margin-bottom {
  margin-bottom: 40px;
}
label.error {
  color: #FF5858;
  text-align: left;
  float: left;
  width: 100%;
}
.accept {
  margin:0 0 40px;
}
.accept a {
  text-decoration: underline;
}


/*# sourceMappingURL=style.css.map */

/*DATEPICKER*/
.ui-widget.ui-widget-content
  {
    border: 1px solid #000000;
    border-radius: 0px;
    color: #000000;
    font-family: "museo-Medium";
    font-size: 18px;
  }

  .ui-widget-header
    {
      border: 0px;
      background: #ffffff;
      border-radius: 0px;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
    {
      font-family: "museo-Medium";
      color: #000000;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
    {
      color: #000000;
      text-align: center;
      background: #ffffff;
      border: 0px;
      font-size: 18px;
    }

      .ui-datepicker th {
        font-size: 19px;
      }

      .ui-widget-header .ui-icon {
        background-image: url(https://image.gonzalezbyass.site/lib/fe3111707564047a7d1777/m/1/412be80e-90f9-4bb2-aa2d-9fa13109c656.png); 
      }

      .ui-icon-circle-triangle-w {
        background-position: -97px 0px;
      }

      .ui-icon-circle-triangle-e {
        background-position: -32px 0px;
      }

      .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
          border: 1px solid #000000;
          background: #ffffff;
          font-weight: normal;
          color: #2b2b2b;
          margin: -1px;
      }
      .ui-widget-header .ui-state-hover {
        border: 0px !important;
        background-color: #dddddd;
        border-radius: 0px;
      }

#ui-datepicker-div {
    z-index: 3 !important;
}


/* PRUEBA */

.textArea-box{
  
}

.textArea-label{
  border-color: #ffffff;
    border-top: #000000;
    border-left: #000000;
    border-right: #000000;
   font-family: "museo-medium", sans-serif;
    font-weight: 400;
    font-size: 20px !important;    
    color: #ffffff;
    letter-spacing: 0.05em;
    box-shadow: none;
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
  rows: 4;
}


.div-p1{
 border-bottom: 2px solid black;
}

.div-p1 span, .div-p2 span{
 display: block;
 font-family: museo-medium, sans-serif;
 font-size: 20px;
 text-align: left;
}

.div-p1 span{
 font-size: 20px;
}

.div-p1 p{
    margin-top: 1em;
    margin-bottom: 0;
}

.div-p2 p{
    margin: 0;
}

.div-p2 span{
 font-size: 15px;
}

.div-row {
 margin-top: 2em;
}

.div-content{
 font-size: 20px;
}

.radio-box.no-margin-left.text-left{ 
    display: block;
    text-align: left;
  margin-top: 0.5em;
}

.radio-box.radio-box-label {
    display: inline-block;
    vertical-align: top;
}
           
#radio-box-span{
 display: block;
}

.div-p1.direccion{
 margin-bottom: 1em;
}

.textArea-box.footer{
 margin-top: 0.5em;
}

.textArea-label.error{
 border-color: #FF5858; 
}

.form form .text-area {
    position: relative;
    margin-bottom: 16px;
    border-bottom: 1px solid #ffffff; }
    @media screen and (min-width: 992px) {
      .form form .text-area {
        margin-bottom: 26px; } }

.form textarea {
    font-family: "museo-medium", sans-serif;
    font-weight: 400;
    font-size: 16px;    
    color: #ffffff;
    letter-spacing: 0.05em;
    border: none;
    box-shadow: none;
    background: none;
    margin: 0;
    padding-top: 5px;
    width: 100%;
    min-height: 39px;
    height: auto;
    border-bottom: 1px solid #ffffff;
    /* WebKit browsers */
    /* Mozilla Firefox 4 to 18 */
    /* Mozilla Firefox 19+ */
    /* Internet Explorer 10+ */
    /*  */ }

.form textarea::placeholder {
      color: #bbbbbb;
      font-weight: 300; }

  .form form .textArea-box {
    position: relative;
    margin-bottom: 16px;
 }

/* FIN PRUEBA */


/*VALIGN MIDDLE*/
.d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.justify-content-center {
-ms-flex-pack: center!important;
justify-content: center!important;
}

/*************************************************
 politica de privacidad
****************************************/


.check {
 position:relative;
}

/*------------------ Loaging Gif --------------------*/
.updatingGifHided {
  position: absolute;
  left: 15px;
  top: 37px;
  height: calc(100% - 74px);
  width: calc(100% - 30px);
  background-color: #fff;
  padding-top: 300px;
  z-index: -10;
  opacity:0;

  -webkit-transition: opacity .7s;  /* Chrome y Safari */
  -o-transition: opacity .7s;  /* Opera */
  -moz-transition: opacity .7s;  /* Mozilla Firefox */
  -ms-transition: opacity .7s;   /* Internet Explorer */
  transition: opacity .7s;  /* W3C */
}

.updatingGifHidedWhereIs {
  position: absolute;
  left: 15px;
  top: 20px;
  height: calc(100% - 74px);
  width: calc(100% - 30px);
  background-color: #fff;
  padding-top: 300px;
  z-index: -10;
  opacity:0;

  -webkit-transition: opacity .7s;  /* Chrome y Safari */
  -o-transition: opacity .7s;  /* Opera */
  -moz-transition: opacity .7s;  /* Mozilla Firefox */
  -ms-transition: opacity .7s;   /* Internet Explorer */
  transition: opacity .7s;  /* W3C */
}

.showUpdatingGif {
  z-index: 10;
  opacity:0.8;
}

.loadingGif {
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  height: 30px;
  width: auto;
}

.loadingGifBox {
  background: transparent;
  float: right;
  margin-left: 20px;
  margin-top: 10px;
}

.loadingGifBoxComposition {
  padding-top: 120px !important;
  padding-bottom: 60px !important;
  background: transparent;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loadingGifMotion
{
  -webkit-animation-name:             rotate; 
  -webkit-animation-duration:         1s; 
  -webkit-animation-iteration-count:  infinite;
  -webkit-animation-timing-function: linear;
  -o-animation-name:             rotate; 
  -o-animation-duration:         1s; 
  -o-animation-iteration-count:  infinite;
  -o-animation-timing-function: linear;
  
  -moz-animation-name:             rotate; 
  -moz-animation-duration:         1s; 
  -moz-animation-iteration-count:  infinite;
  -moz-animation-timing-function: linear;
  
  -ms-animation-name:             rotate; 
  -ms-animation-duration:         1s; 
  -ms-animation-iteration-count:  infinite;
  -ms-animation-timing-function: linear;
  animation-name:             rotate; 
  animation-duration:         1s; 
  animation-iteration-count:  infinite;
  animation-timing-function: linear;
}
.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.modal {
    color: black;
}
.birthdate .birthday-selects{
   display: flex; 
}
.select2-container {
    width: 100% !important;
    height: 38px;
}
.select2-container--default .select2-selection--single {
    border: none;
background-color: black !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "museo-medium", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #bbbbbb;
    letter-spacing: 0.05em;    
    box-shadow: none;    
    margin: 0.35em 0 0 0;
    padding: 0;
    width: 100%;
    background-color: black;
    text-align: left;
}
 @media screen and (min-width: 992px) {
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "museo-medium", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #bbbbbb;
    letter-spacing: 0.05em;    
    box-shadow: none;    
    margin: 0.35em 0 0 0;
    padding: 0;
    width: 100%;
    background-color: black
    text-align: left;
}
}
.select2-dropdown {
    color: black;
}
.birthdate .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: center;
}
.birthdate label.input-label {
    color: #bbbbbb;
    font-weight: 300;
    text-align: left;
    padding: 0 0 0.35em 0;
    font-family: "museo-medium", sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
.birthdate label.input-label {
    color: #bbbbbb;
    font-weight: 300;
    text-align: left;
    padding: 0 0 0.35em 0;
    font-family: "museo-medium", sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
}
}
.border {
    border: 1px solid #dee2e6!important;}

.select-modified{
 color:#FFF!important;
}

.g-recaptcha  {
    margin-left: -4rem !important;
  }
  
  @media (min-width: 400px) {
      .g-recaptcha  {
    margin-left: 5rem !important;
  }
}

@media (min-width: 576px) {

  .g-recaptcha  {
    margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {

  .g-recaptcha  {
    margin-left: 12rem !important;
  }
}

@media (min-width: 992px) {
  .g-recaptcha  {
    margin-left: -4rem !important;
  }
}
