@charset "UTF-8";
/* BASICS */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "EuphoriaScript";
  src: url("fonts/EuphoriaScript-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-light";
  src: url("fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-black";
  src: url("fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* LAYOUT */
body {
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}

main {
  padding-bottom: 1.75rem;
}

footer {
  padding: 1rem 0.67rem;
  text-align: center;
}

p {
  margin: 10px 0;
  padding: 0px;
  line-height: normal;
}

a {
  margin: 10px 0;
  padding: 0px;
  color: #065B7A;
  font-weight: normal;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #13AEF0;
  font-weight: normal;
  text-decoration: underline;
}
a.disabled {
  color: #8c8c8c;
  font-weight: normal;
}

button {
  outline: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/*Utilities*/
.p-0 {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

/*Utilities END*/
/*Color clases*/
.base-color {
  color: #2E2C2D;
}

.blue-elements {
  color: #007DB7;
}

.grey-base {
  color: #666666;
}

.grey-light {
  color: #8c8c8c;
}

.white-base {
  color: #FFFFFF;
}

.green-base {
  color: #26C920;
}

.red-error {
  color: #F22D35;
}

.bg-base-color {
  background-color: #2E2C2D;
}

.bg-primary {
  background-color: #065B7A;
}

.bg-secondary {
  background-color: #0A95C7;
}

.bg-contrast {
  background-color: #13AEF0;
}

.bg-grey-base {
  background-color: #666666;
}

.bg-grey-deep {
  background-color: #2E2C2D;
}

.bg-grey-ultralight {
  background-color: #F0F0F0;
}

.bg-white-base {
  background-color: #FFFFFF;
}

.bg-green-base {
  background-color: #26C920;
}

.bg-green-light {
  background-color: #D5FFD4;
}

.bg-red-error {
  background-color: #F22D35;
}

.bg-red-light {
  background-color: #FCEDEE;
}

.bg-gray-disable {
  background-color: #AEAEAE;
}

/*Color clases END*/
/*Tipografía base*/
h1, h2, h3 {
  font-family: "OpenSans", sans-serif;
  margin: 10px 0;
  padding: 0px;
  line-height: normal;
}

h1 {
  color: #065B7A;
  font-size: 45px;
  font-weight: bold;
}

h2 {
  color: #065B7A;
  font-size: 35px;
  font-weight: bold;
}

h3 {
  color: #065B7A;
  font-size: 24px;
  font-weight: bold;
}

.f-regular {
  font-weight: normal;
  font-size: 16px;
}

.f-bold {
  font-weight: bold;
  font-size: 16px;
}

.f-light {
  font-weight: normal;
  font-size: 16px;
  font-family: "OpenSans-light";
}

.f-small {
  font-size: 14px;
}

.f-small-light {
  font-size: 14px;
  font-weight: normal;
  font-family: "OpenSans-light";
}

.f-small-bold {
  font-size: 14px;
  font-weight: bold;
}

.f-xsmall {
  font-size: 12px;
}

.f-xsmall-bold {
  font-size: 12px;
  font-weight: bold;
}

.f-xsmall-light {
  font-size: 12px;
  font-weight: normal;
  font-family: "OpenSans-light";
}

/*Tipografía base END*/
/*Parrafos*/
.text-center {
  text-align: center;
}

/*Parrafos END*/
/*Efectos graficos base*/
.circled {
  border-radius: 100%;
}

/*Efectos graficos END*/
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.only-desk {
  display: none;
}

.only-mobile {
  display: block;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.signout {
  background-color: #065B7A;
  color: #FFFFFF;
  border-radius: 30px;
  padding: 10px 17px;
  border: 2px solid #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  transition-duration: 200ms;
  outline: none;
}

.btn-secondary {
  background-color: #FFFFFF;
  color: #065B7A;
  border-radius: 30px;
  padding: 10px 17px;
  border: 2px solid #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  transition-duration: 200ms;
  outline: none;
}

.signout:hover, .btn-secondary:hover {
  background-color: #13AEF0;
  color: #FFFFFF;
  border: 2px solid #13AEF0;
  font-size: 14px;
  font-weight: bold;
  transition-duration: 200ms;
  outline: none;
}

ul {
  list-style: none !important;
  padding: 0px;
}
ul li:before {
  content: "∘";
  margin: 0 8px;
  color: #065B7A;
  font-weight: bold;
}

ol li::marker {
  margin: 0 15px;
  color: #065B7A;
  font-weight: bold;
}

ul li, ol li {
  line-height: normal;
}

#scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar-thumb {
  background-color: #065B7A;
}

.redirect {
  cursor: pointer;
}

#redirect {
  cursor: pointer;
}

.cta {
  margin-bottom: 4vw;
}

.blocker {
  z-index: 5 !important;
}

/* MODAL infoExpires*/
.modal.covidModal .btn {
  margin: 0px 20px;
}

.modal.covidModal .modal-header, .modal.covidModal .modal-footer,
.modal.infoExpires .modal-header, .modal.infoExpires .modal-footer {
  border: none;
  text-align: center;
  justify-content: center;
}

.modal.covidModal .modal-header,
.modal.infoExpires .modal-header {
  display: block;
  text-transform: uppercase;
  color: #065B7A;
  font-weight: bold;
  padding: 1rem 1rem 0 1rem;
}

.modal.covidModal .modal-header .fa-exclamation-circle,
.modal.infoExpires .modal-header .fa-exclamation-circle {
  font-size: 3rem;
  margin-bottom: 15px;
}

.modal.covidModal .modal-header .close,
.modal.infoExpires .modal-header .close {
  display: none;
}

.modal.covidModal .modal-content {
  text-align: left;
}

.modal.covidModal .modal-content ol li {
  list-style-type: disc;
}

.modal.infoExpires .modal-content {
  text-align: center;
  background-color: #ffffff;
}

.modal.covidModal .modal-body,
.modal.infoExpires .modal-body {
  padding: 1rem;
  font-size: 1.2rem;
}

.modal.covidModal .modal-body p.note,
.modal.infoExpires .modal-body p.note {
  background-color: #eeeeee;
  padding: 10px;
  font-size: 18px;
}

.modal.covidModal .modal-footer .btn-default:hover,
.modal.infoExpires .modal-footer .btn-default:hover {
  background-color: #00B1E9;
  color: #ffffff;
  border-bottom: solid 4px #006889;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.bold {
  font-weight: bold !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .only-desk {
    display: flex;
  }
  .only-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .cta {
    margin-bottom: 6.7vw;
  }
}
/* Sistema de diseño WL */
.dswl {
  /*layout*/
  /*elements*/
}
.dswl p {
  align-self: flex-start;
  margin: 0.67em 0;
}
.dswl .dswl-row {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.dswl .dswl-col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.dswl .dswl-col.dswl-col-1 {
  flex: 1 0 8.33%;
}
.dswl .dswl-col.dswl-col-2 {
  flex: 1 0 16.66%;
}
.dswl .dswl-col.dswl-col-3 {
  flex: 1 0 25%;
}
.dswl .dswl-col.dswl-col-4 {
  flex: 1 0 33.33%;
}
.dswl .dswl-col.dswl-col-5 {
  flex: 1 0 41.66%;
}
.dswl .dswl-col.dswl-col-6 {
  flex: 1 0 50%;
}
.dswl .dswl-col.dswl-col-7 {
  flex: 1 0 58.33%;
}
.dswl .dswl-col.dswl-col-8 {
  flex: 1 0 66.66%;
}
.dswl .dswl-col.dswl-col-9 {
  flex: 1 0 75%;
}
.dswl .dswl-col.dswl-col-10 {
  flex: 1 0 83.33%;
}
.dswl .dswl-col.dswl-col-11 {
  flex: 1 0 91.66%;
}
.dswl .dswl-col.dswl-col-12 {
  flex: 1 0 100%;
}
.dswl .colors-circles {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.dswl .colors-circles.color-circles-bordered {
  border: 1px solid #2E2C2D;
}

@media (min-width: 576px) {
  .dswl-col {
    display: flex;
  }
}
@media (min-width: 768px) {
  .dswl .dswl-col {
    display: flex;
  }
  .dswl .dswl-col.dswl-col-md-1 {
    flex: 1 0 8.33%;
  }
  .dswl .dswl-col.dswl-col-md-2 {
    flex: 1 0 16.66%;
  }
  .dswl .dswl-col.dswl-col-md-3 {
    flex: 1 0 25%;
  }
  .dswl .dswl-col.dswl-col-md-4 {
    flex: 1 0 33.33%;
  }
  .dswl .dswl-col.dswl-col-md-5 {
    flex: 1 0 41.66%;
  }
  .dswl .dswl-col.dswl-col-md-6 {
    flex: 1 0 50%;
  }
  .dswl .dswl-col.dswl-col-md-7 {
    flex: 1 0 58.33%;
  }
  .dswl .dswl-col.dswl-col-md-8 {
    flex: 1 0 66.66%;
  }
  .dswl .dswl-col.dswl-col-md-9 {
    flex: 1 0 75%;
  }
  .dswl .dswl-col.dswl-col-md-10 {
    flex: 1 0 83.33%;
  }
  .dswl .dswl-col.dswl-col-md-11 {
    flex: 1 0 91.66%;
  }
  .dswl .dswl-col.dswl-col-md-12 {
    flex: 1 0 100%;
  }
}
/* Sistema de diseño WL END */
.defaultForm {
  /*inputs*/
  /*checkbox*/
  /* radio */
  /*select*/
  /*arrow select element:*/
  /*arrow select (active):*/
  /*items (options selected)*/
  /*style items (options):*/
  /* Reaching maxlenght input jump next = rmijn */
}
.defaultForm input[type=text], .defaultForm input[type=password], .defaultForm input[type=date], .defaultForm textarea, .defaultForm select {
  width: 100%;
  padding: 8px 10px;
  margin: 8px 0;
  display: inline-block;
  position: relative;
  border: 1px solid #065B7A;
  border-radius: 5px;
  box-sizing: border-box;
  resize: none;
  color: #065B7A;
  line-height: normal;
  outline: none !important;
  font-size: 14px;
}
.defaultForm input[type=text].requiered, .defaultForm input[type=text].required, .defaultForm input[type=password].requiered, .defaultForm input[type=password].required, .defaultForm input[type=date].requiered, .defaultForm input[type=date].required, .defaultForm textarea.requiered, .defaultForm textarea.required, .defaultForm select.requiered, .defaultForm select.required {
  border-color: #F22D35;
  background-color: #FCEDEE;
  color: #065B7A;
}
.defaultForm input[type=text].requiered::placeholder, .defaultForm input[type=text].required::placeholder, .defaultForm input[type=password].requiered::placeholder, .defaultForm input[type=password].required::placeholder, .defaultForm input[type=date].requiered::placeholder, .defaultForm input[type=date].required::placeholder, .defaultForm textarea.requiered::placeholder, .defaultForm textarea.required::placeholder, .defaultForm select.requiered::placeholder, .defaultForm select.required::placeholder {
  color: #F22D35 !important;
}
.defaultForm textarea {
  border-radius: 5px;
}
.defaultForm select {
  margin-top: 8px;
}
.defaultForm input[type=text]:disabled, .defaultForm input[type=password]:disabled, .defaultForm input[type=date]:disabled, .defaultForm textarea:disabled, .defaultForm select:disabled {
  background-color: #AEAEAE;
  border-color: #AEAEAE;
  color: #FFFFFF;
  cursor: not-allowed;
}
.defaultForm input[type=text]:disabled::placeholder, .defaultForm input[type=password]:disabled::placeholder, .defaultForm input[type=date]:disabled::placeholder, .defaultForm textarea:disabled::placeholder, .defaultForm select:disabled::placeholder {
  color: #FFFFFF !important;
}
.defaultForm .password {
  position: relative;
}
.defaultForm .password .eye-reveal-pass {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  color: #065B7A;
}
.defaultForm .password .eye-reveal-pass .fa-eye,
.defaultForm .password .eye-reveal-pass .fa-eye-slash {
  color: #065B7A;
  opacity: 0.7;
  transition: opacity 0.5s;
  cursor: pointer;
}
.defaultForm .password .eye-reveal-pass .fa-eye:hover,
.defaultForm .password .eye-reveal-pass .fa-eye-slash:hover {
  opacity: 1;
  cursor: pointer;
}
.defaultForm .date-selector {
  background-image: url(../img/svg/calendar-alt-regular.svg);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  cursor: pointer;
}
.defaultForm ::placeholder {
  color: #065B7A;
  opacity: 1;
}
.defaultForm :-ms-input-placeholder {
  color: #065B7A;
}
.defaultForm ::-ms-input-placeholder {
  color: #065B7A;
}
.defaultForm label {
  margin-top: 0.75rem;
  padding: 0 0 0 5px;
  display: inline-block;
  color: #065B7A;
  font-size: 14px;
  font-weight: 400;
}
.defaultForm label.required {
  color: #F22D35;
}
.defaultForm .error {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 23px;
  font-size: 12px;
  color: #F22D35;
}
.defaultForm .error .fa-exclamation-circle {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
}
.defaultForm .generalError {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 4%;
  margin: 20px 0;
  font-size: 14px;
  color: #F22D35;
  width: 92%;
  border: 1px solid #F22D35;
  border-radius: 5px;
  background-color: #FCEDEE;
}
.defaultForm .generalError .fa-exclamation-circle {
  margin-right: 8px;
  font-size: 12px;
}
.defaultForm .generalSuccess {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  padding: 10px 4%;
  margin: 20px 0;
  font-size: 14px;
  color: #26C920;
  border: 1px solid #26C920;
  border-radius: 5px;
  background-color: #D5FFD4;
}
.defaultForm .generalSuccess .fa-check-circle {
  margin-right: 8px;
  font-size: 12px;
}
.defaultForm .customCheckbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.45;
  font-size: 14px;
  font-weight: normal;
}
.defaultForm .customCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.defaultForm .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  border: 3px solid #065B7A;
  border-radius: 7px;
}
.defaultForm .customCheckbox:hover input ~ .checkmark {
  background-color: #FFFFFF;
}
.defaultForm .customCheckbox input:checked ~ .checkmark {
  background-color: #FFFFFF;
}
.defaultForm .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.defaultForm .customCheckbox input:checked ~ .checkmark:after {
  display: block;
}
.defaultForm .customCheckbox .checkmark:after {
  left: 2px;
  top: 2px;
  width: 8px;
  height: 8px;
  background-color: #065B7A;
  border: 2px solid #065B7A;
  border-radius: 3px;
}
.defaultForm .customRadio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
  line-height: 1.45;
  font-weight: normal;
  font-size: 14px;
}
.defaultForm .customRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.defaultForm .checkmarkRadio {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #FFFFFF;
  border: 3px solid #065B7A;
  border-radius: 50%;
}
.defaultForm .customRadio:hover input ~ .checkmarkRadio {
  background-color: #FFFFFF;
}
.defaultForm .customRadio input:checked ~ .checkmarkRadio {
  background-color: #FFFFFF;
}
.defaultForm .checkmarkRadio:after {
  content: "";
  position: absolute;
  display: none;
}
.defaultForm .customRadio input:checked ~ .checkmarkRadio:after {
  display: block;
}
.defaultForm .customRadio .checkmarkRadio:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #065B7A;
}
.defaultForm .custom-select {
  position: relative;
  font-weight: 600;
  margin: 8px 0;
}
.defaultForm .custom-select select {
  display: none;
  margin-top: 0;
}
.defaultForm .select-selected {
  background-color: #FFFFFF;
}
.defaultForm .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #065B7A transparent transparent transparent;
}
.defaultForm .select-selected.select-arrow-active:after {
  border-color: transparent transparent #065B7A transparent;
  top: 7px;
}
.defaultForm .select-selected {
  color: #065B7A;
  padding: 10px 10px 9px;
  border: 1px solid #065B7A;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  z-index: 3;
  font-weight: normal;
  font-size: 14px;
}
.defaultForm .select-items div {
  color: #065B7A;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 0px;
  cursor: pointer;
  user-select: none;
  z-index: 1;
  background-color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
}
.defaultForm .select-items div:first-child {
  padding-top: 12px;
}
.defaultForm .select-items div:last-child {
  border-radius: 0 0 10px 10px;
}
.defaultForm .select-items {
  position: absolute;
  background-color: #F0F0F0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  border: 1px solid #065B7A;
  border-top: 0px;
  margin-top: -8px;
  border-radius: 0 0 10px 10px;
}
.defaultForm .select-hide {
  display: none;
}
.defaultForm .select-items div:hover, .defaultForm .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: #065B7A;
  color: #FFFFFF;
}
.defaultForm .rmijn_inputs {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: left;
  align-content: flex-start;
  padding-top: 10px;
}
.defaultForm .rmijn_inputs input[type=text] {
  width: 50px;
  margin: 0 5px;
  padding: 10px 5px;
  border-bottom: 2px solid #065B7A;
  border-left: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  border-top: 1px solid #8c8c8c;
  border-radius: 0;
  background-color: transparent;
  text-align: center;
  font-size: 1rem;
  color: #065B7A;
}
.defaultForm .rmijn_inputs input[type=text]:focus {
  border-bottom: 2px solid #065B7A;
  border-left: 1px solid #065B7A;
  border-right: 1px solid #065B7A;
  border-top: 1px solid #065B7A;
}
.defaultForm .rmijn_inputs input:focus,
.defaultForm .rmijn_inputs select:focus,
.defaultForm .rmijn_inputs textarea:focus,
.defaultForm .rmijn_inputs button:focus {
  outline: none;
}
.defaultForm .rmijn_inputs .btn {
  margin: 15px auto 0 auto;
}

input:focus, textarea:focus, select:focus {
  outline: none !important;
}

.defaultForm .select-selected:disabled {
  background-color: #F0F0F0;
  color: #FFFFFF;
}

/*buttons*/
.btn {
  display: inline-block;
  margin-top: 1rem;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid #065B7A;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
}
.btn.btn-lg {
  width: 200px;
  height: 38px;
  padding: 0 1rem;
  font-size: 14px;
  font-weight: bold;
}
.btn.btn-md {
  width: 150px;
  height: 38px;
  padding: 0 1rem;
  font-size: 14px;
  font-weight: bold;
}
.btn.btn-sm {
  width: 100px;
  height: 38px;
  padding: 0 1rem;
  font-size: 14px;
  font-weight: bold;
}

.btn-default {
  color: #FFFFFF;
  background-color: #065B7A;
  border-color: #065B7A;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.btn-default:hover {
  color: #065B7A;
  background-color: unset;
  font-weight: bold;
  border-color: #065B7A;
}
.btn-default:disabled {
  color: #FFFFFF;
  background-color: #AEAEAE;
  font-weight: bold;
  border-color: #AEAEAE;
  cursor: not-allowed;
}

.btn-secondary {
  color: #065B7A;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #13AEF0;
  font-weight: bold;
  border-color: #13AEF0;
}
.btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #AEAEAE;
  font-weight: bold;
  border-color: #AEAEAE;
  cursor: not-allowed;
}

@media (min-width: 768px) {
  .defaultForm .date-selector {
    background-position: 95% 50%;
  }
}
.owl-carousel {
  margin: 0px;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
}
.owl-carousel .owl-stage-outer {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.owl-carousel .owl-nav {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.owl-carousel .owl-dots {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.owl-carousel .item {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 0;
}
.owl-carousel .item .carousel-img {
  display: none;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  z-index: 1;
}
.owl-carousel .item .carousel-img img {
  width: 100%;
}
.owl-carousel .item .carousel-img-movil {
  display: block;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  z-index: 1;
}
.owl-carousel .item .carousel-img-movil img {
  width: 100%;
}
.owl-carousel .item .content {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  margin-left: 30px;
  margin-top: 25px;
  z-index: 2;
}
.owl-carousel .item .content .carousel-txt {
  display: flex;
  flex-direction: column;
  align-items: left;
}
.owl-carousel .item .content .carousel-txt h1 {
  font-size: 7.5vw;
  margin: 0px;
  padding: 0px;
  color: #FFFFFF;
  font-weight: bold;
}
.owl-carousel .item .content .carousel-txt h3 {
  font-size: 4.5vw;
  margin: 5px 0;
  padding: 0px;
  color: #FFFFFF;
  font-weight: normal;
  font-family: "OpenSans-light";
}
.owl-carousel .item .content .carousel-btn {
  margin-top: 10px;
}
.owl-carousel .item .content .carousel-btn .btn-carrusel {
  width: 31vw;
  height: 8vw;
  padding: 0 0.5rem;
  font-size: 2.5vw;
  font-weight: bold;
}
.owl-carousel .item:hover {
  text-decoration: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #AEAEAE;
  border: 0px;
  margin: 3px 3px;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #065B7A;
}

/* .owl-nav{
  margin: -300px 20% 00px 20%;
} */
.owl-carousel .owl-nav button.owl-next {
  color: #FFFFFF;
  font-size: 50px;
  position: absolute;
  top: 45vw;
  right: 0;
}

.owl-carousel .owl-nav button.owl-prev {
  color: #FFFFFF;
  font-size: 50px;
  position: absolute;
  top: 45vw;
  left: 0;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  color: #13AEF0;
  background-color: transparent;
  font-size: 50px;
}

@media (min-width: 576px) {
  .owl-carousel {
    margin: 0px;
    width: 100%;
  }
  .owl-carousel .item {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .owl-carousel .item .carousel-img {
    display: block;
  }
  .owl-carousel .item .carousel-img-movil {
    display: none;
  }
  .owl-carousel .item .content {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    margin-left: 50px;
    z-index: 2;
    margin-top: 0px;
  }
  .owl-carousel .item .content .carousel-txt {
    display: flex;
    flex-direction: column;
    align-items: left;
  }
  .owl-carousel .item .content .carousel-txt h1 {
    font-size: 45px;
    font-size: 2.8vw;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    font-weight: bold;
  }
  .owl-carousel .item .content .carousel-txt h3 {
    font-size: 1.6vw;
    margin: 10px 0;
    padding: 0px;
    color: #FFFFFF;
    font-weight: normal;
  }
  .owl-carousel .item .content .carousel-btn {
    margin-top: 0px;
  }
  .owl-carousel .item .content .carousel-btn .btn-carrusel {
    width: 15vw;
    height: 3.5vw;
    padding: 0 0.5rem;
    font-size: 1.6vw;
  }
  .owl-carousel .owl-nav button.owl-next {
    top: 8vw;
  }
  .owl-carousel .owl-nav button.owl-prev {
    top: 8vw;
  }
}
@media (min-width: 768px) {
  .owl-carousel .item .content .carousel-btn {
    margin-top: 5px;
  }
  .owl-carousel .item .content .carousel-btn .btn-carrusel {
    width: 13vw;
    height: 2.8vw;
    padding: 0 0.5rem;
    font-size: 1vw;
  }
}
@media (min-width: 992px) {
  .owl-carousel .item .content .carousel-btn .btn-carrusel {
    width: 11vw;
    height: 2.2vw;
    padding: 0 0.5rem;
    font-size: 0.8vw;
  }
}
@media (min-width: 1200px) {
  .owl-carousel .item .content .carousel-btn {
    margin-top: 10px;
  }
  .owl-carousel .item .content .carousel-btn .btn-carrusel {
    height: 2.2vw;
  }
}
.modal.infoExpires {
  padding: 20px 45px 45px;
}
.modal.infoExpires a.close-modal {
  display: none;
}
.modal.infoExpires .modal-header {
  padding: 0;
}
.modal.infoExpires .modal-title {
  font-size: 14px;
  font-weight: 600;
}
.modal.infoExpires .modal-body {
  font-size: 16px;
  color: #4D4D4D;
  padding: 0;
}
.modal.infoExpires .modal-body p.note {
  font-size: 16px;
  letter-spacing: 0.7px;
}
.modal.infoExpires .modal-body p {
  margin: 30px 0;
}
.modal.infoExpires .modal-btn {
  padding: 0.7rem 1.5rem;
  margin: 0;
  border: none;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: solid 4px #FFFFFF;
}
.modal.infoExpires .modal-btn:hover {
  border-bottom: solid 4px #007DB7;
}

/* MODULES */
header {
  width: 100%;
  background-color: #065B7A;
  height: 70px;
  text-align: center;
}
header ul {
  list-style: none !important;
  padding: 0px;
}
header ul li:before {
  content: "";
  margin: 0;
}

.navbar {
  height: 100%;
  width: 95%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  margin: 0px;
}
.navbar .name {
  margin-left: 5%;
}
.navbar .name a {
  text-align: left;
}
.navbar .name a img {
  width: 175px;
}
.navbar .name a:hover {
  text-decoration: none !important;
}
.navbar input[type=checkbox] {
  display: none;
}
.navbar input[type=checkbox]:checked ~ .navLinks {
  display: block;
}
.navbar .toggleIcon img {
  height: 50px;
}
.navbar .linkContainer {
  padding: 0;
}
.navbar .linkContainer img {
  width: 35px;
}

.navbar-logout {
  display: block !important;
  text-align: left;
  line-height: 70px;
}

.navLinks {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  right: 0;
  left: 0;
  top: 70px;
  z-index: 4;
  text-align: center;
  padding: 5px 0 0;
  width: 100%;
}
.navLinks li {
  list-style: none;
  margin: 0;
  line-height: 1.5;
  width: 100%;
}
.navLinks a {
  width: 100%;
  transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  font-size: 14px;
  color: #065B7A;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 0px;
}
.navLinks a.active {
  color: #FFFFFF;
  background-color: #065B7A;
  font-weight: bold !important;
}
.navLinks a:hover {
  color: #FFFFFF;
  background-color: #065B7A;
  font-weight: normal;
}
.navLinks .signout {
  background-image: url("../img/icons/icon_signout.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 45px;
  padding: 20px 45px 20px 0;
}
.navLinks .signout:hover {
  background-image: url("../img/icons/icon_signout_hover.svg");
}
.navLinks .badget {
  background-color: #065B7A;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: -20px;
  right: -5px;
  z-index: 1;
}

@media (min-width: 992px) {
  header {
    height: 90px;
  }
  .navbar {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar .name {
    margin-left: 0;
  }
  .navbar .name a img {
    width: 200px;
  }
  .navbar .toggleIcon {
    display: none;
  }
  .navbar .toggleIcon img {
    display: none;
  }
  .linkContainer {
    width: 52%;
  }
  .navLinks {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    right: unset;
    left: unset;
    top: unset;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 0;
    align-items: center;
    background-color: #065B7A;
  }
  .navLinks li {
    list-style: none;
    border-bottom: solid 3px transparent;
    margin: 0 5px;
    width: auto;
  }
  .navLinks a {
    transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    font-size: 13px;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    border-bottom: solid 3px transparent;
    height: auto;
  }
  .navLinks a.active {
    color: #FFFFFF;
    background-color: #065B7A;
    font-weight: bold !important;
    border-bottom: solid 3px #13AEF0;
    padding: 0;
  }
  .navLinks a:hover {
    color: #FFFFFF;
    font-weight: normal;
    border-bottom: solid 3px #13AEF0;
  }
  .header-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .header-btn a {
    margin: 0 10px;
    font-size: 13px;
  }
  .header-btn a:hover {
    text-decoration: none !important;
    font-size: 13px;
  }
}
@media (min-width: 1300px) {
  .navLinks li {
    padding: 0;
    margin: 0 10px;
  }
  .navLinks a {
    font-size: 16px;
    letter-spacing: 0;
  }
  .linkContainer {
    width: 55%;
  }
  .containerWeb {
    margin-left: -147px;
  }
  .header-btn a {
    margin: 0 10px;
    font-size: 16px;
  }
  .header-btn a:hover {
    font-size: 16px;
  }
}
footer {
  background-color: #065B7A;
  color: #FFFFFF;
  padding: 1.3rem 0.67rem;
}
footer p {
  color: #FFFFFF;
  font-size: 14px;
  margin: 15px 0;
}
footer a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  transition-duration: 250ms;
  position: relative;
  padding: 0 5px 5px;
  border-bottom: solid 2px transparent;
}
footer a:hover {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  font-weight: normal;
  transition-duration: 250ms;
  position: relative;
  padding: 0 5px 5px;
  border-bottom: solid 2px #13AEF0;
  text-decoration: none !important;
}

.footer-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.footer-container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.footer-container .content .fidelity {
  margin: 10px 0;
  max-width: 400px;
}
.footer-container .chat {
  margin: 20px 0;
}
.footer-container .chat a:hover {
  border-bottom: 2px solid transparent !important;
}

@media (min-width: 992px) {
  .footer-container {
    display: grid;
    grid-template-columns: 66% 20%;
    width: 100%;
  }
  .footer-container .content {
    margin-right: -20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-container .content .link {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-container .content .link div {
    padding: 0px 20px;
    border-left: 1px solid #e7e7e7;
  }
  .footer-container .content .link div p {
    margin: 2px 0;
  }
  .footer-container .content .link div:first-child {
    border-left: 0px solid transparent;
  }
  .footer-container .content .fidelity {
    margin: 10px 0 0;
    max-width: 100%;
    color: #e7e7e7;
  }
  .footer-container .chat {
    margin-right: -60%;
  }
  .footer-container .chat img {
    transition-duration: 250ms;
  }
  .footer-container .chat:hover img {
    transform: scale(1.1);
    transition-duration: 250ms;
  }
  footer a {
    color: #e7e7e7;
  }
  footer a:hover {
    font-size: 14px;
  }
  footer p {
    color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  .footer-container .chat {
    margin-right: 0%;
  }
}
.destinos-seccion {
  max-width: 260px;
  width: 75%;
  margin: 4rem auto 0;
}
.destinos-seccion b {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 24px;
}
.destinos-seccion ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: initial;
  margin: 0px 0 3rem 4%;
}
.destinos-seccion ul li {
  margin: 5px 0 10px;
  font-size: 22px;
}
.destinos-seccion ul:last-child {
  margin: 0px 0 2rem 4%;
}
.destinos-seccion div, .destinos-seccion span, .destinos-seccion font {
  margin: 0;
  padding: 0;
  font-size: inherit !important;
}

@media (min-width: 992px) {
  .destinos-seccion {
    max-width: initial;
    width: 60%;
    margin: 4rem 0 1rem 25%;
  }
  .destinos-seccion ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .destinos-seccion b {
    font-size: 30px;
  }
  .destinos-seccion ul li {
    font-size: 26px;
  }
}
.grid-byc {
  text-align: left;
  margin: 15px 0 0 5%;
  max-width: 1000px;
  font-size: 14px;
  width: 80%;
}
.grid-byc ol {
  margin: 0px;
  padding: 0px;
}
.grid-byc ol li {
  margin: 20px 0;
}
.grid-byc ul li {
  margin: 5px 0;
}

@media (min-width: 768px) {
  .grid-byc {
    font-size: 16px;
    margin: 35px 0;
  }
}
.container-vigencia {
  max-width: 1225px;
}
.container-vigencia .vigencia {
  display: grid;
  grid-template-columns: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #065B7A;
  margin-top: 10px;
}
.container-vigencia .vigencia .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 30px;
}
.container-vigencia .vigencia .title h4 {
  font-size: 30px;
  font-weight: normal;
  margin: 20px 0;
}
.container-vigencia .vigencia .content {
  margin: 0 30px;
}
.container-vigencia .vigencia .content p {
  border-top: 1px solid #065B7A;
  font-size: 14px;
  padding-top: 30px;
}
.container-vigencia .vigencia .content p span {
  font-weight: bold;
}

.index-bases-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 50px;
}
.index-bases-title img {
  width: 55px;
}
.index-bases-title h3 {
  padding: 0px 30px;
}

.index-bases {
  margin: 10px 0 35px 0;
  max-width: 900px;
  overflow: auto;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-bases ol {
  width: 75%;
  height: 400px;
  margin: 0 10px;
  overflow: auto;
  padding: 0 5px 0 25px;
}
.index-bases ol li {
  margin: 20px 0;
}
.index-bases ul li {
  margin: 5px 0;
}

.aceptar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aceptar form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.aceptar form .cuadro {
  padding: 10px 10px;
  border-radius: 10px;
  width: 260px;
  border: 1px solid #065B7A;
}
.aceptar form label {
  font-weight: bold !important;
  font-size: 14px !important;
}
.aceptar form .checkmark {
  top: 10px !important;
  margin-right: 40px;
}
.aceptar form .customCheckbox {
  padding-left: 30px;
}
.aceptar form .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 40px 0;
}
.aceptar form .generalError {
  margin: 30px 0 0 -18px;
  width: 261px;
}

@media (min-width: 768px) {
  .container-vigencia {
    max-width: 1225px;
  }
  .container-vigencia .vigencia {
    display: grid;
    grid-template-columns: 35% 65%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #065B7A;
    margin: 50px 10px 0;
  }
  .container-vigencia .vigencia .title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-right: 2px solid #065B7A;
    margin: 0 15px;
  }
  .container-vigencia .vigencia .title h4 {
    font-size: 28px;
    font-weight: normal;
    margin: 15px 25px 15px 0;
  }
  .container-vigencia .vigencia .content {
    margin: 0 10px;
  }
  .container-vigencia .vigencia .content p {
    border-top: 0px;
    font-size: 16px;
    padding: 0px;
  }
  .container-vigencia .vigencia .content p span {
    font-weight: bold;
  }
  .index-bases {
    font-size: 15px;
  }
  .index-bases ol {
    width: 90%;
    margin: 0 30px;
    height: 500px;
    padding: 0px 30px;
  }
  .aceptar form .cuadro {
    padding: 10px 30px;
    width: 345px;
  }
  .aceptar form label {
    font-size: 16px !important;
    width: 270px;
  }
  .aceptar form .customCheckbox {
    padding-left: 40px;
  }
  .aceptar form .generalError {
    margin: 30px 0 0 -26px;
    width: 375px;
  }
}
@media (min-width: 992px) {
  .container-vigencia .vigencia {
    grid-template-columns: 35% 65%;
    margin: 50px 20px 0;
  }
  .container-vigencia .vigencia .title {
    margin: 0px;
  }
  .container-vigencia .vigencia .title h4 {
    font-size: 35px;
    font-weight: normal;
    margin: 20px 50px 20px 0;
  }
  .container-vigencia .vigencia .content {
    margin: 0 50px;
  }
  .container-vigencia .vigencia .content p {
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .container-vigencia .vigencia {
    grid-template-columns: 30% 70%;
    margin: 50px 50px 0;
  }
  .container-vigencia .vigencia .title h4 {
    font-size: 35px;
    font-weight: normal;
    margin: 20px 50px 20px 0;
  }
  .container-vigencia .vigencia .content {
    margin: 0 50px;
  }
  .container-vigencia .vigencia .content p {
    padding: 0px;
  }
}
.faq-container {
  margin-top: 10px;
  width: 85%;
}

.card {
  width: 100%;
  max-width: 1200px;
  border: 2px solid #065B7A;
  border-radius: 7px;
  margin: 30px 0;
  padding: 2px;
}

.accordion {
  background-color: #FFFFFF;
  color: #065B7A;
  cursor: pointer;
  padding: 15px 15px 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  transition: 0.4s;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}

.accordion .active, .accordion:hover {
  background-color: #FFFFFF;
  color: #13AEF0;
}

.accordion.active {
  background-color: #FFFFFF;
  color: #13AEF0;
}

.accordion:after {
  content: "+";
  color: #065B7A;
  margin-right: 10px;
  margin-left: 0px;
  float: left;
  font-size: 18px;
}

.accordion:hover:after {
  color: #13AEF0;
}

.card .active:after {
  content: "−";
  color: #13AEF0;
}

.panel {
  font-size: 13px;
  margin-bottom: 10px;
  padding: 0px 30px;
  background-color: #FFFFFF;
  color: #2E2C2D;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.grid-faq-contacto {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}
.grid-faq-contacto .formulario {
  background-color: #FFFFFF;
  padding: 20px 15px 40px;
  border-radius: 15px;
  margin-top: 10px;
  z-index: 2;
  width: 85%;
}
.grid-faq-contacto .formulario p {
  color: #065B7A;
  font-size: 15px;
  font-family: "OpenSans-light";
  margin: 5px 0;
}
.grid-faq-contacto .formulario p b {
  font-family: "OpenSans";
  font-weight: bold;
}
.grid-faq-contacto .formulario form .btn-container {
  text-align: center;
}
.grid-faq-contacto .formulario form button {
  margin-top: 25px;
  width: 50%;
  min-width: 225px;
  height: 42px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .faq-container {
    margin: 30px 0 20px;
    width: 100%;
  }
  .card {
    border-radius: 10px;
    margin: 35px 0;
  }
  .accordion {
    padding: 30px 30px 5px;
    text-align: left;
    font-size: 18px;
  }
  .panel {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .accordion:after {
    margin-right: 15px;
    font-size: 24px;
  }
  .grid-faq-contacto .formulario {
    padding: 20px 20px;
    margin: 0px 0 30px;
    width: 590px;
  }
  .grid-faq-contacto .formulario p {
    font-size: 16px;
    margin: 5px 0;
  }
}
.grid-contacto {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}
.grid-contacto .formulario {
  background-color: #FFFFFF;
  padding: 30px 15px 40px;
  border-radius: 12px;
  margin-top: 30px;
  z-index: 2;
  width: 80%;
}
.grid-contacto .formulario h2 {
  font-size: 24px;
  margin: 5px 0;
}
.grid-contacto .formulario p {
  color: #065B7A;
  font-size: 16px;
  font-family: "OpenSans-light";
  margin: 5px 0;
}
.grid-contacto .formulario form button {
  margin-top: 25px;
  width: 100%;
  height: 42px;
  font-size: 16px;
}
.grid-contacto .datos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 70px;
}
.grid-contacto .datos h3 {
  color: #FFFFFF;
  font-size: 24px;
  margin: 5px;
}
.grid-contacto .datos p {
  color: #FFFFFF;
  margin: 5px 0;
  font-family: "OpenSans-light";
  font-weight: normal;
  font-size: 16px;
}
.grid-contacto .datos a {
  color: #FFFFFF;
}
.grid-contacto .datos a:hover {
  color: #13AEF0;
}
.grid-contacto .datos .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  margin: 12px 0;
}
.grid-contacto .datos .card img {
  padding: 8px 15px 0 0;
}
.grid-contacto .datos .card p {
  font-size: 18px;
  font-family: "OpenSans";
  font-weight: bold;
  margin: 3px 0;
}
.grid-contacto .datos .card a {
  font-size: 15px;
}
.grid-contacto .datos .chat {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .grid-contacto .formulario {
    padding: 40px 75px 40px;
    margin-top: 30px;
    width: 395px;
  }
  .grid-contacto .formulario h2 {
    font-size: 28px;
    margin: 5px 0;
  }
  .grid-contacto .formulario p {
    font-size: 19px;
    margin: 5px 0;
  }
  .grid-contacto .datos h3 {
    font-size: 28px;
  }
  .grid-contacto .datos p {
    font-size: 19px;
  }
  .grid-contacto .datos .card {
    margin: 20px 0;
  }
  .grid-contacto .datos .card p {
    font-size: 18px;
  }
  .grid-contacto .datos .card a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .grid-contacto .formulario {
    margin-top: -85px;
  }
}
.loader-center {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  line-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  z-index: 10000;
  top: 0;
  position: fixed;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.6);
  }
}
.index-bases, .grid-byc {
  font-size: 13px !important;
  font-family: "OpenSans", sans-serif !important;
}
.index-bases *, .grid-byc * {
  font-size: 13px !important;
  font-family: "OpenSans", sans-serif !important;
}

@media (min-width: 768px) {
  .index-bases, .grid-byc {
    font-size: 15px !important;
    font-family: "OpenSans", sans-serif !important;
  }
  .index-bases *, .grid-byc * {
    font-size: 15px !important;
    font-family: "OpenSans", sans-serif !important;
  }
}

/*# sourceMappingURL=main.css.map */
