/*!
Theme Name: UBPD Portal Web
Theme URI: https://unidadbusqueda.gov.co/
Author: Juan Diego Mesa
Author URI: http://juandiegomesa.com/
Description: tema personalizado para el Portal Web de la UBPD
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

UBPD Portal Web is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
Desarrollado por Juan Diego Mesa O. para la OACP de la UBPD
jdmdigitalcol@gmail.com
juandiegomesa.com 
*/
:root {
  /* Fuentes Desktop*/
  --fuente7: 76px;
  --fuente6: 61px;
  --fuente5: 49px;
  --fuente4: 39px;
  --fuente3: 31px;
  --fuente2: 25px;
  --fuente1: 20px;
  --fuente0: 16px;
  --fuente-1: 13px;
  --fuente-2: 10px;
  --fuente-3: 8px;
  /* Fuentes Tablet*/
  --fuente7_tablet: 5.4vw;
  --fuente6_tablet: 4.35vw;
  --fuente5_tablet: 3.5vw;
  --fuente4_tablet: 2.7vw;
  --fuente3_tablet: 2.2vw;
  --fuente2_tablet: 1.71vw;
  --fuente1_tablet: 1.42vw;
  --fuente0_tablet: 1.2vw;
  --fuente-1_tablet: 0.93vw;
  --fuente-2_tablet: 0.71vw;
  --fuente-3_tablet: 0.57vw;
  /* Fuentes Mobile*/
  --fuente7_mobile: 19vw;
  --fuente6_mobile: 15.25vw;
  --fuente5_mobile: 12.25vw;
  --fuente4_mobile: 8.5vw;
  --fuente3_mobile: 7.8vw;
  --fuente2_mobile: 6.25vw;
  --fuente1_mobile: 5vw;
  --fuente0_mobile: 4vw;
  --fuente-1_mobile: 3.25vw;
  --fuente-2_mobile: 2.5vw;
  --fuente-3_mobile: 2vw;
}

* {
  margin: 0;
  padding: 0;
  text-transform: none;
  text-decoration: none;
  list-style: none;
  line-height: 1;
}
*:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 18vw;
  }
}

a {
  color: inherit;
}

.hidden {
  display: none !important;
}

.UBPDBody {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto var(--fuente0);
  width: 1280px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDBody {
    width: 1100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBody {
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDBody {
    width: 100vw;
    flex-direction: column;
  }
}

main {
  width: 1000px;
  margin: 0 auto;
  order: 1;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  main {
    width: 860px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  main {
    width: 70vw;
  }
}
@media screen and (max-width: 600px) {
  main {
    width: 100vw;
    margin-bottom: var(--fuente1_mobile);
  }
}

.UBPDNav {
  width: 100vw;
}
.UBPDNav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
@media screen and (max-width: 600px) {
  .UBPDNav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 17vw);
    padding-top: 17vw;
    max-height: 0;
    transition-duration: 1s;
  }
  .UBPDNav:not(.opened) {
    border-bottom: solid #088391 1.5vw;
  }
  .UBPDNav.opened {
    max-height: 100dvh;
  }
}
.UBPDNav-mobilebar {
  display: none;
  height: 13vw;
  background-color: #8D4AD3;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  padding: 2vw 5vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .UBPDNav-mobilebar {
    display: flex;
  }
}
.UBPDNav-mobilebar-logo {
  width: 45vw;
}
.UBPDNav-mobilebar-button {
  width: 10vw;
  height: 10vw;
  border: none;
  background-color: transparent;
}
.UBPDNav-mobilebar-button.close {
  background: transparent url("./assets/menu_white_icon.svg") center no-repeat;
  background-size: 70%;
}
.UBPDNav.opened .UBPDNav-mobilebar-button.close {
  background: transparent url("./assets/close_white_icon.svg") center no-repeat;
  background-size: 70%;
}
.UBPDNav-mobilemenu {
  display: none;
  margin-top: -1px;
  height: 26vw;
  background-color: #8D4AD3;
  flex-direction: column;
  justify-content: center;
  width: 90vw;
  padding: 2vw 5vw;
}
@media screen and (max-width: 600px) {
  .UBPDNav-mobilemenu {
    display: flex;
  }
}
.UBPDNav-mobilemenu-item {
  width: 70vw;
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  padding: var(--fuente-3_mobile) 0;
  margin: 0 auto;
  text-align: center;
  border-top: solid 1px #fff;
  font-weight: 600;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-mobilemenu-item {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-mobilemenu-item {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDNav-mobilemenu-item a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNav-mobilemenu-item a:hover {
  color: #000;
}
.UBPDNav-mobilemenu-item a:visited {
  color: #088391;
}
@media screen and (max-width: 600px) {
  .UBPDNav-mobilemenu-item {
    margin: 0 auto;
  }
}
.UBPDNav-mobilemenu-item:nth-last-of-type(1) {
  border-bottom: solid 1px #fff;
}
.UBPDNav-prebar {
  background-color: #8D4AD3;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 1280px;
  padding: var(--fuente-3) calc(50vw - 640px);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDNav-prebar {
    width: 1100px;
    padding: var(--fuente-3) calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-prebar {
    width: 90vw;
    padding: var(--fuente-3_tablet) 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-prebar {
    width: 100vw;
    order: 3;
    height: 40vw;
    position: relative;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-end;
  }
}
.UBPDNav-prebar-mail {
  display: none;
  background-color: #fff;
  position: absolute;
  left: -3vw;
  top: 11vw;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .UBPDNav-prebar-mail {
    display: flex;
  }
}
.UBPDNav-prebar-slogan {
  position: absolute;
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  left: calc(50vw - 640px);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-prebar-slogan {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-prebar-slogan {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDNav-prebar-slogan a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNav-prebar-slogan a:hover {
  color: #000;
}
.UBPDNav-prebar-slogan a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-prebar-slogan {
    left: 5vw;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDNav-prebar-slogan {
    left: calc(50vw - 550px);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-prebar-slogan {
    display: none;
  }
}
.UBPDNav-prebar-logo {
  position: absolute;
  width: 222px;
  left: calc(50vw - 111px);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-prebar-logo {
    width: 15.6vw;
    left: 42.2vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-prebar-logo {
    display: none;
  }
}
.UBPDNav-prebar-logo > img {
  width: 100%;
}
.UBPDNav-prebar-phones {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: var(--fuente1);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-prebar-phones {
    margin-right: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-prebar-phones {
    border-top: solid 1px #fff;
    width: 70vw;
    padding: var(--fuente0_mobile) 5vw var(--fuente0_mobile) 25vw;
    justify-content: space-between;
    margin: 0;
  }
}
.UBPDNav-prebar-phones-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition-duration: 0.5s;
  margin-right: var(--fuente0_mobile);
}
.UBPDNav-prebar-phones-item:hover {
  filter: brightness(0.8);
}
.UBPDNav-prebar-phones-item-icon {
  margin-right: var(--fuente-2);
  width: 22px;
}
.UBPDNav-prebar-phones-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 30px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-prebar-phones-item-info {
    height: var(--fuente3_tablet);
  }
}
.UBPDNav-prebar-phones-item-info > p {
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  line-height: 1.1;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-prebar-phones-item-info > p {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-prebar-phones-item-info > p {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDNav-prebar-phones-item-info > p a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNav-prebar-phones-item-info > p a:hover {
  color: #000;
}
.UBPDNav-prebar-phones-item-info > p a:visited {
  color: #088391;
}
.UBPDNav-prebar-phones-item-info > p:nth-last-of-type(1) {
  font-weight: 800;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-prebar-phones-item-info > p {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-prebar-phones-item-info > p {
    margin: 0;
  }
}
.UBPDNav-prebar-search {
  border-right: solid 1px #fff;
  margin-right: var(--fuente0);
  padding-right: var(--fuente-1);
  height: 22px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-prebar-search {
    margin-right: var(--fuente0_tablet);
    padding-right: var(--fuente-1_tablet);
    height: var(--fuente2_tablet);
  }
}
.UBPDNav-prebar-search > img {
  height: 100%;
}
.UBPDNav-prebar-social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 120px;
}
@media screen and (max-width: 600px) {
  .UBPDNav-prebar-social {
    display: none;
  }
}
.UBPDNav-prebar-social-item {
  transition-duration: 0.5s;
  width: 22px;
}
.UBPDNav-prebar-social-item:hover {
  filter: brightness(0.7);
}
.UBPDNav-prebar-social-item > img {
  width: 100%;
}
.UBPDNav-prebar-mobilesocial {
  display: none;
  width: 70vw;
  padding: var(--fuente0_mobile) 5vw var(--fuente0_mobile) 25vw;
  justify-content: space-between;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .UBPDNav-prebar-mobilesocial {
    display: flex;
  }
}
.UBPDNav-prebar-mobilesocial-item img {
  width: 7vw;
  height: 7vw;
  object-fit: contain;
}
.UBPDNav.fixed .UBPDNav-prebar-phones {
  display: none;
}
.UBPDNav.fixed .UBPDNav-prebar-slogan {
  display: none;
}
.UBPDNav.fixed .UBPDNav-prebar-social {
  height: 35px;
}
.UBPDNav:not(.fixed) .UBPDNav-prebar-search {
  display: none;
}
.UBPDNav:not(.fixed) .UBPDNav-prebar-logo {
  display: none;
}
.UBPDNav-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: var(--fuente-3) calc(50vw - 640px);
  background-color: #fff;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDNav-nav {
    padding: var(--fuente-3) calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-nav {
    padding: var(--fuente-3_tablet) 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-nav {
    display: none;
  }
}
.UBPDNav-nav-logo {
  height: 112px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDNav-nav-logo {
    height: 100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-nav-logo {
    height: 8vw;
  }
}
.UBPDNav-nav-logo > img {
  height: 100%;
}
.UBPDNav-nav-info-date {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0 0 var(--fuente-3) 0;
  font-style: italic;
  text-align: right;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-nav-info-date {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-nav-info-date {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDNav-nav-info-date a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNav-nav-info-date a:hover {
  color: #000;
}
.UBPDNav-nav-info-date a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-nav-info-date {
    margin: 0 0 var(--fuente-3_tablet) 0;
  }
}
.UBPDNav-nav-info-search {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: var(--fuente4);
  box-sizing: border-box;
  border: solid 1px #D4D4D4;
  border-radius: 50vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-nav-info-search {
    width: 30vw;
    height: var(--fuente4_tablet);
  }
}
.UBPDNav-nav-info-search:focus-within {
  border-color: #000;
}
.UBPDNav-nav-info-search:focus-within::after {
  background-color: #8D4AD3;
}
.UBPDNav-nav-info-search > input {
  width: 100%;
  border: none;
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
  padding: var(--fuente-3) var(--fuente4) var(--fuente-3) var(--fuente-3);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-nav-info-search > input {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-nav-info-search > input {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDNav-nav-info-search > input a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNav-nav-info-search > input a:hover {
  color: #000;
}
.UBPDNav-nav-info-search > input a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-nav-info-search > input {
    margin: 0;
    padding: var(--fuente-3_tablet) var(--fuente4_tablet) var(--fuente-3_tablet) var(--fuente-3_tablet);
  }
}
.UBPDNav-nav-info-search > input:focus {
  outline: none;
}
.UBPDNav-nav-info-search:after {
  content: "";
  transition-duration: 0.5s;
  position: absolute;
  right: -1px;
  top: -1px;
  width: var(--fuente4);
  height: var(--fuente4);
  background: #D4D4D4 url("./assets/glass_white_icon.svg") center no-repeat;
  background-size: var(--fuente1);
  border-radius: 50%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-nav-info-search:after {
    width: var(--fuente4_tablet);
    height: var(--fuente4_tablet);
    background-size: var(--fuente1_tablet);
  }
}
.UBPDNav.fixed .UBPDNav-nav {
  display: none;
}
.UBPDNav-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  .UBPDNav-menu {
    flex-direction: column;
    box-sizing: border-box;
  }
}
.UBPDNav-menu-container {
  background-color: #088391;
  margin: 0 auto;
  width: 1280px;
  padding: 0 calc(50vw - 640px);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDNav-menu-container {
    width: 1100px;
    padding: 0 calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-menu-container {
    margin: 0 auto;
    width: 90vw;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-menu-container {
    order: 2;
    width: 90vw;
    background-color: #fff;
    margin-bottom: 0;
    overflow-y: scroll;
    padding: 5vw 0;
    height: calc(100dvh - 93vw);
  }
}
.UBPDNav-menu-item {
  transition-duration: 0.5s;
  width: max-content;
  cursor: pointer;
  padding: var(--fuente-2) var(--fuente0);
  position: relative;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDNav-menu-item {
    padding: var(--fuente-2) var(--fuente-2);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-menu-item {
    padding: var(--fuente-2_tablet) var(--fuente-2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-menu-item {
    width: auto;
    border-bottom: solid 1px #D4D4D4;
    padding: var(--fuente-1_mobile) 10vw var(--fuente-1_mobile) 0;
  }
}
.UBPDNav-menu-item:hover, .UBPDNav-menu-item:focus-within {
  background-color: #8D4AD3;
}
@media screen and (max-width: 600px) {
  .UBPDNav-menu-item:hover, .UBPDNav-menu-item:focus-within {
    background-color: #fff;
  }
}
.UBPDNav-menu-item a {
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-menu-item a {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-menu-item a {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDNav-menu-item a a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNav-menu-item a a:hover {
  color: #000;
}
.UBPDNav-menu-item a a:visited {
  color: #088391;
}
@media screen and (max-width: 600px) {
  .UBPDNav-menu-item a {
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
  }
}
.UBPDNav-menu-item .sub-menu {
  overflow: hidden;
  position: absolute;
  left: 0;
  background-color: #fff;
  top: 100%;
  max-height: 0;
  transition-duration: 1s;
  z-index: 20;
  padding: 0;
  width: max-content;
}
@media screen and (max-width: 600px) {
  .UBPDNav-menu-item .sub-menu {
    position: static;
    padding-left: var(--fuente2_mobile);
  }
  .UBPDNav-menu-item .sub-menu:before {
    content: "";
    background: transparent url("./assets/downarrow_orange_icon.svg") center no-repeat;
    background-size: 100%;
    width: 5vw;
    height: 5vw;
    position: absolute;
    bottom: 2.5vw;
    right: 0;
  }
}
.UBPDNav-menu-item:hover .sub-menu, .UBPDNav-menu-item:focus-within .sub-menu {
  max-height: 100dvh;
}
@media screen and (max-width: 600px) {
  .UBPDNav-menu-item:hover .sub-menu, .UBPDNav-menu-item:focus-within .sub-menu {
    padding: var(--fuente-1_mobile) 0 var(--fuente2_mobile) var(--fuente2_mobile);
  }
}
.UBPDNav-menu-item:hover .sub-menu:before, .UBPDNav-menu-item:focus-within .sub-menu:before {
  transform: rotate(-180deg);
}
.UBPDNav-menu-item .sub-menu .UBPDNav-menu-item {
  background-color: #fff;
  border-bottom: solid 1px #D4D4D4;
  min-width: calc(100% - var(--fuente0) * 2);
}
@media screen and (max-width: 600px) {
  .UBPDNav-menu-item .sub-menu .UBPDNav-menu-item {
    padding: var(--fuente-3_mobile) 0;
    min-width: auto;
    border-bottom: none;
    padding-right: 0;
    padding-left: 0;
  }
}
.UBPDNav-menu-item .sub-menu .UBPDNav-menu-item:hover {
  background-color: #8D4AD3;
}
@media screen and (max-width: 600px) {
  .UBPDNav-menu-item .sub-menu .UBPDNav-menu-item:hover {
    background-color: #fff;
  }
}
.UBPDNav-menu-item .sub-menu .UBPDNav-menu-item:hover a {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .UBPDNav-menu-item .sub-menu .UBPDNav-menu-item:hover a {
    color: initial;
  }
}
.UBPDNav-menu-item .sub-menu .UBPDNav-menu-item a {
  color: #000;
  font-weight: 300;
  display: block;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav-menu-item .sub-menu .UBPDNav-menu-item a {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNav-menu-item .sub-menu .UBPDNav-menu-item a {
    margin: 0;
    text-transform: none;
  }
}
.UBPDNav-menu-item:nth-last-of-type(1) .sub-menu {
  left: auto;
  right: 0;
}
.UBPDNav.fixed .UBPDNav-menu-container {
  box-sizing: content-box;
  margin: 0;
  padding: 0 calc(50vw - 640px);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDNav.fixed .UBPDNav-menu-container {
    padding: 0 calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNav.fixed .UBPDNav-menu-container {
    padding: 0 5vw;
  }
}

.UBPDBreadcrumb {
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.UBPDBreadcrumb-container {
  width: 1260px;
  margin: 0 auto;
  padding: var(--fuente-3) calc(50vw - 630px);
  color: #323232;
  font-size: var(--fuente-1);
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  background-color: #EDEDED;
  overflow-x: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBreadcrumb-container {
    width: 90vw;
    padding: var(--fuente-3_tablet) 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDBreadcrumb-container {
    width: 90vw;
    padding: var(--fuente-3_mobile) 5vw;
  }
}
.UBPDBreadcrumb > span {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
  padding: 0 var(--fuente-3);
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
  white-space: nowrap;
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBreadcrumb > span {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDBreadcrumb > span {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDBreadcrumb > span a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDBreadcrumb > span a:hover {
  color: #000;
}
.UBPDBreadcrumb > span a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBreadcrumb > span {
    margin: 0;
    padding: 0 var(--fuente-3_tablet);
    max-width: 20vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDBreadcrumb > span {
    margin: 0;
    max-width: 40vw;
  }
}
.UBPDBreadcrumb > span a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.UBPDBreadcrumb > span a:hover, .UBPDBreadcrumb > span a:focus {
  text-decoration: underline;
  color: #088391;
  font-weight: 600;
}
.UBPDBreadcrumb > span a:visited {
  color: #000;
}

.UBPDMission {
  width: 1280px;
  margin: var(--fuente0) auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDMission {
    width: 1100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDMission {
    margin: var(--fuente0_tablet) auto;
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDMission {
    margin: var(--fuente-3_mobile) auto;
    width: 90vw;
    flex-direction: column;
  }
}
.UBPDMission-element {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: solid #D4D4D4 1px;
  border-radius: var(--fuente0);
  padding: var(--fuente0) var(--fuente2);
  transition-duration: 0.5s;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDMission-element {
    padding: var(--fuente-1);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDMission-element {
    padding: var(--fuente0_tablet) var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDMission-element {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 1vw auto;
  }
}
.UBPDMission-element-info {
  width: 230px;
  padding-right: var(--fuente-1);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDMission-element-info {
    width: 210px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDMission-element-info {
    padding-right: var(--fuente-1_tablet);
    width: 16vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDMission-element-info {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
  }
}
.UBPDMission-element-info-title {
  color: #8D4AD3;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDMission-element-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDMission-element-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDMission-element-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDMission-element-info-title.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDMission-element-info-title {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDMission-element-info-title {
    padding-left: var(--fuente-1_mobile);
    width: 34vw;
    margin: var(--fuente-3_mobile) auto;
  }
}
.UBPDMission-element-info-text {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: var(--fuente-3) 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDMission-element-info-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDMission-element-info-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDMission-element-info-text a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDMission-element-info-text a:hover {
  color: #000;
}
.UBPDMission-element-info-text a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDMission-element-info-text {
    margin: var(--fuente-3_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDMission-element-info-text {
    width: 37vw;
    margin: var(--fuente-3_mobile) auto;
  }
}
.UBPDMission-element-info-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente-1) * 0.75) calc(var(--fuente-1) * 1.5);
  font-size: var(--fuente-1);
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDMission-element-info-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente-1_tablet) * 0.75) calc(var(--fuente-1_tablet) * 1.5);
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDMission-element-info-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente-1_mobile) * 0.75) calc(var(--fuente-1_mobile) * 1.5);
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDMission-element-info-button:visited {
  color: #fff;
}
.UBPDMission-element-info-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
@media screen and (max-width: 600px) {
  .UBPDMission-element-info-button {
    display: none;
  }
}
.UBPDMission-element-info-arrow {
  display: none;
}
@media screen and (max-width: 600px) {
  .UBPDMission-element-info-arrow {
    display: block;
    background: #FF8216 url("./assets/arrow_white_icon.svg") center no-repeat;
    background-size: 7vw;
    width: 12vw;
  }
}
.UBPDMission-element-image {
  position: relative;
  width: 110px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDMission-element-image {
    width: 9vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDMission-element-image {
    display: none;
  }
}
.UBPDMission-element-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(141, 74, 211, 0.1215686275);
  z-index: 5;
  bottom: -4px;
  left: -4px;
}
.UBPDMission-element-image img {
  width: 100%;
  position: relative;
  z-index: 10;
}
.UBPDMission-element:hover, .UBPDMission-element:focus-within {
  border-radius: 0;
  background: #9250E6 url(./assets/waves_white_texture.png) center center;
  background-size: 100%;
}
.UBPDMission-element:hover .UBPDMission-element-info-title, .UBPDMission-element:hover .UBPDMission-element-info-text, .UBPDMission-element:focus-within .UBPDMission-element-info-title, .UBPDMission-element:focus-within .UBPDMission-element-info-text {
  color: #fff;
}

.UBPDSlider {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: var(--fuente2);
  position: relative;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDSlider {
    width: 1100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider {
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider {
    width: 100vw;
    margin-bottom: 0;
    border-radius: 0;
  }
}
.UBPDSlider-container {
  display: flex;
  flex-direction: row;
  transition-duration: 1s;
  width: max-content;
  will-change: transform;
}
@media screen and (max-width: 600px) {
  .UBPDSlider-container {
    transition-duration: 0.4s;
  }
}
.UBPDSlider-element {
  width: 1280px;
  height: 470px;
  position: relative;
  border-radius: var(--fuente0);
  overflow: hidden;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDSlider-element {
    width: 1100px;
    height: 404px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-element {
    width: 90vw;
    height: 33vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-element {
    width: 100vw;
    height: 120vw;
    border-radius: 0;
  }
}
.UBPDSlider-element-full .UBPDSlider-element-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.UBPDSlider-element-info {
  position: absolute;
  top: 140px;
  right: 120px;
  z-index: 15;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 417px;
  height: 360px;
  padding-left: 72px;
  padding-top: 67px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDSlider-element-info {
    width: 358px;
    height: 310px;
    padding-left: 62px;
    padding-top: 57.5px;
    top: 120px;
    right: 103px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-element-info {
    width: 29.3vw;
    height: 24vw;
    padding-left: 4.35vw;
    padding-top: 4.71vw;
    top: 8.4vw;
    right: 10.7vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-element-info {
    width: 90vw;
    height: 65vw;
    padding: 5vw;
    top: 0;
    right: 45vw;
  }
}
.UBPDSlider-element-info-title {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-element-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-element-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente3_mobile);
  }
}
.UBPDSlider-element-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDSlider-element-info-title.right {
  margin-left: auto;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDSlider-element-info-title {
    font-size: var(--fuente2);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-element-info-title {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-element-info-title {
    text-align: center;
    font-size: var(--fuente1_mobile);
    margin: 0;
  }
}
.UBPDSlider-element-info-text {
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-element-info-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-element-info-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDSlider-element-info-text a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDSlider-element-info-text a:hover {
  color: #000;
}
.UBPDSlider-element-info-text a:visited {
  color: #088391;
}
@media screen and (max-width: 600px) {
  .UBPDSlider-element-info-text {
    text-align: center;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDSlider-element-info-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  text-decoration: none;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-element-info-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-element-info-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.75) calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDSlider-element-info-button:visited {
  color: #fff;
}
.UBPDSlider-element-info-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
@media screen and (max-width: 600px) {
  .UBPDSlider-element-info-button {
    margin: 0 auto;
  }
}
.UBPDSlider-element-withimage .UBPDSlider-element-image, .UBPDSlider-element-withvideo .UBPDSlider-element-image {
  display: block;
  margin-left: auto;
  object-fit: cover;
  width: 757px;
  height: 470px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDSlider-element-withimage .UBPDSlider-element-image, .UBPDSlider-element-withvideo .UBPDSlider-element-image {
    width: 650.5px;
    height: 404px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-element-withimage .UBPDSlider-element-image, .UBPDSlider-element-withvideo .UBPDSlider-element-image {
    width: 53.2vw;
    height: 33vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-element-withimage .UBPDSlider-element-image, .UBPDSlider-element-withvideo .UBPDSlider-element-image {
    width: 100vw;
    height: 59.1vw;
  }
}
.UBPDSlider-element-circle {
  position: absolute;
  z-index: 10;
  background-size: 150%;
  border-radius: 50%;
  width: 750px;
  height: 750px;
  top: -140px;
  left: -140px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDSlider-element-circle {
    width: 644.5px;
    height: 644.5px;
    top: -120px;
    left: -120px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-element-circle {
    width: 52.7vw;
    height: 52.7vw;
    top: -8.4vw;
    left: -8.4vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-element-circle {
    width: 190vw;
    height: 190vw;
    top: 45vw;
    left: -45vw;
  }
}
.UBPDSlider-element-circle::after {
  content: "";
  border: solid #FF8216 3px;
  width: 780px;
  height: 780px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDSlider-element-circle::after {
    width: 644.5px;
    height: 644.5px;
    top: -4px;
    right: -17px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-element-circle::after {
    width: 54.8vw;
    height: 54.8vw;
    top: -1.4vw;
    right: -1.4vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-element-circle::after {
    width: 200vw;
    height: 200vw;
    top: -5vw;
    right: -6vw;
  }
}
.UBPDSlider-element-video {
  background: rgba(0, 0, 0, 0.4) url("./assets/play_white_icon.svg") center no-repeat;
  background-size: 10%;
  position: absolute;
  z-index: 7;
  top: 0;
  right: 0;
  transition-duration: 1s;
  width: 757px;
  height: 470px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDSlider-element-video {
    width: 650.5px;
    height: 404px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-element-video {
    width: 53.2vw;
    height: 33vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-element-video {
    width: 100vw;
    height: 59.1vw;
    background-position-y: 45%;
  }
}
.UBPDSlider-element-withimage .UBPDSlider-element-circle {
  background: #8D4AD3 url("./assets/waves_white_texture.png") center center;
  background-size: 100%;
}
.UBPDSlider-element-withvideo:hover .UBPDSlider-element-video {
  background-color: rgba(0, 0, 0, 0.2666666667);
  background-size: 10.5%;
}
.UBPDSlider-element-withvideo .UBPDSlider-element-circle {
  background: #088391 url("./assets/waves_white_texture.png") center center;
  background-size: 100%;
}
.UBPDSlider-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: max-content;
  border-bottom: solid 2px #D4D4D4;
  margin: var(--fuente0) auto var(--fuente2);
  padding: 0 var(--fuente5) var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-controls {
    margin: var(--fuente0_tablet) auto var(--fuente2_tablet);
    padding: 0 var(--fuente5_tablet) var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-controls {
    max-width: 90vw;
    flex-wrap: wrap;
    border-bottom-color: #000;
    margin: var(--fuente0_mobile) auto var(--fuente2_mobile);
    padding: 0 var(--fuente3_mobile) var(--fuente0_mobile);
  }
}
.UBPDSlider-controls-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-controls-buttons {
    padding-right: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-controls-buttons {
    padding-right: var(--fuente0_mobile);
  }
}
.UBPDSlider-controls-buttons-play {
  cursor: pointer;
  border-radius: 50%;
  transition-duration: 0.5s;
  background: #D4D4D4 url("./assets/play_gray_icon.svg") 55% 50% no-repeat;
  background-size: 30%;
  margin: 0 var(--fuente0);
  width: var(--fuente4);
  height: var(--fuente4);
  border: none;
}
.UBPDSlider-controls-buttons-play:hover {
  background-size: 32%;
  background-color: rgba(141, 74, 211, 0.1215686275);
}
.UBPDSlider-controls-buttons-play.active {
  background-image: url("./assets/pause_icon.svg");
  background-size: 55%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-controls-buttons-play {
    width: var(--fuente4_tablet);
    height: var(--fuente4_tablet);
    margin: 0 var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-controls-buttons-play {
    width: var(--fuente4_mobile);
    height: var(--fuente4_mobile);
    margin: 0 var(--fuente0_mobile);
  }
}
.UBPDSlider-controls-buttons-left, .UBPDSlider-controls-buttons-right {
  transition-duration: 0.5s;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  width: var(--fuente2);
  height: var(--fuente2);
  background: transparent url("./assets/doublearrow_gray_icon.svg") 55% 50% no-repeat;
  background-size: 50%;
}
.UBPDSlider-controls-buttons-left:hover, .UBPDSlider-controls-buttons-right:hover {
  background-color: #8D4AD3;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-controls-buttons-left, .UBPDSlider-controls-buttons-right {
    width: var(--fuente2_tablet);
    height: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-controls-buttons-left, .UBPDSlider-controls-buttons-right {
    width: var(--fuente2_mobile);
    height: var(--fuente2_mobile);
  }
}
.UBPDSlider-controls-buttons-left {
  transform: rotate(-180deg);
}
.UBPDSlider-controls-numbers {
  border-left: solid 1px #000;
  padding-left: var(--fuente1);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-controls-numbers {
    padding-left: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-controls-numbers {
    padding-left: var(--fuente1_mobile);
  }
}
.UBPDSlider-controls-numbers-item {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  margin: 0;
  padding: 4px var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-controls-numbers-item {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-controls-numbers-item {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDSlider-controls-numbers-item a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDSlider-controls-numbers-item a:hover {
  color: #000;
}
.UBPDSlider-controls-numbers-item a:visited {
  color: #088391;
}
.UBPDSlider-controls-numbers-item:hover, .UBPDSlider-controls-numbers-item.active {
  color: #8D4AD3;
  text-decoration: underline;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSlider-controls-numbers-item {
    padding: 0.3vw var(--fuente0_tablet);
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSlider-controls-numbers-item {
    padding: 1vw var(--fuente0_mobile);
    margin: 0;
  }
}

.UBPDSidebar {
  position: relative;
  border-left: solid 1px #323232;
  width: 260px;
  padding-left: 10px;
  min-height: 60vh;
  order: 2;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDSidebar {
    width: 223px;
    padding-left: 8.5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSidebar {
    width: 16vw;
    padding-left: 2.2vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSidebar {
    width: 90vw;
    margin: var(--fuente1_mobile) auto 0;
    padding-left: 0;
    border-left: none;
    min-height: auto;
  }
}
.UBPDSidebar-container {
  top: 94px;
  position: sticky;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSidebar-container {
    top: 9.5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSidebar-container {
    position: static;
  }
}
.UBPDSidebar-storiesbanner {
  width: 100%;
}
.UBPDSidebar-story {
  display: block;
  border-bottom: solid 1px #D4D4D4;
  padding-top: var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSidebar-story {
    padding-top: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSidebar-story {
    padding-top: var(--fuente0_mobile);
  }
}
.UBPDSidebar-story-flag {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  background-color: #B3DED8;
  display: inline-block;
  padding: 4px var(--fuente-1);
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSidebar-story-flag {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSidebar-story-flag {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDSidebar-story-flag a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDSidebar-story-flag a:hover {
  color: #000;
}
.UBPDSidebar-story-flag a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSidebar-story-flag {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSidebar-story-flag {
    margin: 0;
  }
}
.UBPDSidebar-story-title {
  color: #000;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSidebar-story-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSidebar-story-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDSidebar-story-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDSidebar-story-title.right {
  margin-left: auto;
}
.UBPDSidebar-story:hover .UBPDSidebar-story-title {
  text-decoration: underline;
}
.UBPDSidebar-document {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition-duration: 0.5s;
  background-color: #D4D4D4;
  margin: var(--fuente-1) 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSidebar-document {
    margin: var(--fuente-1_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSidebar-document {
    margin: var(--fuente-1_mobile) 0;
  }
}
.UBPDSidebar-document-front {
  width: 40%;
}
.UBPDSidebar-document-title {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  width: 57%;
  line-height: 1.1;
  margin-right: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSidebar-document-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSidebar-document-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDSidebar-document-title a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDSidebar-document-title a:hover {
  color: #000;
}
.UBPDSidebar-document-title a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSidebar-document-title {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSidebar-document-title {
    font-size: var(--fuente1_mobile);
  }
}
.UBPDSidebar-document:hover {
  background-color: rgba(141, 74, 211, 0.1215686275);
}
.UBPDSidebar-especial {
  margin: var(--fuente-1) 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSidebar-especial {
    margin: var(--fuente-1_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSidebar-especial {
    margin: var(--fuente-1_mobile) 0;
  }
}
.UBPDSidebar-especial-image {
  transition-duration: 0.5s;
  width: 100%;
}
.UBPDSidebar-especial:hover .UBPDSidebar-especial-image {
  box-shadow: 4px 3px 12px #000;
}
.UBPDSidebar-multimedia {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #D4D4D4;
  margin: var(--fuente-1) 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSidebar-multimedia {
    margin: var(--fuente-1_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSidebar-multimedia {
    margin: var(--fuente-1_mobile) 0;
  }
}
.UBPDSidebar-multimedia-cover {
  position: relative;
  width: 44%;
}
.UBPDSidebar-multimedia-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}
.UBPDSidebar-multimedia-cover-icon {
  transition-duration: 0.5s;
  width: 60%;
  position: absolute;
  left: 20%;
  top: 20%;
}
.UBPDSidebar-multimedia-info {
  width: 55%;
  display: flex;
  flex-direction: column;
}
.UBPDSidebar-multimedia-info-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  margin: var(--fuente-2) auto 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSidebar-multimedia-info-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSidebar-multimedia-info-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.75) calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDSidebar-multimedia-info-button:visited {
  color: #fff;
}
.UBPDSidebar-multimedia-info-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
.UBPDSidebar-multimedia-info-title {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  text-align: center;
  width: 90%;
  margin-top: var(--fuente-2);
  line-height: 1.1;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSidebar-multimedia-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSidebar-multimedia-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDSidebar-multimedia-info-title a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDSidebar-multimedia-info-title a:hover {
  color: #000;
}
.UBPDSidebar-multimedia-info-title a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSidebar-multimedia-info-title {
    margin-top: var(--fuente-2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSidebar-multimedia-info-title {
    font-size: var(--fuente1_mobile);
    margin-top: var(--fuente-2_mobile);
  }
}
.UBPDSidebar-multimedia:hover .UBPDSidebar-multimedia-cover-icon {
  transform: scale(1.08);
}
.UBPDSidebar-banner {
  margin: var(--fuente-1) 0;
}
.UBPDSidebar-banner-image {
  width: 100%;
}

.UBPDSubmenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: var(--fuente1) auto;
  width: 1280px;
  height: 122px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDSubmenu {
    width: 1100px;
    height: 108px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSubmenu {
    width: 90vw;
    height: 9vw;
    margin: var(--fuente1_tablet) auto;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSubmenu {
    width: 90vw;
    height: auto;
    flex-direction: column;
    margin: var(--fuente1_mobile) auto;
  }
}
.UBPDSubmenu-element {
  background-color: #fff;
  position: relative;
  border: solid 1px #D4D4D4;
  border-radius: 8px;
  width: 24%;
  box-sizing: border-box;
  padding: var(--fuente0);
  cursor: pointer;
  z-index: 20;
  min-height: 122px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDSubmenu-element {
    min-height: 108px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSubmenu-element {
    padding: var(--fuente0_tablet);
    min-height: 9vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDSubmenu-element {
    width: 100%;
    border-radius: 4vw;
    padding: var(--fuente0_mobile);
    margin-bottom: 4vw;
    min-height: unset;
  }
}
.UBPDSubmenu-element:after {
  content: "";
  position: absolute;
  background: transparent url("./assets/arrow_orange_icon.svg") center no-repeat;
  background-size: contain;
  bottom: var(--fuente-3);
  right: var(--fuente0);
  width: var(--fuente1);
  height: var(--fuente1);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSubmenu-element:after {
    bottom: var(--fuente-3_tablet);
    right: var(--fuente0_tablet);
    width: var(--fuente1_tablet);
    height: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSubmenu-element:after {
    background-image: url("./assets/arrow_white_icon.svg");
    background-size: 40%;
    background-color: #FF8216;
    transform: rotate(90deg);
    border-radius: 50%;
    top: 7vw;
    bottom: auto;
    right: var(--fuente0_mobile);
    width: var(--fuente1_mobile);
    height: var(--fuente1_mobile);
    padding: 1vw;
  }
}
.UBPDSubmenu-element-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .UBPDSubmenu-element-info {
    justify-content: flex-start;
  }
}
.UBPDSubmenu-element-info-image {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .UBPDSubmenu-element-info-image {
    width: 15%;
  }
}
.UBPDSubmenu-element-info-title {
  color: #323232;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  padding-left: var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSubmenu-element-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSubmenu-element-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDSubmenu-element-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDSubmenu-element-info-title.right {
  margin-left: auto;
}
@media screen and (min-width: 1280px) {
  .UBPDSubmenu-element-info-title {
    font-size: var(--fuente2);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSubmenu-element-info-title {
    margin: 0;
    width: 70%;
  }
}
.UBPDSubmenu-element-menu {
  overflow: hidden;
  max-height: 0;
  transition-duration: 0.5s;
}
.UBPDSubmenu-element-menu-item a {
  display: block;
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  line-height: 1.1;
  padding-bottom: var(--fuente-1);
  border-bottom: solid 1px #D4D4D4;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSubmenu-element-menu-item a {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDSubmenu-element-menu-item a {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDSubmenu-element-menu-item a a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDSubmenu-element-menu-item a a:hover {
  color: #000;
}
.UBPDSubmenu-element-menu-item a a:visited {
  color: #088391;
}
.UBPDSubmenu-element-menu-item a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDSubmenu-element-menu-item a {
    padding-bottom: var(--fuente-1_tablet);
  }
}
.UBPDSubmenu-element.opened:after, .UBPDSubmenu-element:focus-within:after {
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .UBPDSubmenu-element.opened:after, .UBPDSubmenu-element:focus-within:after {
    transform: rotate(-90deg);
  }
}
.UBPDSubmenu-element.opened .UBPDSubmenu-element-menu, .UBPDSubmenu-element:focus-within .UBPDSubmenu-element-menu {
  max-height: 100vh;
}

.UBPDPortaldatos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .UBPDPortaldatos {
    flex-direction: column;
  }
}
.UBPDPortaldatos-item {
  box-sizing: border-box;
  width: 33.333vw;
  padding: var(--fuente5) var(--fuente4) var(--fuente-1);
  background: transparent url("./assets/waves_white_texture.png") center;
  background-size: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPortaldatos-item {
    padding: var(--fuente5_tablet) var(--fuente4_tablet) var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDPortaldatos-item {
    width: 100vw;
    padding: var(--fuente1_mobile) var(--fuente3_mobile);
  }
}
.UBPDPortaldatos-item:nth-of-type(even) {
  background-color: #8D4AD3;
}
.UBPDPortaldatos-item:nth-of-type(odd) {
  background-color: #088391;
}
.UBPDPortaldatos-item-title {
  color: #fff;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente6);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPortaldatos-item-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente6_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDPortaldatos-item-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente6_mobile);
  }
}
.UBPDPortaldatos-item-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDPortaldatos-item-title.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPortaldatos-item-title {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDPortaldatos-item-title {
    text-align: center;
    margin: 0;
  }
}
.UBPDPortaldatos-item-title span {
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente3);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  line-height: 1.1;
  min-height: 6rem;
  margin: 0;
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPortaldatos-item-title span {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDPortaldatos-item-title span {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente3_mobile);
  }
}
.UBPDPortaldatos-item-title span a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDPortaldatos-item-title span a:hover {
  color: #000;
}
.UBPDPortaldatos-item-title span a:visited {
  color: #088391;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDPortaldatos-item-title span {
    font-size: var(--fuente2);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPortaldatos-item-title span {
    min-height: 4.5rem;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDPortaldatos-item-title span {
    font-size: var(--fuente1_mobile);
    text-align: center;
    margin: 0;
    min-height: auto;
  }
}
.UBPDPortaldatos-item-number {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente7);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.2);
  width: max-content;
  margin-left: 0;
  padding: var(--fuente-3) var(--fuente1);
  border-radius: 8px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPortaldatos-item-number {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente7_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDPortaldatos-item-number {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente7_mobile);
  }
}
.UBPDPortaldatos-item-number.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDPortaldatos-item-number.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPortaldatos-item-number {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDPortaldatos-item-number {
    font-size: var(--fuente6_mobile);
  }
}

.UBPDNames {
  width: 1280px;
  position: relative;
  border-top: solid #D4D4D4 2px;
  border-bottom: solid #D4D4D4 2px;
  margin: var(--fuente2) auto;
  padding: var(--fuente3) 0;
  min-height: 440px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDNames {
    width: 1100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames {
    width: 90vw;
    margin: var(--fuente2_tablet) auto;
    padding: var(--fuente3_tablet) 0;
    min-height: 35vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames {
    width: 90vw;
    margin: var(--fuente2_mobile) auto;
    padding: var(--fuente3_mobile) 0 45vw;
    min-height: auto;
  }
}
.UBPDNames-title {
  width: max-content;
  margin: 0 auto 0 var(--fuente2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-title {
    margin: 0 auto 0 var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-title {
    margin: 0;
  }
}
.UBPDNames-title-text {
  text-align: right;
  color: #8D4AD3;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente6);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
  line-height: 0.7;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-title-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente6_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-title-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente6_mobile);
  }
}
.UBPDNames-title-text.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDNames-title-text.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-title-text {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-title-text {
    margin: 0;
    text-align: left;
    font-size: var(--fuente4_mobile);
  }
}
.UBPDNames-title-text span {
  color: #8D4AD3;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 var(--fuente-3) 0;
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-title-text span {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-title-text span {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente3_mobile);
  }
}
.UBPDNames-title-text span.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDNames-title-text span.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-title-text span {
    margin: 0 0 var(--fuente-3_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-title-text span {
    margin: 0 0 var(--fuente-3_mobile) 0;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDNames-title-date {
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  padding: var(--fuente-3) var(--fuente0);
  background-color: #088391;
  width: max-content;
  margin: var(--fuente1) 0 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-title-date {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-title-date {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDNames-title-date a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNames-title-date a:hover {
  color: #000;
}
.UBPDNames-title-date a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-title-date {
    margin: var(--fuente1_tablet) 0 0 auto;
    padding: var(--fuente-3_tablet) var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-title-date {
    margin: var(--fuente-2_mobile) 0 0;
    padding: 1vw var(--fuente0_mobile);
  }
}
.UBPDNames-list {
  width: 800px;
  padding: var(--fuente0) 0;
  margin-left: auto;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDNames-list {
    width: 750px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-list {
    width: 55vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-list {
    width: 90vw;
  }
}
.UBPDNames-list-names {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: var(--fuente-1) 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-list-names {
    padding: var(--fuente-1_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-list-names {
    padding: var(--fuente-1_mobile) 0;
  }
}
.UBPDNames-list-names > p {
  font-family: "Playfair", serif;
  font-style: italic;
  text-transform: capitalize;
  color: #323232;
  width: 45%;
  text-align: center;
  font-size: var(--fuente2);
  padding-bottom: var(--fuente-1);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDNames-list-names > p {
    width: 48%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-list-names > p {
    font-size: var(--fuente2_tablet);
    padding-bottom: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-list-names > p {
    width: 100%;
    font-size: var(--fuente1_mobile);
    padding-bottom: var(--fuente-1_mobile);
  }
}
.UBPDNames-list-number {
  font-family: "Playfair", serif;
  font-style: italic;
  font-size: var(--fuente2);
  color: #323232;
  text-align: center;
  padding-bottom: var(--fuente-1);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-list-number {
    padding-bottom: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-list-number {
    font-size: var(--fuente1_mobile);
    padding-bottom: var(--fuente-1_mobile);
  }
}
.UBPDNames-list-number span {
  font-size: var(--fuente4);
  font-weight: 800;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-list-number span {
    font-size: var(--fuente4_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-list-number span {
    font-size: var(--fuente4_mobile);
  }
}
.UBPDNames-list-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-list-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-list-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.75) calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDNames-list-button:visited {
  color: #fff;
}
.UBPDNames-list-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
@media screen and (max-width: 600px) {
  .UBPDNames-list-button {
    width: 30vw;
    text-align: center;
    margin-right: 0;
    padding: var(--fuente-3_mobile);
  }
}
.UBPDNames-imageBig {
  position: absolute;
  z-index: 4;
  left: -50px;
  bottom: -46px;
  width: 450px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDNames-imageBig {
    width: 380px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-imageBig {
    left: -4.1vw;
    bottom: -3.8vw;
    width: 35vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-imageBig {
    left: -4.1vw;
    bottom: -3.8vw;
    width: 65vw;
  }
}
.UBPDNames-imageSmall {
  position: absolute;
  z-index: 4;
  right: -10px;
  top: -30px;
  width: 300px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDNames-imageSmall {
    width: 270px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames-imageSmall {
    right: -0.9vw;
    top: -2.5vw;
    width: 25vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames-imageSmall {
    right: -26vw;
    top: 7.5vw;
    width: 60vw;
  }
}
.UBPDNames:after {
  content: "";
  position: absolute;
  max-width: 60px;
  width: calc(50vw - 640px);
  height: 100%;
  background: transparent url("./assets/softblue_bar.svg") right bottom no-repeat;
  background-size: contain;
  right: calc((50vw - 640px) * -1);
  bottom: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNames:after {
    right: -5vw;
    width: 5vw;
    max-width: auto;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNames:after {
    right: -5vw;
    width: 8vw;
    max-width: none;
    bottom: auto;
    top: 30vw;
    height: 80vw;
  }
}

.UBPDEspeciales {
  padding: var(--fuente2) calc(50vw - 640px);
  width: 1280px;
  background: #fff url("./assets/waves_orange_texture.png");
  position: relative;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDEspeciales {
    width: 1100px;
    padding: var(--fuente2) calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales {
    width: 90vw;
    padding: var(--fuente2_tablet) 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales {
    width: 100vw;
    padding: var(--fuente2_mobile) 0;
    background-size: 145%;
  }
}
.UBPDEspeciales-nav {
  position: absolute;
  padding: var(--fuente2) var(--fuente0);
  border: none;
  background: rgba(0, 0, 0, 0.7333333333) url("./assets/arrow_white_icon.svg") center no-repeat;
  background-size: var(--fuente-2);
  cursor: pointer;
}
.UBPDEspeciales-nav:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-nav {
    display: none;
  }
}
.UBPDEspeciales-nav-prev {
  left: calc(50vw - (640px + var(--fuente0)));
  top: calc(50% - var(--fuente2));
  transform: rotate(180deg);
  z-index: 15;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDEspeciales-nav-prev {
    left: calc(50vw - (550px + var(--fuente0)));
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-nav-prev {
    left: calc(5vw - var(--fuente5_tablet));
  }
}
.UBPDEspeciales-nav-next {
  right: calc(50vw - (640px + var(--fuente0)));
  top: calc(50% - var(--fuente2));
  z-index: 15;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDEspeciales-nav-next {
    right: calc(50vw - (550px + var(--fuente0)));
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-nav-next {
    right: calc(5vw - var(--fuente5_tablet));
  }
}
.UBPDEspeciales-title {
  display: inline-block;
  background-color: #088391;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-size: var(--fuente3);
  color: #fff;
  padding: var(--fuente-1) var(--fuente2);
  margin-bottom: var(--fuente2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-title {
    padding: var(--fuente-1_tablet) var(--fuente2_tablet);
    font-size: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-title {
    padding: var(--fuente-1_mobile) var(--fuente2_mobile);
    font-size: var(--fuente3_mobile);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-title {
    margin-bottom: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-title {
    margin-bottom: var(--fuente2_mobile);
  }
}
.UBPDEspeciales-container {
  overflow-x: hidden;
  width: 1280px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDEspeciales-container {
    width: 1100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-container {
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-container {
    width: 100vw;
    overflow-x: scroll;
  }
}
.UBPDEspeciales-carrusel {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: max-content;
  transition-duration: 1s;
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-carrusel {
    padding: 0 var(--fuente1_mobile);
  }
}
.UBPDEspeciales-item {
  transition-duration: 1s;
  width: 420px;
  margin: 0 7.5px 0 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDEspeciales-item {
    width: 365px;
    margin: 0 2.5px 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-item {
    width: 28vw;
    margin: 0 3vw 0 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-item {
    width: 80vw;
  }
}
.UBPDEspeciales-item-image {
  width: 100%;
}
.UBPDEspeciales-item:hover {
  width: 530px;
  z-index: 5;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDEspeciales-item:hover {
    width: 455px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-item:hover {
    width: 28vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-item:hover {
    width: 80vw;
  }
}
.UBPDEspeciales-item:hover .UBPDEspeciales-item-info {
  opacity: 1;
}
.UBPDEspeciales-item-info {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6588235294);
  width: 100%;
  height: 100%;
  padding: var(--fuente0);
  top: 0;
  left: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-item-info {
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-item-info {
    opacity: 1;
  }
}
.UBPDEspeciales-item-info-category {
  position: absolute;
  top: var(--fuente0);
  left: var(--fuente0);
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-item-info-category {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-item-info-category {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDEspeciales-item-info-category a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDEspeciales-item-info-category a:hover {
  color: #000;
}
.UBPDEspeciales-item-info-category a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-item-info-category {
    margin: 0;
    position: static;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-item-info-category {
    margin: 0;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDEspeciales-item-info-title {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente2);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-item-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-item-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente2_mobile);
  }
}
.UBPDEspeciales-item-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDEspeciales-item-info-title.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-item-info-title {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-item-info-title {
    margin: 0;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDEspeciales-item-info-summary {
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: var(--fuente-3) 0 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-item-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-item-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDEspeciales-item-info-summary a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDEspeciales-item-info-summary a:hover {
  color: #000;
}
.UBPDEspeciales-item-info-summary a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-item-info-summary {
    margin: var(--fuente-3_tablet) 0 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-item-info-summary {
    margin: var(--fuente-3_mobile) 0 0;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDEspeciales-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  display: block;
  margin: var(--fuente2) auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.75) calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDEspeciales-button:visited {
  color: #fff;
}
.UBPDEspeciales-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-button {
    margin: var(--fuente2_tablet) auto;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-button {
    margin: var(--fuente0_mobile) auto;
  }
}
.UBPDEspeciales-archivo {
  background: #323232 url(./assets/waves_white_texture_big.png) center center;
  padding-bottom: var(--fuente2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo {
    padding-bottom: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo {
    padding-bottom: var(--fuente2_mobile);
  }
}
.UBPDEspeciales-archivo-header {
  position: relative;
  background-size: 100%;
}
.UBPDEspeciales-archivo-header-title {
  position: absolute;
  z-index: 20;
  top: 60px;
  left: calc(50vw - 590px);
  font-family: "Barlow", sans-serif;
  font-size: var(--fuente4);
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDEspeciales-archivo-header-title {
    left: calc(50vw - 500px);
    top: 45px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-header-title {
    left: 10vw;
    top: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-header-title {
    left: 5vw;
    top: 10vw;
  }
}
.UBPDEspeciales-archivo-header-title span {
  color: #FF8216;
  font-family: "Ms Madi", cursive;
  font-size: 120px;
  position: absolute;
  width: max-content;
  top: 100%;
  left: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-header-title span {
    left: 4vw;
    font-size: 10vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-header-title span {
    left: 4vw;
    font-size: 18vw;
  }
}
.UBPDEspeciales-archivo-header-background {
  width: 100vw;
}
.UBPDEspeciales-archivo-header-summary {
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  width: 540px;
  text-align: center;
  padding: var(--fuente1) 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-header-summary {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-header-summary {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDEspeciales-archivo-header-summary a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDEspeciales-archivo-header-summary a:hover {
  color: #000;
}
.UBPDEspeciales-archivo-header-summary a:visited {
  color: #088391;
}
.UBPDEspeciales-archivo-header-carrusel {
  width: 100vw;
  overflow: hidden;
  padding: var(--fuente3) 0;
}
.UBPDEspeciales-archivo-header-carrusel-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: calc(50vw - 640px);
}
.UBPDEspeciales-archivo-header-carrusel-item {
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin-right: var(--fuente6);
}
.UBPDEspeciales-archivo-header-carrusel-item img {
  object-fit: cover;
  transition-duration: 0.5s;
  border-radius: 16px;
  width: 240px;
  height: 240px;
}
.UBPDEspeciales-archivo-header-carrusel-item img:hover {
  width: 250px;
  height: 250px;
  filter: saturate(2);
}
.UBPDEspeciales-archivo-principal {
  display: block;
  width: 1000px;
  margin: 0 auto;
  padding: var(--fuente2) 0;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-principal {
    width: 90vw;
    padding: var(--fuente2_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-principal {
    width: 90vw;
    padding: var(--fuente2_mobile) 0;
  }
}
.UBPDEspeciales-archivo-principal-flag {
  position: absolute;
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #088391;
  top: var(--fuente2);
  margin: 0;
  border-top-left-radius: 16px;
  left: 0;
  padding: var(--fuente-3);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-principal-flag {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-principal-flag {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDEspeciales-archivo-principal-flag a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDEspeciales-archivo-principal-flag a:hover {
  color: #000;
}
.UBPDEspeciales-archivo-principal-flag a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-principal-flag {
    top: var(--fuente2_tablet);
    margin: 0;
    padding: var(--fuente-3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-principal-flag {
    top: var(--fuente2_mobile);
    margin: 0;
    padding: var(--fuente-3_mobile);
  }
}
.UBPDEspeciales-archivo-principal-image {
  width: 100%;
  border-radius: var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-principal-image {
    border-radius: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-principal-image {
    border-radius: var(--fuente0_mobile);
  }
}
.UBPDEspeciales-archivo-category {
  width: 1200px;
  margin: var(--fuente2) auto 0;
  padding: 0 0 var(--fuente2);
  border-top: solid 1px #fff;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDEspeciales-archivo-category {
    width: 1080px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-category {
    margin-top: var(--fuente2_tablet);
    padding-bottom: var(--fuente2_tablet);
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-category {
    width: 90vw;
    margin-top: var(--fuente2_mobile);
    padding-bottom: var(--fuente2_tablet);
  }
}
.UBPDEspeciales-archivo-category-nav {
  position: absolute;
  height: 100%;
  padding: 0 var(--fuente4) 0 var(--fuente1);
  border: none;
  background-color: transparent;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7333333333)), url("./assets/arrow_white_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition-duration: 0.5s;
}
.UBPDEspeciales-archivo-category-nav:hover {
  background-image: linear-gradient(to right, transparent, #000), url("./assets/arrow_white_icon.svg");
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-category-nav {
    display: none;
  }
}
.UBPDEspeciales-archivo-category-nav-prev {
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
  z-index: 15;
}
.UBPDEspeciales-archivo-category-nav-next {
  right: 0;
  bottom: 0;
  z-index: 15;
}
.UBPDEspeciales-archivo-category-title {
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  background-color: #088391;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 var(--fuente2);
  padding: var(--fuente-3);
  width: max-content;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-category-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-category-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDEspeciales-archivo-category-title a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDEspeciales-archivo-category-title a:hover {
  color: #000;
}
.UBPDEspeciales-archivo-category-title a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-category-title {
    margin: 0 0 var(--fuente2_tablet);
    padding: var(--fuente-3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-category-title {
    margin: 0 0 var(--fuente2_mobile);
    padding: var(--fuente-3_mobile);
  }
}
.UBPDEspeciales-archivo-category-container {
  width: max-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  transition-duration: 0.5s;
}
.UBPDEspeciales-archivo-category-carrusel {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-category-carrusel {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-category-carrusel {
    overflow-x: scroll;
  }
}
.UBPDEspeciales-archivo-category-carrusel-item {
  display: block;
  transition-duration: 0.5s;
  width: 290px;
  margin: 0 13.3px 0 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDEspeciales-archivo-category-carrusel-item {
    width: 263px;
    margin: 0 8px 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-category-carrusel-item {
    width: 28vw;
    margin: 0 3vw 0 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-category-carrusel-item {
    width: 80vw;
  }
}
.UBPDEspeciales-archivo-category-carrusel-item-image {
  width: 100%;
}
.UBPDEspeciales-archivo-category-carrusel-item:hover {
  z-index: 5;
}
.UBPDEspeciales-archivo-category-carrusel-item:hover .UBPDEspeciales-archivo-category-carrusel-item-info, .UBPDEspeciales-archivo-category-carrusel-item:focus-within .UBPDEspeciales-archivo-category-carrusel-item-info {
  opacity: 1;
}
.UBPDEspeciales-archivo-category-carrusel-item-info {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6588235294);
  width: 100%;
  height: 100%;
  padding: var(--fuente0);
  top: 0;
  left: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-category-carrusel-item-info {
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-category-carrusel-item-info {
    opacity: 1;
  }
}
.UBPDEspeciales-archivo-category-carrusel-item-info-category {
  position: absolute;
  top: var(--fuente0);
  left: var(--fuente0);
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-category-carrusel-item-info-category {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-category-carrusel-item-info-category {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDEspeciales-archivo-category-carrusel-item-info-category a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDEspeciales-archivo-category-carrusel-item-info-category a:hover {
  color: #000;
}
.UBPDEspeciales-archivo-category-carrusel-item-info-category a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-category-carrusel-item-info-category {
    margin: 0;
    position: static;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-category-carrusel-item-info-category {
    margin: 0;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDEspeciales-archivo-category-carrusel-item-info-title {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-category-carrusel-item-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-category-carrusel-item-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDEspeciales-archivo-category-carrusel-item-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDEspeciales-archivo-category-carrusel-item-info-title.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-category-carrusel-item-info-title {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-category-carrusel-item-info-title {
    margin: 0;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDEspeciales-archivo-category-carrusel-item-info-summary {
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: var(--fuente-3) 0 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-category-carrusel-item-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-category-carrusel-item-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDEspeciales-archivo-category-carrusel-item-info-summary a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDEspeciales-archivo-category-carrusel-item-info-summary a:hover {
  color: #000;
}
.UBPDEspeciales-archivo-category-carrusel-item-info-summary a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEspeciales-archivo-category-carrusel-item-info-summary {
    margin: var(--fuente-3_tablet) 0 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEspeciales-archivo-category-carrusel-item-info-summary {
    margin: var(--fuente-3_mobile) 0 0;
    font-size: var(--fuente-1_mobile);
  }
}

.UBPDHomePodcast {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
}
.UBPDHomePodcast-background {
  width: 100vw;
}
@media screen and (max-width: 600px) {
  .UBPDHomePodcast-background {
    object-fit: cover;
    height: 120vw;
    object-position: right center;
  }
}
.UBPDHomePodcast-transparent {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .UBPDHomePodcast-transparent {
    height: 60%;
    right: -25%;
  }
}
.UBPDHomePodcast-logo {
  position: absolute;
  width: 420px;
  left: calc(50vw - 640px);
  top: var(--fuente3);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDHomePodcast-logo {
    left: calc(50vw - 550px);
    width: 361px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDHomePodcast-logo {
    left: 5vw;
    width: 29.5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDHomePodcast-logo {
    top: var(--fuente3_mobile);
    width: 80%;
    left: 10%;
  }
}
.UBPDHomePodcast-button {
  position: absolute;
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  top: 25%;
  left: calc(50vw - 180px);
  z-index: 15;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDHomePodcast-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDHomePodcast-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.75) calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDHomePodcast-button:visited {
  color: #fff;
}
.UBPDHomePodcast-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDHomePodcast-button {
    left: 37.3vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDHomePodcast-button {
    margin: 0 auto;
    top: auto;
    bottom: var(--fuente2);
    left: 37.3vw;
  }
}
.UBPDHomePodcast-arrows {
  position: absolute;
  width: 50px;
  top: 24%;
  left: 50vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDHomePodcast-arrows {
    width: 3.5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDHomePodcast-arrows {
    display: none;
  }
}
.UBPDHomePodcast-player {
  position: absolute;
  left: calc(50vw - 640px);
  bottom: 5%;
  width: 550px;
  height: 170px;
  z-index: 15;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDHomePodcast-player {
    left: calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDHomePodcast-player {
    left: 5vw;
    bottom: 5%;
    width: 38.6vw;
    height: 10.6vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDHomePodcast-player {
    left: 5vw;
    bottom: 12%;
    height: 46vw;
    width: 60vw;
  }
}
.UBPDHomePodcast-player iframe {
  width: 100%;
  height: 90%;
  position: relative;
  display: block;
}
@media screen and (max-width: 600px) {
  .UBPDHomePodcast-player iframe {
    height: 82%;
  }
}
.UBPDHomePodcast-player > a {
  color: #fff;
  font-family: "Barlow", sans-serif;
  text-decoration: underline;
  transition-duration: 0.5s;
  font-size: var(--fuente-1);
  padding: 4px;
  height: 5%;
}
.UBPDHomePodcast-player > a:hover {
  color: #FF8216;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDHomePodcast-player > a {
    font-size: var(--fuente0_tablet);
    padding: 0.3vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDHomePodcast-player > a {
    font-size: var(--fuente-1_mobile);
    padding: 1vw;
  }
}

.UBPDVideos {
  padding: var(--fuente2) calc(50vw - 640px);
  width: 1280px;
  background: #fff url("./assets/waves_orange_texture.png");
  position: relative;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDVideos {
    width: 1100px;
    padding: var(--fuente2) calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDVideos {
    width: 90vw;
    padding: var(--fuente2_tablet) 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDVideos {
    width: 100vw;
    padding: var(--fuente2_mobile) 0;
  }
}
.UBPDVideos-container {
  overflow-x: hidden;
  width: 1280px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDVideos-container {
    width: 1100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDVideos-container {
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDVideos-container {
    width: 100vw;
    overflow-x: scroll;
  }
}
.UBPDVideos-nav {
  position: absolute;
  padding: var(--fuente2) var(--fuente0);
  border: none;
  background: rgba(0, 0, 0, 0.7333333333) url("./assets/arrow_white_icon.svg") center no-repeat;
  background-size: var(--fuente-2);
  cursor: pointer;
}
.UBPDVideos-nav:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 600px) {
  .UBPDVideos-nav {
    display: none;
  }
}
.UBPDVideos-nav-prev {
  left: calc(50vw - (640px + var(--fuente0)));
  top: calc(25% - var(--fuente2));
  transform: rotate(180deg);
  z-index: 15;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDVideos-nav-prev {
    left: calc(50vw - (550px + var(--fuente0)));
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDVideos-nav-prev {
    left: calc(5vw - var(--fuente5_tablet));
  }
}
.UBPDVideos-nav-next {
  right: calc(50vw - (640px + var(--fuente0)));
  top: calc(25% - var(--fuente2));
  z-index: 15;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDVideos-nav-next {
    right: calc(50vw - (550px + var(--fuente0)));
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDVideos-nav-next {
    right: calc(5vw - var(--fuente5_tablet));
  }
}
.UBPDVideos-carrusel {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  width: max-content;
  transition-duration: 1s;
}
@media screen and (max-width: 600px) {
  .UBPDVideos-carrusel {
    padding: 0 var(--fuente1_mobile);
  }
}
.UBPDVideos-item {
  transition-duration: 0.5s;
  width: 315px;
  margin: 0 6.6px 0 0;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDVideos-item {
    width: 270px;
    margin: 0 6.6px 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDVideos-item {
    width: 22vw;
    margin: 0 0.6vw 0 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDVideos-item {
    width: 70vw;
  }
}
.UBPDVideos-item:hover .UBPDVideos-item-image:after {
  opacity: 0.4;
  background-size: 27%;
}
.UBPDVideos-item-image {
  width: 315px;
  height: 178px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDVideos-item-image {
    width: 270px;
    height: 152.5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDVideos-item-image {
    width: 22vw;
    height: 12.4vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDVideos-item-image {
    width: 70vw;
    height: 39.5vw;
  }
}
.UBPDVideos-item-image:after {
  transition-duration: 0.5s;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000 url("./assets/play_white_icon.svg") center no-repeat;
  background-size: 25%;
  opacity: 0.6;
}
.UBPDVideos-item-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.UBPDVideos-item-info {
  padding: var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDVideos-item-info {
    padding: var(--fuente0_tablet);
  }
}
.UBPDVideos-item-info-flag {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  background-color: #B3DED8;
  width: max-content;
  padding: 4px var(--fuente0);
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDVideos-item-info-flag {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDVideos-item-info-flag {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDVideos-item-info-flag a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDVideos-item-info-flag a:hover {
  color: #000;
}
.UBPDVideos-item-info-flag a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDVideos-item-info-flag {
    margin: 0;
    padding: 0.3vw var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDVideos-item-info-flag {
    padding: 0.3vw var(--fuente0_mobile);
    margin: 0;
  }
}
.UBPDVideos-item-info-title {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  margin: var(--fuente-3) 0 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDVideos-item-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDVideos-item-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDVideos-item-info-title a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDVideos-item-info-title a:hover {
  color: #000;
}
.UBPDVideos-item-info-title a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDVideos-item-info-title {
    margin: var(--fuente-3_tablet) 0 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDVideos-item-info-title {
    margin: var(--fuente-3_mobile) 0 0;
  }
}
.UBPDVideos-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  display: block;
  margin: var(--fuente2) auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDVideos-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDVideos-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.75) calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDVideos-button:visited {
  color: #fff;
}
.UBPDVideos-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDVideos-button {
    margin: var(--fuente2_tablet) auto;
  }
}
@media screen and (max-width: 600px) {
  .UBPDVideos-button {
    margin: var(--fuente0_mobile) auto;
  }
}

.UBPDDocuments {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .UBPDDocuments {
    flex-direction: column;
    padding-bottom: 5vw;
  }
}
.UBPDDocuments-header {
  position: relative;
  background: #8D4AD3 url("./assets/waves_texture.png") center center;
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-size: 80%;
  border-bottom: solid #FF8216 var(--fuente-3);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-header {
    border-bottom-width: var(--fuente-3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-header {
    background-size: 155%;
    border-bottom-width: var(--fuente-3_mobile);
  }
}
.UBPDDocuments-header-info {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100vw;
}
.UBPDDocuments-header-info-title {
  line-height: 1.3;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  width: 680px;
  letter-spacing: 2.345px;
  padding-left: 100px;
  width: 680px;
  font-size: var(--fuente6);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDDocuments-header-info-title {
    padding-left: 70px;
    width: 620px;
    font-size: var(--fuente5);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-header-info-title {
    padding-left: 5vw;
    font-size: var(--fuente5_tablet);
    width: 60vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-header-info-title {
    letter-spacing: 1.8px;
    font-size: var(--fuente2_mobile);
    padding-left: 5vw;
    padding-bottom: 2vw;
    width: 50vw;
  }
}
.UBPDDocuments-header-info-shadow {
  line-height: 0.8;
  text-transform: lowercase;
  position: absolute;
  color: rgba(255, 255, 255, 0.06);
  font-family: "Ms Madi", cursive;
  font-size: 160px;
  font-style: normal;
  width: 1100px;
  font-weight: 400;
  left: -16px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDDocuments-header-info-shadow {
    width: 1000px;
    font-size: 130px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-header-info-shadow {
    width: 70vw;
    font-size: 12vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-header-info-shadow {
    left: -1vw;
    font-size: var(--fuente6_mobile);
    width: 80vw;
    bottom: 10vw;
  }
}
.UBPDDocuments-header-picture {
  left: 0;
  bottom: 0;
  z-index: 6;
  position: relative;
  padding-top: 25px;
  padding-left: calc(50vw - 640px);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDDocuments-header-picture {
    padding-top: 20px;
    padding-left: calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-header-picture {
    padding-top: 2vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-header-picture {
    padding-top: 2vw;
    padding-left: 6vw;
  }
}
.UBPDDocuments-header-picture-circle {
  background-color: #B3DED8;
  z-index: 8;
  border-radius: 50vw;
  width: 220px;
  height: 220px;
  margin-bottom: -8px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDDocuments-header-picture-circle {
    margin-bottom: -8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-header-picture-circle {
    margin-bottom: -1vw;
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-header-picture-circle {
    margin-bottom: -1vw;
    width: 30vw;
    height: 30vw;
  }
}
.UBPDDocuments-header-picture::after {
  content: "";
  position: absolute;
  border: #FF8216 solid 4px;
  z-index: 7;
  border-radius: 50vw;
  width: 220px;
  height: 220px;
  top: 5px;
  left: calc(50vw - 660px);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDDocuments-header-picture::after {
    left: calc(50vw - 570px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-header-picture::after {
    left: 2vw;
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-header-picture::after {
    left: 2vw;
    width: 30vw;
    height: 30vw;
  }
}
.UBPDDocuments-header-picture-image {
  position: absolute;
  top: 60px;
  left: calc(50vw - 580px);
  width: 200px;
  height: 200px;
  z-index: 10;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDDocuments-header-picture-image {
    left: calc(50vw - 490px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-header-picture-image {
    left: 10vw;
    width: 17vw;
    height: 17vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-header-picture-image {
    top: 8vw;
    left: 12vw;
    width: 27vw;
    height: 27vw;
  }
}
.UBPDDocuments-principal {
  width: 62.5%;
  padding-left: calc(50vw - 640px);
  padding-bottom: var(--fuente4);
  background-color: #D4D4D4;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDDocuments-principal {
    padding-left: calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-principal {
    padding-bottom: var(--fuente4_tablet);
    padding-left: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-principal {
    width: 100vw;
    padding-bottom: var(--fuente4_mobile);
    padding-left: 0;
  }
}
.UBPDDocuments-principal-title {
  display: inline-block;
  background-color: #088391;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-size: var(--fuente3);
  color: #fff;
  padding: var(--fuente-1) var(--fuente2);
  margin-top: var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-principal-title {
    padding: var(--fuente-1_tablet) var(--fuente2_tablet);
    font-size: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-principal-title {
    padding: var(--fuente-1_mobile) var(--fuente2_mobile);
    font-size: var(--fuente3_mobile);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-principal-title {
    margin-top: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-principal-title {
    margin-top: 0;
  }
}
.UBPDDocuments-principal-documento {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: var(--fuente2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-principal-documento {
    padding-top: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-principal-documento {
    padding-top: var(--fuente2_mobile);
    flex-direction: column;
    align-items: center;
    width: 90vw;
    margin: 0 auto;
  }
}
.UBPDDocuments-principal-documento-image {
  width: 50%;
}
.UBPDDocuments-principal-documento-info {
  padding: var(--fuente2) var(--fuente2) 0 var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-principal-documento-info {
    padding: var(--fuente2_tablet) var(--fuente2_tablet) 0 var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-principal-documento-info {
    padding: 0;
  }
}
.UBPDDocuments-principal-documento-info-title {
  color: #000;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-principal-documento-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-principal-documento-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente3_mobile);
  }
}
.UBPDDocuments-principal-documento-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDDocuments-principal-documento-info-title.right {
  margin-left: auto;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDDocuments-principal-documento-info-title {
    font-size: var(--fuente2);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-principal-documento-info-title {
    font-size: var(--fuente2_mobile);
  }
}
.UBPDDocuments-principal-documento-info-summary {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-principal-documento-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-principal-documento-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDDocuments-principal-documento-info-summary a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDDocuments-principal-documento-info-summary a:hover {
  color: #000;
}
.UBPDDocuments-principal-documento-info-summary a:visited {
  color: #088391;
}
.UBPDDocuments-principal-documento-info-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  display: flex;
  height: var(--fuente3);
  align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-principal-documento-info-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-principal-documento-info-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.75) calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDDocuments-principal-documento-info-button:visited {
  color: #fff;
}
.UBPDDocuments-principal-documento-info-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-principal-documento-info-button {
    height: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-principal-documento-info-button {
    height: var(--fuente3_mobile);
  }
}
.UBPDDocuments-principal-documento-info-button img {
  height: var(--fuente3);
  margin-right: var(--fuente-2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-principal-documento-info-button img {
    margin-right: var(--fuente-2_tablet);
    height: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-principal-documento-info-button img {
    margin-right: var(--fuente-2_mobile);
    height: var(--fuente3_mobile);
  }
}
.UBPDDocuments-lista {
  padding: var(--fuente2) calc(50vw - 640px) 0 var(--fuente2);
  width: 37.5%;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDDocuments-lista {
    padding-right: calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-lista {
    padding: var(--fuente2_tablet) 5vw 0 var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-lista {
    width: 90vw;
    margin: 0 auto;
    padding: 0;
  }
}
.UBPDDocuments-lista-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: solid 1px #D4D4D4;
  padding: var(--fuente-3) 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-lista-item {
    padding: var(--fuente-3_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-lista-item {
    padding: var(--fuente-3_mobile) 0;
  }
}
.UBPDDocuments-lista-item:nth-last-of-type(1) {
  border-bottom: none;
}
.UBPDDocuments-lista-item-img {
  width: 30%;
}
.UBPDDocuments-lista-item-info {
  padding-top: var(--fuente-3);
  padding-left: var(--fuente-2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-lista-item-info {
    padding-top: var(--fuente-3_tablet);
    padding-left: var(--fuente-2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-lista-item-info {
    padding-top: var(--fuente-3_mobile);
    padding-left: var(--fuente-2_mobile);
  }
}
.UBPDDocuments-lista-item-info-date {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-lista-item-info-date {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-lista-item-info-date {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDDocuments-lista-item-info-date a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDDocuments-lista-item-info-date a:hover {
  color: #000;
}
.UBPDDocuments-lista-item-info-date a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-lista-item-info-date {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-lista-item-info-date {
    margin: 0;
  }
}
.UBPDDocuments-lista-item-info-title {
  color: #000;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-lista-item-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-lista-item-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDDocuments-lista-item-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDDocuments-lista-item-info-title.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-lista-item-info-title {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-lista-item-info-title {
    margin: 0;
  }
}
.UBPDDocuments-lista-item-info-text {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: var(--fuente-3) 0 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-lista-item-info-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-lista-item-info-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDDocuments-lista-item-info-text a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDDocuments-lista-item-info-text a:hover {
  color: #000;
}
.UBPDDocuments-lista-item-info-text a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-lista-item-info-text {
    margin: var(--fuente-3_tablet) 0 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-lista-item-info-text {
    margin: var(--fuente-3_mobile) 0 0;
  }
}
.UBPDDocuments-lista-item-info-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.375) calc(var(--fuente0) * 0.75);
  font-size: var(--fuente0);
  display: block;
  margin-top: var(--fuente-2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-lista-item-info-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.375) calc(var(--fuente0_tablet) * 0.75);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-lista-item-info-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.375) calc(var(--fuente0_mobile) * 0.75);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDDocuments-lista-item-info-button:visited {
  color: #fff;
}
.UBPDDocuments-lista-item-info-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-lista-item-info-button {
    margin-top: var(--fuente-2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-lista-item-info-button {
    margin-top: var(--fuente-2_mobile);
  }
}
.UBPDDocuments-lista-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  display: block;
  margin: var(--fuente0) auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-lista-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-lista-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.75) calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDDocuments-lista-button:visited {
  color: #fff;
}
.UBPDDocuments-lista-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
.UBPDDocuments-archive {
  background: #FF8216 url(./assets/waves_white_texture.png) center center;
  background-size: 30%;
  width: 1280px;
  padding: var(--fuente5) calc(50vw - 640px) var(--fuente2);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDDocuments-archive {
    width: 1100px;
    padding: var(--fuente5) calc(50vw - 550px) var(--fuente2);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-archive {
    width: 90vw;
    padding: var(--fuente5_tablet) 5vw var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-archive {
    width: 80vw;
    padding: var(--fuente5_mobile) 10vw var(--fuente2_mobile);
  }
}
.UBPDDocuments-archive-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-archive-container {
    flex-direction: column;
  }
}
.UBPDDocuments-archive-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 23%;
  margin-bottom: var(--fuente2);
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-archive-item {
    width: 100%;
    align-items: flex-end;
    margin-bottom: var(--fuente2_mobile);
  }
}
.UBPDDocuments-archive-item-image {
  width: 30%;
  height: 100px;
  object-fit: contain;
}
.UBPDDocuments-archive-item-title {
  color: #000;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente2);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  width: 65%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-archive-item-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-archive-item-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente2_mobile);
  }
}
.UBPDDocuments-archive-item-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDDocuments-archive-item-title.right {
  margin-left: auto;
}
.UBPDDocuments-archive-item:hover .UBPDDocuments-archive-item-title {
  text-decoration: underline;
}
.UBPDDocuments-archive-item-text {
  color: #501717;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  padding-top: var(--fuente-1);
  font-weight: 600;
  border-top: solid 1px #501717;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-archive-item-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-archive-item-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDDocuments-archive-item-text a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDDocuments-archive-item-text a:hover {
  color: #000;
}
.UBPDDocuments-archive-item-text a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-archive-item-text {
    margin-top: 0;
  }
}
.UBPDDocuments-archive-end {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: var(--fuente2) 0 0 calc(50% - 85px);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-archive-end {
    padding: var(--fuente2_tablet) 0 0 calc(50% - 6.3vw);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-archive-end {
    border-top: none;
    padding: var(--fuente2_mobile) 0;
    order: 4;
    flex-direction: column;
    align-items: center;
  }
}
.UBPDDocuments-archive-end-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  background-color: #fff;
  margin: 0 !important;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-archive-end-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-archive-end-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.75) calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDDocuments-archive-end-button:visited {
  color: #fff;
}
.UBPDDocuments-archive-end-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-archive-end-button {
    margin: 0 auto !important;
  }
}
.UBPDDocuments-archive-end-pager {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-archive-end-pager {
    padding-top: var(--fuente1_mobile);
  }
}
.UBPDDocuments-archive-end-pager-text {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  padding-right: var(--fuente-1);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-archive-end-pager-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-archive-end-pager-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDDocuments-archive-end-pager-text a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDDocuments-archive-end-pager-text a:hover {
  color: #000;
}
.UBPDDocuments-archive-end-pager-text a:visited {
  color: #088391;
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-archive-end-pager-text {
    padding-right: var(--fuente1_mobile);
  }
}
.UBPDDocuments-archive-end-pager-prev, .UBPDDocuments-archive-end-pager-next {
  width: var(--fuente2);
  height: var(--fuente4);
  background: #D4D4D4 url("./assets/right_grey_arrow.svg") center no-repeat;
  background-size: 40%;
  transition-duration: 0.5s;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDDocuments-archive-end-pager-prev, .UBPDDocuments-archive-end-pager-next {
    width: var(--fuente2_tablet);
    height: var(--fuente4_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDocuments-archive-end-pager-prev, .UBPDDocuments-archive-end-pager-next {
    width: var(--fuente5_mobile);
    height: var(--fuente3_mobile);
    background-size: 30%;
  }
}
.UBPDDocuments-archive-end-pager-prev:hover, .UBPDDocuments-archive-end-pager-next:hover {
  opacity: 1;
  background-color: #B3DED8;
}
.UBPDDocuments-archive-end-pager-prev {
  opacity: 0.5;
  transform: rotate(180deg);
}

.UBPDEvents {
  background-color: #B3DED8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1280px;
  padding: var(--fuente4) calc(50vw - 640px) var(--fuente5);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDEvents {
    width: 1100px;
    padding: var(--fuente4) calc(50vw - 550px) var(--fuente5);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEvents {
    width: 90vw;
    padding: var(--fuente4_tablet) 5vw var(--fuente5_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEvents {
    width: 70vw;
    flex-direction: column;
    padding: var(--fuente0_mobile) 15vw var(--fuente3_mobile);
  }
}
.UBPDEvents-title {
  width: 32%;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .UBPDEvents-title {
    width: 70vw;
  }
}
.UBPDEvents-title-text {
  text-align: right;
  width: min-content;
  color: #8D4AD3;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente7);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0 0 0 auto;
  line-height: 0.7;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEvents-title-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente7_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEvents-title-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente7_mobile);
  }
}
.UBPDEvents-title-text.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDEvents-title-text.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEvents-title-text {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEvents-title-text {
    margin: 0 0 0 auto;
  }
}
.UBPDEvents-title-text span {
  color: #8D4AD3;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEvents-title-text span {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEvents-title-text span {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente3_mobile);
  }
}
.UBPDEvents-title-text span.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDEvents-title-text span.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEvents-title-text span {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEvents-title-text span {
    margin: 0;
  }
}
.UBPDEvents-container {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .UBPDEvents-container {
    width: 70vw;
    flex-direction: column;
    padding-top: var(--fuente4_mobile);
  }
}
.UBPDEvents-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: var(--fuente4);
  padding-bottom: var(--fuente3);
  width: 49%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEvents-item {
    padding-right: var(--fuente4_tablet);
    padding-bottom: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEvents-item {
    width: 70vw;
    padding-right: 0;
    padding-bottom: var(--fuente0_mobile);
  }
}
.UBPDEvents-item-date {
  padding-right: var(--fuente0);
  padding-bottom: var(--fuente-2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEvents-item-date {
    padding-right: var(--fuente0_tablet);
    padding-bottom: var(--fuente-2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEvents-item-date {
    padding-right: var(--fuente2_mobile);
    padding-bottom: var(--fuente-2_mobile);
  }
}
.UBPDEvents-item-date-month {
  color: #000;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEvents-item-date-month {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEvents-item-date-month {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDEvents-item-date-month a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDEvents-item-date-month a:hover {
  color: #000;
}
.UBPDEvents-item-date-month a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEvents-item-date-month {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEvents-item-date-month {
    margin: 0;
  }
}
.UBPDEvents-item-date-day {
  color: #000;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente4);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  line-height: 0.8;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEvents-item-date-day {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente4_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEvents-item-date-day {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente4_mobile);
  }
}
.UBPDEvents-item-date-day.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDEvents-item-date-day.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEvents-item-date-day {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEvents-item-date-day {
    margin: 0;
    font-size: var(--fuente5_mobile);
  }
}
.UBPDEvents-item.own .UBPDEvents-item-date-day {
  color: #8D4AD3;
}
.UBPDEvents-item-title {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 300;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEvents-item-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDEvents-item-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDEvents-item-title a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDEvents-item-title a:hover {
  color: #000;
}
.UBPDEvents-item-title a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDEvents-item-title {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDEvents-item-title {
    margin: 0;
  }
}
.UBPDEvents-item.own .UBPDEvents-item-title {
  font-weight: 600;
}

.UBPDContent {
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDContent {
    max-width: 1100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent {
    max-width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent {
    max-width: 90vw;
  }
}
.UBPDContent p:not(blockquote p):not(.UBPDContent-boxes p):not(.UBPDTransparencia-documents p) {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent p:not(blockquote p):not(.UBPDContent-boxes p):not(.UBPDTransparencia-documents p) {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent p:not(blockquote p):not(.UBPDContent-boxes p):not(.UBPDTransparencia-documents p) {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDContent p:not(blockquote p):not(.UBPDContent-boxes p):not(.UBPDTransparencia-documents p) a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDContent p:not(blockquote p):not(.UBPDContent-boxes p):not(.UBPDTransparencia-documents p) a:hover {
  color: #000;
}
.UBPDContent p:not(blockquote p):not(.UBPDContent-boxes p):not(.UBPDTransparencia-documents p) a:visited {
  color: #088391;
}
.UBPDContent p:not(blockquote p):not(.UBPDContent-boxes p):not(.UBPDTransparencia-documents p):not(details p):not(.expanded p):not([class^=UBPDBlocks] p) {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .UBPDContent p:not(blockquote p):not(.UBPDContent-boxes p):not(.UBPDTransparencia-documents p):not(details p):not(.expanded p):not([class^=UBPDBlocks] p) {
    width: 90%;
  }
}
.UBPDContent li {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent li {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent li {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDContent li a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDContent li a:hover {
  color: #000;
}
.UBPDContent li a:visited {
  color: #088391;
}
.UBPDContent h2:not(details h2):not(.expanded h2):not([class^=UBPDBlocks] h2), .UBPDContent h3:not(details h3):not(.expanded h3):not([class^=UBPDBlocks] h3):not(.UBPDTransparencia-documents h3), .UBPDContent h4:not(details h4):not(.expanded h4):not([class^=UBPDBlocks] h4), .UBPDContent h5:not(details h5):not(.expanded h5):not([class^=UBPDBlocks] h5), .UBPDContent h6:not(details h6):not(.expanded h6):not([class^=UBPDBlocks] h6) {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .UBPDContent h2:not(details h2):not(.expanded h2):not([class^=UBPDBlocks] h2), .UBPDContent h3:not(details h3):not(.expanded h3):not([class^=UBPDBlocks] h3):not(.UBPDTransparencia-documents h3), .UBPDContent h4:not(details h4):not(.expanded h4):not([class^=UBPDBlocks] h4), .UBPDContent h5:not(details h5):not(.expanded h5):not([class^=UBPDBlocks] h5), .UBPDContent h6:not(details h6):not(.expanded h6):not([class^=UBPDBlocks] h6) {
    width: 90%;
  }
}
.UBPDContent h2:not([class^=UBPDBlocks] h2) {
  color: #8D4AD3;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente4);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent h2:not([class^=UBPDBlocks] h2) {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente4_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent h2:not([class^=UBPDBlocks] h2) {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente4_mobile);
  }
}
.UBPDContent h2:not([class^=UBPDBlocks] h2).center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDContent h2:not([class^=UBPDBlocks] h2).right {
  margin-left: auto;
}
.UBPDContent h3:not([class^=UBPDBlocks] h3):not(.UBPDTransparencia-documents h3):not(.UBPDContent-boxes-item h3):not(.UBPDTransparencia-list h3) {
  color: #8D4AD3;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent h3:not([class^=UBPDBlocks] h3):not(.UBPDTransparencia-documents h3):not(.UBPDContent-boxes-item h3):not(.UBPDTransparencia-list h3) {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent h3:not([class^=UBPDBlocks] h3):not(.UBPDTransparencia-documents h3):not(.UBPDContent-boxes-item h3):not(.UBPDTransparencia-list h3) {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente3_mobile);
  }
}
.UBPDContent h3:not([class^=UBPDBlocks] h3):not(.UBPDTransparencia-documents h3):not(.UBPDContent-boxes-item h3):not(.UBPDTransparencia-list h3).center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDContent h3:not([class^=UBPDBlocks] h3):not(.UBPDTransparencia-documents h3):not(.UBPDContent-boxes-item h3):not(.UBPDTransparencia-list h3).right {
  margin-left: auto;
}
.UBPDContent h4:not([class^=UBPDBlocks] h4) {
  color: #8D4AD3;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente2);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent h4:not([class^=UBPDBlocks] h4) {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent h4:not([class^=UBPDBlocks] h4) {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente2_mobile);
  }
}
.UBPDContent h4:not([class^=UBPDBlocks] h4).center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDContent h4:not([class^=UBPDBlocks] h4).right {
  margin-left: auto;
}
.UBPDContent h5:not([class^=UBPDBlocks] h5) {
  color: #8D4AD3;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent h5:not([class^=UBPDBlocks] h5) {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent h5:not([class^=UBPDBlocks] h5) {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDContent h5:not([class^=UBPDBlocks] h5).center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDContent h5:not([class^=UBPDBlocks] h5).right {
  margin-left: auto;
}
.UBPDContent h6:not([class^=UBPDBlocks] h6) {
  color: #8D4AD3;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent h6:not([class^=UBPDBlocks] h6) {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent h6:not([class^=UBPDBlocks] h6) {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDContent h6:not([class^=UBPDBlocks] h6).center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDContent h6:not([class^=UBPDBlocks] h6).right {
  margin-left: auto;
}
.UBPDContent > ul > li {
  list-style: inside url("./assets/corner_list_item.svg");
}
.UBPDContent > ol > li {
  list-style: inside decimal;
}
.UBPDContent > ol:not(.expanded ol):not([class^=UBPDBlocks] ol), .UBPDContent > ul:not(.expanded ul):not([class^=UBPDBlocks] ul) {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .UBPDContent > ol:not(.expanded ol):not([class^=UBPDBlocks] ol), .UBPDContent > ul:not(.expanded ul):not([class^=UBPDBlocks] ul) {
    width: 90%;
  }
}
.UBPDContent > ol, .UBPDContent > ul {
  padding: var(--fuente-2) 0;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .UBPDContent > ol, .UBPDContent > ul {
    padding: var(--fuente-2_mobile) 0;
    width: 90%;
  }
}
.UBPDContent > ol > ul, .UBPDContent > ul > ul {
  padding-left: var(--fuente0);
}
.UBPDContent > ol > ul > li, .UBPDContent > ul > ul > li {
  list-style: inside circle;
}
.UBPDContent iframe, .UBPDContentembed {
  max-width: 100%;
}
.UBPDContent iframe[src*=youtube] {
  width: 720px;
  height: 405px;
  display: block;
  margin: var(--fuente1) auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent iframe[src*=youtube] {
    width: 500px;
    height: 281px;
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent iframe[src*=youtube] {
    width: 100vw;
    height: 56vw;
  }
}
.UBPDContent figure.wp-block-image:not(details figure) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: var(--fuente1) auto;
  width: 72%;
}
@media screen and (max-width: 600px) {
  .UBPDContent figure.wp-block-image:not(details figure) {
    width: 90%;
    flex-direction: column;
    align-items: flex-end;
  }
}
.UBPDContent figure.wp-block-image:not(details figure) > img {
  width: 63%;
}
@media screen and (max-width: 600px) {
  .UBPDContent figure.wp-block-image:not(details figure) > img {
    width: 100%;
  }
}
.UBPDContent figure.wp-block-image:not(details figure).wp-lightbox-container > button {
  background: rgba(146, 80, 230, 0.7294117647) url("./assets/plus_glass.svg") center no-repeat;
  background-color: rgba(146, 80, 230, 0.7294117647) !important;
  background-size: var(--fuente4);
  right: 0 !important;
  top: 0 !important;
  opacity: 1 !important;
  left: 0;
  width: 63%;
  height: 100%;
  backdrop-filter: none !important;
  cursor: zoom-in;
}
.UBPDContent figure.wp-block-image:not(details figure).wp-lightbox-container > button > svg {
  display: none;
}
@media screen and (max-width: 600px) {
  .UBPDContent figure.wp-block-image:not(details figure).wp-lightbox-container > button {
    background-size: var(--fuente2_mobile);
    width: 5vh;
    height: 5vh;
  }
}
.UBPDContent figure.wp-block-image:not(details figure) > figcaption {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  width: 34%;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent figure.wp-block-image:not(details figure) > figcaption {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent figure.wp-block-image:not(details figure) > figcaption {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDContent figure.wp-block-image:not(details figure) > figcaption a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDContent figure.wp-block-image:not(details figure) > figcaption a:hover {
  color: #000;
}
.UBPDContent figure.wp-block-image:not(details figure) > figcaption a:visited {
  color: #088391;
}
@media screen and (max-width: 600px) {
  .UBPDContent figure.wp-block-image:not(details figure) > figcaption {
    width: 70%;
    margin-right: 0;
  }
}
.UBPDContent blockquote {
  margin: var(--fuente1) auto;
}
.UBPDContent blockquote:not(details blockquote) {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .UBPDContent blockquote:not(details blockquote) {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent blockquote {
    margin: var(--fuente3_mobile) auto;
  }
}
.UBPDContent blockquote > p {
  font-family: "Playfair Display", serif;
  color: #8D4AD3;
  text-align: right;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: -0.27px;
  font-size: var(--fuente2);
  margin-left: auto;
  width: 71%;
}
@media screen and (max-width: 600px) {
  .UBPDContent blockquote > p {
    width: 100%;
  }
}
.UBPDContent blockquote > cite {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  text-align: right;
  font-style: normal;
  margin-left: auto;
  margin-right: 0;
  display: block;
  width: 71%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent blockquote > cite {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent blockquote > cite {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDContent blockquote > cite a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDContent blockquote > cite a:hover {
  color: #000;
}
.UBPDContent blockquote > cite a:visited {
  color: #088391;
}
@media screen and (max-width: 600px) {
  .UBPDContent blockquote > cite {
    width: 100%;
  }
}
.UBPDContent hr.wp-block-separator {
  border-color: #000;
  margin: var(--fuente3) auto;
}
.UBPDContent hr.wp-block-separator:not(details hr) {
  width: 72%;
}
@media screen and (max-width: 600px) {
  .UBPDContent hr.wp-block-separator:not(details hr) {
    width: 90%;
  }
}
.UBPDContent details {
  position: relative;
  margin: 0 auto;
  width: 60%;
  border-bottom: solid 1px rgba(53, 53, 53, 0.3019607843);
}
.UBPDContent details.UBPDTransparencia-list-section {
  width: 80%;
}
@media screen and (max-width: 600px) {
  .UBPDContent details.UBPDTransparencia-list-section {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent details {
    width: 90%;
  }
}
.UBPDContent details:not(.UBPDContent details + details), .UBPDContent details + *:not(details) {
  margin-top: var(--fuente3);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent details:not(.UBPDContent details + details), .UBPDContent details + *:not(details) {
    margin-top: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent details:not(.UBPDContent details + details), .UBPDContent details + *:not(details) {
    margin-top: var(--fuente3_mobile);
  }
}
.UBPDContent details > summary {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition-duration: 0.5s;
  padding: var(--fuente-2);
  cursor: pointer;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent details > summary {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent details > summary {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDContent details > summary a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDContent details > summary a:hover {
  color: #000;
}
.UBPDContent details > summary a:visited {
  color: #088391;
}
.UBPDContent details > summary.UBPDTransparencia-list-section-title {
  font-size: var(--fuente1);
  padding: var(--fuente1) var(--fuente-2);
}
@media screen and (max-width: 600px) {
  .UBPDContent details > summary.UBPDTransparencia-list-section-title {
    font-size: var(--fuente1_mobile);
    padding: var(--fuente1_mobile) var(--fuente-2_mobile);
  }
}
.UBPDContent details > summary.UBPDTransparencia-list-section-title > a {
  text-decoration: none;
  color: #323232;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent details > summary {
    margin: 0;
    padding: var(--fuente-2_tablet) var(--fuente-2_tablet) var(--fuente-2_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent details > summary {
    margin: 0;
    padding: var(--fuente-2_mobile) var(--fuente-2_mobile) var(--fuente-2_mobile) 0;
  }
}
.UBPDContent details > summary::after {
  content: "";
  display: block;
  background: transparent url("./assets/downarrow_orange_icon.svg") center no-repeat;
  background-size: contain;
  width: var(--fuente1);
  height: var(--fuente1);
  transition-duration: 0.5s;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent details > summary::after {
    width: var(--fuente1_tablet);
    height: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent details > summary::after {
    width: var(--fuente1_mobile);
    height: var(--fuente1_mobile);
  }
}
.UBPDContent details > summary:hover, .UBPDContent details > summary:focus {
  background-color: rgba(141, 74, 211, 0.1215686275);
  outline: none;
}
.UBPDContent details > *:not(summary) {
  max-width: 93%;
  margin: 0 auto;
}
.UBPDContent details figure.wp-block-image figcaption {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent details figure.wp-block-image figcaption {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent details figure.wp-block-image figcaption {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDContent details figure.wp-block-image figcaption a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDContent details figure.wp-block-image figcaption a:hover {
  color: #000;
}
.UBPDContent details figure.wp-block-image figcaption a:visited {
  color: #088391;
}
.UBPDContent details[open], .UBPDContent details:focus-within {
  padding-bottom: var(--fuente2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent details[open], .UBPDContent details:focus-within {
    padding-bottom: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent details[open], .UBPDContent details:focus-within {
    padding-bottom: var(--fuente2_mobile);
  }
}
.UBPDContent details[open] > summary::after, .UBPDContent details:focus-within > summary::after {
  transform: rotate(180deg);
}
.UBPDContent details[open] > summary.UBPDTransparencia-list-section-title::after, .UBPDContent details:focus-within > summary.UBPDTransparencia-list-section-title::after {
  filter: grayscale(1);
}
.UBPDContent .wp-block-buttons {
  margin: var(--fuente1) auto;
  justify-content: space-evenly;
  align-items: flex-start;
}
.UBPDContent .wp-block-buttons:not(details .wp-block-buttons) {
  width: 72%;
}
@media screen and (max-width: 600px) {
  .UBPDContent .wp-block-buttons:not(details .wp-block-buttons) {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent .wp-block-buttons {
    margin: var(--fuente1_mobile) auto;
  }
}
.UBPDContent .wp-block-button {
  max-width: 48% !important;
  min-width: 22%;
}
@media screen and (max-width: 600px) {
  .UBPDContent .wp-block-button {
    min-width: 30%;
  }
}
.UBPDContent .wp-element-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent .wp-element-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent .wp-element-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.75) calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDContent .wp-element-button:visited {
  color: #fff;
}
.UBPDContent .wp-element-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
.UBPDContent .wp-block-table {
  margin: var(--fuente1) auto;
  width: 72%;
}
@media screen and (max-width: 600px) {
  .UBPDContent .wp-block-table {
    width: 90%;
  }
}
.UBPDContent .wp-block-table th {
  color: #000;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente1) auto;
  padding: var(--fuente-2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent .wp-block-table th {
    max-width: 90vw;
    margin: var(--fuente1_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent .wp-block-table th {
    max-width: 90vw;
    margin: var(--fuente1_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDContent .wp-block-table th.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDContent .wp-block-table th.right {
  margin-left: auto;
}
.UBPDContent .wp-block-table td {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente1) auto;
  padding: var(--fuente-2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent .wp-block-table td {
    max-width: 90vw;
    margin: var(--fuente1_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent .wp-block-table td {
    max-width: 90vw;
    margin: var(--fuente1_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDContent .wp-block-table td a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDContent .wp-block-table td a:hover {
  color: #000;
}
.UBPDContent .wp-block-table td a:visited {
  color: #088391;
}
.UBPDContent .wp-block-table > figcaption {
  color: #8D4AD3;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent .wp-block-table > figcaption {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent .wp-block-table > figcaption {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDContent .wp-block-table > figcaption.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDContent .wp-block-table > figcaption.right {
  margin-left: auto;
}
.UBPDContent.expanded p:not(blockquote p):not(.UBPDContent-boxes p):not(.UBPDTransparencia-list p):not(.UBPDTransparencia-documents p), .UBPDContent.expanded h2, .UBPDContent.expanded h3:not(.UBPDTransparencia-documents h3):not(.UBPDTransparencia-list h3), .UBPDContent.expanded h4, .UBPDContent.expanded h5, .UBPDContent.expanded h6, .UBPDContent.expanded > ol, .UBPDContent.expanded > ul {
  width: 72%;
}
@media screen and (max-width: 600px) {
  .UBPDContent.expanded p:not(blockquote p):not(.UBPDContent-boxes p):not(.UBPDTransparencia-list p):not(.UBPDTransparencia-documents p), .UBPDContent.expanded h2, .UBPDContent.expanded h3:not(.UBPDTransparencia-documents h3):not(.UBPDTransparencia-list h3), .UBPDContent.expanded h4, .UBPDContent.expanded h5, .UBPDContent.expanded h6, .UBPDContent.expanded > ol, .UBPDContent.expanded > ul {
    width: 90%;
  }
}
.UBPDContent-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 75%;
  margin: 0 auto;
  padding: var(--fuente4) 0;
  gap: var(--fuente-3);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent-boxes {
    width: 80%;
    padding: var(--fuente4_tablet) 0;
    gap: var(--fuente-3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent-boxes {
    width: 100%;
    padding: var(--fuente4_mobile) 0;
    gap: var(--fuente-3_mobile);
  }
}
.UBPDContent-boxes-item {
  display: block;
  background-color: #9250E6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition-duration: 0.5s;
  border-radius: 16px;
  width: 175px;
  min-height: 180px;
  box-sizing: border-box;
  padding: var(--fuente-1);
  border: solid #9250E6 3px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDContent-boxes-item {
    width: 150px;
    min-height: 150px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent-boxes-item {
    width: 12vw;
    min-height: 12vw;
    padding: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent-boxes-item {
    width: 40vw;
    min-height: 40vw;
    padding: var(--fuente-1_mobile);
  }
}
.UBPDContent-boxes-item-circle {
  background-color: #fff;
  border-radius: 50%;
  padding: var(--fuente0);
  width: 35%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent-boxes-item-circle {
    padding: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent-boxes-item-circle {
    padding: var(--fuente0_mobile);
  }
}
.UBPDContent-boxes-item-circle > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.UBPDContent-boxes-item-circle > p {
  color: #9250E6;
  font-family: Playfair, serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 800;
  margin: 0;
  line-height: 1;
  margin-top: -10px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent-boxes-item-circle > p {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent-boxes-item-circle > p {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente3_mobile);
  }
}
.UBPDContent-boxes-item-circle > p.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDContent-boxes-item-circle > p.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent-boxes-item-circle > p {
    margin: -0.8vw 0 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent-boxes-item-circle > p {
    margin: -2.5vw 0 0;
  }
}
.UBPDContent-boxes-item-text {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent-boxes-item-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent-boxes-item-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDContent-boxes-item-text.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDContent-boxes-item-text.right {
  margin-left: auto;
}
.UBPDContent-boxes-item-circle ~ .UBPDContent-boxes-item-text {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDContent-boxes-item-circle ~ .UBPDContent-boxes-item-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDContent-boxes-item-circle ~ .UBPDContent-boxes-item-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDContent-boxes-item-circle ~ .UBPDContent-boxes-item-text.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDContent-boxes-item-circle ~ .UBPDContent-boxes-item-text.right {
  margin-left: auto;
}
.UBPDContent-boxes a.UBPDContent-boxes-item:hover, .UBPDContent-boxes a.UBPDContent-boxes-item:focus {
  border-color: #FF8216;
}

.UBPDBanner {
  background: #9250E6 var(--bgimage) center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100vw;
  padding: var(--fuente0) 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBanner {
    padding: var(--fuente0_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDBanner {
    padding: var(--fuente0_mobile) 0;
  }
}
.UBPDBanner-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBanner-icon {
    width: 7.51vw;
    height: 7.51vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDBanner-icon {
    width: 15vw;
    height: 15vw;
  }
}
.UBPDBanner-info {
  width: max-content;
  padding: 0 var(--fuente2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBanner-info {
    padding: 0 var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDBanner-info {
    padding: 0 var(--fuente0_mobile);
  }
}
.UBPDBanner-uptext {
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
  text-align: right;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBanner-uptext {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDBanner-uptext {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDBanner-uptext a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDBanner-uptext a:hover {
  color: #000;
}
.UBPDBanner-uptext a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBanner-uptext {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDBanner-uptext {
    font-size: var(--fuente-1_mobile);
    margin: 0;
  }
}
.UBPDBanner-text {
  color: #fff;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente6);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  line-height: 1;
  text-align: left;
  margin: -10px 0 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBanner-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente6_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDBanner-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente6_mobile);
  }
}
.UBPDBanner-text.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDBanner-text.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBanner-text {
    margin: -0.75vw 0 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDBanner-text {
    font-size: var(--fuente4_mobile);
    margin: -2.5vw 0 0;
  }
}
.UBPDBanner-downtext {
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBanner-downtext {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDBanner-downtext {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDBanner-downtext a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDBanner-downtext a:hover {
  color: #000;
}
.UBPDBanner-downtext a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBanner-downtext {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDBanner-downtext {
    font-size: var(--fuente-1_mobile);
    margin: 0;
  }
}
.UBPDBanner-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBanner-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDBanner-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.75) calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDBanner-button:visited {
  color: #fff;
}
.UBPDBanner-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
@media screen and (max-width: 600px) {
  .UBPDBanner-button {
    padding: var(--fuente-3_mobile) var(--fuente-2_mobile);
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDBanner-arrows {
  margin-left: var(--fuente1);
  height: var(--fuente7);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBanner-arrows {
    margin-left: var(--fuente1_tablet);
    height: var(--fuente7_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDBanner-arrows {
    margin-left: var(--fuente1_mobile);
    height: var(--fuente5_mobile);
  }
}

.UBPDNews {
  width: 1280px;
  margin: var(--fuente3) auto;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDNews {
    width: 1100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews {
    width: 90vw;
    margin: var(--fuente3_tablet) auto;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews {
    width: 100vw;
    margin: var(--fuente0_mobile) auto;
  }
}
.UBPDNews-title {
  display: inline-block;
  background-color: #088391;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-size: var(--fuente3);
  color: #fff;
  padding: var(--fuente-1) var(--fuente2);
  margin-bottom: var(--fuente2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-title {
    padding: var(--fuente-1_tablet) var(--fuente2_tablet);
    font-size: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-title {
    padding: var(--fuente-1_mobile) var(--fuente2_mobile);
    font-size: var(--fuente3_mobile);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-title {
    margin-bottom: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-title {
    margin-bottom: var(--fuente-3_mobile);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
}
.UBPDNews-archive-title {
  width: 100%;
  border-top: solid #000 1px;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-title {
    order: 0;
  }
}
.UBPDNews-archive-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: var(--fuente1);
  row-gap: var(--fuente1);
  padding-bottom: var(--fuente0);
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-container {
    padding-top: var(--fuente2_mobile);
    column-gap: normal;
    row-gap: var(--fuente0_mobile);
    width: 90vw;
    height: 500vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive .UBPDTags {
    order: 2;
  }
}
.UBPDNews-archive-item {
  border-radius: 24px;
  background: rgba(217, 217, 217, 0.3);
  padding: var(--fuente0);
  position: relative;
  overflow: hidden;
  transition-duration: 0.5s;
}
.UBPDNews-archive-item:hover {
  background: rgba(217, 217, 217, 0.7);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-archive-item {
    padding: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item {
    width: 43.5vw;
    padding: var(--fuente0_mobile);
    box-sizing: border-box;
  }
}
.UBPDNews-archive-item-image {
  width: 100%;
  height: 220px;
  max-height: 100%;
  object-fit: cover;
  border-radius: var(--fuente0);
  transition-duration: 0.5s;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDNews-archive-item-image {
    height: 180px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-archive-item-image {
    border-radius: var(--fuente0_tablet);
    height: 12vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item-image {
    border-radius: var(--fuente0_mobile);
    height: 29vw;
  }
}
.UBPDNews-archive-item-info {
  position: relative;
  min-height: 100%;
}
.UBPDNews-archive-item-info-flag {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  background-color: #B3DED8;
  width: max-content;
  padding: 4px var(--fuente0);
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-archive-item-info-flag {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item-info-flag {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDNews-archive-item-info-flag a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNews-archive-item-info-flag a:hover {
  color: #000;
}
.UBPDNews-archive-item-info-flag a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-archive-item-info-flag {
    padding: 0.3vw var(--fuente0_tablet);
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item-info-flag {
    padding: 1vw var(--fuente0_mobile);
    margin: 0;
  }
}
.UBPDNews-archive-item-info-title {
  color: #000;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  transition-duration: 0.5s;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-archive-item-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDNews-archive-item-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDNews-archive-item-info-title.right {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item-info-title {
    font-size: 4vw;
    margin-top: var(--fuente-3_mobile);
    margin-bottom: var(--fuente-2_mobile);
    min-height: 19.5vw;
  }
}
.UBPDNews-archive-item-info-summary {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
  line-height: 1.1;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-archive-item-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDNews-archive-item-info-summary a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNews-archive-item-info-summary a:hover {
  color: #000;
}
.UBPDNews-archive-item-info-summary a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-archive-item-info-summary {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item-info-summary {
    margin-top: var(--fuente-2_mobile);
    font-size: 3.5vw;
  }
}
.UBPDNews-archive-item:nth-of-type(1) {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item:nth-of-type(1) {
    order: 1;
  }
}
.UBPDNews-archive-item:nth-of-type(2) {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item:nth-of-type(2) {
    order: 7;
    padding: 0;
  }
}
.UBPDNews-archive-item:nth-of-type(3) {
  grid-row: 1/2;
  grid-column: 3/4;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item:nth-of-type(3) {
    order: 2;
  }
}
.UBPDNews-archive-item:nth-of-type(4) {
  grid-row: 1/2;
  grid-column: 4/5;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item:nth-of-type(4) {
    order: 8;
  }
}
.UBPDNews-archive-item:nth-of-type(5) {
  grid-row: 2/4;
  grid-column: 1/2;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item:nth-of-type(5) {
    order: 3;
    padding: 0;
  }
}
.UBPDNews-archive-item:nth-of-type(6) {
  grid-row: 2/3;
  grid-column: 3/4;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item:nth-of-type(6) {
    order: 9;
    padding: var(--fuente0_mobile);
  }
}
.UBPDNews-archive-item:nth-of-type(7) {
  grid-row: 2/4;
  grid-column: 4/5;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item:nth-of-type(7) {
    order: 4;
  }
}
.UBPDNews-archive-item:nth-of-type(8) {
  grid-row: 3/4;
  grid-column: 2/3;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item:nth-of-type(8) {
    order: 10;
    padding: 0;
  }
}
.UBPDNews-archive-item:nth-of-type(9) {
  grid-row: 3/5;
  grid-column: 3/4;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item:nth-of-type(9) {
    order: 5;
  }
}
.UBPDNews-archive-item:nth-of-type(10) {
  grid-row: 4/5;
  grid-column: 1/2;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item:nth-of-type(10) {
    order: 11;
    padding: var(--fuente0_mobile);
  }
}
.UBPDNews-archive-item:nth-of-type(11) {
  grid-row: 4/5;
  grid-column: 2/3;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item:nth-of-type(11) {
    order: 6;
    padding: 0;
  }
}
.UBPDNews-archive-item:nth-of-type(12) {
  grid-row: 4/5;
  grid-column: 4/5;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item:nth-of-type(12) {
    order: 12;
    padding: var(--fuente0_mobile);
  }
}
@media screen and (min-width: 600px) {
  .UBPDNews-archive-item:nth-of-type(1) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(3) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(4) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(11) .UBPDNews-archive-item-image {
    display: none;
  }
  .UBPDNews-archive-item:nth-of-type(6) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(8) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(10) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(12) .UBPDNews-archive-item-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .UBPDNews-archive-item:nth-of-type(2) .UBPDNews-archive-item-info, .UBPDNews-archive-item:nth-of-type(5) .UBPDNews-archive-item-info, .UBPDNews-archive-item:nth-of-type(7) .UBPDNews-archive-item-info, .UBPDNews-archive-item:nth-of-type(9) .UBPDNews-archive-item-info {
    padding-top: var(--fuente-1);
  }
  .UBPDNews-archive-item:nth-of-type(6) .UBPDNews-archive-item-info, .UBPDNews-archive-item:nth-of-type(8) .UBPDNews-archive-item-info, .UBPDNews-archive-item:nth-of-type(10) .UBPDNews-archive-item-info, .UBPDNews-archive-item:nth-of-type(12) .UBPDNews-archive-item-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: var(--fuente1);
    background-color: rgba(50, 50, 50, 0.7490196078);
    transition-duration: 0.5s;
  }
  .UBPDNews-archive-item:nth-of-type(6) .UBPDNews-archive-item-info:hover, .UBPDNews-archive-item:nth-of-type(8) .UBPDNews-archive-item-info:hover, .UBPDNews-archive-item:nth-of-type(10) .UBPDNews-archive-item-info:hover, .UBPDNews-archive-item:nth-of-type(12) .UBPDNews-archive-item-info:hover {
    background-color: rgba(50, 50, 50, 0.6235294118);
  }
  .UBPDNews-archive-item:nth-of-type(6) .UBPDNews-archive-item-info-flag, .UBPDNews-archive-item:nth-of-type(8) .UBPDNews-archive-item-info-flag, .UBPDNews-archive-item:nth-of-type(10) .UBPDNews-archive-item-info-flag, .UBPDNews-archive-item:nth-of-type(12) .UBPDNews-archive-item-info-flag {
    color: #fff;
    background-color: #088391;
  }
  .UBPDNews-archive-item:nth-of-type(6) .UBPDNews-archive-item-info-title, .UBPDNews-archive-item:nth-of-type(8) .UBPDNews-archive-item-info-title, .UBPDNews-archive-item:nth-of-type(10) .UBPDNews-archive-item-info-title, .UBPDNews-archive-item:nth-of-type(12) .UBPDNews-archive-item-info-title {
    color: #fff;
    margin-bottom: 0;
  }
  .UBPDNews-archive-item:nth-of-type(6) .UBPDNews-archive-item-info-summary, .UBPDNews-archive-item:nth-of-type(8) .UBPDNews-archive-item-info-summary, .UBPDNews-archive-item:nth-of-type(10) .UBPDNews-archive-item-info-summary, .UBPDNews-archive-item:nth-of-type(12) .UBPDNews-archive-item-info-summary {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-item:nth-of-type(1) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(4) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(7) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(10) .UBPDNews-archive-item-image {
    display: none;
  }
  .UBPDNews-archive-item:nth-of-type(3) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(6) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(9) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(12) .UBPDNews-archive-item-image {
    padding-top: var(--fuente-1_mobile);
  }
  .UBPDNews-archive-item:nth-of-type(2) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(5) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(8) .UBPDNews-archive-item-image, .UBPDNews-archive-item:nth-of-type(11) .UBPDNews-archive-item-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .UBPDNews-archive-item:nth-of-type(2) .UBPDNews-archive-item-info, .UBPDNews-archive-item:nth-of-type(5) .UBPDNews-archive-item-info, .UBPDNews-archive-item:nth-of-type(8) .UBPDNews-archive-item-info, .UBPDNews-archive-item:nth-of-type(11) .UBPDNews-archive-item-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: var(--fuente0_mobile);
    background-color: rgba(50, 50, 50, 0.7490196078);
    transition-duration: 0.5s;
  }
  .UBPDNews-archive-item:nth-of-type(2) .UBPDNews-archive-item-info:hover, .UBPDNews-archive-item:nth-of-type(5) .UBPDNews-archive-item-info:hover, .UBPDNews-archive-item:nth-of-type(8) .UBPDNews-archive-item-info:hover, .UBPDNews-archive-item:nth-of-type(11) .UBPDNews-archive-item-info:hover {
    background-color: rgba(50, 50, 50, 0.6235294118);
  }
  .UBPDNews-archive-item:nth-of-type(2) .UBPDNews-archive-item-info-flag, .UBPDNews-archive-item:nth-of-type(5) .UBPDNews-archive-item-info-flag, .UBPDNews-archive-item:nth-of-type(8) .UBPDNews-archive-item-info-flag, .UBPDNews-archive-item:nth-of-type(11) .UBPDNews-archive-item-info-flag {
    color: #fff;
    background-color: #088391;
  }
  .UBPDNews-archive-item:nth-of-type(2) .UBPDNews-archive-item-info-title, .UBPDNews-archive-item:nth-of-type(5) .UBPDNews-archive-item-info-title, .UBPDNews-archive-item:nth-of-type(8) .UBPDNews-archive-item-info-title, .UBPDNews-archive-item:nth-of-type(11) .UBPDNews-archive-item-info-title {
    color: #fff;
    margin-bottom: 0;
  }
  .UBPDNews-archive-item:nth-of-type(2) .UBPDNews-archive-item-info-summary, .UBPDNews-archive-item:nth-of-type(5) .UBPDNews-archive-item-info-summary, .UBPDNews-archive-item:nth-of-type(8) .UBPDNews-archive-item-info-summary, .UBPDNews-archive-item:nth-of-type(11) .UBPDNews-archive-item-info-summary {
    display: none;
  }
}
.UBPDNews-archive-end {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #000;
  padding: var(--fuente2) 0 0 calc(50% - 85px);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-archive-end {
    padding: var(--fuente2_tablet) 0 0 calc(50% - 6.3vw);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-end {
    border-top: none;
    padding: var(--fuente2_mobile) 0;
    order: 4;
    flex-direction: column;
    align-items: center;
  }
}
.UBPDNews-archive-end-button {
  margin: 0 !important;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-end-button {
    margin: 0 auto !important;
  }
}
.UBPDNews-archive-end-pager {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  order: 4;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-end-pager {
    padding-top: var(--fuente1_mobile);
  }
}
.UBPDNews-archive-end-pager-text {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  padding-right: var(--fuente-1);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-archive-end-pager-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-end-pager-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDNews-archive-end-pager-text a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNews-archive-end-pager-text a:hover {
  color: #000;
}
.UBPDNews-archive-end-pager-text a:visited {
  color: #088391;
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-end-pager-text {
    padding-right: var(--fuente1_mobile);
  }
}
.UBPDNews-archive-end-pager-prev, .UBPDNews-archive-end-pager-next {
  width: var(--fuente2);
  height: var(--fuente4);
  background: #D4D4D4 url("./assets/right_grey_arrow.svg") center no-repeat;
  background-size: 40%;
  transition-duration: 0.5s;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-archive-end-pager-prev, .UBPDNews-archive-end-pager-next {
    width: var(--fuente2_tablet);
    height: var(--fuente4_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-end-pager-prev, .UBPDNews-archive-end-pager-next {
    width: var(--fuente5_mobile);
    height: var(--fuente3_mobile);
    background-size: 30%;
  }
}
.UBPDNews-archive-end-pager-prev:hover, .UBPDNews-archive-end-pager-next:hover {
  opacity: 1;
  background-color: #B3DED8;
}
.UBPDNews-archive-end-pager-prev {
  opacity: 0.5;
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive .UBPDNews-container {
    order: 1;
  }
}
.UBPDNews-archive-title .UBPDNews-title {
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-archive-title .UBPDNews-title {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-archive-title .UBPDNews-title {
    margin: 0;
  }
}
.UBPDNews-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .UBPDNews-container {
    width: 90vw;
    margin: 0 auto;
    flex-direction: column;
  }
}
.UBPDNews-big {
  order: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 68%;
  margin-bottom: var(--fuente2);
  border-right: solid 1px #D4D4D4;
  padding-right: var(--fuente3);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-big {
    margin-bottom: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-big {
    padding-right: 0;
    border-right: none;
    padding-bottom: var(--fuente3_mobile);
    border-bottom: solid 1px #D4D4D4;
    width: 100%;
    flex-direction: column;
    margin: 0 auto var(--fuente2_mobile);
  }
}
.UBPDNews-big:hover .UBPDNews-big-image {
  filter: brightness(0.85);
}
.UBPDNews-big-info-flag {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  background-color: #B3DED8;
  width: max-content;
  padding: 4px var(--fuente0);
  margin-left: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-big-info-flag {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-big-info-flag {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDNews-big-info-flag a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNews-big-info-flag a:hover {
  color: #000;
}
.UBPDNews-big-info-flag a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-big-info-flag {
    padding: 0.3vw var(--fuente0_tablet);
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-big-info-flag {
    padding: 1vw var(--fuente0_mobile);
    margin-left: 0;
  }
}
.UBPDNews-big-info-title {
  color: #000;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  transition-duration: 0.5s;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-big-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-big-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente3_mobile);
  }
}
.UBPDNews-big-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDNews-big-info-title.right {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .UBPDNews-big-info-title {
    font-size: var(--fuente2_mobile);
  }
}
.UBPDNews-big-info-summary {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
  line-height: 1.1;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-big-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-big-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDNews-big-info-summary a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNews-big-info-summary a:hover {
  color: #000;
}
.UBPDNews-big-info-summary a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-big-info-summary {
    margin: 0;
  }
}
.UBPDNews-big-image {
  width: 54%;
  height: 324px;
  object-fit: cover;
  border-radius: var(--fuente0);
  margin-left: var(--fuente3);
  transition-duration: 0.5s;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-big-image {
    border-radius: var(--fuente0_tablet);
    margin-left: var(--fuente3_tablet);
    height: 24.3vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-big-image {
    border-radius: var(--fuente0_mobile);
    margin: 0 auto;
    width: 90vw;
    height: 67.5vw;
  }
}
.UBPDNews-quote {
  order: 1;
  width: 26.5%;
  margin-bottom: var(--fuente2);
  position: relative;
  box-sizing: border-box;
  padding: var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-quote {
    padding: var(--fuente0_tablet);
    margin-bottom: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-quote {
    width: 100%;
    margin-top: var(--fuente3_mobile);
    margin-bottom: var(--fuente2_mobile);
    padding-top: var(--fuente1_mobile);
  }
}
.UBPDNews-quote:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
  border: solid 2px #8D4AD3;
  border-right: none;
}
.UBPDNews-quote:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  right: 0;
  top: 0;
  border: solid 2px #8D4AD3;
  border-left: none;
}
.UBPDNews-quote-icon {
  font-family: "Playfair Display", serif;
  color: #8D4AD3;
  position: absolute;
  width: 20%;
  top: -15px;
  font-size: 209px;
  line-height: 90px;
  left: 37%;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-quote-icon {
    font-size: 15.7vw;
    line-height: 6.7vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-quote-icon {
    font-size: 45vw;
    line-height: 20vw;
  }
}
.UBPDNews-quote-flag {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  background-color: #B3DED8;
  width: max-content;
  padding: 4px var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-quote-flag {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-quote-flag {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDNews-quote-flag a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNews-quote-flag a:hover {
  color: #000;
}
.UBPDNews-quote-flag a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-quote-flag {
    padding: 0.3vw var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-quote-flag {
    padding: 0.3vw var(--fuente0_mobile);
  }
}
.UBPDNews-quote-name {
  color: #fff;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente2);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  text-align: center;
  font-weight: 600;
  background-color: #8D4AD3;
  width: max-content;
  margin: 0 auto;
  padding: var(--fuente-3) var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-quote-name {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-quote-name {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente2_mobile);
  }
}
.UBPDNews-quote-name.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDNews-quote-name.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-quote-name {
    margin: 0 auto;
    padding: var(--fuente-3_tablet) var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-quote-name {
    margin: 0 auto;
    padding: var(--fuente-3_mobile) var(--fuente0_mobile);
  }
}
.UBPDNews-quote-addition {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  width: 70%;
  margin-top: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-quote-addition {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-quote-addition {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDNews-quote-addition a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNews-quote-addition a:hover {
  color: #000;
}
.UBPDNews-quote-addition a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-quote-addition {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-quote-addition {
    margin-top: 0;
  }
}
.UBPDNews-quote-text {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 300;
  text-align: center;
  font-style: italic;
  line-height: 1;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-quote-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-quote-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDNews-quote-text a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNews-quote-text a:hover {
  color: #000;
}
.UBPDNews-quote-text a:visited {
  color: #088391;
}
.UBPDNews-quote-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  display: block;
  margin: 0px auto -15%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-quote-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-quote-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.75) calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDNews-quote-button:visited {
  color: #fff;
}
.UBPDNews-quote-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
@media screen and (max-width: 600px) {
  .UBPDNews-quote-button {
    margin-bottom: -5%;
  }
}
.UBPDNews-item {
  order: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 48.75%;
  margin-bottom: var(--fuente2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-item {
    margin-bottom: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-item {
    width: 90vw;
    margin-bottom: var(--fuente-3_mobile);
    border-top: solid 1px #D4D4D4;
    padding-top: var(--fuente1_mobile);
  }
}
.UBPDNews-item:hover .UBPDNews-item-image {
  filter: brightness(0.85);
}
.UBPDNews-item-image {
  width: 41%;
  height: 198px;
  object-fit: cover;
  border-radius: var(--fuente0);
  margin-right: var(--fuente2);
  transition-duration: 0.5s;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-item-image {
    border-radius: var(--fuente0_tablet);
    margin-right: var(--fuente2_tablet);
    height: 14.8vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-item-image {
    width: 34vw;
    border-radius: var(--fuente0_mobile);
    margin-right: var(--fuente-3_mobile);
    height: 29vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-item-info {
    width: 54vw;
  }
}
.UBPDNews-item-info-flag {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  background-color: #B3DED8;
  width: max-content;
  padding: 4px var(--fuente0);
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-item-info-flag {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-item-info-flag {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDNews-item-info-flag a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNews-item-info-flag a:hover {
  color: #000;
}
.UBPDNews-item-info-flag a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-item-info-flag {
    padding: 0.3vw var(--fuente0_tablet);
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-item-info-flag {
    padding: 1vw var(--fuente0_mobile);
    margin: 0;
  }
}
.UBPDNews-item-info-title {
  color: #000;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  transition-duration: 0.5s;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-item-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-item-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDNews-item-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDNews-item-info-title.right {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .UBPDNews-item-info-title {
    font-size: 4.3vw;
    margin-top: var(--fuente-3_mobile);
    margin-bottom: var(--fuente-2_mobile);
    min-height: 19.5vw;
  }
}
.UBPDNews-item-info-summary {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
  line-height: 1.1;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-item-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-item-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDNews-item-info-summary a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDNews-item-info-summary a:hover {
  color: #000;
}
.UBPDNews-item-info-summary a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-item-info-summary {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-item-info-summary {
    width: 90vw;
    margin-top: var(--fuente-2_mobile);
    margin-left: -34vw;
  }
}
.UBPDNews-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  order: 3;
  display: block;
  margin: var(--fuente2) auto;
  height: max-content;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.75) calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDNews-button:visited {
  color: #fff;
}
.UBPDNews-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDNews-button {
    margin: var(--fuente2_tablet) auto;
  }
}
@media screen and (max-width: 600px) {
  .UBPDNews-button {
    margin: var(--fuente0_mobile) auto;
  }
}

.UBPDBlocks-gallery {
  position: relative;
  background-color: #F0F0F0;
  margin: var(--fuente1) 0;
  padding-left: calc(50vw - 640px);
  margin-left: calc(-50vw + 640px);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDBlocks-gallery {
    padding-left: calc(50vw - 550px);
    margin-left: calc(-50vw + 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBlocks-gallery {
    margin: var(--fuente1_tablet) 0;
    padding-left: 5vw;
    margin-left: -5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDBlocks-gallery {
    margin: var(--fuente1_mobile) 0;
    padding-left: 5vw;
    margin-left: -5vw;
  }
}
.UBPDBlocks-gallery-info {
  width: 64%;
  padding: var(--fuente0) 4% 180px;
  margin: 0 auto;
  background-color: #FF8216;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBlocks-gallery-info {
    padding: var(--fuente0_tablet) 4% 14vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDBlocks-gallery-info {
    width: 70%;
    padding: var(--fuente0_mobile) 5% 25vw;
    margin: 0;
  }
}
.UBPDBlocks-gallery-title {
  color: #000;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente2);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBlocks-gallery-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDBlocks-gallery-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente2_mobile);
  }
}
.UBPDBlocks-gallery-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDBlocks-gallery-title.right {
  margin-left: auto;
}
.UBPDBlocks-gallery-captions p {
  color: #501717 !important;
}
.UBPDBlocks-gallery-controls {
  width: 15%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .UBPDBlocks-gallery-controls {
    width: 30%;
  }
}
.UBPDBlocks-gallery-controls-left {
  transform: rotate(180deg);
}
.UBPDBlocks-gallery-controls button {
  width: 40%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition-duration: 0.5s;
}
.UBPDBlocks-gallery-controls button:hover {
  filter: invert(0.8);
}
.UBPDBlocks-gallery-controls button > img {
  width: 100%;
}
.UBPDBlocks-gallery-elements {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -150px;
  padding-bottom: var(--fuente5);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBlocks-gallery-elements {
    margin-top: -14vw;
    padding-bottom: var(--fuente4_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDBlocks-gallery-elements {
    margin-top: -25vw;
    padding-bottom: var(--fuente3_mobile);
  }
}
.UBPDBlocks-gallery-elements-container {
  width: max-content;
  display: flex;
  align-items: center;
  flex-direction: row;
  transition-duration: 0.7s;
}
.UBPDBlocks-gallery-elements figure {
  padding-right: var(--fuente5);
  height: 430px;
  max-width: 720px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDBlocks-gallery-elements figure {
    padding-right: var(--fuente4);
    max-width: 680px;
    height: 406px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDBlocks-gallery-elements figure {
    padding-right: var(--fuente4_tablet);
    max-width: 55vw;
    height: 32.8vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDBlocks-gallery-elements figure {
    padding-right: 0;
    padding-left: 5vw;
    max-width: 85vw;
    height: 50.7vw;
  }
}
.UBPDBlocks-gallery-elements figure > img {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
}
.UBPDBlocks-separator {
  display: block;
  padding: var(--fuente4) 0;
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.UBPDBlocks-separator:after, .UBPDBlocks-separator:before {
  content: "";
  width: calc(50% - 40px);
  height: 1px;
  background-color: #000;
}
.UBPDBlocks-separator > img {
  width: 60px;
}

.UBPDStoryHeader {
  margin: 0 auto;
  width: 1062px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader {
    width: 80vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader {
    width: 100vw;
  }
}
.UBPDStoryHeader-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 910px;
  margin: 0 auto;
  padding: var(--fuente0) 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-info {
    width: 70vw;
    padding: var(--fuente0_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-info {
    width: 90vw;
    padding: var(--fuente-1_mobile) 0;
    flex-wrap: wrap;
  }
}
.UBPDStoryHeader-info-zone {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
  background-color: #B3DED8;
  padding: var(--fuente-3) var(--fuente-2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-info-zone {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-info-zone {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDStoryHeader-info-zone a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDStoryHeader-info-zone a:hover {
  color: #000;
}
.UBPDStoryHeader-info-zone a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-info-zone {
    margin: 0;
    padding: var(--fuente-3_tablet) var(--fuente-2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-info-zone {
    margin: 0 auto 0 0;
    order: 0;
    font-size: var(--fuente-1_mobile);
    padding: 1vw;
  }
}
.UBPDStoryHeader-info-plan {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0 0 0 var(--fuente-1);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-info-plan {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-info-plan {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDStoryHeader-info-plan a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDStoryHeader-info-plan a:hover {
  color: #000;
}
.UBPDStoryHeader-info-plan a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-info-plan {
    margin: 0 0 0 var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-info-plan {
    width: 90vw;
    margin: var(--fuente-2_mobile) auto 0;
    order: 2;
  }
}
.UBPDStoryHeader-info-plan:is(a) {
  text-decoration: underline;
}
.UBPDStoryHeader-info-plan:is(a):hover {
  text-decoration: none;
}
.UBPDStoryHeader-info-date {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-info-date {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-info-date {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDStoryHeader-info-date a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDStoryHeader-info-date a:hover {
  color: #000;
}
.UBPDStoryHeader-info-date a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-info-date {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-info-date {
    width: 30vw;
    margin: 0 0 0 auto;
    order: 1;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDStoryHeader-title {
  color: #000;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente4);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  line-height: 1.3;
  width: 910px;
  border-bottom: solid 1px #000;
  padding-bottom: var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente4_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente4_mobile);
  }
}
.UBPDStoryHeader-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDStoryHeader-title.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-title {
    width: 70vw;
    padding-bottom: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-title {
    width: 90vw;
    line-height: 1.2;
    padding-bottom: var(--fuente0_mobile);
    margin-top: 0;
  }
}
.UBPDStoryHeader-graphic {
  background-color: #D4D4D4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-bottom: var(--fuente1);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-graphic {
    margin-bottom: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-graphic {
    flex-direction: column;
    margin-bottom: var(--fuente-1_mobile);
  }
}
.UBPDStoryHeader-graphic-img {
  width: 584px;
  height: 438px;
  object-fit: cover;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-graphic-img {
    width: 45vw;
    height: 33.75vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-graphic-img {
    width: 100vw;
    height: 75vw;
  }
}
.UBPDStoryHeader-graphic-summary {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
  width: 478px;
  line-height: 1.3;
  padding: var(--fuente0) 59px 55px 61px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-graphic-summary {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-graphic-summary {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDStoryHeader-graphic-summary a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDStoryHeader-graphic-summary a:hover {
  color: #000;
}
.UBPDStoryHeader-graphic-summary a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-graphic-summary {
    margin: 0;
    width: 34vw;
    padding: var(--fuente0_tablet) 5vw 5vw 5.5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-graphic-summary {
    margin: 0 auto;
    width: 90vw;
    padding: var(--fuente0_mobile) 0;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDStoryHeader-graphic-caption {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  position: absolute;
  background-color: #fff;
  left: -4px;
  bottom: var(--fuente-3);
  padding: var(--fuente-3) var(--fuente-2);
  box-shadow: black -2px 2px 15px;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-graphic-caption {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-graphic-caption {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDStoryHeader-graphic-caption a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDStoryHeader-graphic-caption a:hover {
  color: #000;
}
.UBPDStoryHeader-graphic-caption a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDStoryHeader-graphic-caption {
    margin: 0;
    bottom: var(--fuente-3_tablet);
    padding: var(--fuente-3_tablet) var(--fuente-2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDStoryHeader-graphic-caption {
    margin: 0;
    left: 0;
    bottom: unset;
    top: 68vw;
    padding: var(--fuente-3_mobile) var(--fuente-2_mobile);
  }
}

.UBPDHeaderAudio {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #323232 url(./assets/waves_white_texture_big.png) center center;
  background-size: 100%;
  padding: var(--fuente3) calc(50vw - 525px);
  width: 1050px;
  margin: 0 auto var(--fuente3);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDHeaderAudio {
    padding: var(--fuente3_tablet) 5vw;
    width: 90vw;
    margin: 0 auto var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDHeaderAudio {
    flex-direction: column;
    padding: var(--fuente3_mobile) 5vw;
    width: 90vw;
    margin: 0 auto var(--fuente3_mobile);
  }
}
.UBPDHeaderAudio-player {
  width: 380px;
  height: 400px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDHeaderAudio-player {
    width: 38vw;
    height: 27vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDHeaderAudio-player {
    width: 90vw;
    height: 63vw;
    margin-bottom: 5vw;
  }
}
.UBPDHeaderAudio-player iframe {
  height: 90%;
}
.UBPDHeaderAudio-player > a {
  color: #fff;
  font-family: "Barlow", sans-serif;
  text-decoration: underline;
  transition-duration: 0.5s;
  font-size: var(--fuente-1);
  padding: 4px;
  height: 5%;
}
.UBPDHeaderAudio-player > a:hover {
  color: #FF8216;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDHeaderAudio-player > a {
    font-size: var(--fuente0_tablet);
    padding: 0.3vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDHeaderAudio-player > a {
    font-size: var(--fuente-1_mobile);
    padding: 1vw;
  }
}
.UBPDHeaderAudio-info {
  background-color: #fff;
  width: 520px;
  border-radius: var(--fuente0);
  padding: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDHeaderAudio-info {
    border-radius: var(--fuente0_tablet);
    width: 44vw;
    padding: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDHeaderAudio-info {
    border-radius: 0;
    width: 76vw;
    padding: 7vw;
  }
}
.UBPDHeaderAudio-info-title {
  color: #000;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDHeaderAudio-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDHeaderAudio-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente3_mobile);
  }
}
.UBPDHeaderAudio-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDHeaderAudio-info-title.right {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .UBPDHeaderAudio-info-title {
    margin-top: 0;
    font-size: var(--fuente2_mobile);
  }
}
.UBPDHeaderAudio-info-summary {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  position: relative;
  padding-top: var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDHeaderAudio-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDHeaderAudio-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDHeaderAudio-info-summary a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDHeaderAudio-info-summary a:hover {
  color: #000;
}
.UBPDHeaderAudio-info-summary a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDHeaderAudio-info-summary {
    padding-top: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDHeaderAudio-info-summary {
    padding-top: var(--fuente0_mobile);
  }
}
.UBPDHeaderAudio-info-summary:before {
  content: "";
  position: absolute;
  width: 270px;
  height: 1px;
  background-color: #323232;
  top: 0;
  left: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDHeaderAudio-info-summary:before {
    width: 27vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDHeaderAudio-info-summary:before {
    width: 50vw;
  }
}

.UBPDComunicationHeader {
  position: relative;
  width: 100vw;
}
.UBPDComunicationHeader-info {
  position: relative;
  background: #8D4AD3 url("./assets/waves_texture.png") center center;
  width: 1030px;
  height: 140px;
  padding: 0 calc(50vw - 640px) 0 calc(50vw - 360px);
  border-bottom: solid 6px #FF8216;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDComunicationHeader-info {
    width: 840px;
    padding: 0 calc(50vw - 550px) 0 calc(50vw - 290px);
  }
}
@media screen and (max-width: 600px) {
  .UBPDComunicationHeader-info {
    width: 65vw;
    height: 40vw;
    padding: 0 0 0 35vw;
  }
}
.UBPDComunicationHeader-info-title {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente5);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 60px;
  letter-spacing: 4.95px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDComunicationHeader-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente5_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDComunicationHeader-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente5_mobile);
  }
}
.UBPDComunicationHeader-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDComunicationHeader-info-title.right {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .UBPDComunicationHeader-info-title {
    padding-top: 15vw;
    font-size: var(--fuente2_mobile);
    text-align: center;
  }
}
.UBPDComunicationHeader-info-shadow {
  line-height: 0.8;
  text-transform: lowercase;
  position: absolute;
  text-align: right;
  color: rgba(255, 255, 255, 0.06);
  font-family: "Ms Madi", cursive;
  font-size: 160px;
  font-style: normal;
  width: 1280px;
  font-weight: 400;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDComunicationHeader-info-shadow {
    width: 1110px;
    font-size: 140px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDComunicationHeader-info-shadow {
    width: 70vw;
    font-size: 12vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDComunicationHeader-info-shadow {
    font-size: 25vw;
    width: 90vw;
  }
}
.UBPDComunicationHeader-picture {
  position: absolute;
  width: 261px;
  top: var(--fuente0);
  left: calc(50vw - 640px);
}
@media screen and (max-width: 600px) {
  .UBPDComunicationHeader-picture {
    width: 40vw;
    top: 17vw;
    left: 0;
  }
}
.UBPDComunicationHeader-picture-circle {
  position: relative;
  display: inline-block;
  background-color: #B3DED8;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  z-index: 15;
}
@media screen and (max-width: 600px) {
  .UBPDComunicationHeader-picture-circle {
    width: 31vw;
    height: 31vw;
  }
}
.UBPDComunicationHeader-picture-image {
  position: relative;
  display: inline-block;
  width: 192px;
  height: 194px;
  object-fit: contain;
  z-index: 20;
  margin-left: -111px;
}
@media screen and (max-width: 600px) {
  .UBPDComunicationHeader-picture-image {
    width: 33vw;
    height: 33vw;
    margin-left: -24vw;
  }
}
.UBPDComunicationHeader-title {
  width: 1280px;
  margin: var(--fuente3) auto 0;
}
@media screen and (max-width: 600px) {
  .UBPDComunicationHeader-title {
    width: 90vw;
  }
}
.UBPDComunicationHeader-title-date {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-style: italic;
  text-align: right;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDComunicationHeader-title-date {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDComunicationHeader-title-date {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDComunicationHeader-title-date a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDComunicationHeader-title-date a:hover {
  color: #000;
}
.UBPDComunicationHeader-title-date a:visited {
  color: #088391;
}
.UBPDComunicationHeader-title-title {
  color: #000;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente4);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  line-height: 1.3;
  border-bottom: solid 1px #000;
  padding-bottom: var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDComunicationHeader-title-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente4_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDComunicationHeader-title-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente4_mobile);
  }
}
.UBPDComunicationHeader-title-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDComunicationHeader-title-title.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDComunicationHeader-title-title {
    width: 70vw;
    padding-bottom: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDComunicationHeader-title-title {
    width: 90vw;
    padding-bottom: var(--fuente0_mobile);
  }
}

.UBPDCircleHeader {
  position: relative;
  background: #8D4AD3 url("./assets/waves_texture.png") center center;
  width: 100vw;
  height: 25vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-size: 80%;
  border-bottom: solid #FF8216 var(--fuente-3);
  margin-bottom: var(--fuente3);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDCircleHeader {
    border-bottom-width: var(--fuente-3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDCircleHeader {
    background-size: 155%;
    border-bottom-width: var(--fuente-3_mobile);
    height: 50vw;
    align-items: flex-end;
  }
}
.UBPDCircleHeader-info {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100vw;
}
.UBPDCircleHeader-info-title {
  line-height: 1.3;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 600;
  width: 680px;
  letter-spacing: 2.345px;
  padding-left: calc(50vw - 640px);
  width: 680px;
  font-size: var(--fuente6);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDCircleHeader-info-title {
    padding-left: calc(50vw - 550px);
    width: 620px;
    font-size: var(--fuente5);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDCircleHeader-info-title {
    font-size: var(--fuente6_tablet);
    padding-left: 5vw;
    width: 50vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDCircleHeader-info-title {
    letter-spacing: 1.8px;
    font-size: var(--fuente3_mobile);
    padding-left: 5vw;
    padding-bottom: 2vw;
    width: 50vw;
  }
}
.UBPDCircleHeader-info-shadow {
  line-height: 0.8;
  text-transform: lowercase;
  position: absolute;
  color: rgba(255, 255, 255, 0.06);
  font-family: "Ms Madi", cursive;
  font-size: 160px;
  font-style: normal;
  width: 1100px;
  font-weight: 400;
  left: -16px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDCircleHeader-info-shadow {
    width: 900px;
    font-size: 140px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDCircleHeader-info-shadow {
    width: 70vw;
    font-size: 12vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDCircleHeader-info-shadow {
    left: -1vw;
    font-size: var(--fuente6_mobile);
    width: 80vw;
    bottom: 10vw;
  }
}
.UBPDCircleHeader-picture {
  position: absolute;
  right: 0;
  bottom: -2vw;
  height: 27vw;
  width: 38vw;
  padding-left: 5vw;
  overflow: hidden;
  z-index: 6;
}
@media screen and (max-width: 600px) {
  .UBPDCircleHeader-picture {
    right: 0;
    height: 45vw;
    padding-left: 6vw;
  }
}
.UBPDCircleHeader-picture-circle {
  position: absolute;
  background-color: #B3DED8;
  width: 55vw;
  height: 55vw;
  border-radius: 50vw;
  top: -13vw;
  left: 1.3vw;
  z-index: 8;
}
@media screen and (max-width: 600px) {
  .UBPDCircleHeader-picture-circle {
    top: 2vw;
    left: 2vw;
  }
}
.UBPDCircleHeader-picture::after {
  content: "";
  position: absolute;
  border: #B3DED8 solid 4px;
  width: 59vw;
  height: 59vw;
  border-radius: 50vw;
  top: -15.3vw;
  left: 0;
  z-index: 7;
}
@media screen and (max-width: 600px) {
  .UBPDCircleHeader-picture::after {
    top: 0;
    border-width: 2px;
  }
}
.UBPDCircleHeader-picture-image {
  position: relative;
  height: 27vw;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .UBPDCircleHeader-picture-image {
    padding-top: 10vw;
    height: 35vw;
  }
}

.UBPDFullHeader-img {
  width: 100vw;
  border-bottom: solid #FF8216 8px;
}
.UBPDFullHeader-caption {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  width: 435px;
  margin-left: calc(50vw - 455px);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDFullHeader-caption {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDFullHeader-caption {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDFullHeader-caption a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDFullHeader-caption a:hover {
  color: #000;
}
.UBPDFullHeader-caption a:visited {
  color: #088391;
}
@media screen and (max-width: 600px) {
  .UBPDFullHeader-caption {
    margin-left: 5vw;
  }
}
.UBPDFullHeader-title {
  color: #000;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente4);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  line-height: 1.3;
  width: 910px;
  border-bottom: solid 1px #000;
  padding-bottom: var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDFullHeader-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente4_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDFullHeader-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente4_mobile);
  }
}
.UBPDFullHeader-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDFullHeader-title.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDFullHeader-title {
    width: 70vw;
    padding-bottom: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDFullHeader-title {
    width: 90vw;
    padding-bottom: var(--fuente0_mobile);
  }
}

.UBPDTags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  margin: 0 auto;
  padding: var(--fuente0) 0 var(--fuente1);
  position: relative;
}
.UBPDTags.lines {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDTags {
    width: 1100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTags {
    width: 90vw;
    padding: var(--fuente0_tablet) 0 var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTags {
    flex-direction: column;
    width: 90vw;
    padding: var(--fuente0_mobile) 0 var(--fuente1_mobile);
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }
}
.UBPDTags-title {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTags-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTags-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDTags-title a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDTags-title a:hover {
  color: #000;
}
.UBPDTags-title a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTags-title {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDTags-title {
    margin: 0;
  }
}
.UBPDTags-title img {
  height: var(--fuente1);
  margin-left: var(--fuente-3);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTags-title img {
    height: var(--fuente1_tablet);
    margin-left: var(--fuente-3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTags-title img {
    height: var(--fuente1_mobile);
    margin-left: var(--fuente-3_mobile);
  }
}
.UBPDTags-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  transition-duration: 0.5s;
  padding-right: 250px;
}
@media screen and (max-width: 600px) {
  .UBPDTags-container {
    width: 100%;
    padding-right: 0;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}
.UBPDTags-elements {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: max-content;
  margin-left: var(--fuente2);
  max-width: 85%;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  .UBPDTags-elements {
    width: 100%;
    max-width: auto;
    margin-left: var(--fuente2_mobile);
    justify-content: space-evenly;
  }
}
.UBPDTags-elements-nav {
  position: absolute;
  height: calc(100% - var(--fuente5));
  padding: 0 var(--fuente2);
  border: none;
  background: transparent url("./assets/arrow_orange_icon.svg") center no-repeat;
  background-size: var(--fuente1);
  cursor: pointer;
  transition-duration: 0.5s;
}
.UBPDTags-elements-nav:hover {
  background-size: var(--fuente2);
}
@media screen and (max-width: 600px) {
  .UBPDTags-elements-nav {
    display: none;
  }
}
.UBPDTags-elements-nav-next {
  transform: rotate(-90deg);
  right: -12px;
  top: var(--fuente0);
  z-index: 15;
}
.UBPDTags-elements-item {
  transition-duration: 0.5s;
  color: #000;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  margin: 0 var(--fuente-3) var(--fuente-3) 0;
  background-color: #D4D4D4;
  padding: 4px var(--fuente-2);
  border-radius: 20vw;
  width: max-content;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTags-elements-item {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTags-elements-item {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDTags-elements-item a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDTags-elements-item a:hover {
  color: #000;
}
.UBPDTags-elements-item a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTags-elements-item {
    padding: 0.3vw var(--fuente-2_tablet);
    margin: 0 var(--fuente-3_tablet) 0 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDTags-elements-item {
    padding: 0.5vw var(--fuente-2_mobile);
    margin: var(--fuente-3_mobile) 0;
  }
}
.UBPDTags-elements-item:hover, .UBPDTags-elements-item:focus {
  background-color: #8D4AD3;
  text-decoration: underline;
  color: #fff;
}

.UBPDTransparencia-header {
  position: relative;
  width: 100vw;
}
.UBPDTransparencia-header-info {
  position: relative;
  background: #8D4AD3 url("./assets/waves_texture.png") center center;
  width: 1280px;
  height: 100px;
  padding: 0 calc(50vw - 640px) 0 calc(50vw - 640px);
  border-bottom: solid 6px #FF8216;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDTransparencia-header-info {
    width: 1100px;
    padding: 0 calc(50vw - 550px) 0 calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-header-info {
    width: 90vw;
    height: 8vw;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-header-info {
    width: 90vw;
    height: 30vw;
    padding: 0 5vw;
  }
}
.UBPDTransparencia-header-info-title {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente4);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 25px;
  letter-spacing: 4.95px;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-header-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente4_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-header-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente4_mobile);
  }
}
.UBPDTransparencia-header-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDTransparencia-header-info-title.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-header-info-title {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-header-info-title {
    padding-top: 5vw;
    font-size: var(--fuente2_mobile);
    text-align: center;
    margin-top: 0;
  }
}
.UBPDTransparencia-header-info-shadow {
  line-height: 0.8;
  text-transform: lowercase;
  position: absolute;
  text-align: right;
  color: rgba(255, 255, 255, 0.06);
  font-family: "Ms Madi", cursive;
  font-size: 160px;
  font-style: normal;
  width: 1280px;
  font-weight: 400;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDTransparencia-header-info-shadow {
    width: 1110px;
    font-size: 140px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-header-info-shadow {
    width: 90vw;
    font-size: 12vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-header-info-shadow {
    font-size: 25vw;
    width: 90vw;
  }
}
.UBPDTransparencia-header-back {
  color: #8D4AD3;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 800;
  display: block;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-header-back {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-header-back {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDTransparencia-header-back a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDTransparencia-header-back a:hover {
  color: #000;
}
.UBPDTransparencia-header-back a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-header-back {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-header-back {
    max-width: 90vw;
    margin: var(--fuente1_mobile) auto;
  }
}
.UBPDTransparencia-header-back::before {
  content: "";
  background: transparent url("./assets/arrow_orange_icon.svg") center no-repeat;
  display: inline-block;
  width: var(--fuente1);
  aspect-ratio: 1/1;
  object-fit: contain;
  transform: rotate(90deg);
  vertical-align: middle;
  margin-right: 4px;
  transition-duration: 0.5s;
}
.UBPDTransparencia-header-back:hover, .UBPDTransparencia-header-back:focus {
  text-decoration: underline;
}
.UBPDTransparencia-header-back:hover::before, .UBPDTransparencia-header-back:focus::before {
  transform: rotate(90deg) translateY(4px);
}
.UBPDTransparencia-title {
  color: #000;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente4);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente4_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente4_mobile);
  }
}
.UBPDTransparencia-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDTransparencia-title.right {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-title {
    font-size: var(--fuente3_mobile);
  }
}
.UBPDTransparencia-sidebar {
  position: relative;
  margin-top: 16px;
  width: 260px;
  padding: 10px 5px;
  min-height: 60vh;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDTransparencia-sidebar {
    width: 223px;
    padding-right: 8.5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-sidebar {
    width: 24vw;
    padding: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-sidebar {
    width: 90vw;
    margin: var(--fuente1_mobile) auto 0;
    padding-right: 0;
    border-left: none;
    min-height: auto;
    order: 2;
  }
}
.UBPDTransparencia-sidebar-section {
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #D4D4D4;
  transition-duration: 0.5s;
}
.UBPDTransparencia-sidebar-section-title {
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px;
}
.UBPDTransparencia-sidebar-section-title > a {
  color: #323232;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 400;
  display: block;
  margin: 0;
  width: max-content;
  max-width: calc(80% - 20px);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-sidebar-section-title > a {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-sidebar-section-title > a {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDTransparencia-sidebar-section-title > a.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDTransparencia-sidebar-section-title > a.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-sidebar-section-title > a {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-sidebar-section-title > a {
    margin: 0;
  }
}
.UBPDTransparencia-sidebar-section-title > a:hover {
  text-decoration: underline;
}
.UBPDTransparencia-sidebar-section-title::after {
  content: "";
  position: absolute;
  background: transparent url("./assets/arrow_orange_icon.svg") center no-repeat;
  background-size: contain;
  transition-duration: 0.5s;
  transform: rotate(-90deg);
  width: 20px;
  height: 16px;
  right: 10px;
  top: calc(50% - 8px);
  filter: grayscale(1);
}
.UBPDTransparencia-sidebar-section-title:hover:not(:has(*:hover))::after {
  right: 15px;
  transform: rotate(0deg);
}
.UBPDTransparencia-sidebar-section-list {
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px 20px;
}
.UBPDTransparencia-sidebar-section-list-item {
  color: #323232;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 400;
  display: block;
  padding-bottom: var(--fuente0);
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-sidebar-section-list-item {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-sidebar-section-list-item {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDTransparencia-sidebar-section-list-item.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDTransparencia-sidebar-section-list-item.right {
  margin-left: auto;
}
.UBPDTransparencia-sidebar-section-list-item:hover {
  text-decoration: underline;
}
.UBPDTransparencia-sidebar-section[open] .UBPDTransparencia-sidebar-section-title > a, .UBPDTransparencia-sidebar-section:focus-within .UBPDTransparencia-sidebar-section-title > a {
  color: #9250E6;
  font-weight: 600;
}
.UBPDTransparencia-sidebar-section[open] .UBPDTransparencia-sidebar-section-title::after, .UBPDTransparencia-sidebar-section:focus-within .UBPDTransparencia-sidebar-section-title::after {
  transform: rotate(0deg);
  filter: grayscale(0);
}
.UBPDTransparencia-sidebar-section[open] .UBPDTransparencia-sidebar-section-title:hover:not(:has(*:hover))::after, .UBPDTransparencia-sidebar-section:focus-within .UBPDTransparencia-sidebar-section-title:hover:not(:has(*:hover))::after {
  right: 15px;
  transform: rotate(-180deg);
}
.UBPDTransparencia-sidebar-section::details-content {
  display: contents;
}
.UBPDTransparencia-sidebar-text {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-sidebar-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-sidebar-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDTransparencia-sidebar-text a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDTransparencia-sidebar-text a:hover {
  color: #000;
}
.UBPDTransparencia-sidebar-text a:visited {
  color: #088391;
}
.UBPDTransparencia-list-section {
  width: 80%;
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-list-section {
    width: 100%;
  }
}
.UBPDTransparencia-list-section-title {
  font-size: var(--fuente2);
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-list-section-title {
    font-size: var(--fuente2_tablet);
  }
}
.UBPDTransparencia-list-section-content {
  width: 90%;
}
.UBPDTransparencia-list-section-content img {
  max-width: 80%;
  display: block;
  margin: var(--fuente0) auto;
}
.UBPDTransparencia-list-section-list-item {
  list-style: disc inside;
}
.UBPDTransparencia-documents {
  margin: 0 auto;
  width: 85%;
  padding: var(--fuente2) 0 var(--fuente-1);
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-documents {
    width: 95%;
    padding: var(--fuente2_mobile) 0 var(--fuente-1_mobile);
  }
}
.UBPDTransparencia-documents-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: var(--fuente0) 0;
  border-top: solid #D4D4D4 1px;
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-documents-item {
    padding: var(--fuente0_mobile) 0;
  }
}
.UBPDTransparencia-documents-item:nth-of-type(1) {
  border-top: none;
}
.UBPDTransparencia-documents-item-icon {
  width: 12%;
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-documents-item-icon {
    width: 18%;
  }
}
.UBPDTransparencia-documents-item-icon > img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.UBPDTransparencia-documents-item-icon > p {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-documents-item-icon > p {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-documents-item-icon > p {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDTransparencia-documents-item-icon > p a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDTransparencia-documents-item-icon > p a:hover {
  color: #000;
}
.UBPDTransparencia-documents-item-icon > p a:visited {
  color: #088391;
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-documents-item-icon > p {
    font-size: var(--fuente-1_mobile);
    margin: var(--fuente-3_mobile) 0 0;
  }
}
.UBPDTransparencia-documents-item-info {
  width: 85%;
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-documents-item-info {
    width: 80%;
  }
}
.UBPDTransparencia-documents-item-info-title {
  color: #323232;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
  max-width: 85%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-documents-item-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-documents-item-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDTransparencia-documents-item-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDTransparencia-documents-item-info-title.right {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-documents-item-info-title {
    margin: 0;
  }
}
.UBPDTransparencia-documents-item-info-date {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
  max-width: 85%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-documents-item-info-date {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-documents-item-info-date {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDTransparencia-documents-item-info-date a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDTransparencia-documents-item-info-date a:hover {
  color: #000;
}
.UBPDTransparencia-documents-item-info-date a:visited {
  color: #088391;
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-documents-item-info-date {
    margin: 0;
  }
}
.UBPDTransparencia-documents-item-info-link {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.375) calc(var(--fuente0) * 0.75);
  font-size: var(--fuente0);
  display: block;
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-documents-item-info-link {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.375) calc(var(--fuente0_tablet) * 0.75);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-documents-item-info-link {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.375) calc(var(--fuente0_mobile) * 0.75);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDTransparencia-documents-item-info-link:visited {
  color: #fff;
}
.UBPDTransparencia-documents-item-info-link:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
.UBPDTransparencia-end {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: var(--fuente2) auto 0;
  width: 80%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-end {
    margin: var(--fuente2_tablet) auto 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-end {
    border-top: none;
    padding: var(--fuente2_mobile) 0;
    order: 4;
    flex-direction: column;
    align-items: center;
  }
}
.UBPDTransparencia-end-button {
  text-decoration: underline;
  cursor: pointer;
  background-color: #FF8216;
  font-family: "Barlow", sans-serif;
  color: #501717;
  font-weight: 800;
  width: max-content;
  transition-duration: 0.5s;
  border: solid #FF8216 1px;
  border-radius: var(--fuente-3);
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  order: 3;
  display: block;
  margin: var(--fuente2) auto;
  height: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-end-button {
    border-radius: var(--fuente0_tablet);
    padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-end-button {
    border-radius: var(--fuente0_mobile);
    padding: calc(var(--fuente0_mobile) * 0.75) calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}
.UBPDTransparencia-end-button:visited {
  color: #fff;
}
.UBPDTransparencia-end-button:hover {
  filter: saturate(0.5);
  border-color: #501717;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-end-button {
    margin: var(--fuente2_tablet) auto;
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-end-button {
    margin: 0 auto !important;
  }
}
.UBPDTransparencia-end-pager {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  order: 4;
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-end-pager {
    padding-top: var(--fuente1_mobile);
  }
}
.UBPDTransparencia-end-pager-text {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  padding-right: var(--fuente-1);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-end-pager-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-end-pager-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDTransparencia-end-pager-text a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDTransparencia-end-pager-text a:hover {
  color: #000;
}
.UBPDTransparencia-end-pager-text a:visited {
  color: #088391;
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-end-pager-text {
    padding-right: var(--fuente1_mobile);
  }
}
.UBPDTransparencia-end-pager-prev, .UBPDTransparencia-end-pager-next {
  width: var(--fuente2);
  height: var(--fuente4);
  background: #D4D4D4 url("./assets/right_grey_arrow.svg") center no-repeat;
  background-size: 40%;
  transition-duration: 0.5s;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-end-pager-prev, .UBPDTransparencia-end-pager-next {
    width: var(--fuente2_tablet);
    height: var(--fuente4_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-end-pager-prev, .UBPDTransparencia-end-pager-next {
    width: var(--fuente5_mobile);
    height: var(--fuente3_mobile);
    background-size: 30%;
  }
}
.UBPDTransparencia-end-pager-prev:hover, .UBPDTransparencia-end-pager-next:hover {
  opacity: 1;
  background-color: #B3DED8;
}
.UBPDTransparencia-end-pager-prev {
  opacity: 0.5;
  transform: rotate(180deg);
}
.UBPDTransparencia-search {
  margin: 50px 0 0 12.5%;
  position: relative;
  overflow: hidden;
  width: 350px;
  height: var(--fuente4);
  box-sizing: border-box;
  border: solid 1px #D4D4D4;
  border-radius: 50vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-search {
    width: 30vw;
    height: var(--fuente4_tablet);
    margin: 4vw 0 0 10%;
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-search {
    width: 80vw;
    height: max-content;
    margin: 10vw 0 0 5%;
  }
}
.UBPDTransparencia-search:focus-within {
  border-color: #000;
}
.UBPDTransparencia-search:focus-within::after {
  background-color: #8D4AD3;
}
.UBPDTransparencia-search > input[type=text] {
  width: 100%;
  border: none;
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0;
  padding: var(--fuente-3) var(--fuente4) var(--fuente-3) var(--fuente-3);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-search > input[type=text] {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-search > input[type=text] {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDTransparencia-search > input[type=text] a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDTransparencia-search > input[type=text] a:hover {
  color: #000;
}
.UBPDTransparencia-search > input[type=text] a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-search > input[type=text] {
    margin: 0;
    padding: var(--fuente-3_tablet) var(--fuente4_tablet) var(--fuente-3_tablet) var(--fuente-3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-search > input[type=text] {
    margin: 0;
    padding: var(--fuente-3_mobile) var(--fuente4_mobile) var(--fuente-3_mobile) var(--fuente-3_mobile);
  }
}
.UBPDTransparencia-search > input[type=text]:focus {
  outline: none;
}
.UBPDTransparencia-search > input[type=submit] {
  border: none;
  transition-duration: 0.5s;
  position: absolute;
  right: -1px;
  top: -1px;
  width: var(--fuente4);
  height: var(--fuente4);
  background: #D4D4D4 url("./assets/glass_white_icon.svg") center no-repeat;
  background-size: var(--fuente1);
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDTransparencia-search > input[type=submit] {
    width: var(--fuente4_tablet);
    height: var(--fuente4_tablet);
    background-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDTransparencia-search > input[type=submit] {
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: var(--fuente1_mobile);
  }
}
.UBPDTransparencia-search > input[type=submit]:hover {
  background-color: #9250E6;
}
.UBPDTransparencia-search:focus-within > input[type=submit] {
  background-color: #9250E6;
}

.UBPDRelated {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1280px;
  margin: var(--fuente1) auto;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDRelated {
    width: 1100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDRelated {
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDRelated {
    width: 100vw;
  }
}
.UBPDRelated-title {
  width: 100%;
  margin-bottom: var(--fuente2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDRelated-title {
    margin-bottom: var(--fuente2_tablet);
  }
}
.UBPDRelated-title h3 {
  display: inline-block;
  background-color: #088391;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-size: var(--fuente3);
  color: #fff;
  padding: var(--fuente-1) var(--fuente2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDRelated-title h3 {
    padding: var(--fuente-1_tablet) var(--fuente2_tablet);
    font-size: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDRelated-title h3 {
    padding: var(--fuente-1_mobile) var(--fuente2_mobile);
    font-size: var(--fuente3_mobile);
  }
}
@media screen and (max-width: 600px) {
  .UBPDRelated-title h3 {
    width: 100%;
  }
}
.UBPDRelated-element {
  width: 600px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: var(--fuente0);
  transition-duration: 0.5s;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDRelated-element {
    width: 540px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDRelated-element {
    width: 44vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDRelated-element {
    width: 90vw;
    margin: var(--fuente0_mobile) auto;
  }
}
.UBPDRelated-element:hover {
  background-color: #D4D4D4;
}
.UBPDRelated-element-image {
  width: 200px;
  min-height: 200px;
  object-fit: cover;
  border-radius: var(--fuente0);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDRelated-element-image {
    width: 18vw;
    min-height: 18vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDRelated-element-image {
    width: 45vw;
    min-height: 45vw;
  }
}
.UBPDRelated-element-info {
  width: 380px;
  align-self: flex-end;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDRelated-element-info {
    width: 320px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDRelated-element-info {
    width: 25vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDRelated-element-info {
    width: 42vw;
  }
}
.UBPDRelated-element-info-flag {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  background-color: #B3DED8;
  display: inline-block;
  padding: 4px var(--fuente-1);
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDRelated-element-info-flag {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDRelated-element-info-flag {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDRelated-element-info-flag a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDRelated-element-info-flag a:hover {
  color: #000;
}
.UBPDRelated-element-info-flag a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDRelated-element-info-flag {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDRelated-element-info-flag {
    margin: 0;
  }
}
.UBPDRelated-element-info-title {
  color: #000;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  font-weight: 600;
  margin-top: var(--fuente-3);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDRelated-element-info-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDRelated-element-info-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDRelated-element-info-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDRelated-element-info-title.right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDRelated-element-info-title {
    margin-top: var(--fuente-3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDRelated-element-info-title {
    margin-top: var(--fuente-3_mobile);
  }
}
.UBPDRelated-element-info-summary {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin-top: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDRelated-element-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDRelated-element-info-summary {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDRelated-element-info-summary a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDRelated-element-info-summary a:hover {
  color: #000;
}
.UBPDRelated-element-info-summary a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDRelated-element-info-summary {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDRelated-element-info-summary {
    display: none;
  }
}

.UBPDPodcast-archivo-header {
  position: relative;
  background: #D4D4D4 url(./assets/waves_white_texture_big.png) center center;
  background-size: 100%;
}
.UBPDPodcast-archivo-header-title {
  position: absolute;
  z-index: 20;
  top: 60px;
  left: calc(50vw - 590px);
  font-family: "Barlow", sans-serif;
  font-size: var(--fuente4);
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDPodcast-archivo-header-title {
    left: calc(50vw - 500px);
    top: 45px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-header-title {
    font-size: var(--fuente4_tablet);
    left: 10vw;
    top: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-header-title {
    font-size: var(--fuente2_mobile);
    left: 5vw;
    top: 8vw;
  }
}
.UBPDPodcast-archivo-header-title span {
  color: #FF8216;
  font-family: "Ms Madi", cursive;
  font-size: 120px;
  position: absolute;
  width: max-content;
  top: 100%;
  left: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-header-title span {
    font-size: 10vw;
    left: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-header-title span {
    font-size: 18vw;
    left: 5vw;
  }
}
.UBPDPodcast-archivo-header-background {
  width: 100vw;
}
.UBPDPodcast-archivo-header-summary {
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  width: 540px;
  text-align: center;
  padding: var(--fuente1) 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-header-summary {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-header-summary {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDPodcast-archivo-header-summary a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDPodcast-archivo-header-summary a:hover {
  color: #000;
}
.UBPDPodcast-archivo-header-summary a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-header-summary {
    width: 50vw;
    padding: var(--fuente1_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-header-summary {
    width: 90vw;
    padding: var(--fuente1_mobile) 0;
  }
}
.UBPDPodcast-archivo-header-carrusel {
  width: 100vw;
  overflow-x: hidden;
  padding: var(--fuente3) 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-header-carrusel {
    padding: var(--fuente3_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-header-carrusel {
    overflow: scroll;
    padding: var(--fuente3_mobile) 0;
  }
}
.UBPDPodcast-archivo-header-carrusel-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition-duration: 1s;
  width: max-content;
  padding-left: calc(50vw - 640px);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDPodcast-archivo-header-carrusel-container {
    padding-left: calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-header-carrusel-container {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-header-carrusel-container {
    padding-left: 5vw;
  }
}
.UBPDPodcast-archivo-header-carrusel-item {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding-right: var(--fuente6);
  display: block;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDPodcast-archivo-header-carrusel-item {
    padding-right: var(--fuente2);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-header-carrusel-item {
    padding-right: var(--fuente6_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-header-carrusel-item {
    padding-right: var(--fuente4_mobile);
  }
}
.UBPDPodcast-archivo-header-carrusel-item img {
  object-fit: cover;
  transition-duration: 0.5s;
  border-radius: var(--fuente0);
  width: 240px;
  height: 240px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-header-carrusel-item img {
    width: 16.8vw;
    height: 16.8vw;
    border-radius: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-header-carrusel-item img {
    width: 50vw;
    height: 50vw;
    border-radius: var(--fuente0_mobile);
  }
}
.UBPDPodcast-archivo-header-carrusel-item img:hover {
  width: 250px;
  height: 250px;
  filter: saturate(2);
}
.UBPDPodcast-archivo-header-nav {
  position: absolute;
  padding: 120px var(--fuente4) 120px var(--fuente1);
  border: none;
  background-color: transparent;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7333333333)), url("./assets/arrow_white_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition-duration: 0.5s;
}
.UBPDPodcast-archivo-header-nav:hover {
  background-image: linear-gradient(to right, transparent, #000), url("./assets/arrow_white_icon.svg");
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-header-nav {
    display: none;
  }
}
.UBPDPodcast-archivo-header-nav-prev {
  left: 0;
  bottom: calc(20% - 125px);
  transform: rotate(180deg);
  z-index: 15;
}
.UBPDPodcast-archivo-header-nav-next {
  right: 0;
  bottom: calc(20% - 125px);
  z-index: 15;
}
.UBPDPodcast-archivo-serie {
  background: #fff url(./assets/waves_orange_texture.png) center center;
  background-size: 100%;
  overflow: hidden;
  max-height: 0;
}
.UBPDPodcast-archivo-serie.opened, .UBPDPodcast-archivo-serie:focus-within {
  transition-duration: 1s;
  max-height: 1000vh;
}
.UBPDPodcast-archivo-serie-banner {
  background: #088391 var(--bgimg) center no-repeat;
  background-size: cover;
  width: 1280px;
  padding: var(--fuente2) calc(50vw - 640px);
  margin-bottom: var(--fuente2);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDPodcast-archivo-serie-banner {
    width: 1100px;
    padding: var(--fuente2) calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-serie-banner {
    width: 90vw;
    padding: var(--fuente2_tablet) 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-serie-banner {
    width: 70vw;
    padding: var(--fuente2_mobile) 15vw;
  }
}
.UBPDPodcast-archivo-serie-banner-title {
  color: #fff;
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: var(--fuente4);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-serie-banner-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente4_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-serie-banner-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente4_mobile);
  }
}
.UBPDPodcast-archivo-serie-banner-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDPodcast-archivo-serie-banner-title.right {
  margin-left: auto;
}
.UBPDPodcast-archivo-serie-description {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  width: 760px;
  margin: 0 auto;
  padding-bottom: var(--fuente4);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-serie-description {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-serie-description {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDPodcast-archivo-serie-description a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDPodcast-archivo-serie-description a:hover {
  color: #000;
}
.UBPDPodcast-archivo-serie-description a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-serie-description {
    width: 60vw;
    padding-bottom: var(--fuente4_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-serie-description {
    width: 90vw;
    padding-bottom: var(--fuente4_mobile);
    text-align: center;
  }
}
.UBPDPodcast-archivo-serie-container {
  width: 1100px;
  margin: 0 auto var(--fuente2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: var(--fuente3);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-serie-container {
    width: 90vw;
    margin-bottom: var(--fuente2_tablet);
    row-gap: var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-serie-container {
    width: 90vw;
    margin-bottom: var(--fuente2_mobile);
    row-gap: var(--fuente3_mobile);
    flex-direction: column;
  }
}
.UBPDPodcast-archivo-serie-item {
  background-color: #fff;
  border-radius: var(--fuente0);
  width: 320px;
  transition-duration: 0.5s;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-serie-item {
    width: 28vw;
    border-radius: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-serie-item {
    width: 90vw;
    border-radius: var(--fuente0_mobile);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.UBPDPodcast-archivo-serie-item-image {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-serie-item-image {
    width: 37%;
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-serie-item-info {
    padding: var(--fuente0_mobile);
  }
}
.UBPDPodcast-archivo-serie-item-date {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  padding: 0 var(--fuente0);
  margin-bottom: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-serie-item-date {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-serie-item-date {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-1_mobile);
  }
}
.UBPDPodcast-archivo-serie-item-date a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDPodcast-archivo-serie-item-date a:hover {
  color: #000;
}
.UBPDPodcast-archivo-serie-item-date a:visited {
  color: #088391;
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-serie-item-date {
    padding: 0;
    margin-top: 0;
  }
}
.UBPDPodcast-archivo-serie-item-title {
  color: #323232;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente1);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  line-height: 1.1;
  margin-top: var(--fuente-3);
  padding: 0 var(--fuente1);
  font-weight: 800;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDPodcast-archivo-serie-item-title {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-serie-item-title {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDPodcast-archivo-serie-item-title a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDPodcast-archivo-serie-item-title a:hover {
  color: #000;
}
.UBPDPodcast-archivo-serie-item-title a:visited {
  color: #088391;
}
@media screen and (max-width: 600px) {
  .UBPDPodcast-archivo-serie-item-title {
    margin-bottom: 0;
    padding: 0;
  }
}
.UBPDPodcast-archivo-serie-item:hover .UBPDPodcast-archivo-serie-item-title {
  text-decoration: underline;
}
.UBPDPodcast-archivo-serie-item:hover {
  background-color: #B3DED8;
}

.UBPDShare {
  position: fixed;
  z-index: 30;
  transition-duration: 1s;
  bottom: 5vh;
  right: var(--fuente0);
}
@media screen and (max-width: 600px) {
  .UBPDShare {
    right: var(--fuente0_mobile);
  }
}
.UBPDShare-button {
  position: absolute;
  background-color: #8D4AD3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 35;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  box-shadow: #fff 1px 1px 8px;
}
@media screen and (max-width: 600px) {
  .UBPDShare-button {
    top: unset;
    bottom: 0;
    width: 12vw;
    height: 12vw;
    box-shadow: #fff 0.2vw 0.2vw 8px;
  }
}
.UBPDShare-button:hover {
  background-color: #9250E6;
}
.UBPDShare-button img {
  padding-right: 4px;
  padding-top: 4px;
  width: 60%;
}
@media screen and (max-width: 600px) {
  .UBPDShare-button img {
    padding-right: 0.2vw;
    padding-top: 0.2vw;
  }
}
.UBPDShare-options {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 30;
  top: 0;
  background-color: #D4D4D4;
  border-radius: 50vw;
  overflow: hidden;
  max-height: 0;
  transition-duration: 1s;
  width: 56px;
  padding: 56px 0 0;
}
@media screen and (max-width: 600px) {
  .UBPDShare-options {
    flex-direction: row;
    align-items: center;
    height: 12vw;
    width: auto;
    padding: 0 12vw 0 0;
    max-height: unset;
    max-width: 0;
  }
}
.UBPDShare-options-text {
  color: #8D4AD3;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-2);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 5px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDShare-options-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDShare-options-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-2_mobile);
  }
}
.UBPDShare-options-text a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDShare-options-text a:hover {
  color: #000;
}
.UBPDShare-options-text a:visited {
  color: #088391;
}
.UBPDShare-options-item {
  display: block;
  margin: var(--fuente0) 0 0;
}
@media screen and (max-width: 600px) {
  .UBPDShare-options-item {
    margin: 0 var(--fuente-2_mobile) 0;
  }
}
.UBPDShare-options-item-icon {
  width: 50%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .UBPDShare-options-item-icon {
    width: auto;
    height: 70%;
  }
}
.UBPDShare-options-item-text {
  color: #000;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-2);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  padding: 0 5px;
  margin: 5px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDShare-options-item-text {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente-2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDShare-options-item-text {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente-2_mobile);
  }
}
.UBPDShare-options-item-text a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDShare-options-item-text a:hover {
  color: #000;
}
.UBPDShare-options-item-text a:visited {
  color: #088391;
}
@media screen and (max-width: 600px) {
  .UBPDShare-options-item-text {
    padding: 0;
    margin: 0.7vw 0 0 0;
  }
}
.UBPDShare.opened .UBPDShare-options {
  max-height: 100vh;
  padding-bottom: var(--fuente1);
}
@media screen and (max-width: 600px) {
  .UBPDShare.opened .UBPDShare-options {
    padding-bottom: 0;
    padding-left: var(--fuente-1_mobile);
    max-height: unset;
    max-width: 100vw;
  }
}

.UBPDFooter {
  background-color: #8D4AD3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1280px;
  padding: var(--fuente3) calc(50vw - 640px);
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDFooter {
    width: 1100px;
    padding: var(--fuente3) calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDFooter {
    width: 90vw;
    padding: var(--fuente3_tablet) 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDFooter {
    flex-direction: column;
    width: 90vw;
    padding: var(--fuente0_mobile) 5vw;
    word-break: break-word;
  }
}
.UBPDFooter-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .UBPDFooter-social {
    padding: var(--fuente-1_mobile) 0;
    order: 0;
  }
}
.UBPDFooter-social > p {
  width: 100%;
}
.UBPDFooter-social-item {
  margin-right: var(--fuente-1);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDFooter-social-item {
    margin-right: var(--fuente-1_tablet);
  }
}
.UBPDFooter-social-item > img {
  height: var(--fuente3);
  width: var(--fuente3);
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDFooter-social-item > img {
    height: var(--fuente3_tablet);
    width: var(--fuente3_tablet);
  }
}
.UBPDFooter-container {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  .UBPDFooter-container {
    width: 100%;
  }
}
.UBPDFooter-container.wide {
  width: 45%;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .UBPDFooter-container.wide {
    width: 100%;
  }
  .UBPDFooter-container.wide > *:not(.UBPDFooter-social) {
    order: 1;
  }
}
.UBPDFooter-container p {
  display: block;
  color: #fff;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) auto;
  padding: 0;
  margin: 0 0 var(--fuente-3) 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDFooter-container p {
    max-width: 90vw;
    margin: var(--fuente0_tablet) auto;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDFooter-container p {
    max-width: 90vw;
    margin: var(--fuente0_mobile) auto;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDFooter-container p a {
  color: #8D4AD3;
  font-weight: 800;
  text-decoration: underline;
}
.UBPDFooter-container p a:hover {
  color: #000;
}
.UBPDFooter-container p a:visited {
  color: #088391;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDFooter-container p {
    margin: 0 0 var(--fuente-3_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDFooter-container p {
    margin: 0 0 var(--fuente-3_mobile) 0;
  }
}
.UBPDFooter-container p a, .UBPDFooter-container p a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.UBPDFooter-container p a:hover {
  text-decoration: underline;
}
.UBPDFooter-container > div:not(.UBPDFooter-social) {
  padding: var(--fuente-3) 0;
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDFooter-container > div:not(.UBPDFooter-social) {
    padding-bottom: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDFooter-container > div:not(.UBPDFooter-social) {
    padding: var(--fuente-1_mobile) 0;
  }
}
.UBPDFooter-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: var(--fuente2) 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDFooter-line {
    margin: var(--fuente2_tablet) 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDFooter-line {
    display: none;
  }
}
.UBPDFooter-logo {
  width: 240px;
  height: 40px;
  margin-bottom: 50px;
  object-fit: contain;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDFooter-logo {
    width: 16.8vw;
    height: 2.8vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDFooter-logo {
    width: 70vw;
    height: auto;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDFooter-logo.nomobile {
    display: none;
  }
}
.UBPDFooter-logo.big {
  width: 100%;
  height: 80px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDFooter-logo.big {
    height: 5.62vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDFooter-logo.big {
    margin: 8vw auto;
    height: auto;
    width: 70vw;
  }
}
.UBPDFooter-logos {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 600px) {
  .UBPDFooter-logos {
    padding-top: 4vw;
  }
}

.UBPDGovco {
  background-color: #36C;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  padding: var(--fuente-1) calc(50vw - 640px);
  height: 25px;
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .UBPDGovco {
    width: 1100px;
    padding: var(--fuente-1) calc(50vw - 550px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .UBPDGovco {
    width: 90vw;
    height: 2vw;
    padding: var(--fuente-1_tablet) 5vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDGovco {
    width: 90vw;
    height: 6vw;
    padding: var(--fuente-1_mobile) 5vw;
  }
}
.UBPDGovco-logo {
  height: 100%;
}
.UBPDGovco-link {
  height: 80%;
  padding-left: var(--fuente0);
  margin-left: var(--fuente0);
  border-left: solid #fff 2px;
}

/* Dropdowns */


/* Transversales */
.UBPDDropdown {
  margin: var(--fuente5) auto;
  width: 100%;
  max-width: 1280px !important;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown {
    max-width: 90vw;
    margin: var(--fuente5_tablet) auto;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown {
    max-width: 90vw;
    margin: var(--fuente5_mobile) auto;
  }
}
.UBPDDropdown-toopen {
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  overflow: hidden;
  margin: var(--fuente5) auto;
}
.UBPDDropdown-element {
  border: solid #E6EFFD 1px;
}
.UBPDDropdown-element-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  padding: var(--fuente2) var(--fuente3);
}
.UBPDDropdown-element-head:hover {
  background-color: #F6F8F9;
}
.UBPDDropdown-element-head:focus {
  outline-color: #29215e;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-element-head {
    padding: var(--fuente2_tablet) var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-element-head {
    padding: var(--fuente2_mobile) var(--fuente3_mobile);
  }
}
.UBPDDropdown-element-head-title, h3.UBPDDropdown-element-head-title, h6.UBPDDropdown-element-head-title {
  color: #29215e;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-element-head-title, h3.UBPDDropdown-element-head-title, h6.UBPDDropdown-element-head-title {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-element-head-title, h3.UBPDDropdown-element-head-title, h6.UBPDDropdown-element-head-title {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDDropdown-element-head-title.white, .UBPDDropdown-element-head-title-white, h3.UBPDDropdown-element-head-title.white, h3.UBPDDropdown-element-head-title-white, h6.UBPDDropdown-element-head-title.white, h6.UBPDDropdown-element-head-title-white {
  color: #fff;
}
.UBPDDropdown-element-head-title.color1, .UBPDDropdown-element-head-title-color1, h3.UBPDDropdown-element-head-title.color1, h3.UBPDDropdown-element-head-title-color1, h6.UBPDDropdown-element-head-title.color1, h6.UBPDDropdown-element-head-title-color1 {
  color: #069169;
}
.UBPDDropdown-element-head-title.color2, .UBPDDropdown-element-head-title-color2, h3.UBPDDropdown-element-head-title.color2, h3.UBPDDropdown-element-head-title-color2, h6.UBPDDropdown-element-head-title.color2, h6.UBPDDropdown-element-head-title-color2 {
  color: #29215e;
}
.UBPDDropdown-element-head-title.color3, .UBPDDropdown-element-head-title-color3, h3.UBPDDropdown-element-head-title.color3, h3.UBPDDropdown-element-head-title-color3, h6.UBPDDropdown-element-head-title.color3, h6.UBPDDropdown-element-head-title-color3 {
  color: #6559Bc;
}
.UBPDDropdown-element-head-title.center, .UBPDDropdown-element-head-title-center, h3.UBPDDropdown-element-head-title.center, h3.UBPDDropdown-element-head-title-center, h6.UBPDDropdown-element-head-title.center, h6.UBPDDropdown-element-head-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDDropdown-element-head-title.right, .UBPDDropdown-element-head-title-right, h3.UBPDDropdown-element-head-title.right, h3.UBPDDropdown-element-head-title-right, h6.UBPDDropdown-element-head-title.right, h6.UBPDDropdown-element-head-title-right {
  margin-left: auto;
}

.UBPDDropdown-element-head-button {
  background: transparent url("https://unidadbusqueda.gov.co/wp-content/especiales/dropdowns/assets/down-darkblue-arrow.svg") center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 16px;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-element-head-button {
    width: 1.5vw;
    height: 1.5vw;
    background-size: 1.2vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-element-head-button {
    width: 5vw;
    height: 5vw;
    background-size: 4vw;
  }
}
.UBPDDropdown-element-content {
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  max-height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.UBPDDropdown-element.opened, .UBPDDropdown-element:focus-within {
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.UBPDDropdown-element.opened .UBPDDropdown-element-content, .UBPDDropdown-element:focus-within .UBPDDropdown-element-content {
  max-height: 10000vh;
  padding: calc(var(--fuente0) * 2);
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-element.opened .UBPDDropdown-element-content, .UBPDDropdown-element:focus-within .UBPDDropdown-element-content {
    padding: calc(var(--fuente0_tablet) * 2);
  }
}
.UBPDDropdown-element.opened .UBPDDropdown-element-head-button, .UBPDDropdown-element:focus-within .UBPDDropdown-element-head-button {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.UBPDDropdown-detail {
  border: solid #E6EFFD 1px;
}
.UBPDDropdown-detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  padding: var(--fuente2) var(--fuente3);
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-detail-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.UBPDDropdown-detail-head:focus {
  outline-color: #29215e;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-detail-head {
    padding: var(--fuente2_tablet) var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-detail-head {
    padding: var(--fuente2_mobile) var(--fuente1_mobile);
  }
}
.UBPDDropdown-detail-head-title {
  color: #29215e;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente2);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-detail-head-title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-detail-head-title {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}
.UBPDDropdown-detail-head-title.white, .UBPDDropdown-detail-head-title-white {
  color: #fff;
}
.UBPDDropdown-detail-head-title.color1, .UBPDDropdown-detail-head-title-color1 {
  color: #069169;
}
.UBPDDropdown-detail-head-title.color2, .UBPDDropdown-detail-head-title-color2 {
  color: #29215e;
}
.UBPDDropdown-detail-head-title.color3, .UBPDDropdown-detail-head-title-color3 {
  color: #6559Bc;
}
.UBPDDropdown-detail-head-title.center, .UBPDDropdown-detail-head-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDDropdown-detail-head-title.right, .UBPDDropdown-detail-head-title-right {
  margin-left: auto;
}
.UBPDDropdown-detail-head-title a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-detail-head-title {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.UBPDDropdown-detail-head-button {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #29215e;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border: solid #29215e 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.5) calc(var(--fuente0) * 1);
  font-size: var(--fuente0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-detail-head-button {
    border-radius: 35vw;
    padding: calc(var(--fuente0_tablet) * 0.5) calc(var(--fuente0_tablet) * 1);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-detail-head-button {
    padding: calc(var(--fuente-1_mobile) * 0.5) calc(var(--fuente-1_mobile) * 1);
    font-size: var(--fuente-1_mobile);
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.UBPDDropdown-detail-head-button:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  background-color: #F6F8F9;
}
.UBPDDropdown-detail-head-button-arrow {
  background: transparent url('https://unidadbusqueda.gov.co/wp-content/especiales/dropdowns/assets/down-darkblue-arrow.svg') center no-repeat;
  margin-left: 16px;
  width: 20px;
  height: 20px;
  background-size: 16px;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-detail-head-button-arrow {
    width: 1.5vw;
    height: 1.5vw;
    background-size: 1.2vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-detail-head-button-arrow {
    width: 5vw;
    height: 5vw;
    background-size: 4vw;
  }
}
.UBPDDropdown-detail-head-button-title {
  color: #29215e;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-detail-head-button-title {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-detail-head-button-title {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDDropdown-detail-head-button-title.white, .UBPDDropdown-detail-head-button-title-white {
  color: #fff;
}
.UBPDDropdown-detail-head-button-title.color1, .UBPDDropdown-detail-head-button-title-color1 {
  color: #069169;
}
.UBPDDropdown-detail-head-button-title.color2, .UBPDDropdown-detail-head-button-title-color2 {
  color: #29215e;
}
.UBPDDropdown-detail-head-button-title.color3, .UBPDDropdown-detail-head-button-title-color3 {
  color: #6559Bc;
}
.UBPDDropdown-detail-head-button-title.center, .UBPDDropdown-detail-head-button-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDDropdown-detail-head-button-title.right, .UBPDDropdown-detail-head-button-title-right {
  margin-left: auto;
}
.UBPDDropdown-detail-content {
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  max-height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: var(--fuente1);
}
.UBPDDropdown-detail.opened, .UBPDDropdown-detail:focus-within {
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.UBPDDropdown-detail.opened > .UBPDDropdown-subdetail-content, .UBPDDropdown-detail:focus-within > .UBPDDropdown-subdetail-content {
  max-height: 10000vh;
  padding: var(--fuente1) var(--fuente3);
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-detail.opened > .UBPDDropdown-subdetail-content, .UBPDDropdown-detail:focus-within > .UBPDDropdown-subdetail-content {
    padding: var(--fuente1_tablet) var(--fuente3_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-detail.opened > .UBPDDropdown-subdetail-content, .UBPDDropdown-detail:focus-within > .UBPDDropdown-subdetail-content {
    padding: var(--fuente1_mobile) var(--fuente1_mobile);
  }
}
.UBPDDropdown-detail.opened .UBPDDropdown-detail-head-button-arrow, .UBPDDropdown-detail:focus-within .UBPDDropdown-detail-head-button-arrow {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.UBPDDropdown-subdetail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border-top: solid #E6EFFD 2px;
  padding: var(--fuente0) 0 var(--fuente0) var(--fuente1);
}
.UBPDDropdown-subdetail-head:focus {
  outline-color: #29215e;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-subdetail-head {
    padding: var(--fuente0_tablet) 0 var(--fuente0_tablet) var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-subdetail-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: var(--fuente0_mobile) 0 var(--fuente0_mobile) var(--fuente1_mobile);
  }
}
.UBPDDropdown-subdetail-head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 85%;
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-subdetail-head-title {
    max-width: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.UBPDDropdown-subdetail-head-title-text {
  color: #6559Bc;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-subdetail-head-title-text {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-subdetail-head-title-text {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDDropdown-subdetail-head-title-text.white, .UBPDDropdown-subdetail-head-title-text-white {
  color: #fff;
}
.UBPDDropdown-subdetail-head-title-text.color1, .UBPDDropdown-subdetail-head-title-text-color1 {
  color: #069169;
}
.UBPDDropdown-subdetail-head-title-text.color2, .UBPDDropdown-subdetail-head-title-text-color2 {
  color: #29215e;
}
.UBPDDropdown-subdetail-head-title-text.color3, .UBPDDropdown-subdetail-head-title-text-color3 {
  color: #6559Bc;
}
.UBPDDropdown-subdetail-head-title-text.center, .UBPDDropdown-subdetail-head-title-text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDDropdown-subdetail-head-title-text.right, .UBPDDropdown-subdetail-head-title-text-right {
  margin-left: auto;
}
.UBPDDropdown-subdetail-head-title-text.link:hover {
  text-decoration: underline;
}
.UBPDDropdown-subdetail-head-title-text.link::before {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  vertical-align: middle;
  background: transparent url('https://unidadbusqueda.gov.co/wp-content/especiales/dropdowns/assets/down-darkblue-arrow.svg') center no-repeat;
  width: var(--fuente0);
  height: var(--fuente0);
  margin-right: calc(var(--fuente0) * 0.5);
  background-size: 14px;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-subdetail-head-title-text.link::before {
    width: var(--fuente0_tablet);
    height: var(--fuente0_tablet);
    margin-right: calc(var(--fuente0_tablet) * 0.5);
    background-size: 0.8vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-subdetail-head-title-text.link::before {
    margin-right: calc(var(--fuente0_mobile) * 0.5);
    width: 4vw;
    height: 4vw;
    background-size: 4vw;
  }
}
.UBPDDropdown-subdetail-head-title-subtext {
  color: #535353;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  margin: var(--fuente-2) 0 0 var(--fuente2);
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-subdetail-head-title-subtext {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-subdetail-head-title-subtext {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDDropdown-subdetail-head-title-subtext a {
  color: #29215e;
  font-weight: 700;
  text-decoration: underline;
}
.UBPDDropdown-subdetail-head-title-subtext a:hover {
  color: #000;
}
.UBPDDropdown-subdetail-head-title-subtext a:visited {
  color: #069169;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-subdetail-head-title-subtext {
    margin: var(--fuente-2_tablet) 0 0 var(--fuente2_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-subdetail-head-title-subtext {
    margin: 1vw 0 1vw var(--fuente2_mobile);
  }
}
.UBPDDropdown-subdetail-head-button {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #29215e;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border: solid #29215e 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.5) calc(var(--fuente0) * 1);
  font-size: var(--fuente0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-subdetail-head-button {
    border-radius: 35vw;
    padding: calc(var(--fuente0_tablet) * 0.5) calc(var(--fuente0_tablet) * 1);
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-subdetail-head-button {
    padding: calc(var(--fuente-1_mobile) * 0.5) calc(var(--fuente-1_mobile) * 1);
    font-size: var(--fuente-1_mobile);
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.UBPDDropdown-subdetail-head-button:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  background-color: #F6F8F9;
}
.UBPDDropdown-subdetail-head-button-arrow {
  background: transparent url('https://unidadbusqueda.gov.co/wp-content/especiales/dropdowns/assets/down-darkblue-arrow.svg') center no-repeat;
  margin-left: 16px;
  width: 20px;
  height: 20px;
  background-size: 16px;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-subdetail-head-button-arrow {
    width: 1.5vw;
    height: 1.5vw;
    background-size: 1.2vw;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-subdetail-head-button-arrow {
    width: 5vw;
    height: 5vw;
    background-size: 4vw;
  }
}
.UBPDDropdown-subdetail-head-button-title {
  color: #29215e;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-subdetail-head-button-title {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-subdetail-head-button-title {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}
.UBPDDropdown-subdetail-head-button-title.white, .UBPDDropdown-subdetail-head-button-title-white {
  color: #fff;
}
.UBPDDropdown-subdetail-head-button-title.color1, .UBPDDropdown-subdetail-head-button-title-color1 {
  color: #069169;
}
.UBPDDropdown-subdetail-head-button-title.color2, .UBPDDropdown-subdetail-head-button-title-color2 {
  color: #29215e;
}
.UBPDDropdown-subdetail-head-button-title.color3, .UBPDDropdown-subdetail-head-button-title-color3 {
  color: #6559Bc;
}
.UBPDDropdown-subdetail-head-button-title.center, .UBPDDropdown-subdetail-head-button-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDDropdown-subdetail-head-button-title.right, .UBPDDropdown-subdetail-head-button-title-right {
  margin-left: auto;
}
.UBPDDropdown-subdetail-content {
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  max-height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: var(--fuente1);
}
.UBPDDropdown-subdetail-content-title {
  color: #535353;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  padding-left: var(--fuente1);
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-subdetail-content-title {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-subdetail-content-title {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}
.UBPDDropdown-subdetail-content-title.white, .UBPDDropdown-subdetail-content-title-white {
  color: #fff;
}
.UBPDDropdown-subdetail-content-title.color1, .UBPDDropdown-subdetail-content-title-color1 {
  color: #069169;
}
.UBPDDropdown-subdetail-content-title.color2, .UBPDDropdown-subdetail-content-title-color2 {
  color: #29215e;
}
.UBPDDropdown-subdetail-content-title.color3, .UBPDDropdown-subdetail-content-title-color3 {
  color: #6559Bc;
}
.UBPDDropdown-subdetail-content-title.center, .UBPDDropdown-subdetail-content-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.UBPDDropdown-subdetail-content-title.right, .UBPDDropdown-subdetail-content-title-right {
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-subdetail-content-title {
    padding-left: var(--fuente1_tablet);
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-subdetail-content-title {
    padding-left: var(--fuente1_mobile);
  }
}
.UBPDDropdown-subdetail.opened, .UBPDDropdown-subdetail:focus-within {
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.UBPDDropdown-subdetail.opened > .UBPDDropdown-subdetail-content, .UBPDDropdown-subdetail:focus-within > .UBPDDropdown-subdetail-content {
  max-height: 10000vh;
  padding: var(--fuente1);
  padding-right: 0;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .UBPDDropdown-subdetail.opened > .UBPDDropdown-subdetail-content, .UBPDDropdown-subdetail:focus-within > .UBPDDropdown-subdetail-content {
    padding: var(--fuente1_tablet);
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .UBPDDropdown-subdetail.opened > .UBPDDropdown-subdetail-content, .UBPDDropdown-subdetail:focus-within > .UBPDDropdown-subdetail-content {
    padding: var(--fuente1_mobile);
    padding-right: 0;
  }
}
.UBPDDropdown-subdetail.opened > .UBPDDropdown-subdetail-head > .UBPDDropdown-subdetail-head-button > .UBPDDropdown-subdetail-head-button-arrow, .UBPDDropdown-subdetail:focus-within > .UBPDDropdown-subdetail-head > .UBPDDropdown-subdetail-head-button > .UBPDDropdown-subdetail-head-button-arrow {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.UBPDDropdown-subdetail-notopen .UBPDDropdown-subdetail-head-title-text:before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.UBPDDropdown-subdetail-notopen .UBPDDropdown-subdetail-head, .UBPDDropdown-subdetail:first-of-type .UBPDDropdown-subdetail-head {
  border-top: none;
}

/* Ajustes personalizados a botón de accesibilidad - One Click Accessibility */

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
  border-radius: 50vw;
  margin-right: 10px;
  padding: 0 !important;
  transform: scale(1.3);
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{
  margin-top: -360px;
}

@media screen and (max-width: 600px){
  #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
    margin-right: 3vw;
    transform: scale(1.5);
  } 
  #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{
    margin-top: -290px;
  }
}

/* FIN Ajustes botón de accesibilidad */