@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZg.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/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZg.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/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.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/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.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/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.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/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.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/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZg.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: #333;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 479px) {
  body,
  html {
    font-size: 14px;
  }
}
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: 12px;
  position: fixed;
  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: #ffa552;
}
#cookies-msg a.uk-button:hover {
  background: #eb7100;
}
#cookies-msg a:not(.uk-button) {
  color: #ffa552;
}
#cookies-msg a:not(.uk-button):hover {
  color: #eb7100;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: 'Inter', sans-serif;
  line-height: 1.2em;
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  font-family: 'Inter', sans-serif;
  line-height: 1.1em;
}
@media (max-width: 479px) {
  .uk-heading-small {
    font-size: 2.1rem;
  }
}
a {
  transition: all ease 0.3s;
}
.uk-button {
  border-radius: 100px;
  text-transform: none;
  font-weight: 400;
}
.uk-button.uk-button-primary {
  background-color: #ffa552;
  color: white;
}
.uk-button.uk-button-primary:hover {
  color: white;
  background-color: rgba(255, 165, 82, 0.8);
}
.uk-button.uk-button-default {
  border-color: #ffa552 !important;
  color: #ffa552 !important;
  background-color: transparent !important;
  -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;
  border-width: 2px;
}
.uk-button.uk-button-default:hover {
  border-color: #ffa552 !important;
  color: #ffa552 !important;
}
.uk-button.uk-button-muted {
  background-color: #eee;
}
.uk-button.uk-button-muted:hover {
  color: #333;
  background-color: #ddd;
}
.uk-button.uk-button-large {
  font-size: 1.1rem;
}
.uk-button.uk-button-large i {
  position: relative;
  top: -3px;
}
@media (max-width: 639px) {
  .uk-button.uk-button-small {
    padding: 0 5px;
  }
}
.uk-text-primary {
  color: #ffa552 !important;
}
.uk-text-secondary {
  color: #2e4f81 !important;
}
small {
  line-height: 1.3em;
  display: inline-block;
}
strong {
  font-weight: 700;
}
.uk-text-bold {
  font-weight: 500;
}
header ul.uk-subnav li a {
  text-transform: none!important;
  font-weight: 500;
  color: #222 !important;
}
header ul.uk-subnav li a:hover {
  color: #ffa552 !important;
}
header ul.uk-subnav li a.uk-active {
  color: #ffa552 !important;
}
@media (max-width: 639px) {
  header img.logo {
    width: 140px;
  }
}
@media (max-width: 479px) {
  header img.logo {
    width: 110px;
  }
}
header a.uk-icon {
  color: #ffa552;
}
.uk-section-secondary {
  background-color: #2e4f81 !important;
}
.uk-section-secondary * {
  color: #ffffff;
}
.uk-breadcrumb {
  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);
}
.offcanvas {
  background-color: #2e4f81;
}
.uk-border-rounded {
  border-radius: 0.625rem;
}
.uk-card-secondary {
  background-color: #2e4f81;
}
.uk-card-secondary .uk-text-primary {
  color: #ffa552 !important;
}
.uk-light .uk-card-secondary .uk-text-primary {
  color: #ffa552 !important;
}
.step {
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  font-size: 1.2rem;
  background-color: #2e4f81;
  border-radius: 100px;
  color: white;
  font-weight: 600;
  border: 3px solid white;
}
.slider-historia:before {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50%;
  height: 3PX;
  background-color: #2e4f81;
}
.uk-position-top-center.badge {
  background-color: #ffa552;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: -20px;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
}
.uk-card.border {
  border: 1px solid #ddd;
}
.border {
  border: 1px solid #ddd;
}
.uk-marker {
  background-color: #ffa552;
}
.names {
  color: #ffa552;
  position: absolute;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 1199px) {
  .names {
    font-size: 1.2rem;
  }
}
@media (max-width: 959px) {
  .names {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .names {
    font-size: 0.8rem;
  }
}
@media (max-width: 479px) {
  .names {
    font-size: 0.8rem;
  }
}
.pointer-vigo {
  left: 81%;
  top: 20%;
}
@media (max-width: 639px) {
  .pointer-vigo {
    left: 81%;
    top: 20%;
  }
}
@media (max-width: 479px) {
  .pointer-vigo {
    left: 81%;
    top: 20%;
  }
}
.vigo {
  left: 38%;
  top: 53%;
}
@media (max-width: 639px) {
  .vigo {
    left: 38%;
    top: 53%;
    font-size: 0.8rem;
    line-height: 17px;
  }
}
@media (max-width: 479px) {
  .vigo {
    left: 38%;
    top: 53%;
    font-size: 0.8rem;
    line-height: 17px;
    border-width: 1px!important;
  }
}
.pointer-amecomra {
  left: 78.5%;
  top: 10%;
}
@media (max-width: 639px) {
  .pointer-amecomra {
    left: 78.5%;
    top: 10%;
  }
}
@media (max-width: 479px) {
  .pointer-amecomra {
    left: 78.5%;
    top: 10%;
  }
}
.pointer-socomebu {
  left: 51%;
  top: 70%;
}
@media (max-width: 639px) {
  .pointer-socomebu {
    left: 51%;
    top: 70%;
  }
}
@media (max-width: 479px) {
  .pointer-socomebu {
    left: 51%;
    top: 70%;
  }
}
.pontevedra {
  left: 35%;
  top: 49%;
}
@media (max-width: 639px) {
  .pontevedra {
    left: 35%;
    top: 49%;
  }
}
@media (max-width: 479px) {
  .pontevedra {
    left: 35%;
    top: 49%;
    font-size: 0.8rem;
    line-height: 17px;
    border-width: 1px!important;
  }
}
.pointer-muros {
  left: 29.5%;
  top: 57.5%;
}
@media (max-width: 639px) {
  .pointer-muros {
    left: 29.5%;
    top: 57.5%;
  }
}
@media (max-width: 479px) {
  .pointer-muros {
    left: 29.5%;
    top: 57.5%;
  }
}
.muros {
  left: 42%;
  top: 69%;
}
@media (max-width: 639px) {
  .muros {
    left: 42%;
    top: 69%;
  }
}
@media (max-width: 479px) {
  .muros {
    left: 22%;
    top: 83%;
    font-size: 0.8rem;
    line-height: 17px;
    border-width: 1px!important;
  }
}
.pointer-arousa-1 {
  left: 66%;
  top: 24.5%;
}
@media (max-width: 639px) {
  .pointer-arousa-1 {
    left: 66%;
    top: 24.5%;
  }
}
@media (max-width: 479px) {
  .pointer-arousa-1 {
    left: 66%;
    top: 24.5%;
  }
}
.pointer-arousa-2 {
  left: 45.5%;
  top: 33.5%;
}
@media (max-width: 639px) {
  .pointer-arousa-2 {
    left: 45.5%;
    top: 33.5%;
  }
}
@media (max-width: 479px) {
  .pointer-arousa-2 {
    left: 45.5%;
    top: 33.5%;
  }
}
.pointer-arousa-3 {
  left: 66%;
  top: 51%;
}
@media (max-width: 639px) {
  .pointer-arousa-3 {
    left: 66%;
    top: 51%;
  }
}
@media (max-width: 479px) {
  .pointer-arousa-3 {
    left: 66%;
    top: 51%;
  }
}
.pointer-arousa-4 {
  left: 78%;
  top: 48%;
}
@media (max-width: 639px) {
  .pointer-arousa-4 {
    left: 78%;
    top: 48%;
  }
}
@media (max-width: 479px) {
  .pointer-arousa-4 {
    left: 78%;
    top: 48%;
  }
}
.pointer-arousa-5 {
  left: 63%;
  top: 50%;
}
@media (max-width: 639px) {
  .pointer-arousa-5 {
    left: 63%;
    top: 50%;
  }
}
@media (max-width: 479px) {
  .pointer-arousa-5 {
    left: 63%;
    top: 50%;
  }
}
.pointer-arousa-7 {
  left: 78%;
  top: 20%;
}
@media (max-width: 639px) {
  .pointer-arousa-7 {
    left: 78%;
    top: 20%;
  }
}
@media (max-width: 479px) {
  .pointer-arousa-7 {
    left: 78%;
    top: 20%;
  }
}
.pointer-arousa-6 {
  left: 86%;
  top: 42%;
}
@media (max-width: 639px) {
  .pointer-arousa-6 {
    left: 86%;
    top: 42%;
  }
}
@media (max-width: 479px) {
  .pointer-arousa-6 {
    left: 86%;
    top: 42%;
  }
}
.arousa {
  left: 46%;
  top: 70%;
}
@media (max-width: 639px) {
  .arousa {
    left: 46%;
    top: 70%;
  }
}
@media (max-width: 479px) {
  .arousa {
    left: 46%;
    top: 70%;
    font-size: 0.8rem;
    line-height: 17px;
    border-width: 1px!important;
  }
}
@media (max-width: 639px) {
  .uk-marker {
    padding: 2px;
  }
}
@media (max-width: 479px) {
  .uk-marker {
    padding: 0;
  }
  .uk-marker img,
  .uk-marker svg {
    width: 15px;
  }
}
.arrow {
  animation: MoveUpDown 1s ease infinite;
  position: absolute;
  bottom: 0;
}
@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 15px;
  }
}
.heading-cover * {
  color: white;
}
.blur {
  background-color: rgba(46, 79, 129, 0.9);
  color: white;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-top: 1px solid #ffa552;
  padding: 18px 15px;
  box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.2);
}
.blur a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 7px 10px;
  border-radius: 6px;
}
.blur a:hover {
  text-decoration: none;
}
.blur a.uk-active {
  background-color: #ffa552;
  color: white;
}
@media (max-width: 405px) {
  .blur a {
    font-size: 0.8rem;
  }
}
@media (max-width: 639px) {
  footer {
    padding-bottom: 80px!important;
  }
}
.cc-button-primary {
  border-radius: 100px;
  background-color: #2e4f81 !important;
}
.cc-button-default {
  border-radius: 100px;
}
@media (max-width: 405px) {
  .hidde-me {
    display: none;
  }
}
.splash {
  position: relative;
}
@media (max-width: 639px) {
  .splash {
    margin-top: -80px;
  }
}
