/*@font-face {
  font-family: 'Eloquia Text';
  src: url('EloquiaText-ExtraLight.woff2') format('woff2'),
      url('EloquiaText-ExtraLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/
/*@font-face {
  font-family: 'Eloquia Display';
  src: url('EloquiaDisplay-ExtraBold.woff2') format('woff2'),
      url('EloquiaDisplay-ExtraBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/
/*1752px*/
@-webkit-keyframes gira {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes gira {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#prepie {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5em 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#223284+0,000000+100 */
  background: linear-gradient(45deg, #223284 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
}
@media screen and (max-width: 1300px) {
  #prepie {
    padding: 7em 0;
  }
}
@media screen and (max-width: 1023px) {
  #prepie {
    padding: 5.5em 0;
  }
}
@media screen and (max-width: 767px) {
  #prepie {
    padding: 3.5em 0;
  }
}
#prepie .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#prepie .row:before, #prepie .row:after {
  content: none;
}
#prepie .row-eventos {
  color: #01B6EC;
}
#prepie .row-eventos .titulo-controles-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#prepie .row-eventos .titulo-controles-wrapper .views-element-container {
  margin-top: 0;
}
#prepie .row-eventos .controles {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#prepie .row-eventos .controles .link {
  display: inline-block;
  margin-right: 1.538em;
  font-size: 0.8125em;
  text-transform: uppercase;
  color: #c4c4c4;
}
@media screen and (max-width: 767px) {
  #prepie .row-eventos .controles .link {
    margin-right: 0.769em;
  }
}
#prepie .row-eventos .controles .link:hover {
  color: white;
}
#prepie .row-eventos .views-element-container {
  width: 100%;
  margin-top: 1.875em;
  /*@media screen and (max-width: 1023px) {
    margin-top: 1.675em;
  }
  @media screen and (max-width: 767px) {
    margin-top: 1.5em;
  }*/
}
@media screen and (max-width: 1300px) {
  #prepie .row-eventos .views-element-container {
    margin-top: 1.75em;
  }
}
#prepie .row-eventos .views-element-container > div, #prepie .row-eventos .views-element-container > div > div {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#prepie .row-eventos .swiper-slide {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #prepie .row-eventos .swiper-slide {
    width: 50%;
  }
}
#prepie .row-eventos .swiper-slide .inner {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.875em 1.875em 2.25em;
  border: thin solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  #prepie .row-eventos .swiper-slide .inner {
    padding: 1.75em 1.75em 2em;
  }
}
@media screen and (max-width: 1023px) {
  #prepie .row-eventos .swiper-slide .inner {
    padding: 1.25em 1.25em 1.375em;
  }
}
@media screen and (max-width: 767px) {
  #prepie .row-eventos .swiper-slide .inner {
    padding: 1.125em 1.125em 1.25em;
  }
}
#prepie .row-eventos .swiper-slide a.inner {
  border-color: #01B6EC;
}
#prepie .row-eventos .swiper-slide .titulo-8 {
  max-width: 19.2em;
  color: #01B6EC;
}
#prepie .row-eventos .swiper-slide p {
  display: inline-block;
  margin: 0;
  font-size: 0.8125em;
  color: #c4c4c4;
}
#prepie .row-noticias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 1.875em;
  padding-top: 1.875em;
  /*@media screen and (max-width: 1023px) {
    margin-top: 1.675em;
    padding-top: 1.675em;
  }
  @media screen and (max-width: 767px) {
    margin-top: 1.5em;
    padding-top: 1.5em;
  }*/
}
@media screen and (max-width: 1300px) {
  #prepie .row-noticias {
    margin-top: 1.75em;
    padding-top: 1.75em;
  }
}
#prepie .row-noticias:before {
  content: "";
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0.75em;
  left: 0.75em;
  border-top: thin solid rgba(255, 255, 255, 0.2);
}
#prepie .row-noticias .intro {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #prepie .row-noticias .intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#prepie .row-noticias .controles {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  #prepie .row-noticias .controles {
    margin-bottom: 0;
  }
}
#prepie .row-noticias .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#prepie .row-noticias .titulo-8 {
  color: #01B6EC;
}
#prepie .row-noticias p {
  max-width: 16.75em;
  display: inline-block;
  margin: 1.25em 0 0;
  font-size: 1em;
  line-height: 137.5%;
  letter-spacing: -0.02em;
}
#prepie .row-noticias .cta-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 1.25em;
}
#prepie .row-noticias .cta {
  background-color: #01B6EC;
}
#prepie .row-noticias .cta:hover {
  background-color: white;
  color: #215EC7;
}
#prepie .row-noticias .cta:after {
  content: "\ea50";
  display: inline-block;
  letter-spacing: 0;
}
#prepie .row-noticias .sans-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #prepie .row-noticias .sans-padding {
    margin-top: 1.75em;
  }
}
#prepie .row-noticias .views-element-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#prepie .row-noticias #swiper-otras-noticias .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: thin solid rgba(255, 255, 255, 0.2);
}
#prepie .row-noticias #swiper-otras-noticias .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0.75em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#prepie .row-noticias #swiper-otras-noticias picture {
  width: 100%;
  display: block;
}
#prepie .row-noticias #swiper-otras-noticias img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  border-radius: 0.5em;
}
#prepie .row-noticias #swiper-otras-noticias .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.25em;
}
#prepie .row-noticias #swiper-otras-noticias time {
  display: inline-block;
  font-size: 0.8125em;
  text-transform: uppercase;
  color: #c4c4c4;
}
#prepie .row-noticias #swiper-otras-noticias .titulo-8 {
  margin-top: 1em;
}
#prepie .row-noticias #swiper-otras-noticias .tags {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 3.125em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 1300px) {
  #prepie .row-noticias #swiper-otras-noticias .tags {
    margin-top: 2.75em;
  }
}
@media screen and (max-width: 1023px) {
  #prepie .row-noticias #swiper-otras-noticias .tags {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  #prepie .row-noticias #swiper-otras-noticias .tags {
    margin-top: 1em;
  }
}
#prepie .row-noticias #swiper-otras-noticias .tags .tag {
  height: 2.666em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.833em 0.833em 0 0;
  padding: 0.333em 1.166em;
  border: thin solid rgba(255, 255, 255, 0.4);
  border-radius: 1.333em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.75em;
  text-align: center;
  color: white;
}
#prepie .row-noticias #swiper-otras-noticias .tags .tag:last-child {
  margin-right: 0;
}
#prepie .row-documentacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7.5em;
}
@media screen and (max-width: 1300px) {
  #prepie .row-documentacion {
    margin-top: 6.5em;
  }
}
@media screen and (max-width: 1023px) {
  #prepie .row-documentacion {
    margin-top: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  #prepie .row-documentacion {
    margin-top: 2.5em;
  }
}
#prepie .row-documentacion .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5em;
  border-radius: 0.75em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: black;
}
@media screen and (max-width: 1300px) {
  #prepie .row-documentacion .inner {
    padding: 2.25em;
  }
}
@media screen and (max-width: 1023px) {
  #prepie .row-documentacion .inner {
    padding: 2em;
  }
}
@media screen and (max-width: 767px) {
  #prepie .row-documentacion .inner {
    padding: 1.125em 1.125em 1.25em;
  }
}
#prepie .row-documentacion .p-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.675em;
  font-size: 0.8125em;
  text-transform: uppercase;
}
#prepie .row-documentacion .p-label:before {
  content: "\ea50";
  display: inline-block;
  margin: 0 0.3125em 0 0;
  font-family: "Material Symbols Sharp";
  font-size: 1.23em;
  font-weight: 400;
  color: #01B6EC;
}
#prepie .row-documentacion .documentacion {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #prepie .row-documentacion .documentacion {
    margin-top: 1.75em;
  }
}
#prepie .row-documentacion .documentacion a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
  border-top: thin solid rgba(255, 255, 255, 0.2);
  font-size: 1.5em;
  font-size: 1.425em;
  line-height: 133.33%;
  letter-spacing: -0.02em;
  color: white;
}
@media screen and (max-width: 1300px) {
  #prepie .row-documentacion .documentacion a {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  #prepie .row-documentacion .documentacion a {
    font-size: 1.25em;
  }
}
#prepie .row-documentacion .documentacion a:last-child {
  border-bottom: thin solid rgba(255, 255, 255, 0.2);
}
#prepie .row-documentacion .documentacion a:hover {
  color: #01B6EC;
}
#prepie .row-documentacion .documentacion a:after {
  content: "\f090";
  display: inline-block;
  margin: 0 0.277em 0 0.277em;
  font-family: "Material Symbols Sharp 48pt";
  font-size: 1.5em;
  font-weight: 300;
  color: #01B6EC;
}
#prepie .swiper-button-prev {
  width: 2.5em;
  height: 2.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  margin: 0;
  border: thin solid #01B6EC;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  color: #01B6EC;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#prepie .swiper-button-prev:hover {
  background-color: rgba(1, 182, 236, 0.2);
}
#prepie .swiper-button-prev:before {
  content: "\e2ea";
  display: inline-block;
  font-family: "Material Symbols Sharp 48pt";
  font-weight: 600;
}
#prepie .swiper-button-prev:after {
  content: none;
}
#prepie .swiper-button-next {
  width: 2.5em;
  height: 2.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  margin: 0 0 0 0.625em;
  border: thin solid #01B6EC;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  color: #01B6EC;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#prepie .swiper-button-next:hover {
  background-color: rgba(1, 182, 236, 0.2);
}
#prepie .swiper-button-next:before {
  content: "\e5e1";
  display: inline-block;
  font-family: "Material Symbols Sharp 48pt";
  font-weight: 600;
}
#prepie .swiper-button-next:after {
  content: none;
}
#prepie #swiper-eventos .swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}