/************************************
@media (max-width: 1599px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 959px) {
}
@media (max-width: 639px) {
}
@media (max-width: 479px) {
}
************************************
@media (min-width: 480px) {
}
@media (min-width: 640px) {
}
@media (min-width: 960px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
}
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #07415c;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
#cookies-msg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 0.8125rem;
  position: fixed;
  line-height: 1.2em;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
#cookies-msg.shown {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 640px) {
  #cookies-msg {
    text-align: center;
  }
}
#cookies-msg > div {
  background: white;
  padding: 15px 0;
  box-shadow: 0 -14px 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg > div > div {
  box-sizing: content-box;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Tablet landscape and bigger */
}
@media (min-width: 640px) {
  #cookies-msg > div > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  #cookies-msg > div > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#cookies-msg.floating {
  left: 15px;
  right: 15px;
}
#cookies-msg.floating > div {
  width: 800px;
  max-width: 100%;
  margin: 15px auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg.floating > div > div {
  padding-left: 20px;
  padding-right: 20px;
}
#cookies-msg #cookies-msg-close {
  display: none;
}
#cookies-msg .cookies-msg-actions a {
  display: block;
}
#cookies-msg a.uk-button {
  background: #07415c;
}
#cookies-msg a.uk-button:hover {
  background: rgba(7, 65, 92, 0.8);
}
#cookies-msg a:not(.uk-button) {
  color: #07415c;
}
#cookies-msg a:not(.uk-button):hover {
  color: rgba(7, 65, 92, 0.8);
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 600;
}
.uk-text-bold {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1em;
  letter-spacing: -1px;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1em;
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  font-family: 'Open Sans', sans-serif;
  line-height: 1em;
}
.uk-text-primary {
  color: #07415c !important;
}
.uk-text-secondary {
  color: #197e97 !important;
}
.uk-text-highlight {
  color: #ed705e !important;
}
.uk-button {
  border-radius: 8px;
  font-size: 0.9375rem;
  text-transform: none;
  font-weight: 600;
}
.uk-button.uk-button-primary {
  color: white!important;
  background: #07415c !important;
  border: none;
}
.uk-button.uk-button-primary:hover {
  color: white!important;
  background: #608697 !important;
}
@media (max-width: 479px) {
  .uk-button.short {
    padding: 0 15px;
  }
}
.uk-button.uk-button-secondary {
  color: white;
  background: #197e97;
}
.uk-button.uk-button-secondary:hover {
  color: white;
  background: rgba(25, 126, 151, 0.8);
}
.uk-button.uk-button-muted {
  color: #07415c;
  background: #d5e7ec;
}
.uk-button.uk-button-muted:hover {
  color: #07415c;
  background: rgba(213, 231, 236, 0.7);
}
.uk-button.uk-button-default {
  border-color: #aaa;
}
.uk-button.uk-button-small {
  font-size: 0.8125rem !important;
}
.uk-button.uk-button-large {
  font-size: 1.2rem !important;
  line-height: 45px;
}
.uk-button.uk-button-xlarge {
  font-size: 1.5rem !important;
  line-height: 60px;
}
.uk-background-muted {
  background: #d5e7ec;
}
.rounded {
  border-radius: 100px !important;
}
.uk-dropdown {
  border-radius: 8px;
}
footer .op-logotipos {
  background: #07415c;
  padding: 20px 0;
}
@media (max-width: 639px) {
  footer .op-logotipos {
    padding: 15px 0;
  }
}
@media (max-width: 479px) {
  footer .op-logotipos {
    padding: 10px 0;
  }
}
footer .uk-subnav {
  padding: 10px 0;
}
footer .uk-subnav > li {
  padding-left: 10px;
}
footer .uk-subnav > li:before {
  margin-right: 10px;
}
footer .uk-subnav > li a {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #197e97 !important;
  text-transform: none !important;
}
footer .uk-subnav > li a:hover {
  color: rgba(25, 126, 151, 0.8) !important;
}
footer .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #ed705e;
}
.uk-width-medium {
  width: 380px;
}
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 50px;
}
@media (max-width: 479px) {
  .op-container-padding {
    padding: 0 20px;
  }
}
label {
  font-weight: 600;
  display: block;
}
.uk-input,
.uk-select,
.uk-textarea {
  border-radius: 8px;
  border-color: #07415c;
  color: #07415c;
  font-size: 0.9rem;
  transition: all ease 0.4s;
}
.uk-input:hover,
.uk-select:hover,
.uk-textarea:hover,
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus,
.uk-input:active,
.uk-select:active,
.uk-textarea:active {
  border-color: #197e97;
}
.uk-input.uk-form-muted,
.uk-select.uk-form-muted,
.uk-textarea.uk-form-muted {
  background: #d5e7ec;
  border-color: transparent;
}
.uk-input.uk-form-muted:hover,
.uk-select.uk-form-muted:hover,
.uk-textarea.uk-form-muted:hover,
.uk-input.uk-form-muted:focus,
.uk-select.uk-form-muted:focus,
.uk-textarea.uk-form-muted:focus,
.uk-input.uk-form-muted:active,
.uk-select.uk-form-muted:active,
.uk-textarea.uk-form-muted:active {
  background-color: white;
  border-color: #197e97;
}
.uk-list.uk-list-small > li {
  margin-top: 2px;
}
.uk-checkbox {
  border-radius: 4px;
  border-color: #07415c;
}
.uk-checkbox:hover {
  border-color: #197e97;
}
.uk-checkbox:checked {
  background-color: #197e97;
}
header {
  background: #197e97;
  transition: all ease 0.4s;
  height: 80px;
}
@media (max-width: 639px) {
  header {
    height: 60px;
  }
}
@media (max-width: 479px) {
  header {
    height: 45px;
  }
}
header h1.uk-h3 {
  color: white;
}
@media (max-width: 639px) {
  header h1.uk-h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 479px) {
  header h1.uk-h3 {
    font-size: 1.2rem;
  }
}
header .uk-drop {
  border-radius: 8px;
  width: 250px;
}
header .uk-drop .uk-card .uk-list {
  margin: 0;
}
header .uk-drop .uk-card .uk-list li:nth-child(n+2) {
  padding-top: 2px;
}
header .uk-drop .uk-card .uk-list li a {
  color: #07415c;
  font-weight: 600;
  font-size: 0.85rem;
}
header .uk-drop .uk-card .uk-list li a:hover {
  color: rgba(7, 65, 92, 0.6);
}
header .uk-subnav > * {
  padding-left: 10px;
}
header .uk-subnav > * a {
  display: inline-block;
  position: relative;
}
header .uk-subnav > * a.uk-active img * #icon,
header .uk-subnav > * a.uk-active svg * #icon {
  fill: white !important;
}
header .uk-subnav > * img,
header .uk-subnav > * svg {
  width: 30px;
}
@media (max-width: 639px) {
  header .uk-subnav > * img,
  header .uk-subnav > * svg {
    width: 25px;
  }
}
header a img,
header a svg {
  transition: all ease 0.4s;
}
header a img:hover,
header a svg:hover {
  opacity: 0.6;
}
@media (max-width: 639px) {
  header a img.goBack,
  header a svg.goBack {
    width: 12px;
  }
}
header .badge {
  background-color: red;
  color: white;
  border-radius: 200px;
  line-height: 16px;
  height: 16px;
  min-width: 16px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: -6px;
  top: -6px;
  z-index: 10;
  font-size: 9px;
  font-weight: bold;
}
header .badge[data-numero="0"] {
  display: none;
}
ul.uk-subnav.op-tab > li a {
  font-size: 1.2rem;
  margin: 0 30px;
  text-transform: none;
  color: rgba(96, 134, 151, 0.5);
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: all ease 0.4s;
}
@media (min-width: 640px) {
  ul.uk-subnav.op-tab > li a {
    padding: 0 20px;
    margin: 0 50px;
    font-size: 1.3rem;
  }
}
ul.uk-subnav.op-tab > li.uk-active a {
  color: #07415c;
  border-bottom: 2px solid #ed705e;
}
.uk-table thead tr th {
  text-transform: none;
  font-weight: 700;
  color: #197e97;
  font-size: 1rem;
}
.uk-table.uk-table-striped tbody tr:nth-of-type(odd) {
  border: none;
  background-color: #eaf3f5;
}
.uk-table.uk-table-striped tbody tr td {
  font-weight: 600;
  font-size: 0.95rem;
}
@media (max-width: 639px) {
  .uk-table.uk-table-striped tbody tr td {
    font-size: 0.83rem;
  }
}
.uk-table.uk-table-striped tbody tr td a.uk-text-primary {
  color: #07415c;
}
.uk-table.uk-table-striped tbody tr td a.uk-text-primary:hover {
  text-decoration: underline;
  color: rgba(7, 65, 92, 0.6) !important;
}
@media (max-width: 959px) {
  .op-table.uk-table-divider tbody tr {
    padding: 5px 0 !important;
  }
}
.op-table.uk-table-divider tbody tr td {
  font-weight: 600;
  font-size: 0.95rem;
}
@media (max-width: 959px) {
  .op-table.uk-table-divider tbody tr td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 639px) {
  .op-table.uk-table-divider tbody tr td {
    font-size: 0.83rem;
  }
}
.op-table.uk-table-divider tbody tr td a.uk-text-primary {
  color: #07415c;
}
.op-table.uk-table-divider tbody tr td a.uk-text-primary:hover {
  text-decoration: underline;
  color: rgba(7, 65, 92, 0.6) !important;
}
.op-table.uk-table-divider tbody tr.viewed {
  opacity: 0.6;
}
.op-table.uk-table-divider tbody tr.viewed:hover {
  opacity: 0.9;
}
.uk-section-muted {
  background-color: #d5e7ec;
}
.uk-section-xxsmal {
  padding: 10px 0;
}
.op-offcanvas-search {
  width: 400px;
  z-index: 10000 !important;
  background-color: #fff;
  overflow: auto;
  font-size: 0.875rem;
  position: relative;
  border-left: 1px solid #d5e7ec;
  line-height: 1.2em;
}
@media (max-width: 479px) {
  .op-offcanvas-search {
    width: 270px;
  }
}
.op-offcanvas-search .uk-offcanvas-close {
  padding: 10px;
  border-radius: 0.3125rem;
  color: #07415c;
}
.op-offcanvas-search h6 {
  font-size: 0.95rem;
  margin-bottom: 5px;
}
.op-offcanvas-search input.uk-search-input {
  border-radius: 0.3125rem;
}
.op-offcanvas-search button.uk-button {
  padding: 0 15px;
}
.op-offcanvas-search .uk-accordion {
  margin-top: 0;
}
.op-offcanvas-search .uk-accordion li {
  margin: 0;
}
.op-offcanvas-search .uk-accordion a.uk-accordion-title {
  font-weight: 600;
  padding: 0 15px;
  font-size: 0.95rem;
  border-top: 1px solid #ddd;
  line-height: 3.125rem;
  color: #197e97;
}
.op-offcanvas-search .uk-accordion a.uk-accordion-title:before {
  height: 3.125rem;
}
.op-offcanvas-search .uk-accordion .uk-accordion-content {
  border-top: 1px solid #ddd;
  margin-top: 0;
}
.op-offcanvas-search .uk-accordion .uk-accordion-content label {
  display: block;
  font-size: 0.83rem;
  font-weight: 400;
  color: #999;
  padding: 2px 0;
}
.uk-offcanvas-bar .op-offcanvas-search .uk-accordion .uk-accordion-content label {
  margin: 3px 0;
}
.op-offcanvas-search .uk-accordion .uk-accordion-content label input {
  margin-right: 10px;
}
.op-offcanvas-search .uk-accordion .uk-accordion-content label input.uk-checkbox:checked,
.op-offcanvas-search .uk-accordion .uk-accordion-content label input.uk-checkbox:indeterminate,
.op-offcanvas-search .uk-accordion .uk-accordion-content label input.uk-radio:checked {
  background-color: #07415c;
}
.uk-offcanvas-bar .op-offcanvas-search .uk-accordion .uk-accordion-content label input.uk-checkbox:checked,
.uk-offcanvas-bar .op-offcanvas-search .uk-accordion .uk-accordion-content label input.uk-checkbox:indeterminate,
.uk-offcanvas-bar .op-offcanvas-search .uk-accordion .uk-accordion-content label input.uk-radio:checked {
  background-color: white;
}
.op-offcanvas-search .uk-accordion .uk-accordion-content label input.uk-checkbox:focus,
.op-offcanvas-search .uk-accordion .uk-accordion-content label input.uk-radio:focus {
  border-color: #07415c;
}
.uk-offcanvas-bar .op-offcanvas-search .uk-accordion .uk-accordion-content label input.uk-checkbox:focus,
.uk-offcanvas-bar .op-offcanvas-search .uk-accordion .uk-accordion-content label input.uk-radio:focus {
  border-color: white;
}
.op-offcanvas-search .uk-accordion .uk-accordion-content label:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.op-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #07415c;
  border-radius: 100px;
  margin-right: 10px;
}
.op-bullet.new {
  background: #ed705e;
}
.op-card-chat {
  position: relative;
  border-radius: 15px;
  background-color: #ddd;
  font-size: 1rem;
  padding: 20px;
  margin-bottom: 10px !important;
}
@media (max-width: 639px) {
  .op-card-chat {
    font-size: 0.85rem;
  }
}
.op-card-chat.you {
  color: #07415c;
  background-color: #eaf3f5;
  margin-right: 40px;
  margin-left: 10px;
}
.op-card-chat.you .corner {
  position: absolute;
  bottom: 0;
  left: -15px;
}
.op-card-chat.me {
  background: #197e97;
  color: white;
  margin-left: 40px;
  margin-right: 10px;
}
.op-card-chat.me .corner {
  position: absolute;
  bottom: 0;
  right: -15px;
}
@media (max-width: 639px) {
  .op-info-mensaje {
    font-size: 0.8125rem;
  }
}
input[type='text'].required:placeholder-shown,
input[type='number'].required:placeholder-shown {
  background: rgba(255, 0, 0, 0.05) !important;
  border-bottom: 1px solid rgba(255, 0, 0, 0.2) !important;
}
.conversacion {
  font-weight: 600;
  font-size: 0.95rem;
}
/*# sourceMappingURL=main.css.map */