@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css");
/************************************
  @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;
  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;
}
.uk-link,
a {
  color: #009fe3;
  text-decoration: none;
  cursor: pointer;
}
.uk-link:hover,
a:hover {
  color: #4ac9ff;
}
em {
  color: #009fe3;
}
#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: #009fe3;
}
#cookies-msg a.uk-button:hover {
  background: #00587d;
}
#cookies-msg a:not(.uk-button) {
  color: #009fe3;
}
#cookies-msg a:not(.uk-button):hover {
  color: #00587d;
}
a {
  transition: all ease 0.4s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1em;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1em;
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  font-family: "Poppins", sans-serif;
  line-height: 1.1em;
}
.uk-text-bold {
  font-weight: 600;
}
.uk-text-primary {
  color: #009fe3 !important;
}
.uk-text-lead {
  font-family: "Inter", sans-serif;
  line-height: 1.2em;
  font-size: 19px;
}
.uk-text-large {
  font-family: "Inter", sans-serif;
  line-height: 1.2em;
  font-size: 18px;
}
.uk-container-large {
  max-width: 1360px;
}
.uk-container-small {
  max-width: 960px;
}
.uk-section-muted {
  background: #eceef6;
}
.uk-list.uk-list-small > :nth-child(n + 2) {
  margin-top: 0 !important;
}
.uk-button-text {
  padding: 0;
  line-height: 1.5;
  background: 0 0;
  color: #1b68aa;
  position: relative;
  padding-right: 25px;
  border-radius: 0;
  text-transform: none;
  font-size: 1rem;
}
.uk-button-text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  left: auto;
  border: none;
  background-image: url(../svg/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%;
  transition: background-position 0.2s ease-out;
}
.uk-button-text:hover {
  color: #2283d6;
}
.uk-button-text:hover:before {
  background-image: url(../svg/icon-arrow.svg);
  background-position: 100% 50%;
}
header {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 12px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 15px rgba(39, 44, 63, 0.06);
}
header .logo-pidedg {
  transition: all ease 0.4s;
  width: 10rem;
}
@media (max-width: 1199px) {
  header .logo-pidedg {
    width: 8.75rem;
  }
}
@media (max-width: 959px) {
  header .logo-pidedg {
    width: 7.5rem;
  }
}
@media (max-width: 639px) {
  header .logo-pidedg {
    width: 6.25rem;
  }
}
header .logo-aer {
  transition: all ease 0.4s;
  width: 9.3rem;
}
@media (max-width: 1199px) {
  header .logo-aer {
    width: 8rem;
  }
}
@media (max-width: 959px) {
  header .logo-aer {
    width: 7rem;
  }
}
@media (max-width: 639px) {
  header .logo-aer {
    width: 6rem;
  }
}
header nav ul.uk-subnav li a:not(.uk-button) {
  font-family: "Poppins", sans-serif;
  color: #333 !important;
  font-weight: 500;
}
header nav ul.uk-subnav li a:not(.uk-button):hover {
  color: #1b68aa !important;
}
header nav ul.uk-subnav li.uk-active a {
  color: #009fe3 !important;
}
header nav .uk-navbar-toggle {
  min-height: auto;
}
.uk-button {
  transition: all ease 0.4s;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-radius: 6.25rem;
}
.uk-button-primary {
  color: white !important;
  background-color: #009fe3 !important;
}
.uk-button-primary:hover {
  color: white !important;
  background-color: #17baff !important;
}
.uk-button-usuarios {
  color: white !important;
  background-color: #d13e21;
}
.uk-button-usuarios:hover {
  color: white !important;
  background-color: #e15e44;
}
.uk-button-secondary {
  color: white !important;
  background-color: #1b68aa;
}
.uk-button-secondary:hover {
  color: white !important;
  background-color: #2283d6;
}
#nav-mobile ul.uk-nav-default li a {
  font-size: 0.9rem;
  padding: 0.75rem 0 !important;
}
#nav-mobile ul.uk-nav-default li.uk-active a {
  color: #009fe3;
}
#nav-mobile input {
  border-radius: 100px;
}
.uk-light * {
  color: #ffffff;
}
.uk-slideshow .info > *:not(p, a) {
  line-height: 1em;
}
.uk-card-primary {
  background-color: #1b68aa;
}
.uk-card {
  border-radius: 0.75rem;
  transition: all ease 0.4s;
}
.uk-card .uk-button:not(.uk-button-text) {
  background-color: #fff;
  color: #111;
  border-color: transparent;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.uk-card .uk-button:not(.uk-button-text).uk-button-default {
  color: #111;
  background-color: #fff;
}
.uk-card .uk-button:not(.uk-button-text).uk-button-default:hover {
  color: #111;
  background-color: #fff;
  box-shadow: -2px -2px 5px rgba(255, 255, 255, 0.1), 2px 2px 4px rgba(57, 65, 124, 0.2);
}
.uk-card h3 {
  font-weight: 500;
  line-height: 1.2em;
}
.uk-card-default {
  box-shadow: 15px 15px 20px rgba(57, 65, 124, 0.08);
}
.uk-card-default.uk-card-hover:hover {
  box-shadow: 2px 2px 4px rgba(57, 65, 124, 0.2) !important;
  transform: translateY(3px);
}
footer .logo-pidedg {
  transition: all ease 0.4s;
  width: 6rem;
}
@media (max-width: 1199px) {
  footer .logo-pidedg {
    width: 5.5rem;
  }
}
footer .logo-xunta {
  transition: all ease 0.4s;
  width: 11rem;
}
@media (max-width: 1199px) {
  footer .logo-xunta {
    width: 10rem;
  }
}
footer .logo-aer {
  transition: all ease 0.4s;
  width: 7.5rem;
}
@media (max-width: 1199px) {
  footer .logo-aer {
    width: 7rem;
  }
}
@media (max-width: 959px) {
  footer .logo-aer {
    width: 6.25rem;
  }
}
@media (max-width: 639px) {
  footer .logo-aer {
    width: 5rem;
  }
}
.uk-flex-wrap-top .uk-border-rounded {
  border-radius: 5px;
}
.blur-me {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 12px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(0, 0, 0, 0.3);
}
.login {
  width: 1000px;
  padding: 0;
  background-color: transparent;
}
.login ul.uk-list li.uk-active a {
  background-color: #1b68aa;
  color: white;
}
.login ul.uk-list li.uk-active a i {
  display: block;
}
@media (max-width: 639px) {
  .login ul.uk-list li.uk-active a i {
    display: none;
  }
}
.login ul.uk-list li a {
  position: relative;
  display: block;
  background-color: #f6f7fb;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 3px 0;
  font-size: qrem;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}
.login ul.uk-list li a i {
  display: none;
  right: 10px;
}
@media (max-width: 479px) {
  .login .uk-card-body {
    padding: 20px 30px;
  }
}
.modal-clean {
  padding: 0;
  background-color: transparent;
}
.uk-section:not(.uk-section-default) {
  position: relative;
  z-index: 1;
}
.important {
  color: #c00;
}
label {
  font-size: 80%;
  color: #666;
}
.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);
}
.squares {
  pointer-events: none;
}
.uk-pagination > li {
  margin: 0 2px;
}
.uk-pagination > li a {
  border-radius: 100px;
  min-width: 25px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  padding: 0 5px;
  font-size: 0.85rem;
}
.uk-pagination > li.uk-active a {
  background-color: #009fe3 !important;
  color: white;
}
.novas-form {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  font-size: 0.875rem;
  padding: 0 15px;
  background: #f3f5fb;
  color: #555371;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  border-radius: 500px;
  box-shadow: inset 2px 2px 4px rgba(57, 65, 124, 0.1), inset -2px -2px 2px #fff;
}
.novas-form:focus {
  background-color: #eceef8;
  color: #555371;
  box-shadow: inset 1px 1px 2px rgba(80, 110, 140, 0.2), inset -1px -1px 2px #fff;
}
.uk-dropdown {
  border-radius: 0.625rem;
}
.uk-dropdown ul.uk-nav li a {
  color: #666;
  font-size: 0.8rem;
}
.uk-border-rounded {
  border-radius: 1rem;
}
.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;
}
.drop-shadow-square {
  width: 195px;
  box-shadow: 0 5px 30px rgba(60, 65, 124, 0.1);
  border-radius: 50px;
  max-width: 45vw;
  background-color: white;
}
.box-shadow-square {
  box-shadow: 20px 20px 20px rgba(60, 65, 124, 0.12);
}
.consentimiento > :nth-child(n + 2) {
  margin-top: 0px;
  padding-top: 0px;
}
.consentimiento {
  font-size: 15px;
}
small {
  display: inline-block;
}
@media (min-width: 1200px) {
  .uk-card-large .uk-card-body {
    padding: 70px 50px;
  }
}
.uk-input,
.uk-select,
.uk-textarea {
  font-size: 0.875rem;
}
a.link-toggle {
  margin-bottom: 1.875rem;
  display: block;
  text-decoration: none;
}
a.link-toggle:hover {
  color: rgba(0, 159, 227, 0.7) !important;
}
.aer-tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none;
  position: relative;
}
.aer-tab:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}
.aer-tab > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 479px) {
  .aer-tab > * {
    padding-left: 0px;
  }
}
.aer-tab > * > a {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  justify-content: center;
  padding: 5px 10px;
  color: #999;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
  text-decoration: none;
}
.aer-tab > * > a:hover {
  text-decoration: none;
}
.aer-tab li.uk-active a {
  color: #1b68aa;
  border-color: #1e87f0;
}
.aer-tab li a {
  font-size: 0.8rem;
}
.dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100px;
}
.dot.green {
  background: #6ead6e;
}
.dot.red {
  background: #c02740;
}
.card-table {
  padding: 10px;
}
.card-table + .card-table {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.card-table:hover {
  background-color: #fafafa;
}
.card-table .uk-icon-button {
  width: 30px;
  height: 30px;
}
@media (max-width: 639px) {
  .card-table .row {
    margin-top: 8px;
  }
}
@media (max-width: 639px) {
  .card-table .uk-text-truncate {
    overflow: inherit;
    white-space: inherit;
  }
}
.card-table.plus {
  margin: 2px 0;
}
@media (min-width: 960px) {
  .card-table.plus {
    padding: 18px 10px;
    margin: 5px 0;
  }
}
.uk-pagination > li {
  margin: 0 5px;
}
.uk-pagination > li a {
  border-radius: 100px;
  min-width: 25px;
  line-height: 26px;
  height: 25px;
  text-align: center;
  padding: 0 5px;
  font-size: 0.8rem;
}
.uk-pagination > li a:hover {
  background-color: #eee;
}
.uk-pagination > li span {
  border-radius: 100px;
  line-height: 26px;
  height: 25px;
  text-align: center;
  padding: 0 5px;
  font-size: 0.8rem;
}
.uk-pagination > li span:hover {
  background-color: #eee;
}
.uk-pagination > li span:not(span span, a span) {
  min-width: 25px;
}
.uk-pagination > li.uk-active a {
  background-color: #009fe3;
  color: white;
  font-size: 0.8rem;
}
.uk-pagination > li.uk-active span {
  background-color: #009fe3;
  color: white;
  font-size: 0.8rem;
}
.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.form-switch i:before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.form-switch i:after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch input {
  display: none;
}
.form-switch input:checked + i {
  background-color: #4bd763;
}
.form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}
.form-switch:active i:after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.error-block,
.help-block {
  color: red;
  font-size: 0.75rem;
  font-style: normal;
}
.files-users {
  min-height: 150px;
}
.uk-button-text-card {
  background-color: #1b68aa;
  color: white;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  margin-top: 0px;
  align-items: center;
}
.uk-button-text-card:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 120px;
  width: 20px;
  left: auto;
  border: none;
  background-image: url(../svg/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%;
  transition: background-position 0.2s ease-out;
}
.uk-button-text-card:hover {
  color: #ffffff;
}
.uk-button-text-card:hover:before {
  background-image: url(../svg/icon-arrow-white.svg);
  background-position: 100% 50%;
}
.uk-padding-top {
  padding-top: 2rem;
}
.uk-text-small-s {
  font-size: 0.8rem;
}
.uk-block-helper {
  font-size: 1rem !important;
}
.uk-img-patrocinadores {
  width: auto;
  height: auto;
  max-width: 100%;
  /* La imagen no excederá el ancho del contenedor */
  max-height: 300px;
  /* Altura máxima permitida */
  object-fit: contain;
  /* Escala la imagen manteniendo su proporción */
  display: block;
  /* Asegura que la imagen se comporte como un bloque */
  margin-left: auto;
  margin-right: auto;
}
/* Estilos para el pretítulo */
/* UIkit ya usa uk-h2 para un tamaño de fuente. Podemos hacerlo responsivo */
.info .uk-h2 {
  /* Ejemplo de font-size responsivo con clamp() */
  font-size: clamp(24px, 3.5vw, 48px);
  /* Min 24px, escala con viewport, Max 48px */
  line-height: 1.2;
  white-space: normal;
  /* Asegura que el texto fluya y no se desborde si tiene nowrap en otro sitio */
}
/* Estilos para el título principal */
/* UIkit ya usa uk-heading-large. Lo hacemos responsivo */
.info .uk-heading-large {
  /* Ejemplo de font-size responsivo con clamp() */
  font-size: clamp(36px, 5vw, 80px);
  /* Min 36px, escala con viewport, Max 80px */
  line-height: 1.1;
  white-space: normal;
}
/* Estilos para el subtítulo (párrafo) */
.info p {
  /* Ejemplo de font-size responsivo con clamp() */
  font-size: clamp(16px, 1.8vw, 20px);
  /* Min 16px, escala con viewport, Max 24px */
  line-height: 1.2em;
  margin-top: 10px;
  /* Espacio entre el título y el subtítulo */
  margin-bottom: 20px;
  /* Espacio entre el subtítulo y el botón */
  white-space: normal;
  /* Si el subtítulo debe ocupar un ancho limitado para que las líneas no sean demasiado largas */
  max-width: 800px;
  /* Ejemplo: Limita el ancho del párrafo en pantallas muy grandes */
  margin-left: auto;
  /* Centrar el párrafo si tiene max-width */
  margin-right: auto;
}
/* Estilos para el botón */
/* UIkit ya maneja los estilos del botón, pero podemos asegurar que no sea excesivamente ancho */
.info .uk-button {
  max-width: 90%;
  /* Evita que el botón sea excesivamente ancho en pantallas grandes o muy pequeñas */
  box-sizing: border-box;
  /* Asegura que el padding y borde se incluyan en el ancho */
  padding-left: 20px;
  /* Asegura un buen padding interno */
  padding-right: 20px;
  margin-bottom: 15px;
}
/* Consideraciones para móviles (media queries específicas) */
/* Aunque clamp() y vw ya son responsivos, a veces querrás un control más directo
   para la legibilidad en pantallas pequeñas donde el vw podría hacer la fuente demasiado pequeña */
@media (max-width: 768px) {
  .info .uk-h2 {
    font-size: 20px;
    /* Un poco más grande o fijo para móviles */
  }
  .info .uk-heading-large {
    font-size: 32px;
    /* Un poco más grande o fijo para móviles */
  }
  .info p {
    font-size: 15px;
    /* Un poco más grande o fijo para móviles */
  }
  .info {
    padding: 0 15px;
    /* Ajusta el padding en pantallas más pequeñas */
  }
}
