@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
/************************************
  @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: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #111;
  background: white;
}
@media (max-width: 479px) {
  body,
  html {
    font-size: 14px;
  }
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
  line-height: 1em;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: 'Inter', sans-serif;
  line-height: 1.1em;
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large {
  font-family: 'Inter', sans-serif;
  line-height: 1em;
}
@media (max-width: 639px) {
  .uk-heading-small {
    font-size: 2.4rem;
  }
}
@media (max-width: 479px) {
  .uk-heading-small {
    font-size: 2.3rem;
  }
}
.uk-text-bold {
  font-weight: 500;
}
strong {
  font-weight: 700;
}
.uk-text-primary {
  color: #bdd739 !important;
}
.uk-text-secondary {
  color: #7286bb !important;
}
header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 959px) {
  header {
    padding: 10px 0;
  }
}
header .logo {
  width: 100px;
}
@media (max-width: 959px) {
  header .logo {
    width: 90px;
  }
}
@media (max-width: 639px) {
  header .logo {
    width: 70px;
  }
}
@media (max-width: 479px) {
  header .logo {
    width: 70px;
  }
}
@media (max-width: 959px) {
  header .ue-flag {
    width: 48px;
  }
}
header nav {
  gap: 40px;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  header nav {
    gap: 20px;
    margin-right: 20px;
  }
}
header nav > div .uk-drop {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
header nav > div > a {
  position: relative;
  display: inline-block;
  font-family: 'Inter', sans-serif !important;
  color: #333 !important;
  font-weight: 400;
  font-size: 0.9rem !important;
  text-transform: none !important;
  text-decoration: none;
  min-height: 80px;
  line-height: 80px;
}
header nav > div > a:hover {
  text-decoration: none;
  color: #7286bb;
}
header nav > div > a:hover:before {
  width: 100%;
}
header nav > div > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  height: 3px;
  background-color: #7286bb;
  transition: all 0.3s ease-in-out;
  left: 0;
  right: 100%;
  width: 0;
}
header nav > div .uk-drop {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.uk-button {
  text-transform: none;
}
@media (min-width: 960px) {
  .uk-button {
    line-height: 45px;
    font-size: 0.9em;
  }
}
.uk-button.uk-button-secondary {
  background: linear-gradient(135deg, #7286bb 0%, #5572ba 100%);
}
.uk-button.uk-button-secondary:hover {
  background-color: rgba(114, 134, 187, 0.7);
}
.uk-button.uk-button-primary {
  background: linear-gradient(135deg, #cbdc37 0%, #8bc53f 100%);
}
.uk-button.uk-button-primary:hover {
  background-color: rgba(189, 215, 57, 0.7);
}
.num {
  font-size: 3rem;
  font-weight: 600;
  color: black;
}
.uk-card-secondary .num {
  color: #ffffff !important;
}
.uk-card-primary .num {
  color: #ffffff !important;
}
.uk-card-default {
  box-shadow: 15px 15px 20px rgba(57, 65, 124, 0.08);
  transition: all ease 0.3s;
}
.uk-card-default:hover {
  box-shadow: 2px 2px 4px rgba(57, 65, 124, 0.2) !important;
  transform: translateY(2px);
}
.uk-card-default.border {
  border: 4px solid #bdd739;
}
.uk-card-secondary {
  background-color: #7286bb;
  box-shadow: 15px 15px 20px rgba(57, 65, 124, 0.08);
  transition: all ease 0.3s;
}
.uk-card-secondary:hover {
  background-color: #7286bb;
  box-shadow: 2px 2px 4px rgba(57, 65, 124, 0.2) !important;
  transform: translateY(2px);
}
.uk-card-secondary * {
  color: #ffffff;
}
.uk-card-primary {
  background-color: #bdd739;
  box-shadow: 15px 15px 20px rgba(57, 65, 124, 0.08);
  transition: all ease 0.3s;
}
.uk-card-primary:hover {
  background-color: #bdd739;
  box-shadow: 2px 2px 4px rgba(57, 65, 124, 0.2) !important;
  transform: translateY(2px);
}
.uk-card-primary * {
  color: #ffffff;
}
small {
  display: inline-block;
  line-height: 1.3em;
}
a.uk-link-text {
  text-decoration: none;
}
a.uk-link-text:hover {
  text-decoration: none;
  opacity: 0.7;
}
.vantajas img *,
.vantajas svg * {
  fill: transparent;
  stroke: #7286bb;
}
.uk-card-secondary .vantajas img *,
.uk-card-secondary .vantajas svg * {
  stroke: white;
}
.numbers {
  font-size: 1.3rem !important;
}
.gap-medium {
  gap: 25px;
}
.gap-small {
  gap: 10px;
}
footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer.uk-section-secondary {
  background-color: #415486;
}
footer ul.uk-nav li a {
  font-size: 0.8rem;
  color: #333;
}
footer ul.uk-nav li a:hover {
  color: #999;
}
.offcanvas-bar {
  background-color: white;
}
.offcanvas-bar .uk-nav-default .uk-nav-divider {
  border-top: 1px solid #eee !important;
}
.offcanvas-bar * {
  color: #222 !important;
}
.offcanvas-bar a.uk-button-secondary {
  color: white !important;
}
.offcanvas-bar a.uk-button-default {
  border-color: #999 !important;
}
.uk-breadcrumb {
  /*border-top: 1px solid #eee;*/
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 0;
}
.uk-breadcrumb li a {
  font-size: 12px;
}
.uk-breadcrumb li span {
  font-size: 12px;
}
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  margin: 0 10px 0 calc(10px - 4px);
}
.empresas-icon {
  top: 10px;
}
.empresas-icon img,
.empresas-icon svg {
  fill: transparent !important;
}
.empresas-icon img *,
.empresas-icon svg * {
  fill: transparent !important;
}
.filters {
  position: fixed;
  width: 350px;
  background-color: white;
  border-left: 1px solid #eee;
  padding: 30px;
  height: 100vh;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
}
@media (max-width: 639px) {
  .filters {
    width: 300px;
    padding: 20px;
  }
}
.filters > div + div {
  margin-top: 5px;
}
.uk-text-lead {
  font-size: 1.2rem;
  line-height: 1.2em;
}
.icon {
  top: -20px;
  right: 20px;
}
@media (max-width: 479px) {
  .icon {
    top: -25px;
    right: 5px;
  }
}
.icon > div {
  border-radius: 100px;
}
.icon > div img,
.icon > div svg {
  width: 40px;
  fill: #ffffff !important;
  color: #ffffff !important;
}
@media (max-width: 479px) {
  .icon > div img,
  .icon > div svg {
    width: 25px;
  }
}
.icon > div img *,
.icon > div svg * {
  fill: #ffffff !important;
  color: #ffffff !important;
}
.uk-light,
.uk-card-secondary {
  color: #ffffff !important;
}
.uk-light *,
.uk-card-secondary * {
  color: #ffffff !important;
}
.blur-me {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(150%) blur(20px);
  backdrop-filter: saturate(150%) blur(20px);
  background-color: rgba(0, 0, 0, 0.2);
}
.logos-group {
  border: #ccc dotted 2px;
}
@media (max-width: 959px) {
  .logos-group {
    padding: 20px;
  }
  .logos-group img {
    width: 150px;
  }
}
.news .desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.labels label,
.labels a {
  user-select: none;
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #ddd;
  font-size: 0.75rem;
  color: #999;
  border-radius: 3px;
}
.labels label:hover,
.labels a:hover {
  text-decoration: none;
  border: 1px solid #ccc;
  color: #666;
}
.desc-small {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.uk-label {
  font-size: 0.8rem;
  text-transform: none;
}
.card-proyecto {
  height: 350px;
}
.card-proyecto:hover .name-proyecto {
  transition: all ease 0.4s;
  opacity: 0;
}
.gradient-overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.gradient-overlay > * {
  color: white;
}
@media (max-width: 639px) {
  .info-proyecto {
    opacity: 1;
    --uk-scale-y: none;
  }
}
.proyecto:hover .num-proyecto-2 {
  right: -30px;
  color: rgba(189, 215, 57, 0.4);
}
.uk-label-secondary {
  background-color: #7286bb;
}
.num-proyecto {
  font-size: 20rem;
  position: absolute;
  left: -30px;
  font-weight: 700;
  color: white;
  top: -50px;
  line-height: 1em;
  mix-blend-mode: difference;
  z-index: -1;
}
.num-proyecto-2 {
  font-size: 10rem;
  position: absolute;
  right: -25px;
  font-weight: 700;
  color: rgba(189, 215, 57, 0.2);
  top: -25px;
  line-height: 1em;
  transition: all ease 0.3s;
}
@media (max-width: 639px) {
  .name-proyecto {
    display: none;
  }
}
.label-member {
  padding: 20px;
  /* --uk-position-margin-offset: 30px; */
  margin: 18px;
  border-radius: 5px;
  color: white !important;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(150%) blur(20px);
  backdrop-filter: saturate(150%) blur(5px);
  background-color: rgba(0, 0, 0, 0.2);
}
.datos-oficina .uk-card {
  font-size: 1.1rem;
  line-height: 1.3em;
}
.datos-oficina .uk-card strong {
  font-size: 1.5rem;
}
.uk-subnav li {
  text-transform: none !important;
}
.uk-subnav li strong {
  font-weight: 600;
}
.uk-subnav li * {
  text-transform: none !important;
}
.uk-link-active {
  background: linear-gradient(135deg, #cbdc37 0%, #8bc53f 100%);
  color: white !important;
}
.ui-datepicker {
  background: white;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5;
}
.ui-datepicker.ui-corner-all {
  border-radius: 5px;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-header {
  background-color: white;
  border: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -2000px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.35;
  cursor: default;
}
.ui-datepicker .ui-datepicker-header .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  float: left;
  border: none;
  background-color: white;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-chevron-left%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-chevron-right%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
}
.ui-datepicker .ui-datepicker-title {
  clear: both;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  margin-top: 10px;
  border: 1px solid #e5e5e5;
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  width: 48%;
  border-radius: 5px;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  float: left;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  float: right;
}
.ui-datepicker .ui-datepicker-title span.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title span.ui-datepicker-year {
  color: #bdd739;
  font-weight: bold;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar {
  clear: both;
}
.ui-datepicker .ui-datepicker-calendar thead tr th {
  padding: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
  color: #46506a;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td span,
.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  display: block;
  padding: 5px;
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
  text-decoration: none;
  border: none;
  background-color: white;
  -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;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td span.ui-state-default,
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-default {
  color: grey;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td span.ui-state-hover,
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-hover {
  background-color: #efefef;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td span.ui-state-active,
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background-color: #bdd739;
  color: white !important;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end span,
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end a {
  color: #ff0000;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month span,
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month a {
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled span,
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled a {
  color: #ddd;
  cursor: default;
}
.inline_ellipssis {
  text-overflow: ellipsis;
  overflow: hidden;
}
.grecaptcha-badge {
  display: none;
}
.buenas-practicas {
  font-size: 1.2rem;
  font-weight: 300;
  min-height: 230px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 479px) {
  .buenas-practicas {
    min-height: 180px;
  }
}
.buenas-practicas .num {
  font-family: 'Inter', sans-serif;
  font-size: 8rem;
  font-weight: 800;
  line-height: 1em;
  position: absolute;
  left: -30px;
  color: rgba(189, 215, 57, 0.3);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 479px) {
  .buenas-practicas .num {
    font-size: 10rem;
  }
}
.buenas-practicas:hover .num {
  left: -40px;
  color: rgba(189, 215, 57, 0.1);
}
