@charset "UTF-8";

/*Año 2022 Desarrollado por Juan Diego Mesa O. para la OAC del DNP
juand.mesa@outlook.com
juandiegomesa.com */

/* Actualización año 2023 - 2024, Desarrollado para la OAC del DNP
por Marco andrey Romero Acosta - marromero@dnp.gov.co
https://marcoandrey.netlify.app/

Se toma como base esta hoja de estilos de la sede electrónica del DNP
para tomarse como base para la sede electrónica del SGR por
Gustavo Andres Barrera Segura - gusbarrera@dnp.gov.co
gus.barrerasegura@gmail.com

*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

html {
  font-size: 62.5%;
}

:root {
  /* Fuentes Desktop*/
  --fuente5: 4rem;
  --fuente4: 2.6rem;
  --fuente3: 2.2rem;
  --fuente2: 2rem;
  --fuente1: 1.8rem;
  --fuente0: 1.6rem;
  --fuente-0: 1.5rem;
  --fuente-1: 1.3rem;
  --fuente-2: 1rem;
  --fuente-3: 0.8rem;
  /* Fuentes Tablet*/
  --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*/
  --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;
}


/*Colores SGR*/
:root {
  --color-complementario: #2c896c;
  --color-complementario-90:#40947a;
  --color-complementario-80:#54a088;
  --color-complementario-70:#68ab97;
  --color-complementario-60:#7cb7a5;
  --color-complementario-50:#91c2b3;
  --color-complementario-40:#a5cec1;
  --color-complementario-30:#b9d9d0;
  --color-complementario-20:#cde5de;
  --color-complementario-10:#e1f0ec;
  --color-complementario-bg-blanco:#38826B;
  --azul-sgr:#4571af;
  --azul-sgr2:#2f3f56;
  --azul-sgr2-75:#658baa;
  --azul-sgr2-50:#a5bed3;
  --azul-sgr2-25:#d6dee5;
  --etiqueta-gris:#f4f4f4;
  --verde-oscuro:#074228;
  --sombra-verde:#56746b;
  --sombra-verde2:#406358;
  --deshabilitado:#737373;
/*  etapas del ciclo del proyecto*/
  --etapa1-ciclo-proyecto: #dee2e6;
  --etapa2-ciclo-proyecto: #fdd59b;
  --etapa3-ciclo-proyecto: #29775d;
  --etapa4-ciclo-proyecto: #4571af;
  --bg-instruccion: #E7F2F8;
  --sombra-gris:#a0a0a0;
/*  --sombra-gris-light:#e3e3e3;*/
  --sombra-gris-light:#e4e4e4;
  --sombra-gris-dark:#c6c6c6;
/*Azul gobierno*/
--azul:#0943b5;
--azul-90:#2156bc;
--azul-80:#3a69c4;
--azul-70:#527bcb;
--azul-60:#83a1da;
--azul-50:#83a1da;
--azul-40:#9cb4e2;
--azul-30:#b4c6e9;
--azul-20:#cdd9f1;
--azul-10:#e5ecf8;
/*Paleta completa Gobierno*/
--black:#000000;
--matterhorn:#4c4c4c;
--gray:#7e7e7e;
--white:#fff;
--havelock-blue:#4672c8;
--tropical-blue:#b5c7e9;
--golden-brown:#9d7700;
--sunglow:#fecc2f;
--visvis:#fee697;
--corn-silk:#fffae8;
--white-smoke:#f4f4f4;
--portage:#83a0da;
}

/*Colores para fondos de bullets*/

:root {
  --bg-azul: #2D5BB5;
  --bg-verde: #20644F;
  --bg-naranja: #B55816;
  --bg-lila: #5B54AB;
  --bg-magenta: #D12E85;
  --bg-turquesa: #19819C;
  --bg-negro: #333333;
  --bg-gris: #6F6F6F;
  --bg-blanco: #ffffff;
}

/*Variables animaciones*/

:root {
  --bounce-easing: cubic-bezier(0.3, 4.56, 0.6, 1);
}


/* Sharepoint */
#s4-workspace {
  scroll-behavior: smooth !important;
}

main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/* main input[type=button], main input[type=reset], main input[type=submit], main button{
  min-width: inherit;
  padding: inherit;
  background-color: inherit;
} */
* {
  margin: 0;
  padding: 0;
  text-transform: none;
  text-decoration: none;
  list-style: none;
  line-height: 1;
}

*:focus {outline: none;}

*:focus-visible:not(.link-card-sgr) {
  box-shadow: 0 0 0 3px var(--azul-sgr2);
  border-color: var(--white);
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

.hidden {
  display: none;
}

/* Desactiva gif en menú Inicio */
#DN_0 .DNPNav-menu-item-submenu {
  display: none;
}

/* Marco Romero modificacion bloques misionales start */
.DNPBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 30px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}

.DNPBlock a {
  text-decoration: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlock {
    padding: 2vw 0;
    width: 90vw;
    gap: 8px;
  }
}

@media screen and (max-width: 600px) {
  .DNPBlock {
    padding: 3vw 0;
    width: 90vw;
  }
}

.DNPBlock-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.DNPBlock-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: center; */
}

.DNPBlock-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.DNPBlock-relative {
  position: relative;
}

.DNPUp {
  display: none;
  position: fixed;
  z-index: 40;
  background-color: #e6effd;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  bottom: 25px;
  right: 25px;
  border-radius: 8px;
  padding: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPUp {
    bottom: 2vw;
    right: 2vw;
    border-radius: 0.8vw;
    padding: 0.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPUp {
    bottom: 3vw;
    right: 3vw;
    border-radius: 1vw;
    padding: 1.5vw;
  }
}

.DNPUp.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.DNPUp-icon {
  width: 30px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPUp-icon {
    width: 3vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPUp-icon {
    width: 6.5vw;
  }
}

.DNPUp-text {
  font-family: "Work Sans", sans-serif;
  color: #004884;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  overflow: hidden;
  max-height: 20px;
  max-width: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPUp-text {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .DNPUp-text {
    display: none;
  }
}

.DNPUp:hover .DNPUp-text,
.DNPUp:focus .DNPUp-text {
  padding-left: 7px;
  max-width: 150px;
}

/* Transversales */
.DNPHeader-bar {
  width: 100vw;
  background-color: #3366cc;
  padding: 5px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHeader-bar {
    padding: 0.5vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPHeader-bar {
    padding: 1vw 0;
  }
}

.DNPHeader-bar-logo {
  height: 27px;
  min-height: 27px;
  min-width: 135px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHeader-bar-logo {
    height: 2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHeader-bar-logo {
    height: 7vw;
  }
}

.DNPHeader-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHeader-container {
    padding: 0 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHeader-container {
    padding: 0 3vw;
  }
}

.DNPHeader-brand {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 5px auto 0;
  padding: 30px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHeader-brand {
    padding: 3vw 5vw;
    margin-top: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHeader-brand {
    padding: 3vw 5vw;
    margin-top: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .DNPHeader-brand-logo {
    padding-bottom: 3vw;
  }
}

.DNPHeader-brand-logo img {
  height: 112px;
}

.DNPHeader-brand-logoVida {
  height: 90px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHeader-brand-logo img {
    height: 10vw;
  }

  .DNPHeader-brand-logoVida {
    height: 6vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHeader-brand-logo img {
    height: auto;
    width: 96vw;
  }

  .DNPHeader-brand-logoVida {
    height: 100px;
    padding-bottom: 16px;
  }
}

.DNPHeader-brand-search {
  position: relative;
  width: 350px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHeader-brand-search {
    width: 30vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHeader-brand-search {
    width: 90vw;
  }
}

.DNPHeader-brand-search a {
  width: 100%;
  text-align: right;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.DNPHeader-brand-search input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #535353;
  font-size: 14px;
  padding: 6px 40px 6px 16px;
  width: 100%;
  border: 1px solid #535353;
  border-radius: 8px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHeader-brand-search input[type="text"] {
    font-size: 1.3vw;
    padding: 0.7vw 3.7vw 0.6vw 1.4vw;
    border-width: 0.1vw;
    border-radius: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHeader-brand-search input[type="text"] {
    font-size: 4.5vw;
    padding: 1.5vw 10vw 1.5vw 2vw;
    border-width: 0.2vw;
    border-radius: 1vw;
  }
}

.DNPHeader-brand-search input[type="text"]:focus,
.DNPHeader-brand-search input[type="text"]:focus-visible {
  border: 2px solid #3366cc;
}

.DNPHeader-brand-search input[type="submit"],
.DNPHeader-brand-search input[type="button"] {
  background-image: url("../assets/search_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #3366cc;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  background-size: 14px;
  height: 25px;
  right: 4px;
  min-width: 0;
  padding: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHeader-brand-search input[type="submit"],
  .DNPHeader-brand-search input[type="button"] {
    width: 2vw;
    background-size: 1.2vw;
    height: 2vw;
    right: 0.4vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHeader-brand-search input[type="submit"],
  .DNPHeader-brand-search input[type="button"] {
    width: 7vw;
    background-size: 4vw;
    height: 7vw;
    right: 1vw;
  }
}

.DNPHeader-brand-search div {
  position: relative;
}

.DNPNav {
  width: 1280px;
  position: relative;
  background-color: #f6f8f9;
  border-bottom: 4px solid #12428f;
  padding: 0 calc(50vw - 640px);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.DNPNav a {
  text-decoration: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNav {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .DNPNav {
    width: 100vw;
    overflow: hidden;
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: 50;
    border-bottom: none;
    height: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }

  .DNPNav.opened {
    height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    position:fixed;
  }

  .DNPNav.opened::-webkit-scrollbar {
    display: none;
  }

  .DNPNav.opened .DNPNav-button-open {
    display: none !important;
  }

  .DNPNav.opened .DNPNav-button-close {
    display: block !important;
  }

  .DNPNav.opened .DNPNav-menu {
    height: auto;
  }
}

.DNPNav.fixed {
  /* position: fixed; */
  top: 0;
  z-index: 50;
}

.DNPNav-button {
  display: none;
}

@media screen and (max-width: 600px) {
  .DNPNav-button {
    min-width: 0;
    padding: 0;
    background-color: transparent;
    display: block;
    position: fixed;
    width: 10vw;
    top: 3vw;
    right: 6vw;
    border: none;
    background-color: transparent;
  }

  .DNPNav-button-close {
    display: none;
  }

  .DNPNav-button img {
    width: 100%;
  }
}

.DNPNav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: initial;
  padding: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 600px) {
  .DNPNav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 16vw 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.DNPNav-menu-item {
  position: relative;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  max-width: 250px;
  text-align: left;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .DNPNav-menu-item {
    width: 100vw;
    max-width: none;
    min-height: 10vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.DNPNav-menu-item.opened .DNPNav-menu-item-corner,
.DNPNav-menu-item[aria-expanded="true"] .DNPNav-menu-item-corner,
.DNPNav-menu-item:focus-within .DNPNav-menu-item-corner {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  top: 4vw;
}

.DNPNav-menu-item.opened .DNPNav-menu-item-submenu,
.DNPNav-menu-item[aria-expanded="true"] .DNPNav-menu-item-submenu,
.DNPNav-menu-item:focus-within .DNPNav-menu-item-submenu {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  /* Desactivado
  padding-top: 16vh;*/
}

.DNPNav-menu-item-corner {
  display: none;
}

@media screen and (max-width: 600px) {
  .DNPNav-menu-item-corner {
    position: absolute;
    display: block;
    right: 10vw;
    top: 4.5vh;
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 2vw solid #535353;
  }
}

/*Marco Romero-start*/
.DNPNav-menu-item a {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #333;
  display: block;
  line-height: 1.3;
  font-size: 1.5rem;
  padding: 8px 20px;
}

@media screen and (max-width: 600px) {
  .DNPNav-menu-item a {
    font-size: 4vw;
    padding: 2vw 5vw;
  }
}

.DNPNav-menu-item a:hover {
  text-decoration: none;
  background-color: #3366cc;
  color: #fff;
}

/*Marco Romero-end*/

.DNPNav-menu-item-submenu {
  position: absolute;
  left: 0;
  top: 100%;
  overflow: hidden;
  max-height: 0;
  background-color: #f6f8f9;
  z-index: 100;
  min-width: 178px;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .DNPNav-menu-item-submenu {
    position: relative;
    background-color: transparent;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
}

.DNPNav-menu-item-submenu::before {
  content: "";
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: calc(50% - 87px);
  padding-bottom: 5px;
  width: 178px;
  height: 100px;
  background: transparent center no-repeat;
  /* Desactivado */
  display: none;
}

@media screen and (max-width: 600px) {
  .DNPNav-menu-item-submenu::before {
    padding-bottom: 1vh;
    height: 15vh;
    width: 27vh;
  }
}

.DNPNav-menu-item-submenu-container {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(35px, 1fr));
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-height: calc(100vh - 180px);
  grid-auto-flow: column;
  padding-top: 12px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNav-menu-item-submenu-container {
    padding-top: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNav-menu-item-submenu-container {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: none;
  }
}

/* Modificacion sub menu izq start*/

.DNPNav-menu-item-submenu-item {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.DNPNav-menu-item-submenu-item a {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  text-align: start;
  color: #535353;
  font-size: 13px;
  max-width: 250px;
  padding: 5px 0;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

/* Modificacion sub menu izq end*/

.DNPNav-menu-item-submenu-item:hover {
  background-color: #3366cc;
  margin: -3px 0px;
}

.DNPNav-menu-item-submenu-item:hover a {
  color: #fff;
}

.DNPNav-menu-item:nth-last-child(-n + 3) .DNPNav-menu-item-submenu {
  left: 0;
  right: 0;
  width: 290px;
}

@media screen and (min-width: 1280px) {
  .DNPNav-menu-item:hover,
  .DNPNav-menu-item:focus-within,
  .DNPNav-menu-item:active,
  .DNPNav-menu-item[aria-expanded="true"] {
    background-color: #f6f8f9;
  }

  .DNPNav-menu-item:hover .DNPNav-menu-item-submenu,
  .DNPNav-menu-item:focus-within .DNPNav-menu-item-submenu,
  .DNPNav-menu-item:active .DNPNav-menu-item-submenu,
  .DNPNav-menu-item[aria-expanded="true"] .DNPNav-menu-item-submenu {
    max-height: calc(100vh - 180px);
    border-bottom: 4px solid #16428b;
    /* Desactivado
    padding-top: 110px; */
    min-width: 280px;
  }
}

.DNPBread {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 1280px;
  padding: 15px 0;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.DNPBread a {
  text-decoration: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBread {
    width: 90vw;
    padding: 1.1vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPBread {
    width: 90vw;
    padding: 2vw 0;
  }
}

.DNPBread-element {
  font-family: "Work Sans", sans-serif;
  color: #004884;
  font-weight: 500;
  font-size: 14px;
  padding: 2.5px 8px 0 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBread-element {
    font-size: 1vw;
    padding: 0.2vw 0.55vw 0 0;
    border-right-width: 0.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBread-element {
    font-size: 3vw;
    padding: 0.7vw 1.5vw 0 0;
    border-right-width: 0.4vw;
  }
}

.DNPBread-element:after {
  content: ">";
  font-family: "Work Sans", sans-serif;
  color: #bababa;
  font-weight: 400;
  position: static;
  display: inline-block;
  vertical-align: middle;
  padding: 2.5px 0 2.5px 8px;
  font-size: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBread-element:after {
    padding: 0.2vw 0 0.2vw 0.8vw;
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBread-element:after {
    padding: 0.5vw 0 0.5vw 1.5vw;
    font-size: 2.5vw;
  }
}

.DNPBread-element:last-child:after {
  content: "";
}

.DNPBread-element a {
  font-weight: 400;
  color: #004884;
}

.DNPBread-element a:hover {
  text-decoration: underline;
}

.DNPFooter-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(15%, #fff),
    color-stop(15%, #ededed),
    color-stop(85%, #ededed),
    color-stop(85%, #ededed)
  );
  background-image: linear-gradient(
    to bottom,
    #fff,
    #fff 15%,
    #ededed 15%,
    #ededed 85%,
    #ededed 85%
  );
  background-color: #ededed;
}

.DNPFooter-info-container {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 90%;
  padding: 50px 50px 10px;
  max-width: 1180px;
  -webkit-box-shadow: 0 0 3px grey;
  box-shadow: 0 0 3px grey;
  margin: 0 auto 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFooter-info-container {
    width: 80vw;
    padding: 4vw 5vw 1vw;
    margin-bottom: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFooter-info-container {
    width: 80vw;
    padding: 4vw 5vw 1vw;
    margin-bottom: 1vw;
  }
}

.DNPFooter-info-title {
  font-family: "Work Sans", sans-serif;
  color: #004884;
  font-weight: 500;
  width: 60%;
  font-size: 20px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFooter-info-title {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFooter-info-title {
    width: 100%;
    font-size: 5vw;
    padding-bottom: 3vw;
  }
}

.DNPFooter-info-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 50px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFooter-info-logos {
    height: 4.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFooter-info-logos {
    height: auto;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.DNPFooter-info-logos a img {
  height: 54px;
}

.DNPFooter-info-logos-element {
  height: 80px;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFooter-info-logos a img {
    height: 5vw;
  }

  .DNPFooter-info-logos-element {
    height: 7vw;
    margin-bottom: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFooter-info-logos a img {
    height: 12vw;
  }

  .DNPFooter-info-logos-element {
    margin-bottom: 1vw;
    height: 18vw;
  }
}

.DNPFooter-info-data {
  padding-bottom: 10px;
}

.DNPFooter-info-data-title {
  font-family: "Work Sans", sans-serif;
  color: #004884;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFooter-info-data-title {
    font-size: 1.3vw;
    margin-bottom: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFooter-info-data-title {
    font-size: 4vw;
    margin: 3vw 0;
  }
}

.DNPFooter-info-data-text {
  font-family: "Work Sans", sans-serif;
  color: #535353;
  font-weight: 400;
  margin-bottom: inherit;
  line-height: initial;
  font-size: 14px;
  padding-bottom: 5px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFooter-info-data-text {
    font-size: 1.1vw;
    padding-bottom: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFooter-info-data-text {
    font-size: 3vw;
    padding-bottom: 2vw;
  }
}

.DNPFooter-info-social {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0;
}

.DNPFooter-info-social-element {
  font-family: "Work Sans", sans-serif;
  color: #004884;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 0 20px 5px 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFooter-info-social-element {
    font-size: 1.1vw;
    padding-bottom: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFooter-info-social-element {
    font-size: 3vw;
    padding-bottom: 2vw;
  }
}

.DNPFooter-info-social-element:visited,
.DNPFooter-info-social-element:hover {
  color: #3366cc;
}

.DNPFooter-info-social-element:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-color: #004884;
  color: #fff;
  border-radius: 50%;
  background-position: center;
  vertical-align: middle;
  background-size: 14px;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFooter-info-social-element:before {
    background-size: 1.2vw;
    width: 2.5vw;
    height: 2.5vw;
    margin-right: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFooter-info-social-element:before {
    background-size: 2.5vw;
    width: 5vw;
    height: 5vw;
    margin-right: 1vw;
  }
}

.DNPFooter-info-social-element.tw:before {
  background-image: url("../assets/tw_icon.svg");
}

.DNPFooter-info-social-element.ig:before {
  background-image: url("../assets/ig_icon.svg");
}

.DNPFooter-info-social-element.fb:before {
  background-image: url("../assets/fb_icon.svg");
}

.DNPFooter-info-social-element.in:before {
  background-image: url("../assets/in_icon.svg");
}

.DNPFooter-info-social-element.yt:before {
  background-image: url("../assets/yt_icon.svg");
}

.DNPFooter-info-social-element.tk:before {
  background-image: url("../assets/tk_icon.svg");
}

.DNPFooter-info-social-link {
  font-family: "Work Sans", sans-serif;
  color: #535353;
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  padding: 0 20px 5px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFooter-info-social-link {
    font-size: 1.1vw;
    padding-bottom: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFooter-info-social-link {
    font-size: 3vw;
    padding-bottom: 2vw;
  }
}

.DNPFooter-info-social-link:visited {
  color: inherit;
}

.DNPFooter-bar {
  width: 100vw;
  background-color: #3366cc;
  z-index: 50;
  padding: 20px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFooter-bar {
    padding: 2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPFooter-bar {
    padding: 4vw 0;
  }
}

.DNPFooter-bar-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFooter-bar-container {
    padding: 0 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFooter-bar-container {
    padding: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.DNPFooter-bar-logo {
  height: 25px;
  margin-right: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFooter-bar-logo {
    height: 2.5vw;
    margin-right: 1vw;
    padding-right: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFooter-bar-logo {
    height: 7vw;
    margin-right: 2vw;
    padding-right: 2vw;
  }
}

.DNPFooter-bar-logo.border {
  border: none !important;
  border-right: solid 1px #fff !important;
}

@media screen and (max-width: 600px) {
  .DNPFooter-bar-logo {
    border-right-width: 0.2vw;
  }
}

/* Components */
.DNPBanner {
  width: 100vw;
  margin: 0 auto;
  background-color: #e6effd;
  border-bottom: 3px solid #3366cc;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBanner {
    border-bottom-width: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBanner {
    border-bottom: none;
  }
}

.DNPBanner-image {
  display: block;
  margin: 0 auto;
  width: 100vw;
  max-width: 1920px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 1440px) {
  .DNPBanner-image {
    max-width: fit-content;
  }
}

.DNPBlocks {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 300px);
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding: 48px 0 24px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks {
    grid-template-columns: repeat(4, 21vw);
    width: 90vw;
    padding: 4vw 0 2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90vw;
    padding: 8vw 0 4vw;
  }
}

.DNPBlocks-element {
  overflow: hidden;
  border-radius: 8px;
  width: 300px;
  margin-bottom: 24px;
}

.DNPBlocks-element a {
  text-decoration: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks-element {
    width: 21vw;
    margin-bottom: 2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks-element {
    width: 90vw;
    margin-bottom: 8vw;
    border-radius: 3vw;
  }
}

.DNPBlocks-element:hover a .DNPBlocks-element-head-title {
  background-color: rgba(0, 72, 132, 0.8509803922);
}

.DNPBlocks-element-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 300px;
  height: 300px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks-element-head {
    width: 21vw;
    height: 21vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks-element-head {
    width: 90vw;
    height: 90vw;
  }
}

.DNPBlocks-element-head-title,
h2.DNPBlocks-element-head-title,
h3.DNPBlocks-element-head-title {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: var(--fuente0);
  line-height: 1.2;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: rgba(51, 102, 204, 0.8509803922);
  margin: 0;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  min-height: calc(var(--fuente1) * 2);
  padding: var(--fuente0) 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks-element-head-title,
  h2.DNPBlocks-element-head-title,
  h3.DNPBlocks-element-head-title {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks-element-head-title,
  h2.DNPBlocks-element-head-title,
  h3.DNPBlocks-element-head-title {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPBlocks-element-head-title.white,
.DNPBlocks-element-head-title-white,
h2.DNPBlocks-element-head-title.white,
h2.DNPBlocks-element-head-title-white,
h3.DNPBlocks-element-head-title.white,
h3.DNPBlocks-element-head-title-white {
  color: #fff;
}

.DNPBlocks-element-head-title.color1,
.DNPBlocks-element-head-title-color1,
h2.DNPBlocks-element-head-title.color1,
h2.DNPBlocks-element-head-title-color1,
h3.DNPBlocks-element-head-title.color1,
h3.DNPBlocks-element-head-title-color1 {
  color: #069169;
}

.DNPBlocks-element-head-title.color2,
.DNPBlocks-element-head-title-color2,
h2.DNPBlocks-element-head-title.color2,
h2.DNPBlocks-element-head-title-color2,
h3.DNPBlocks-element-head-title.color2,
h3.DNPBlocks-element-head-title-color2 {
  color: #004884;
}

.DNPBlocks-element-head-title.color3,
.DNPBlocks-element-head-title-color3,
h2.DNPBlocks-element-head-title.color3,
h2.DNPBlocks-element-head-title-color3,
h3.DNPBlocks-element-head-title.color3,
h3.DNPBlocks-element-head-title-color3 {
  color: #3366cc;
}

.DNPBlocks-element-head-title.center,
.DNPBlocks-element-head-title-center,
h2.DNPBlocks-element-head-title.center,
h2.DNPBlocks-element-head-title-center,
h3.DNPBlocks-element-head-title.center,
h3.DNPBlocks-element-head-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPBlocks-element-head-title.right,
.DNPBlocks-element-head-title-right,
h2.DNPBlocks-element-head-title.right,
h2.DNPBlocks-element-head-title-right,
h3.DNPBlocks-element-head-title.right,
h3.DNPBlocks-element-head-title-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks-element-head-title,
  h2.DNPBlocks-element-head-title,
  h3.DNPBlocks-element-head-title {
    min-height: calc(var(--fuente1_tablet) * 2);
    padding: var(--fuente0_tablet) 1.6vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks-element-head-title,
  h2.DNPBlocks-element-head-title,
  h3.DNPBlocks-element-head-title {
    min-height: calc(var(--fuente1_mobile) * 2);
    padding: var(--fuente0_mobile) 5vw;
  }
}

.DNPBlocks-element-info {
  border: #e6effd 2px solid;
  border-top: none;
  padding: var(--fuente0) 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks-element-info {
    border-width: 0.2vw;
    padding: var(--fuente0_tablet) 1.6vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks-element-info {
    border-width: 0.5vw;
    padding: var(--fuente0_mobile) 4vw;
  }
}

.DNPBlocks-element-info-subtitle {
  color: #333;
  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-top: 3.2rem;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks-element-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks-element-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPBlocks-element-info-subtitle.white,
.DNPBlocks-element-info-subtitle-white {
  color: #fff;
}

.DNPBlocks-element-info-subtitle.color1,
.DNPBlocks-element-info-subtitle-color1 {
  color: #069169;
}

.DNPBlocks-element-info-subtitle.color2,
.DNPBlocks-element-info-subtitle-color2 {
  color: #004884;
}

.DNPBlocks-element-info-subtitle.color3,
.DNPBlocks-element-info-subtitle-color3 {
  color: #3366cc;
}

.DNPBlocks-element-info-subtitle.center,
.DNPBlocks-element-info-subtitle-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPBlocks-element-info-subtitle.right,
.DNPBlocks-element-info-subtitle-right {
  margin-left: auto;
}

.DNPBlocks-element-info-subtext {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  margin: 0;
  padding-bottom: var(--fuente-1);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks-element-info-subtext {
    max-width: 90vw;
    font-size: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks-element-info-subtext {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPBlocks-element-info-subtext a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPBlocks-element-info-subtext a:hover {
  color: #000;
}

.DNPBlocks-element-info-subtext a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks-element-info-subtext {
    padding-bottom: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks-element-info-subtext {
    padding-bottom: var(--fuente-1_mobile);
  }
}

.DNPBlocks-element-info-text,
p.DNPBlocks-element-info-text {
  color: #333;
  -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: 0;
  /* min-height: 100px; */
}

/* .DNPBlocks-element-info-text,
p.DNPBlocks-element-info-text {
  color: #333;
  -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: 0;
  min-height: 24px;
} */

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks-element-info-text,
  p.DNPBlocks-element-info-text {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks-element-info-text,
  p.DNPBlocks-element-info-text {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPBlocks-element-info-text a,
p.DNPBlocks-element-info-text a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPBlocks-element-info-text a:hover,
p.DNPBlocks-element-info-text a:hover {
  color: #000;
}

.DNPBlocks-element-info-text a:visited,
p.DNPBlocks-element-info-text a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks-element-info-text,
  p.DNPBlocks-element-info-text {
    min-height: 11vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks-element-info-text,
  p.DNPBlocks-element-info-text {
    min-height: auto;
  }
}

.DNPBlocks-element-info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px 0 0;
}

/* .DNPBlocks-element-info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 24px 0;
} */

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks-element-info-buttons {
    padding: 1vw 0 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks-element-info-buttons {
    padding: 2vw 0 0;
  }
}

.DNPBlocks-element-info-buttons-item {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.45) calc(var(--fuente0) * 0.9);
  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;
  margin-bottom: var(--fuente0);
  text-decoration: none !important;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks-element-info-buttons-item {
    border-radius: 35vw;
    padding: calc(var(--fuente0_tablet) * 0.45)
      calc(var(--fuente0_tablet) * 0.9);
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks-element-info-buttons-item {
    padding: calc(var(--fuente0_mobile) * 0.45)
      calc(var(--fuente0_mobile) * 0.9);
    font-size: var(--fuente0_mobile);
  }
}

.DNPBlocks-element-info-buttons-item:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPBlocks-element-info-buttons-item:visited:hover {
  color: #fff !important;
}

.DNPBlocks-element-info-buttons-item-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPBlocks-element-info-buttons-item-color:visited {
  border-color: #3366cc;
  color: #fff !important;
}

.DNPBlocks-element-info-buttons-item:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPBlocks-element-info-buttons-item > img {
  height: 0;
  margin-left: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks-element-info-buttons-item > img {
    height: var(--fuente0_tablet);
    margin-left: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks-element-info-buttons-item > img {
    height: var(--fuente0_mobile);
    margin-left: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBlocks-element-info-buttons-item {
    margin-bottom: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBlocks-element-info-buttons-item {
    margin-bottom: var(--fuente0_mobile);
  }
}

/* Contenedor para texto enriquecido */
.DNPRichtext {
  width: 100%;
  max-width: 1280px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext {
    max-width: 90vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext {
    max-width: 90vw;
  }
}

.DNPRichtext h2 {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente4);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  padding-bottom: var(--fuente0);
  padding-top: var(--fuente0);
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext h2 {
    max-width: 90vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext h2 {
    max-width: 90vw;
    font-size: var(--fuente4_mobile);
  }
}

.DNPRichtext h2.white,
.DNPRichtext h2-white {
  color: #fff;
}

.DNPRichtext h2.color1,
.DNPRichtext h2-color1 {
  color: #069169;
}

.DNPRichtext h2.color2,
.DNPRichtext h2-color2 {
  color: #004884;
}

.DNPRichtext h2.color3,
.DNPRichtext h2-color3 {
  color: #3366cc;
}

.DNPRichtext h2.center,
.DNPRichtext h2-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPRichtext h2.right,
.DNPRichtext h2-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext h2 {
    padding-bottom: var(--fuente0_tablet);
    padding-top: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext h2 {
    padding-bottom: var(--fuente0_mobile);
    padding-top: var(--fuente0_mobile);
  }
}

.DNPRichtext h3 {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente3);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  padding-bottom: var(--fuente0);
  padding-top: var(--fuente0);
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext h3 {
    max-width: 90vw;
    font-size: var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext h3 {
    max-width: 90vw;
    font-size: var(--fuente3_mobile);
  }
}

.DNPRichtext h3.white,
.DNPRichtext h3-white {
  color: #fff;
}

.DNPRichtext h3.color1,
.DNPRichtext h3-color1 {
  color: #069169;
}

.DNPRichtext h3.color2,
.DNPRichtext h3-color2 {
  color: #004884;
}

.DNPRichtext h3.color3,
.DNPRichtext h3-color3 {
  color: #3366cc;
}

.DNPRichtext h3.center,
.DNPRichtext h3-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPRichtext h3.right,
.DNPRichtext h3-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext h3 {
    padding-bottom: var(--fuente0_tablet);
    padding-top: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext h3 {
    padding-bottom: var(--fuente0_mobile);
    padding-top: var(--fuente0_mobile);
  }
}

.DNPRichtext h4 {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente2);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  padding-bottom: var(--fuente0);
  padding-top: var(--fuente0);
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext h4 {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext h4 {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

.DNPRichtext h4.white,
.DNPRichtext h4-white {
  color: #fff;
}

.DNPRichtext h4.color1,
.DNPRichtext h4-color1 {
  color: #069169;
}

.DNPRichtext h4.color2,
.DNPRichtext h4-color2 {
  color: #004884;
}

.DNPRichtext h4.color3,
.DNPRichtext h4-color3 {
  color: #3366cc;
}

.DNPRichtext h4.center,
.DNPRichtext h4-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPRichtext h4.right,
.DNPRichtext h4-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext h4 {
    padding-bottom: var(--fuente0_tablet);
    padding-top: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext h4 {
    padding-bottom: var(--fuente0_mobile);
    padding-top: var(--fuente0_mobile);
  }
}

.DNPRichtext h5 {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.3;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  padding-bottom: var(--fuente0);
  padding-top: var(--fuente0);
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext h5 {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext h5 {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPRichtext h5.white,
.DNPRichtext h5-white {
  color: #fff;
}

.DNPRichtext h5.color1,
.DNPRichtext h5-color1 {
  color: #069169;
}

.DNPRichtext h5.color2,
.DNPRichtext h5-color2 {
  color: #004884;
}

.DNPRichtext h5.color3,
.DNPRichtext h5-color3 {
  color: #3366cc;
}

.DNPRichtext h5.center,
.DNPRichtext h5-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPRichtext h5.right,
.DNPRichtext h5-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext h5 {
    padding-bottom: var(--fuente0_tablet);
    padding-top: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext h5 {
    padding-bottom: var(--fuente0_mobile);
    padding-top: var(--fuente0_mobile);
  }
}

.DNPRichtext h6 {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  padding-bottom: var(--fuente0);
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext h6 {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext h6 {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPRichtext h6.white,
.DNPRichtext h6-white {
  color: #fff;
}

.DNPRichtext h6.color1,
.DNPRichtext h6-color1 {
  color: #069169;
}

.DNPRichtext h6.color2,
.DNPRichtext h6-color2 {
  color: #004884;
}

.DNPRichtext h6.color3,
.DNPRichtext h6-color3 {
  color: #3366cc;
}

.DNPRichtext h6.center,
.DNPRichtext h6-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPRichtext h6.right,
.DNPRichtext h6-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext h6 {
    padding-bottom: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext h6 {
    padding-bottom: var(--fuente0_mobile);
  }
}

/* Marco Romero Modificacion transparencia y acceso start*/
.DNPRichtext .DNP--info-publica p {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: var(--fuente0);
  margin: 0;
}

.DNPRichtext .DNP--info-publica p strong {
  margin: 0 0 0 20px;
}

.DNPRichtext .DNP--info-publica p a {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  /* text-transform: uppercase; */
}

.DNPRichtext .DNP--info-publica .DNP--info-publica--list li {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 1.3;
  max-width: 1280px;
  padding-bottom: var(--fuente0);
  margin: 0 0 0 20px;
  /* list-style: none; */
}

.DNPRichtext .DNP--info-publica .DNP--info-publica--list a {
  font-size: 1.6rem;
  /* color: #333; */
  font-weight: 500;
  text-decoration: underline !important;
}

.DNPRichtext .DNP-info-publica--arraw {
  color: #36c;
  font-size: 1.8rem;
  font-weight: bold;
}

/* Marco Romero Modificacion transparencia y acceso end*/

/* Marco Romero Modificacion resultados busqueda start*/
.DNPRichtext p {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: var(--fuente0);
  margin: 0;
}

.DNPSearch-results-item {
  border-bottom: 2px solid #efefef;
  margin: 32px 0px;
}

.DNPSearch-results-item h3:first-child {
  margin-bottom: 24px;
}

.DNPSearch-results-item p:last-child {
  margin-bottom: 24px;
}

.DNPText-regular-date {
  text-align: right;
}

.DNPRichtext ul li {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 1.3;
  max-width: 1280px;
  padding-bottom: var(--fuente0);
  margin: 0 0 0 35px;
  list-style: disc;
}

.DNPRichtext ul li ul li:first-child {
  padding-top: var(--fuente0);
}

.DNPRichtext ol li {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 0 0 35px;
  padding-bottom: var(--fuente0);
  list-style-type: decimal;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext p,
  .DNPRichtext li {
    padding-bottom: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext p,
  .DNPRichtext li {
    padding-bottom: var(--fuente0_mobile);
  }
}

.DNPRichtext p a,
.DNPRichtext li a {
  color: #004884;
  font-weight: 500;
  /* text-decoration: underline; */
  text-decoration: none !important;
}

.DNPRichtext p a:hover,
.DNPRichtext li a:hover {
  color: #333;
}

.DNPRichtext p a:visited,
.DNPRichtext li a:visited {
  color: #952b95;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext p,
  .DNPRichtext li {
    padding-bottom: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext p,
  .DNPRichtext li {
    padding-bottom: var(--fuente0_mobile);
  }
}

.DNPRichtext li {
  margin-left: var(--fuente0);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext li {
    margin-left: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext li {
    margin-left: var(--fuente0_mobile);
  }
}

/* Marco Romero Modificacion resultados busqueda end*/
.DNPRichtext img:not(.DNPFulltext-icon),
.DNPRichtext iframe {
  max-width: 100%;
  display: block;
/*  margin: 0 auto;*/
  /* padding-bottom: var(--fuente0); */
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRichtext img:not(.DNPFulltext-icon),
  .DNPRichtext iframe {
    padding: 0 2.5vw 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRichtext img:not(.DNPFulltext-icon),
  .DNPRichtext iframe {
    padding: 0 7vw 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.DNPRichtext a {
  text-decoration: none;
}

.DNPRichtext a:hover {
  color: #004884;
  font-weight: 500;
}

.DNPRichtext a:visited {
  color: #000;
  font-weight: 500;
}

.DNPText {
  /* Título grande con cinco variaciones -dark, -white, -color1, -color2, --color3 */
  /* Texto de lectura común con dos variaciones -dark y -white para cambiar el color */
}

.DNPText-bigtitle,
h1.DNPText-bigtitle,
h2.DNPText-bigtitle {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente5);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPText-bigtitle,
  h1.DNPText-bigtitle,
  h2.DNPText-bigtitle {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .DNPText-bigtitle,
  h1.DNPText-bigtitle,
  h2.DNPText-bigtitle {
    max-width: 90vw;
    font-size: var(--fuente4_mobile);
  }
}

.DNPText-bigtitle.white,
.DNPText-bigtitle-white,
h1.DNPText-bigtitle.white,
h1.DNPText-bigtitle-white,
h2.DNPText-bigtitle.white,
h2.DNPText-bigtitle-white {
  color: #fff;
}

.DNPText-bigtitle.color1,
.DNPText-bigtitle-color1,
h1.DNPText-bigtitle.color1,
h1.DNPText-bigtitle-color1,
h2.DNPText-bigtitle.color1,
h2.DNPText-bigtitle-color1 {
  color: #069169;
}

.DNPText-bigtitle.color2,
.DNPText-bigtitle-color2,
h1.DNPText-bigtitle.color2,
h1.DNPText-bigtitle-color2,
h2.DNPText-bigtitle.color2,
h2.DNPText-bigtitle-color2 {
  color: #004884;
}

.DNPText-bigtitle.color3,
.DNPText-bigtitle-color3,
h1.DNPText-bigtitle.color3,
h1.DNPText-bigtitle-color3,
h2.DNPText-bigtitle.color3,
h2.DNPText-bigtitle-color3 {
  color: #3366cc;
}

.DNPText-bigtitle.center,
.DNPText-bigtitle-center,
h1.DNPText-bigtitle.center,
h1.DNPText-bigtitle-center,
h2.DNPText-bigtitle.center,
h2.DNPText-bigtitle-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPText-bigtitle.right,
.DNPText-bigtitle-right,
h1.DNPText-bigtitle.right,
h1.DNPText-bigtitle-right,
h2.DNPText-bigtitle.right,
h2.DNPText-bigtitle-right {
  margin-left: auto;
}

/* Marco Romero start*/
.DNPText-title,
h1.DNPText-title,
h2.DNPText-title {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente3);
  line-height: 3rem;
  max-width: 1280px;
  margin: var(--fuente0) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPText-title,
  h1.DNPText-title,
  h2.DNPText-title {
    max-width: 90vw;
    font-size: var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPText-title,
  h1.DNPText-title,
  h2.DNPText-title {
    max-width: 90vw;
    font-size: var(--fuente3_mobile);
  }
}

/* Marco Romero end*/
.DNPText-title.white,
.DNPText-title-white,
h1.DNPText-title.white,
h1.DNPText-title-white,
h2.DNPText-title.white,
h2.DNPText-title-white {
  color: #fff;
}

.DNPText-title.color1,
.DNPText-title-color1,
h1.DNPText-title.color1,
h1.DNPText-title-color1,
h2.DNPText-title.color1,
h2.DNPText-title-color1 {
  color: #069169;
}

.DNPText-title.color2,
.DNPText-title-color2,
h1.DNPText-title.color2,
h1.DNPText-title-color2,
h2.DNPText-title.color2,
h2.DNPText-title-color2 {
  color: #004884;
}

.DNPText-title.color3,
.DNPText-title-color3,
h1.DNPText-title.color3,
h1.DNPText-title-color3,
h2.DNPText-title.color3,
h2.DNPText-title-color3 {
  color: #3366cc;
}

.DNPText-title.center,
.DNPText-title-center,
h1.DNPText-title.center,
h1.DNPText-title-center,
h2.DNPText-title.center,
h2.DNPText-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPText-title.right,
.DNPText-title-right,
h1.DNPText-title.right,
h1.DNPText-title-right,
h2.DNPText-title.right,
h2.DNPText-title-right {
  margin-left: auto;
}

/* Marco Romero start*/

.DNPWindow-flag-modal-buttons p {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000 !important;
  font-size: 21px;
  min-height: 45px;
  padding: 0 0 10px;
  line-height: 21px !important;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-modal-buttons p {
    font-size: 1.8vw;
    min-height: 4vw;
    padding: 0 0 0.8vw;
    line-height: 1.8vw !important;
  }
}

.DNPText-simpletitle,
h1.DNPText-simpletitle,
h2.DNPText-simpletitle,
h3.DNPText-simpletitle,
h4.DNPText-simpletitle {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  max-width: 1280px;
  margin: var(--fuente0) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPText-simpletitle,
  h1.DNPText-simpletitle,
  h2.DNPText-simpletitle,
  h3.DNPText-simpletitle,
  h4.DNPText-simpletitle {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPText-simpletitle,
  h1.DNPText-simpletitle,
  h2.DNPText-simpletitle,
  h3.DNPText-simpletitle,
  h4.DNPText-simpletitle {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

/* Marco Romero end*/
.DNPText-simpletitle.white,
.DNPText-simpletitle-white,
h1.DNPText-simpletitle.white,
h1.DNPText-simpletitle-white,
h2.DNPText-simpletitle.white,
h2.DNPText-simpletitle-white,
h3.DNPText-simpletitle.white,
h3.DNPText-simpletitle-white,
h4.DNPText-simpletitle.white,
h4.DNPText-simpletitle-white {
  color: #fff;
}

.DNPText-simpletitle.color1,
.DNPText-simpletitle-color1,
h1.DNPText-simpletitle.color1,
h1.DNPText-simpletitle-color1,
h2.DNPText-simpletitle.color1,
h2.DNPText-simpletitle-color1,
h3.DNPText-simpletitle.color1,
h3.DNPText-simpletitle-color1,
h4.DNPText-simpletitle.color1,
h4.DNPText-simpletitle-color1 {
  color: #069169;
}

.DNPText-simpletitle.color2,
.DNPText-simpletitle-color2,
h1.DNPText-simpletitle.color2,
h1.DNPText-simpletitle-color2,
h2.DNPText-simpletitle.color2,
h2.DNPText-simpletitle-color2,
h3.DNPText-simpletitle.color2,
h3.DNPText-simpletitle-color2,
h4.DNPText-simpletitle.color2,
h4.DNPText-simpletitle-color2 {
  color: #004884;
}

.DNPText-simpletitle.color3,
.DNPText-simpletitle-color3,
h1.DNPText-simpletitle.color3,
h1.DNPText-simpletitle-color3,
h2.DNPText-simpletitle.color3,
h2.DNPText-simpletitle-color3,
h3.DNPText-simpletitle.color3,
h3.DNPText-simpletitle-color3,
h4.DNPText-simpletitle.color3,
h4.DNPText-simpletitle-color3 {
  color: #3366cc;
}

.DNPText-simpletitle.center,
.DNPText-simpletitle-center,
h1.DNPText-simpletitle.center,
h1.DNPText-simpletitle-center,
h2.DNPText-simpletitle.center,
h2.DNPText-simpletitle-center,
h3.DNPText-simpletitle.center,
h3.DNPText-simpletitle-center,
h4.DNPText-simpletitle.center,
h4.DNPText-simpletitle-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPText-simpletitle.right,
.DNPText-simpletitle-right,
h1.DNPText-simpletitle.right,
h1.DNPText-simpletitle-right,
h2.DNPText-simpletitle.right,
h2.DNPText-simpletitle-right,
h3.DNPText-simpletitle.right,
h3.DNPText-simpletitle-right,
h4.DNPText-simpletitle.right,
h4.DNPText-simpletitle-right {
  margin-left: auto;
}

.DNPText-principaltitle,
h1.DNPText-principaltitle,
h2.DNPText-principaltitle {
  color: var(--azul-sgr2);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: var(--fuente4);
  line-height: 1rem;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPText-principaltitle,
  h1.DNPText-principaltitle,
  h2.DNPText-principaltitle {
    max-width: 90vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPText-principaltitle,
  h1.DNPText-principaltitle,
  h2.DNPText-principaltitle {
    max-width: 90vw;
    font-size: var(--fuente4_mobile);
  }
}

.DNPText-principaltitle.white,
.DNPText-principaltitle-white,
h1.DNPText-principaltitle.white,
h1.DNPText-principaltitle-white,
h2.DNPText-principaltitle.white,
h2.DNPText-principaltitle-white {
  color: #fff;
}

.DNPText-principaltitle.color1,
.DNPText-principaltitle-color1,
h1.DNPText-principaltitle.color1,
h1.DNPText-principaltitle-color1,
h2.DNPText-principaltitle.color1,
h2.DNPText-principaltitle-color1 {
  color: #069169;
}

.DNPText-principaltitle.color2,
.DNPText-principaltitle-color2,
h1.DNPText-principaltitle.color2,
h1.DNPText-principaltitle-color2,
h2.DNPText-principaltitle.color2,
h2.DNPText-principaltitle-color2 {
  color: #004884;
}

.DNPText-principaltitle.color3,
.DNPText-principaltitle-color3,
h1.DNPText-principaltitle.color3,
h1.DNPText-principaltitle-color3,
h2.DNPText-principaltitle.color3,
h2.DNPText-principaltitle-color3 {
  color: #3366cc;
}

.DNPText-principaltitle.center,
.DNPText-principaltitle-center,
h1.DNPText-principaltitle.center,
h1.DNPText-principaltitle-center,
h2.DNPText-principaltitle.center,
h2.DNPText-principaltitle-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPText-principaltitle.right,
.DNPText-principaltitle-right,
h1.DNPText-principaltitle.right,
h1.DNPText-principaltitle-right,
h2.DNPText-principaltitle.right,
h2.DNPText-principaltitle-right {
  margin-left: auto;
}

/* Marco Romero start*/
.DNPText-principaltitle::before,
.DNPText-principaltitle::after,
h1.DNPText-principaltitle::before,
h1.DNPText-principaltitle::after,
h2.DNPText-principaltitle::before,
h2.DNPText-principaltitle::after {
  content: "";
  width: 100%;
  height: 3px;
  margin: var(--fuente0);
}

/* Marco Romero start*/
.DNPText-principalsubtitle,
p.DNPText-principalsubtitle {
  color: var(--azul-sgr);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente1);
  line-height: 3.5rem;
  max-width: 1280px;
  margin: -4px auto 0 auto !important;
  display: block;
  margin: 0 auto var(--fuente0);
  text-transform: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPText-principalsubtitle,
  p.DNPText-principalsubtitle {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
    line-height: 4.5rem;
  }
}

@media screen and (max-width: 600px) {
  .DNPText-principalsubtitle,
  p.DNPText-principalsubtitle {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

/* Marco Romero end*/

.DNPText-principalsubtitle a,
p.DNPText-principalsubtitle a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPText-principalsubtitle a:hover,
p.DNPText-principalsubtitle a:hover {
  color: #000;
}

.DNPText-principalsubtitle a:visited,
p.DNPText-principalsubtitle a:visited {
  color: #069169;
}

.DNPText-subtitle {
  width: 100%;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #069169;
  font-size: 50px;
  margin: 0 auto;
  padding: 12px 0;
  line-height: 1;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPText-subtitle {
    font-size: 4vw;
    padding: 1vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPText-subtitle {
    font-size: 9vw;
    line-height: 9vw;
    padding: 2vw 0;
  }
}

.DNPText-regular,
p.DNPText-regular {
  color: #333;
  -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-1) auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPText-regular,
  p.DNPText-regular {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPText-regular,
  p.DNPText-regular {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPText-regular a,
p.DNPText-regular a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPText-regular a:hover,
p.DNPText-regular a:hover {
  color: #000;
}

.DNPText-regular a:visited,
p.DNPText-regular a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPText-regular,
  p.DNPText-regular {
    margin: var(--fuente-1_tablet) auto;
  }
}

@media screen and (max-width: 600px) {
  .DNPText-regular,
  p.DNPText-regular {
    margin: var(--fuente-1_mobile) auto;
  }
}

.DNPText-regular-white,
p.DNPText-regular-white {
  color: #fff;
}

.DNPText-regular-white a,
p.DNPText-regular-white a {
  color: #e6effd;
  font-weight: 700;
  text-decoration: underline;
}

.DNPText-regular-white a:hover,
p.DNPText-regular-white a:hover {
  color: #fff;
}

.DNPText-regular-white a:visited,
p.DNPText-regular-white a:visited {
  color: #bababa;
}

.DNPText-small,
p.DNPText-small,
span.DNPText-small {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--fuente-1) 0;
  margin: 0 auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPText-small,
  p.DNPText-small,
  span.DNPText-small {
    max-width: 90vw;
    font-size: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPText-small,
  p.DNPText-small,
  span.DNPText-small {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPText-small a,
p.DNPText-small a,
span.DNPText-small a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPText-small a:hover,
p.DNPText-small a:hover,
span.DNPText-small a:hover {
  color: #000;
}

.DNPText-small a:visited,
p.DNPText-small a:visited,
span.DNPText-small a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPText-small,
  p.DNPText-small,
  span.DNPText-small {
    padding: var(--fuente-1_mobile) 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPText-small,
  p.DNPText-small,
  span.DNPText-small {
    padding: var(--fuente-1_tablet) 0;
  }
}

.DNPText-small-color1,
p.DNPText-small-color1,
span.DNPText-small-color1 {
  color: #36c;
}

.DNPText-small-color2,
p.DNPText-small-color2,
span.DNPText-small-color2 {
  color: #004884;
}

.DNPText-small-color3,
p.DNPText-small-color3,
span.DNPText-small-color3 {
  color: #3366cc;
}

.DNPText-box {
  width: 100%;
  max-width: 1280px;
  border: solid #3366cc 1px;
  margin-bottom: var(--fuente0);
}

.DNPText-box-title,
h6.DNPText-box-title {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  width: 100%;
  background-color: #3366cc;
  text-align: center;
  padding: var(--fuente0) 0;
  cursor: pointer;
  position: relative;
  margin: 0;
  font-style: normal;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPText-box-title,
  h6.DNPText-box-title {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPText-box-title,
  h6.DNPText-box-title {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPText-box-title.white,
.DNPText-box-title-white,
h6.DNPText-box-title.white,
h6.DNPText-box-title-white {
  color: #fff;
}

.DNPText-box-title.color1,
.DNPText-box-title-color1,
h6.DNPText-box-title.color1,
h6.DNPText-box-title-color1 {
  color: #069169;
}

.DNPText-box-title.color2,
.DNPText-box-title-color2,
h6.DNPText-box-title.color2,
h6.DNPText-box-title-color2 {
  color: #004884;
}

.DNPText-box-title.color3,
.DNPText-box-title-color3,
h6.DNPText-box-title.color3,
h6.DNPText-box-title-color3 {
  color: #3366cc;
}

.DNPText-box-title.center,
.DNPText-box-title-center,
h6.DNPText-box-title.center,
h6.DNPText-box-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPText-box-title.right,
.DNPText-box-title-right,
h6.DNPText-box-title.right,
h6.DNPText-box-title-right {
  margin-left: auto;
}

.DNPText-box-title:after,
h6.DNPText-box-title:after {
  content: "⌵";
  position: absolute;
  right: var(--fuente3);
  top: var(--fuente0);
  font-size: var(--fuente1);
}

.DNPText-box-text {
  padding: 0;
  -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;
}

.DNPText-box.opened,
.DNPText-box:focus-within {
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.DNPText-box.opened .DNPText-box-text,
.DNPText-box:focus-within .DNPText-box-text {
  max-height: 1000vh;
  padding: var(--fuente0);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPText-box.opened .DNPText-box-text,
  .DNPText-box:focus-within .DNPText-box-text {
    padding: calc(var(--fuente0_tablet) * 2);
  }
}

.DNPText-box.opened .DNPText-box-title:after,
.DNPText-box:focus-within .DNPText-box-title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.DNPSubtitle {
  width: 100%;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #069169;
  font-size: 50px;
  margin: 0 auto;
  padding: 12px 0;
  line-height: 1;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSubtitle {
    font-size: 4vw;
    padding: 1vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPSubtitle {
    font-size: 9vw;
    line-height: 9vw;
    padding: 2vw 0;
  }
}

/* Contendor para texto a full pantalla */
.DNPFulltext {
  /* width: 100%;
  max-width: 1280px; */
  padding: var(--fuente0) 0;
  margin: 0 auto;
  /* &-text, p&-text{
    @include text;
    margin: 0;
    padding: 5px 0;
    @include tablet{
      padding: .35vw 0;
    }
    @include mobile{
      padding: 1vw 0;
    }
    &-bold{
      font-weight: $bold;
      color: $negro;
    }
  } */
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFulltext {
    /* max-width: 90vw; */
    padding: var(--fuente0_tablet) 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPFulltext {
    max-width: 90vw;
    padding: var(--fuente0_mobile) 0;
  }
}

.DNPFulltext-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.DNPFulltext-icon {
  width: var(--fuente3);
  margin-right: 16px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFulltext-icon {
    width: var(--fuente3_tablet);
    margin-right: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFulltext-icon {
    width: var(--fuente3_mobile);
    margin-right: 4vw;
  }
}

.DNPFulltext-bold p {
  font-weight: 700;
  color: #000;
}

.DNPFullfront {
  width: 100vw;
  position: relative;
  margin-top: var(--fuente0);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFullfront {
    margin-top: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPFullfront {
    margin-top: var(--fuente0_mobile);
  }
}

.DNPFullfront-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.DNPFullfront-info {
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 50vw 50px 0;
  margin-bottom: 40px;
  width: 100vw;
  height: 100%;
  min-height: 350px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  background: linear-gradient(90deg, #25374e 0%, rgba(1, 70, 152, 0.1) 100%);
  border-bottom: 6px solid #4571af ;
  /*border-image: linear-gradient(
      to right,
      rgba(255, 182, 39, 1) 28%,
      rgba(21, 74, 139, 1) 28%,
      rgba(21, 74, 139, 1) 78%,
      rgba(228, 20, 20, 1) 78%
    ) 1;*/
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFullfront-info {
    padding-bottom: 3.5vw;
    padding-top: 3.5vw;
    min-height: 25vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFullfront-info {
    padding: 10vw 10vw 10vw 0;
    min-height: 70vw;
  }
}

.DNPFullfront-info-title,
h1.DNPFullfront-info-title,
h2.DNPFullfront-info-title {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente5);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  padding: 10px 0 10px calc(50vw - 640px);
  margin: 0;
  text-shadow: -2px 2px 16px #192230, 0 0 1em #2f3f56, 0 0 0.2em #2F3F56;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFullfront-info-title,
  h1.DNPFullfront-info-title,
  h2.DNPFullfront-info-title {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPFullfront-info-title,
  h1.DNPFullfront-info-title,
  h2.DNPFullfront-info-title {
    max-width: 90vw;
    font-size: var(--fuente5_mobile);
  }
}

.DNPFullfront-info-title.white,
.DNPFullfront-info-title-white,
h1.DNPFullfront-info-title.white,
h1.DNPFullfront-info-title-white,
h2.DNPFullfront-info-title.white,
h2.DNPFullfront-info-title-white {
  color: #fff;
}

.DNPFullfront-info-title.color1,
.DNPFullfront-info-title-color1,
h1.DNPFullfront-info-title.color1,
h1.DNPFullfront-info-title-color1,
h2.DNPFullfront-info-title.color1,
h2.DNPFullfront-info-title-color1 {
  color: #069169;
}

.DNPFullfront-info-title.color2,
.DNPFullfront-info-title-color2,
h1.DNPFullfront-info-title.color2,
h1.DNPFullfront-info-title-color2,
h2.DNPFullfront-info-title.color2,
h2.DNPFullfront-info-title-color2 {
  color: #004884;
}

.DNPFullfront-info-title.color3,
.DNPFullfront-info-title-color3,
h1.DNPFullfront-info-title.color3,
h1.DNPFullfront-info-title-color3,
h2.DNPFullfront-info-title.color3,
h2.DNPFullfront-info-title-color3 {
  color: #3366cc;
}

.DNPFullfront-info-title.center,
.DNPFullfront-info-title-center,
h1.DNPFullfront-info-title.center,
h1.DNPFullfront-info-title-center,
h2.DNPFullfront-info-title.center,
h2.DNPFullfront-info-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPFullfront-info-title.right,
.DNPFullfront-info-title-right,
h1.DNPFullfront-info-title.right,
h1.DNPFullfront-info-title-right,
h2.DNPFullfront-info-title.right,
h2.DNPFullfront-info-title-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPFullfront-info-title,
  h1.DNPFullfront-info-title,
  h2.DNPFullfront-info-title {
    padding: 0.7vw 0 0.7vw 5vw;
    border-bottom-width: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFullfront-info-title,
  h1.DNPFullfront-info-title,
  h2.DNPFullfront-info-title {
    line-height: 1;
    padding: 2.5vw 0 2.5vw 5vw;
    border-bottom-width: 1vw;
  }
}

/* Modificacion mision-internacionalizacion 04-05-2023 */

.DNPImagefull {
  width: 100%;
  max-width: 1280px;
  margin: auto 0 !important;
  display: block;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPImagefull {
    max-width: 90vw;
    margin-top: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPImagefull {
    max-width: 90vw;
    margin-top: var(--fuente0_mobile);
  }
}

.DNPAuthor {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.DNPAuthor-picture {
  width: 100px;
  border-radius: 50%;
  margin: 15px 0;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPAuthor-picture {
    width: 7.1vw;
    height: 7.1vw;
    margin: 1.1vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPAuthor-picture {
    width: 25vw;
    height: 25vw;
    margin: 3.7vw 0;
  }
}

.DNPAuthor-info {
  padding-left: 20px;
  line-height: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPAuthor-info {
    padding-left: 1.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPAuthor-info {
    padding-left: 5vw;
  }
}

.DNPAuthor-info-name,
p.DNPAuthor-info-name {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  font-size: 15px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPAuthor-info-name,
  p.DNPAuthor-info-name {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPAuthor-info-name,
  p.DNPAuthor-info-name {
    font-size: 3.7vw;
  }
}

.DNPAuthor-info-name span,
p.DNPAuthor-info-name span {
  font-weight: 700;
}

.DNPAuthor-info-position,
p.DNPAuthor-info-position {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  padding: 4px 0;
  font-size: 12.8px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPAuthor-info-position,
  p.DNPAuthor-info-position {
    padding: 0.3vw 0;
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPAuthor-info-position,
  p.DNPAuthor-info-position {
    padding: 1vw 0;
    font-size: 3.2vw;
  }
}

.DNPAuthor-info-date,
p.DNPAuthor-info-date {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #535353;
  padding: 4px 0;
  font-size: 12.8px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPAuthor-info-date,
  p.DNPAuthor-info-date {
    padding: 0.3vw 0;
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPAuthor-info-date,
  p.DNPAuthor-info-date {
    padding: 1vw 0;
    font-size: 3.2vw;
  }
}

.DNPSimplesearch {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: start;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  padding: 16px 0 32px 0;
  margin: 0 auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplesearch {
    padding: 1vw 0;
    max-width: 90vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSimplesearch {
    max-width: 90vw;
    padding: 4vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
    row-gap: 16px;
  }
}

.DNPSimplesearch-info {
  margin-right: 16px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplesearch-info {
    margin-right: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSimplesearch-info {
    margin-right: 0;
    margin-bottom: 2vw;
  }
}

.DNPSimplesearch-info-label {
  color: #535353;
  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 16px 0 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplesearch-info-label {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSimplesearch-info-label {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPSimplesearch-info-label.white,
.DNPSimplesearch-info-label-white {
  color: #fff;
}

.DNPSimplesearch-info-label.color1,
.DNPSimplesearch-info-label-color1 {
  color: #069169;
}

.DNPSimplesearch-info-label.color2,
.DNPSimplesearch-info-label-color2 {
  color: #004884;
}

.DNPSimplesearch-info-label.color3,
.DNPSimplesearch-info-label-color3 {
  color: #3366cc;
}

.DNPSimplesearch-info-label.center,
.DNPSimplesearch-info-label-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPSimplesearch-info-label.right,
.DNPSimplesearch-info-label-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplesearch-info-label {
    margin-right: 1vw;
  }
}

.DNPSimplesearch-info-input,
input.DNPSimplesearch-info-input {
  border: solid #bababa 1px;
  border-radius: 8px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #535353;
  display: block;
  width: 250px;
  padding: 10px 15px;
  line-height: 1.3;
  font-size: 16px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplesearch-info-input,
  input.DNPSimplesearch-info-input {
    width: 17.8vw;
    padding: 0.7vw 1vw;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSimplesearch-info-input,
  input.DNPSimplesearch-info-input {
    width: 48vw;
    padding: 2.5vw 3.7vw;
    font-size: 4vw;
  }
}

.DNPSimplesearch-info-smallinput,
input.DNPSimplesearch-info-smallinput {
  border: solid #bababa 1px;
  border-radius: 8px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #535353;
  display: block;
  width: 74px;
  padding: 10px 15px;
  line-height: 1.3;
  font-size: 16px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplesearch-info-smallinput,
  input.DNPSimplesearch-info-smallinput {
    width: 5.2vw;
    padding: 0.7vw 1vw;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSimplesearch-info-smallinput,
  input.DNPSimplesearch-info-smallinput {
    width: 48vw;
    padding: 2.5vw 3.7vw;
    font-size: 4vw;
  }
}

.DNPSimplesearch-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.DNPSimplesearch-buttons-element,
input.DNPSimplesearch-buttons-element {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  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;
  margin-left: 8px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplesearch-buttons-element,
  input.DNPSimplesearch-buttons-element {
    border-radius: 35vw;
    padding: calc(var(--fuente0_tablet) * 0.75)
      calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSimplesearch-buttons-element,
  input.DNPSimplesearch-buttons-element {
    padding: calc(var(--fuente0_mobile) * 0.75)
      calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}

.DNPSimplesearch-buttons-element:visited,
input.DNPSimplesearch-buttons-element:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPSimplesearch-buttons-element:visited:hover,
input.DNPSimplesearch-buttons-element:visited:hover {
  color: #bababa !important;
}

.DNPSimplesearch-buttons-element-color,
input.DNPSimplesearch-buttons-element-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPSimplesearch-buttons-element-color:visited,
input.DNPSimplesearch-buttons-element-color:visited {
  border-color: #3366cc;
  color: #bababa !important;
}

.DNPSimplesearch-buttons-element:hover,
input.DNPSimplesearch-buttons-element:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPSimplesearch-buttons-element > img,
input.DNPSimplesearch-buttons-element > img {
  height: 0;
  margin-left: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplesearch-buttons-element > img,
  input.DNPSimplesearch-buttons-element > img {
    height: var(--fuente0_tablet);
    margin-left: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSimplesearch-buttons-element > img,
  input.DNPSimplesearch-buttons-element > img {
    height: var(--fuente0_mobile);
    margin-left: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplesearch-buttons-element,
  input.DNPSimplesearch-buttons-element {
    margin-left: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSimplesearch-buttons-element,
  input.DNPSimplesearch-buttons-element {
    margin-left: 2vw;
  }
}

.DNPSimplesearch-results {
  width: 100%;
  padding: 16px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplesearch-results {
    padding: 1vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPSimplesearch-results {
    padding: 4vw 0;
  }
}

.DNPSimplesearch-results-text {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente1);
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplesearch-results-text {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSimplesearch-results-text {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPSimplesearch-results-text a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPSimplesearch-results-text a:hover {
  color: #000;
}

.DNPSimplesearch-results-text a:visited {
  color: #069169;
}

.DNPSimplesearch-results-text span {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplesearch-results-text span {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSimplesearch-results-text span {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPSimplesearch-results-text span.white,
.DNPSimplesearch-results-text span-white {
  color: #fff;
}

.DNPSimplesearch-results-text span.color1,
.DNPSimplesearch-results-text span-color1 {
  color: #069169;
}

.DNPSimplesearch-results-text span.color2,
.DNPSimplesearch-results-text span-color2 {
  color: #004884;
}

.DNPSimplesearch-results-text span.color3,
.DNPSimplesearch-results-text span-color3 {
  color: #3366cc;
}

.DNPSimplesearch-results-text span.center,
.DNPSimplesearch-results-text span-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPSimplesearch-results-text span.right,
.DNPSimplesearch-results-text span-right {
  margin-left: auto;
}

.DNPBullets {
  background-color: #e6effd;
  border-radius: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1280px;
  margin: 14px auto;
  padding: 21px;
}

.DNPBullets p {
  color: #333;
  -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;
  padding-bottom: var(--fuente0);
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBullets {
    margin: 1vw auto;
    padding: 1.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBullets {
    margin: 3vw auto;
    padding: 5vw;
  }
}

.DNPBullets ul > li {
  color: #333;
  -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;
  list-style-type: disc;
  color: #333;
  margin: 14px 0 0 21px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBullets ul > li {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBullets ul > li {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPBullets ul > li a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPBullets ul > li a:hover {
  color: #000;
}

.DNPBullets ul > li a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBullets ul > li {
    margin: 1vw 0 0 1.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBullets ul > li {
    margin: 3vw 0 0 5vw;
  }
}

.DNPHistorical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
}

.DNPHistorical > * {
  max-width: 100%;
}

.DNPHistorical-bigelement {
  overflow: hidden;
  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;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  border: solid #bababa 1px;
  border-radius: 8px;
  margin: var(--fuente0) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-bigelement {
    margin-bottom: 1.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-bigelement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90vw;
    margin-bottom: 6vw;
  }
}

.DNPHistorical-bigelement-image {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-bigelement-image {
    width: 21.4vw;
    height: 21.4vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-bigelement-image {
    width: 90vw;
    height: 90vw;
  }
}

.DNPHistorical-bigelement-info {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-bigelement-info {
    padding: 0.7vw 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-bigelement-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5vw;
  }
}

.DNPHistorical-bigelement-info-subtitle {
  color: #535353;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  margin: 0 0 var(--fuente-2) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-bigelement-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-bigelement-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPHistorical-bigelement-info-subtitle a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-bigelement-info-subtitle a:hover {
  color: #000;
}

.DNPHistorical-bigelement-info-subtitle a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-bigelement-info-subtitle {
    margin-bottom: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-bigelement-info-subtitle {
    margin-bottom: var(--fuente-2_mobile);
  }
}

.DNPHistorical-bigelement-info-title {
  color: #004884;
  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 0 var(--fuente-1) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-bigelement-info-title {
    max-width: 90vw;
    font-size: var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-bigelement-info-title {
    max-width: 90vw;
    font-size: var(--fuente3_mobile);
  }
}

.DNPHistorical-bigelement-info-title.white,
.DNPHistorical-bigelement-info-title-white {
  color: #fff;
}

.DNPHistorical-bigelement-info-title.color1,
.DNPHistorical-bigelement-info-title-color1 {
  color: #069169;
}

.DNPHistorical-bigelement-info-title.color2,
.DNPHistorical-bigelement-info-title-color2 {
  color: #004884;
}

.DNPHistorical-bigelement-info-title.color3,
.DNPHistorical-bigelement-info-title-color3 {
  color: #3366cc;
}

.DNPHistorical-bigelement-info-title.center,
.DNPHistorical-bigelement-info-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPHistorical-bigelement-info-title.right,
.DNPHistorical-bigelement-info-title-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-bigelement-info-title {
    margin-bottom: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-bigelement-info-title {
    margin-bottom: var(--fuente-1_mobile);
  }
}

.DNPHistorical-bigelement-info-text {
  color: #333;
  -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;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-bigelement-info-text {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-bigelement-info-text {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPHistorical-bigelement-info-text a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-bigelement-info-text a:hover {
  color: #000;
}

.DNPHistorical-bigelement-info-text a:visited {
  color: #069169;
}

.DNPHistorical-bigelement-info-bold {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente1);
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  font-weight: 700;
  margin-bottom: var(--fuente-2);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-bigelement-info-bold {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-bigelement-info-bold {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPHistorical-bigelement-info-bold a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-bigelement-info-bold a:hover {
  color: #000;
}

.DNPHistorical-bigelement-info-bold a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-bigelement-info-bold {
    margin-bottom: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-bigelement-info-bold {
    margin-bottom: var(--fuente-2_mobile);
  }
}

.DNPHistorical-bigelement:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNPHistorical-document {
  overflow: hidden;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  border-bottom: solid #e6effd 2px;
  margin: var(--fuente0) 0;
  padding: var(--fuente0) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-document {
    margin-bottom: 1.7vw;
    padding: var(--fuente0_tablet) 0;
    border-bottom-width: 0.25vw;
  }
}

@media screen and (min-width: 1440px) {
  .DNPHistorical-document {
    max-width: 800px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPHistorical-document {
    margin-bottom: 1.7vw;
    padding: var(--fuente0_tablet) 0;
    border-bottom-width: 0.25vw;
    max-width: 610px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPHistorical-document {
    margin-bottom: 1.7vw;
    padding: var(--fuente0_tablet) 0;
    border-bottom-width: 0.25vw;
    max-width: 670px;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-document {
    width: 90vw;
    padding: var(--fuente0_mobile) 0;
    margin-bottom: 6vw;
    border-bottom-width: 1vw;
  }
}

.DNPHistorical-document-icon-image {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-document-icon-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-document-icon-image {
    width: 15vw;
    height: 15vw;
  }
}

.DNPHistorical-document-icon-size {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: calc(var(--fuente1) / 2);
  text-align: center;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-document-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-document-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPHistorical-document-icon-size a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-document-icon-size a:hover {
  color: #000;
}

.DNPHistorical-document-icon-size a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-document-icon-size {
    margin-top: calc(var(--fuente1_tablet) / 2);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-document-icon-size {
    margin-top: calc(var(--fuente1_mobile) / 2);
  }
}

.DNPHistorical-document-info {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-document-info {
    padding: 0 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-document-info {
    padding: 0 5vw;
  }
}

.DNPHistorical-document-info-title {
  color: #004884;
  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 0 var(--fuente-1) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-document-info-title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-document-info-title {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

.DNPHistorical-document-info-title.white,
.DNPHistorical-document-info-title-white {
  color: #fff;
}

.DNPHistorical-document-info-title.color1,
.DNPHistorical-document-info-title-color1 {
  color: #069169;
}

.DNPHistorical-document-info-title.color2,
.DNPHistorical-document-info-title-color2 {
  color: #004884;
}

.DNPHistorical-document-info-title.color3,
.DNPHistorical-document-info-title-color3 {
  color: #3366cc;
}

.DNPHistorical-document-info-title.center,
.DNPHistorical-document-info-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPHistorical-document-info-title.right,
.DNPHistorical-document-info-title-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-document-info-title {
    margin-bottom: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-document-info-title {
    font-size: var(--fuente1_mobile);
    margin-bottom: var(--fuente-2_mobile);
  }
}

.DNPHistorical-document-info-text {
  color: #333;
  -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;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-document-info-text {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-document-info-text {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPHistorical-document-info-text a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-document-info-text a:hover {
  color: #000;
}

.DNPHistorical-document-info-text a:visited {
  color: #069169;
}

@media screen and (max-width: 600px) {
  .DNPHistorical-document-info-text {
    font-size: var(--fuente-1_mobile);
  }
}

.DNPHistorical-document-info-subtitle {
  color: #535353;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  margin: var(--fuente-2) 0 0 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-document-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-document-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPHistorical-document-info-subtitle a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-document-info-subtitle a:hover {
  color: #000;
}

.DNPHistorical-document-info-subtitle a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-document-info-subtitle {
    margin-top: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-document-info-subtitle {
    font-size: var(--fuente-2_mobile);
    margin-top: var(--fuente-3_mobile);
  }
}

.DNPHistorical-document:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNPHistorical-publication {
  overflow: hidden;
  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;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  margin: var(--fuente3) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-publication {
    margin-bottom: 1.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-publication {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90vw;
    margin-bottom: 6vw;
  }
}

.DNPHistorical-publication-image {
  width: 200px;
  height: 258px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-publication-image {
    width: 17.8vw;
    height: 26.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-publication-image {
    width: 80vw;
    height: 120vw;
  }
}

.DNPHistorical-publication-info {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-publication-info {
    padding: 0.7vw 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-publication-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5vw;
  }
}

.DNPHistorical-publication-info-subtitle {
  color: #535353;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  margin: 0 0 var(--fuente-2) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-publication-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-publication-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPHistorical-publication-info-subtitle a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-publication-info-subtitle a:hover {
  color: #000;
}

.DNPHistorical-publication-info-subtitle a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-publication-info-subtitle {
    margin-bottom: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-publication-info-subtitle {
    margin-bottom: var(--fuente-2_mobile);
  }
}

.DNPHistorical-publication-info-title {
  color: #333;
  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;
  margin: 0 0 var(--fuente-1) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-publication-info-title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-publication-info-title {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

.DNPHistorical-publication-info-title.white,
.DNPHistorical-publication-info-title-white {
  color: #fff;
}

.DNPHistorical-publication-info-title.color1,
.DNPHistorical-publication-info-title-color1 {
  color: #069169;
}

.DNPHistorical-publication-info-title.color2,
.DNPHistorical-publication-info-title-color2 {
  color: #004884;
}

.DNPHistorical-publication-info-title.color3,
.DNPHistorical-publication-info-title-color3 {
  color: #3366cc;
}

.DNPHistorical-publication-info-title.center,
.DNPHistorical-publication-info-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPHistorical-publication-info-title.right,
.DNPHistorical-publication-info-title-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-publication-info-title {
    margin-bottom: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-publication-info-title {
    margin-bottom: var(--fuente-1_mobile);
  }
}

.DNPHistorical-publication-info-text {
  color: #333;
  -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;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-publication-info-text {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-publication-info-text {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPHistorical-publication-info-text a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-publication-info-text a:hover {
  color: #000;
}

.DNPHistorical-publication-info-text a:visited {
  color: #069169;
}

.DNPHistorical-publication-info-bold {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente1);
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  font-weight: 700;
  margin-bottom: var(--fuente-2);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-publication-info-bold {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-publication-info-bold {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPHistorical-publication-info-bold a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-publication-info-bold a:hover {
  color: #000;
}

.DNPHistorical-publication-info-bold a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-publication-info-bold {
    margin-bottom: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-publication-info-bold {
    margin-bottom: var(--fuente-2_mobile);
  }
}

.DNPHistorical-publication:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNPHistorical-multimedia {
  width: 440px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 600px) {
  .DNPHistorical-multimedia {
    width: 90vw;
  }
}

.DNPHistorical-multimedia:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.DNPHistorical-multimedia-image {
  width: 440px;
  height: 245px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .DNPHistorical-multimedia-image {
    width: 90vw;
    height: 50.63vw;
  }
}

.DNPHistorical-multimedia-info-title {
  color: #333;
  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-top: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-multimedia-info-title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-multimedia-info-title {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

.DNPHistorical-multimedia-info-title.white,
.DNPHistorical-multimedia-info-title-white {
  color: #fff;
}

.DNPHistorical-multimedia-info-title.color1,
.DNPHistorical-multimedia-info-title-color1 {
  color: #069169;
}

.DNPHistorical-multimedia-info-title.color2,
.DNPHistorical-multimedia-info-title-color2 {
  color: #004884;
}

.DNPHistorical-multimedia-info-title.color3,
.DNPHistorical-multimedia-info-title-color3 {
  color: #3366cc;
}

.DNPHistorical-multimedia-info-title.center,
.DNPHistorical-multimedia-info-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPHistorical-multimedia-info-title.right,
.DNPHistorical-multimedia-info-title-right {
  margin-left: auto;
}

.DNPHistorical-multimedia-info-subtitle {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: var(--fuente0);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-multimedia-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-multimedia-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPHistorical-multimedia-info-subtitle a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-multimedia-info-subtitle a:hover {
  color: #000;
}

.DNPHistorical-multimedia-info-subtitle a:visited {
  color: #069169;
}

@media screen and (max-width: 600px) {
  .DNPHistorical-multimedia-info-subtitle {
    margin-top: var(--fuente0_mobile);
  }
}

.DNPHistorical a {
  text-decoration: none;
}

.DNPPager {
  display: flex;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 32px 0;
  width: 100%;
  max-width: 1280px;
}

.SGRPager {
  margin: 0 auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPager {
    padding: 2.5vw 0;
    max-width: 90vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPPager {
    max-width: 90vw;
    padding: 5vw 0;
  }
}

.DNPPager-prev,
.DNPPager-next {
  width: 120px;
  margin: 0 var(--fuente0);
  text-align: center;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPager-prev,
  .DNPPager-next {
    width: 8.6vw;
    margin: 0 var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPager-prev,
  .DNPPager-next {
    width: 30vw;
    margin: 0 var(--fuente0_mobile);
  }
}

.DNPPager-prev a,
.DNPPager-next a {
  color: #3366cc;
  -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;
  text-decoration: underline;
}

.DNPPager-prev button,
.DNPPager-next button {
  color: #3366cc;
  -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;
  text-decoration: underline;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPager-prev a,
  .DNPPager-next a {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
  .DNPPager-prev button,
  .DNPPager-next button {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPager-prev a,
  .DNPPager-next a {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
  .DNPPager-prev button,
  .DNPPager-next button {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPPager-prev a a,
.DNPPager-next a a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPPager-prev a a:hover,
.DNPPager-next a a:hover {
  color: #000;
}

.DNPPager-prev a a:visited,
.DNPPager-next a a:visited {
  color: #069169;
}

.DNPPager-prev a:hover,
.DNPPager-next a:hover {
  color: #004884;
}

.DNPPager-numbers {
  color: #3366cc;
  -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;
  padding: 0 0.5em;
}

/*.SGRPager-numbers {background-color: var(--white); filter: drop-shadow(0px 4px 8px var(--sombra-gris-light)); border-radius: 50px; padding: 16px 18px; position: relative; top: -12px;}*/
.SGRPager-numbers {}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPager-numbers {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPager-numbers {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPPager-numbers a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.SGRPager-numbers .DNPPager-numbers a {
  margin: 0 8px;
  color: #004884;
}

.SGRPager-numbers a {
  margin: 0 8px;
  text-decoration: underline;
  cursor: pointer;
}

.SGRPager-numbers .pagina-activa {color: var(--azul-sgr);}
.SGRPager-numbers .PagingLink a {text-decoration: underline;}
.SGRPager-numbers .PagingLink a:hover {font-weight: 700; color: var(--black); text-decoration: underline;}
.SGRPager .PageLinkPrev, .SGRPager .PageLinkNext {color: var(--azul-sgr2);}

.DNPPager-numbers a:hover {
  color: #000;
}

.DNPPager-numbers a:visited {
  color: #069169;
}

.DNPDropdown {
  margin: var(--fuente5) auto;
  width: 100%;
  max-width: 1280px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDropdown {
    max-width: 90vw;
    margin: var(--fuente5_tablet) auto;
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown {
    max-width: 90vw;
    margin: var(--fuente5_mobile) auto;
  }
}

.DNPDropdown-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;
  max-height: 0;
  overflow: hidden;
  margin: 0;
}

.DNPDropdown-toopen.opened,
.DNPDropdown-toopen:focus-within {
  margin: var(--fuente5) auto;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  max-height: 1000vh;
}

.DNPDropdown-element {
  border: solid #e6effd 1px;
}

.DNPDropdown-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);
}

.DNPDropdown-element-head:hover {
  background-color: #f6f8f9;
}

.DNPDropdown-element-head:focus {
  outline-color: #004884;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDropdown-element-head {
    padding: var(--fuente2_tablet) var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-element-head {
    padding: var(--fuente2_mobile) var(--fuente3_mobile);
  }
}

.DNPDropdown-element-head-title,
h3.DNPDropdown-element-head-title,
h6.DNPDropdown-element-head-title {
  color: #004884;
  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) {
  .DNPDropdown-element-head-title,
  h3.DNPDropdown-element-head-title,
  h6.DNPDropdown-element-head-title {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-element-head-title,
  h3.DNPDropdown-element-head-title,
  h6.DNPDropdown-element-head-title {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
    text-align: start;
  }
}

.DNPDropdown-element-head-title.white,
.DNPDropdown-element-head-title-white,
h3.DNPDropdown-element-head-title.white,
h3.DNPDropdown-element-head-title-white,
h6.DNPDropdown-element-head-title.white,
h6.DNPDropdown-element-head-title-white {
  color: #fff;
}

.DNPDropdown-element-head-title.color1,
.DNPDropdown-element-head-title-color1,
h3.DNPDropdown-element-head-title.color1,
h3.DNPDropdown-element-head-title-color1,
h6.DNPDropdown-element-head-title.color1,
h6.DNPDropdown-element-head-title-color1 {
  color: #069169;
}

.DNPDropdown-element-head-title.color2,
.DNPDropdown-element-head-title-color2,
h3.DNPDropdown-element-head-title.color2,
h3.DNPDropdown-element-head-title-color2,
h6.DNPDropdown-element-head-title.color2,
h6.DNPDropdown-element-head-title-color2 {
  color: #004884;
}

.DNPDropdown-element-head-title.color3,
.DNPDropdown-element-head-title-color3,
h3.DNPDropdown-element-head-title.color3,
h3.DNPDropdown-element-head-title-color3,
h6.DNPDropdown-element-head-title.color3,
h6.DNPDropdown-element-head-title-color3 {
  color: #3366cc;
}

.DNPDropdown-element-head-title.center,
.DNPDropdown-element-head-title-center,
h3.DNPDropdown-element-head-title.center,
h3.DNPDropdown-element-head-title-center,
h6.DNPDropdown-element-head-title.center,
h6.DNPDropdown-element-head-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPDropdown-element-head-title.right,
.DNPDropdown-element-head-title-right,
h3.DNPDropdown-element-head-title.right,
h3.DNPDropdown-element-head-title-right,
h6.DNPDropdown-element-head-title.right,
h6.DNPDropdown-element-head-title-right {
  margin-left: auto;
}

.DNPDropdown-element-head-button {
  background: transparent url(../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) {
  .DNPDropdown-element-head-button {
    width: 1.5vw;
    height: 1.5vw;
    background-size: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-element-head-button {
    width: 5vw;
    height: 5vw;
    background-size: 4vw;
    margin-left: 16px;
  }
}

.DNPDropdown-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;
}

.DNPDropdown-element.opened,
.DNPDropdown-element:focus-within {
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.DNPDropdown-element.opened .DNPDropdown-element-content,
.DNPDropdown-element:focus-within .DNPDropdown-element-content {
  max-height: 1000vh;
  padding: calc(var(--fuente0) * 2);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDropdown-element.opened .DNPDropdown-element-content,
  .DNPDropdown-element:focus-within .DNPDropdown-element-content {
    padding: calc(var(--fuente0_tablet) * 2);
  }
}

.DNPDropdown-element.opened .DNPDropdown-element-head-button,
.DNPDropdown-element:focus-within .DNPDropdown-element-head-button {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.DNPDropdown-detail {
  border: solid #e6effd 1px;
}

.DNPDropdown-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) {
  .DNPDropdown-detail-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.DNPDropdown-detail-head:focus {
  outline-color: #004884;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDropdown-detail-head {
    padding: var(--fuente2_tablet) var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-detail-head {
    padding: var(--fuente2_mobile) var(--fuente1_mobile);
  }
}

.DNPDropdown-detail-head-title {
  color: #004884;
  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) {
  .DNPDropdown-detail-head-title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-detail-head-title {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

.DNPDropdown-detail-head-title.white,
.DNPDropdown-detail-head-title-white {
  color: #fff;
}

.DNPDropdown-detail-head-title.color1,
.DNPDropdown-detail-head-title-color1 {
  color: #069169;
}

.DNPDropdown-detail-head-title.color2,
.DNPDropdown-detail-head-title-color2 {
  color: #004884;
}

.DNPDropdown-detail-head-title.color3,
.DNPDropdown-detail-head-title-color3 {
  color: #3366cc;
}

.DNPDropdown-detail-head-title.center,
.DNPDropdown-detail-head-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPDropdown-detail-head-title.right,
.DNPDropdown-detail-head-title-right {
  margin-left: auto;
}

.DNPDropdown-detail-head-title a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .DNPDropdown-detail-head-title {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.DNPDropdown-detail-head-button {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #004884;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: solid #004884 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) {
  .DNPDropdown-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) {
  .DNPDropdown-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;
  }
}

.DNPDropdown-detail-head-button:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  background-color: #f6f8f9;
}

.DNPDropdown-detail-head-button-arrow {
  background: transparent url(../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) {
  .DNPDropdown-detail-head-button-arrow {
    width: 1.5vw;
    height: 1.5vw;
    background-size: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-detail-head-button-arrow {
    width: 5vw;
    height: 5vw;
    background-size: 4vw;
  }
}

.DNPDropdown-detail-head-button-title {
  color: #004884;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1 !important;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  margin: 0px !important;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDropdown-detail-head-button-title {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-detail-head-button-title {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPDropdown-detail-head-button-title.white,
.DNPDropdown-detail-head-button-title-white {
  color: #fff;
}

.DNPDropdown-detail-head-button-title.color1,
.DNPDropdown-detail-head-button-title-color1 {
  color: #069169;
}

.DNPDropdown-detail-head-button-title.color2,
.DNPDropdown-detail-head-button-title-color2 {
  color: #004884;
}

.DNPDropdown-detail-head-button-title.color3,
.DNPDropdown-detail-head-button-title-color3 {
  color: #3366cc;
}

.DNPDropdown-detail-head-button-title.center,
.DNPDropdown-detail-head-button-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPDropdown-detail-head-button-title.right,
.DNPDropdown-detail-head-button-title-right {
  margin-left: auto;
}

.DNPDropdown-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);
}

.DNPDropdown-detail.opened,
.DNPDropdown-detail:focus-within {
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.DNPDropdown-detail.opened > .DNPDropdown-subdetail-content,
.DNPDropdown-detail:focus-within > .DNPDropdown-subdetail-content {
  max-height: 1000vh;
  padding: var(--fuente1) var(--fuente3);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDropdown-detail.opened > .DNPDropdown-subdetail-content,
  .DNPDropdown-detail:focus-within > .DNPDropdown-subdetail-content {
    padding: var(--fuente1_tablet) var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-detail.opened > .DNPDropdown-subdetail-content,
  .DNPDropdown-detail:focus-within > .DNPDropdown-subdetail-content {
    padding: var(--fuente1_mobile) var(--fuente1_mobile);
  }
}

.DNPDropdown-detail.opened .DNPDropdown-detail-head-button-arrow,
.DNPDropdown-detail:focus-within .DNPDropdown-detail-head-button-arrow {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.DNPDropdown-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);
}

.DNPDropdown-subdetail-head:focus {
  outline-color: #004884;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDropdown-subdetail-head {
    padding: var(--fuente0_tablet) 0 var(--fuente0_tablet) var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-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);
  }
}

.DNPDropdown-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) {
  .DNPDropdown-subdetail-head-title {
    max-width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.DNPDropdown-subdetail-head-title-text {
  color: #3366cc;
  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) {
  .DNPDropdown-subdetail-head-title-text {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-subdetail-head-title-text {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPDropdown-subdetail-head-title-text.white,
.DNPDropdown-subdetail-head-title-text-white {
  color: #fff;
}

.DNPDropdown-subdetail-head-title-text.color1,
.DNPDropdown-subdetail-head-title-text-color1 {
  color: #069169;
}

.DNPDropdown-subdetail-head-title-text.color2,
.DNPDropdown-subdetail-head-title-text-color2 {
  color: #004884;
}

.DNPDropdown-subdetail-head-title-text.color3,
.DNPDropdown-subdetail-head-title-text-color3 {
  color: #3366cc;
}

.DNPDropdown-subdetail-head-title-text.center,
.DNPDropdown-subdetail-head-title-text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPDropdown-subdetail-head-title-text.right,
.DNPDropdown-subdetail-head-title-text-right {
  margin-left: auto;
}

.DNPDropdown-subdetail-head-title-text a:hover {
  text-decoration: underline;
}

.DNPDropdown-subdetail-head-title-text::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: transparent url(../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) {
  .DNPDropdown-subdetail-head-title-text::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) {
  .DNPDropdown-subdetail-head-title-text::before {
    margin-right: calc(var(--fuente0_mobile) * 0.5);
    width: 4vw;
    height: 4vw;
    background-size: 4vw;
  }
}

.DNPDropdown-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) {
  .DNPDropdown-subdetail-head-title-subtext {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-subdetail-head-title-subtext {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPDropdown-subdetail-head-title-subtext a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPDropdown-subdetail-head-title-subtext a:hover {
  color: #000;
}

.DNPDropdown-subdetail-head-title-subtext a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDropdown-subdetail-head-title-subtext {
    margin: var(--fuente-2_tablet) 0 0 var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-subdetail-head-title-subtext {
    margin: 1vw 0 1vw var(--fuente2_mobile);
  }
}

.DNPDropdown-subdetail-head-button {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #004884;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: solid #004884 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) {
  .DNPDropdown-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) {
  .DNPDropdown-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;
  }
}

.DNPDropdown-subdetail-head-button:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  background-color: #f6f8f9;
}

.DNPDropdown-subdetail-head-button-arrow {
  background: transparent url(../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) {
  .DNPDropdown-subdetail-head-button-arrow {
    width: 1.5vw;
    height: 1.5vw;
    background-size: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-subdetail-head-button-arrow {
    width: 5vw;
    height: 5vw;
    background-size: 4vw;
  }
}

.DNPDropdown-subdetail-head-button-title {
  color: #004884;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1 !important;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  margin: 0 !important;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDropdown-subdetail-head-button-title {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-subdetail-head-button-title {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPDropdown-subdetail-head-button-title.white,
.DNPDropdown-subdetail-head-button-title-white {
  color: #fff;
}

.DNPDropdown-subdetail-head-button-title.color1,
.DNPDropdown-subdetail-head-button-title-color1 {
  color: #069169;
}

.DNPDropdown-subdetail-head-button-title.color2,
.DNPDropdown-subdetail-head-button-title-color2 {
  color: #004884;
}

.DNPDropdown-subdetail-head-button-title.color3,
.DNPDropdown-subdetail-head-button-title-color3 {
  color: #3366cc;
}

.DNPDropdown-subdetail-head-button-title.center,
.DNPDropdown-subdetail-head-button-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPDropdown-subdetail-head-button-title.right,
.DNPDropdown-subdetail-head-button-title-right {
  margin-left: auto;
}

.DNPDropdown-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);
}

.DNPDropdown-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) {
  .DNPDropdown-subdetail-content-title {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-subdetail-content-title {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPDropdown-subdetail-content-title.white,
.DNPDropdown-subdetail-content-title-white {
  color: #fff;
}

.DNPDropdown-subdetail-content-title.color1,
.DNPDropdown-subdetail-content-title-color1 {
  color: #069169;
}

.DNPDropdown-subdetail-content-title.color2,
.DNPDropdown-subdetail-content-title-color2 {
  color: #004884;
}

.DNPDropdown-subdetail-content-title.color3,
.DNPDropdown-subdetail-content-title-color3 {
  color: #3366cc;
}

.DNPDropdown-subdetail-content-title.center,
.DNPDropdown-subdetail-content-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPDropdown-subdetail-content-title.right,
.DNPDropdown-subdetail-content-title-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDropdown-subdetail-content-title {
    padding-left: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-subdetail-content-title {
    padding-left: var(--fuente1_mobile);
  }
}

.DNPDropdown-subdetail.opened,
.DNPDropdown-subdetail:focus-within {
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.DNPDropdown-subdetail.opened > .DNPDropdown-subdetail-content,
.DNPDropdown-subdetail:focus-within > .DNPDropdown-subdetail-content {
  max-height: 1000vh;
  padding: var(--fuente1);
  padding-right: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDropdown-subdetail.opened > .DNPDropdown-subdetail-content,
  .DNPDropdown-subdetail:focus-within > .DNPDropdown-subdetail-content {
    padding: var(--fuente1_tablet);
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPDropdown-subdetail.opened > .DNPDropdown-subdetail-content,
  .DNPDropdown-subdetail:focus-within > .DNPDropdown-subdetail-content {
    padding: var(--fuente1_mobile);
    padding-right: 0;
  }
}

.DNPDropdown-subdetail.opened
  > .DNPDropdown-subdetail-head
  > .DNPDropdown-subdetail-head-button
  > .DNPDropdown-subdetail-head-button-arrow,
.DNPDropdown-subdetail:focus-within
  > .DNPDropdown-subdetail-head
  > .DNPDropdown-subdetail-head-button
  > .DNPDropdown-subdetail-head-button-arrow {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.DNPDropdown-subdetail-notopen .DNPDropdown-subdetail-head-title-text:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.DNPDropdown-subdetail-notopen .DNPDropdown-subdetail-head,
.DNPDropdown-subdetail:first-of-type .DNPDropdown-subdetail-head {
  border-top: none;
}

.DNPSimplebutton,
a.DNPSimplebutton {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: var(--azul-sgr);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.2s;
  transition: all 0.3s ease-in-out;
  border: solid var(--azul-sgr) 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5) !important;
  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;
  margin: 32px 0;
  text-decoration: none !important;
}

.DNPSimplebutton-light {
    text-decoration: none;
    cursor: pointer;
    background-color: var(--color-complementario-20);
    color: var(--color-complementario) !important;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    color: var(--azul-sgr);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: solid var(--azul-sgr) 2px !important;
    border-radius: 50px;
    padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
    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;
    margin: 32px 0;
    text-decoration: none !important;
}

.DNPSimplebutton-light:hover {border: solid var(--azul-sgr) 2px !important;}

.DNPSimplebutton-color-invertido,
a.DNPSimplebutton-color-invertido {
  border-color: var(--white)!important;
  background-color: var(--white) !important;
  color: var(--azul-sgr2);
  transition: all 0.3s ease;
  box-shadow: none !important;
  border: 2px solid var(--white);
}

.DNPSimplebutton-color-invertido,
a.DNPSimplebutton-color-invertido:hover {
  /*background-color: var(--azul-30) !important;
  border-color: #fff;
  color: var(--azul-sgr2) !important;*/
  background-color: var(--azul-30) !important;
  color: var(--azul-sgr2) !important;
  border-color: var(--azul-30) !important;
}

.DNPSimplebutton-color-invertido,
a.DNPSimplebutton-color-invertido:focus{
  outline: none;
}

.DNPSimplebutton-color-invertido,
a.DNPSimplebutton-color-invertido:focus-visible{
  background-color: var(--azul-30) !important;
  border: solid 3px var(--azul-sgr2) !important;
  box-shadow: 0 0 0 3px var(--white) !important;
  outline: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplebutton,
  a.DNPSimplebutton {
    border-radius: 35vw;
    padding: calc(var(--fuente0_tablet) * 0.75)
      calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
.DNPSimplebutton-color-invertido,
a.DNPSimplebutton-color-invertido {
    border-radius: 35vw;
    padding: calc(var(--fuente0_tablet) * 0.75)
      calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}


.DNPSimplebutton:visited,
a.DNPSimplebutton:visited {
  /*border-color: inherit;
  color: var(--azul-sgr) !important;*/
}

.DNPSimplebutton:visited:hover,
a.DNPSimplebutton:visited:hover {
  color: #ffffff !important;
}

.DNPSimplebutton:visited:focus,
a.DNPSimplebutton:visited:focus{
  outline: none;
}

.DNPSimplebutton:focus-visible,
a.DNPSimplebutton:focus-visible {
  background-color: var(--azul-sgr) !important;
  border-color: var(--white);
  box-shadow: 0 0 0 3px var(--azul-sgr2);
  outline: none;
  color: var(--white) !important;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
}

.DNPSimplebutton:visited:focus-visible,
a.DNPSimplebutton:visited:focus-visible{
    /*box-shadow: 0 0 0 3px var(--azul-sgr2) !important;
    border-color: var(--white) !important;
    color: var(--white) !important;*/
    outline: 4px var(--azul-sgr2) !important;
    outline-offset: 4px !important;
    /* border: 3px !important; */
    color: var(--white) !important;
}

.DNPSimplebutton-color,
a.DNPSimplebutton-color {
  border-color: var(--azul-sgr);
  background-color: var(--azul-sgr);
  color: #fff!important;
}

.DNPSimplebutton-color,
a.DNPSimplebutton-color:focus {
  outline: none;
}

.DNPSimplebutton-color:visited:focus-visible,
a.DNPSimplebutton-color:visited:focus-visible{
    box-shadow: 0 0 0 3px var(--azul-sgr2) !important;
    border-color: var(--white) !important;
}

.DNPSimplebutton-color:visited,
a.DNPSimplebutton-color:visited {
  border-color: var(--azul-sgr);
  color: #ffffff !important;
}

.DNPSimplebutton:hover,
a.DNPSimplebutton:hover {
  background-color: var(--azul-sgr2);
  border-color: var(--azul-sgr2);
  color: var(--white);
  text-decoration: none;
}

.DNPSimplebutton.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: var(--deshabilitado);
    margin: 8px 8px 0 0;
    color: var(--white);
    border: 2px solid var(--deshabilitado) !important;
}
.DNPSimplebutton.disabled:hover {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: var(--deshabilitado);
    margin: 8px 8px 0 0;
    color: var(--white);
    border: 2px solid var(--deshabilitado) !important;
}
/*.DNPSimplebutton.disabled:hover {
   background-color: var(--blanco);
    color: var(--gray) !important;
}*/

.DNPSimplebutton > img,
a.DNPSimplebutton > img {
  height: 0;
  margin-left: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplebutton > img,
  a.DNPSimplebutton > img {
    height: var(--fuente0_tablet);
    margin-left: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSimplebutton > img,
  a.DNPSimplebutton > img {
    height: var(--fuente0_mobile);
    margin-left: var(--fuente0_mobile);
  }
}

@media screen and (max-width: 600px) {
  .DNPHighlightbutton-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.DNPHighlightbutton {
  color: #333;
  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;
  background: center no-repeat;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(121, 109, 177, 0.7019607843)),
      to(rgba(121, 109, 177, 0.7019607843))
    ),
    url("../assets/library.jpg");
  background-image: linear-gradient(
      rgba(121, 109, 177, 0.7019607843),
      rgba(121, 109, 177, 0.7019607843)
    ),
    url("../assets/library.jpg");
  background-size: cover;
  border: none;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: var(--fuente3) var(--fuente1);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 120px;
  width: 400px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHighlightbutton {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHighlightbutton {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

.DNPHighlightbutton.white,
.DNPHighlightbutton-white {
  color: #fff;
}

.DNPHighlightbutton.color1,
.DNPHighlightbutton-color1 {
  color: #069169;
}

.DNPHighlightbutton.color2,
.DNPHighlightbutton-color2 {
  color: #004884;
}

.DNPHighlightbutton.color3,
.DNPHighlightbutton-color3 {
  color: #3366cc;
}

.DNPHighlightbutton.center,
.DNPHighlightbutton-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPHighlightbutton.right,
.DNPHighlightbutton-right {
  margin-left: auto;
}

.DNPHighlightbutton:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  color: white;
}

.DNPHighlightbutton:visited {
  color: white;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHighlightbutton {
    min-height: 9.6vw;
    width: 28.57vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHighlightbutton {
    width: 90vw;
    margin-bottom: 3vw;
  }
}

.DNPButtonscontainer {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: var(--fuente0) 0;
  gap: 16px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPButtonscontainer {
    padding: var(--fuente0_tablet) 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPButtonscontainer {
    padding: var(--fuente0_mobile) 0;
  }
}

.DNPButtonscontainer-reverse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.DNPButtonscontainer > a {
  margin: 0 var(--fuente0) var(--fuente0) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPButtonscontainer > a {
    margin: 0 var(--fuente0_tablet) var(--fuente0_tablet) 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPButtonscontainer > a {
    margin: 0 var(--fuente0_mobile) var(--fuente0_mobile) 0;
  }
}

.DNPBigbuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: var(--fuente0) auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBigbuttons {
    margin: var(--fuente0_tablet) auto;
  }
}

@media screen and (max-width: 600px) {
  .DNPBigbuttons {
    width: 90vw;
    margin: var(--fuente0_mobile) auto;
  }
}

.DNPBigbuttons-element {
  position: relative;
  background-color: #6091d8;
  border: none;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding: calc(var(--fuente4) * 1.3) var(--fuente-2);
  width: 310px;
  margin: 5px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBigbuttons-element {
    padding: calc(var(--fuente4_tablet) * 1.3) var(--fuente-2_tablet);
    width: 22vw;
    margin: 0.35vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBigbuttons-element {
    padding: calc(var(--fuente4_mobile) * 1.3) var(--fuente-2_mobile);
    width: 42vw;
    margin: 1.5vw;
  }
}

.DNPBigbuttons-element:before {
  content: "";
  position: absolute;
  background: transparent url("../assets/bookmark.svg") center no-repeat;
  background-size: cover;
  top: 0;
  width: var(--fuente4);
  height: calc(var(--fuente4) * 1.3);
  right: var(--fuente0);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBigbuttons-element:before {
    width: var(--fuente4_tablet);
    height: calc(var(--fuente4_tablet) * 1.3);
    right: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBigbuttons-element:before {
    width: var(--fuente4_mobile);
    height: calc(var(--fuente4_mobile) * 1.3);
    right: var(--fuente0_mobile);
  }
}

.DNPBigbuttons-element-title {
  color: #fff !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente4);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBigbuttons-element-title {
    max-width: 90vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBigbuttons-element-title {
    max-width: 90vw;
    font-size: var(--fuente4_mobile);
  }
}

.DNPBigbuttons-element-title.white,
.DNPBigbuttons-element-title-white {
  color: #fff;
}

.DNPBigbuttons-element-title.color1,
.DNPBigbuttons-element-title-color1 {
  color: #069169;
}

.DNPBigbuttons-element-title.color2,
.DNPBigbuttons-element-title-color2 {
  color: #004884;
}

.DNPBigbuttons-element-title.color3,
.DNPBigbuttons-element-title-color3 {
  color: #3366cc;
}

.DNPBigbuttons-element-title.center,
.DNPBigbuttons-element-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPBigbuttons-element-title.right,
.DNPBigbuttons-element-title-right {
  margin-left: auto;
}

.DNPBigbuttons-element-text {
  color: #fff !important;
  -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;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBigbuttons-element-text {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBigbuttons-element-text {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPBigbuttons-element-text a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPBigbuttons-element-text a:hover {
  color: #000;
}

.DNPBigbuttons-element-text a:visited {
  color: #069169;
}

.DNPBigbuttons-element:after {
  content: "";
  position: absolute;
  background: transparent
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1My41ODUiIGhlaWdodD0iMzAuNjM1IiB2aWV3Qm94PSIwIDAgNTMuNTg1IDMwLjYzNSI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik05LjIzNSwyNi43ODYsMjkuNTEsNi41MjZhMy44MywzLjgzLDAsMSwwLTUuNDI0LTUuNDA4TDEuMTE1LDI0LjA3NEEzLjgyMiwzLjgyMiwwLDAsMCwxLDI5LjM1NEwyNC4wNzEsNTIuNDY5YTMuODMsMy44MywwLDAsMCw1LjQyNC01LjQwOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMzAuNjM1KSByb3RhdGUoLTkwKSIvPjwvc3ZnPg==")
    center no-repeat;
  background-size: cover;
  width: var(--fuente0);
  height: calc(var(--fuente0) * 0.6);
  bottom: var(--fuente0);
  right: var(--fuente0);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBigbuttons-element:after {
    width: var(--fuente0_tablet);
    height: calc(var(--fuente0_tablet) * 0.6);
    bottom: var(--fuente0_tablet);
    right: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBigbuttons-element:after {
    width: var(--fuente0_mobile);
    height: calc(var(--fuente0_mobile) * 0.6);
    bottom: var(--fuente0_mobile);
    right: var(--fuente0_mobile);
  }
}

.DNPBigbuttons-element:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-filter: drop-shadow(1px 1px 6px black);
  filter: drop-shadow(1px 1px 6px black);
  background-color: #3366cc;
}

.DNPBigbuttons-element.opened {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}

.DNPNavtab-menu {
  width: 100%;
  max-width: 1280px;
  margin: 36px auto;
  border-bottom: solid 3px #f6f8f9;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNavtab-menu {
    max-width: 90vw;
    margin: 2.5vw auto;
    border-bottom-width: 0.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNavtab-menu {
    max-width: 90vw;
    margin: 3vw auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.DNPNavtab-menu-element {
  background-color: transparent;
  text-align: center;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  min-width: 150px;
  border: solid 1px #f6f8f9;
  margin: 0 5px -3px 0;
  padding: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNavtab-menu-element {
    min-width: 10.7vw;
    border-width: 0.1vw;
    margin: 0 0.35vw -0.25vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPNavtab-menu-element {
    min-width: 90vw;
    border-width: 0.2vw;
    margin-bottom: -0.25vw;
    margin-right: 0;
  }
}

.DNPNavtab-menu-element a,
.DNPNavtab-menu-element p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #333;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  padding: 20px 48px;
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNavtab-menu-element a,
  .DNPNavtab-menu-element p {
    padding: 1.4vw 3.4vw;
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNavtab-menu-element a,
  .DNPNavtab-menu-element p {
    padding: 5vw 10vw;
    font-size: 4vw;
  }
}

.DNPNavtab-menu-element.opened,
.DNPNavtab-menu-element:hover,
.DNPNavtab-menu-element:focus {
  border-color: #f6f8f9;
  background-color: transparent;
}

.DNPNavtab-menu-element.opened a,
.DNPNavtab-menu-element.opened p,
.DNPNavtab-menu-element:hover a,
.DNPNavtab-menu-element:hover p,
.DNPNavtab-menu-element:focus a,
.DNPNavtab-menu-element:focus p {
  font-weight: 700;
  background-color: #f6f8f9;
  border-bottom: solid 3px #36c;
  color: #36c;
  text-decoration: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNavtab-menu-element.opened a,
  .DNPNavtab-menu-element.opened p,
  .DNPNavtab-menu-element:hover a,
  .DNPNavtab-menu-element:hover p,
  .DNPNavtab-menu-element:focus a,
  .DNPNavtab-menu-element:focus p {
    border-bottom-width: 0.25vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNavtab-menu-element.opened a,
  .DNPNavtab-menu-element.opened p,
  .DNPNavtab-menu-element:hover a,
  .DNPNavtab-menu-element:hover p,
  .DNPNavtab-menu-element:focus a,
  .DNPNavtab-menu-element:focus p {
    border-bottom-width: 1vw;
  }
}

.DNPNavtab-container-element {
  -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;
  margin: 0 auto;
}

.DNPNavtab-container-element.opened,
.DNPNavtab-container-element:focus-within {
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  max-height: 1000vh;
}

.DNPNavbutton {
  margin: var(--fuente5) auto;
  width: 100%;
  max-width: 1280px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNavbutton {
    max-width: 90vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNavbutton {
    max-width: 90vw;
  }
}

.DNPNavbutton-menu {
  width: 100%;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: var(--fuente2) auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNavbutton-menu {
    margin: var(--fuente2_tablet) auto;
  }
}

@media screen and (max-width: 600px) {
  .DNPNavbutton-menu {
    margin: var(--fuente2_mobile) auto;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

.DNPNavbutton-menu-element,
a.DNPNavbutton-menu-element {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: auto;
  max-width: 235px;
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: solid #3366cc 2px;
  padding: calc(var(--fuente0) * 0.9) calc(var(--fuente0) * 1.44);
  font-size: var(--fuente0);
  border-radius: 16px;
  text-align: center;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 7px;
  margin-bottom: 7px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNavbutton-menu-element,
  a.DNPNavbutton-menu-element {
    padding: calc(var(--fuente0_tablet) * 0.9)
      calc(var(--fuente0_tablet) * 1.44);
    font-size: var(--fuente0_tablet);
    max-width: 16.78vw;
    margin-right: 0.5vw;
    margin-bottom: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNavbutton-menu-element,
  a.DNPNavbutton-menu-element {
    padding: calc(var(--fuente0_mobile) * 0.75)
      calc(var(--fuente0_mobile) * 0.72);
    font-size: var(--fuente-1_mobile);
    border-radius: 3vw;
    max-width: 44vw;
    margin-right: 1vw;
    margin-bottom: 1.8vw;
  }
}

.DNPNavbutton-menu-element.opened,
.DNPNavbutton-menu-element:hover,
.DNPNavbutton-menu-element:focus,
a.DNPNavbutton-menu-element.opened,
a.DNPNavbutton-menu-element:hover,
a.DNPNavbutton-menu-element:focus {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPNavbutton-menu-element:visited,
a.DNPNavbutton-menu-element:visited {
  color: #fff;
}

.DNPNavbutton-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.DNPNavbutton-container-element {
  -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-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.DNPNavbutton-container-element:not(.opened) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.DNPNavbutton-container-element.opened,
.DNPNavbutton-container-element:focus-within {
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  max-height: 1000vh;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.DNPAvailable {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1280px;
  padding: var(--fuente0) 0;
  padding-bottom: 3em;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPAvailable {
    padding: var(--fuente0_tablet) 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPAvailable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: var(--fuente0_mobile) 0;
  }
}

.DNPAvailable-text,
p.DNPAvailable-text {
  color: #069169;
  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 var(--fuente0) 0 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPAvailable-text,
  p.DNPAvailable-text {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPAvailable-text,
  p.DNPAvailable-text {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

.DNPAvailable-text.white,
.DNPAvailable-text-white,
p.DNPAvailable-text.white,
p.DNPAvailable-text-white {
  color: #fff;
}

.DNPAvailable-text.color1,
.DNPAvailable-text-color1,
p.DNPAvailable-text.color1,
p.DNPAvailable-text-color1 {
  color: #069169;
}

.DNPAvailable-text.color2,
.DNPAvailable-text-color2,
p.DNPAvailable-text.color2,
p.DNPAvailable-text-color2 {
  color: #004884;
}

.DNPAvailable-text.color3,
.DNPAvailable-text-color3,
p.DNPAvailable-text.color3,
p.DNPAvailable-text-color3 {
  color: #3366cc;
}

.DNPAvailable-text.center,
.DNPAvailable-text-center,
p.DNPAvailable-text.center,
p.DNPAvailable-text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPAvailable-text.right,
.DNPAvailable-text-right,
p.DNPAvailable-text.right,
p.DNPAvailable-text-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPAvailable-text,
  p.DNPAvailable-text {
    margin: 0 var(--fuente0_tablet) 0 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPAvailable-text,
  p.DNPAvailable-text {
    margin: 0;
  }
}

.DNPAvailable-icons {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 600px) {
  .DNPAvailable-icons {
    margin-top: var(--fuente0);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.DNPAvailable-icons-element {
  width: var(--fuente3);
  margin-right: var(--fuente1);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPAvailable-icons-element {
    width: var(--fuente4_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPAvailable-icons-element {
    width: var(--fuente4_mobile);
    margin: 0 calc(var(--fuente0) / 2);
  }
}

.DNPTags {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: var(--fuente2) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPTags {
    padding: var(--fuente2_tablet) 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPTags {
    padding: var(--fuente2_mobile) 0;
  }
}

.DNPTags-item {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #004884;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: solid #004884 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.375) calc(var(--fuente0) * 0.75);
  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;
  margin: 0 var(--fuente0) var(--fuente0) 0;
  font-weight: 700;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPTags-item {
    border-radius: 35vw;
    padding: calc(var(--fuente0_tablet) * 0.375)
      calc(var(--fuente0_tablet) * 0.75);
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPTags-item {
    padding: calc(var(--fuente0_mobile) * 0.375)
      calc(var(--fuente0_mobile) * 0.75);
    font-size: var(--fuente0_mobile);
  }
}

.DNPTags-item:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPTags-item:visited:hover {
  color: #bababa !important;
}

.DNPTags-item-color {
  border-color: #004884;
  background-color: #004884;
  color: #fff;
}

.DNPTags-item-color:visited {
  border-color: #004884;
  color: #bababa !important;
}

.DNPTags-item:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPTags-item > img {
  height: 0;
  margin-left: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPTags-item > img {
    height: var(--fuente0_tablet);
    margin-left: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPTags-item > img {
    height: var(--fuente0_mobile);
    margin-left: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPTags-item {
    margin: 0 1.2vw 1.2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPTags-item {
    margin: 0 1.5vw 1.5vw 0;
  }
}

.DNPSinglevideo {
  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;
  margin: 0 auto;
  width: 1280px;
  padding: var(--fuente3) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSinglevideo {
    width: 90vw;
    padding: var(--fuente3_tablet) 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPSinglevideo {
    width: 90vw;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.DNPSinglevideo-info {
  width: 400px;
  padding: var(--fuente1) 80px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSinglevideo-info {
    width: 28.5vw;
    padding: var(--fuente1_tablet) 5.71vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPSinglevideo-info {
    width: 90vw;
    padding: var(--fuente1_mobile) 0;
  }
}

.DNPSinglevideo-info-text {
  margin: var(--fuente0) 0;
}

.DNPSinglevideo-info .DNPSimplebutton {
/*  margin-left: 75px;*/
}

.DNPSinglevideo-video {
  width: 718px;
  height: 404px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSinglevideo-video {
    width: 51.2vw;
    height: 28.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSinglevideo-video {
    width: 90vw;
    height: 50.6vw;
  }
}

.DNPVideo {
  width: 915px;
  height: 515px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPVideo {
    width: 65.36vw;
    height: 36.79vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPVideo {
    width: 90vw;
    height: 50.6vw;
  }
}

.DNPGallery {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 600px) {
  .DNPGallery {
    width: 90vw;
    margin: 0 auto;
    padding: 3vw 0;
  }
}

.DNPGallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  will-change: transform;
}

.DNPGallery-container > a:focus {
  outline: 5px solid #000;
  outline-offset: -2px;
}

.DNPGallery-element {
  width: 915px;
  height: 514px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPGallery-element {
    width: 65.3vw;
    height: 36.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPGallery-element {
    width: 90vw;
    height: 50.6vw;
  }
}

.DNPGallery-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--fuente0) 0 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPGallery-buttons {
    padding-top: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPGallery-buttons {
    padding-top: var(--fuente0_mobile);
  }
}

.DNPGallery-buttons * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.DNPGallery-buttons-button {
  cursor: pointer;
  width: var(--fuente2);
  height: var(--fuente2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #069169;
  padding: 3px;
  min-width: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPGallery-buttons-button {
    width: var(--fuente2_tablet);
    height: var(--fuente2_tablet);
    padding: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPGallery-buttons-button {
    width: var(--fuente2_mobile);
    height: var(--fuente2_mobile);
    padding: 1vw;
  }
}

.DNPGallery-buttons-button img {
  height: 60%;
}

.DNPGallery-buttons-dots {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: 0;
  left: 0;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  padding: 0 var(--fuente2);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPGallery-buttons-dots {
    padding: 0 var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPGallery-buttons-dots {
    padding: 0 var(--fuente2_mobile);
  }
}

.DNPGallery-buttons-dots-element {
  cursor: pointer;
  border: solid 2px #069169;
  border-radius: 50%;
  margin: 0 var(--fuente-2);
  width: var(--fuente-2);
  height: var(--fuente-2);
  background-color: transparent;
  min-width: auto;
  padding: 0;
}

.DNPGallery-buttons-dots-element.active {
  background-color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPGallery-buttons-dots-element {
    width: var(--fuente-2_tablet);
    height: var(--fuente-2_tablet);
    margin: 0 var(--fuente-2_tablet);
    border-width: 0.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPGallery-buttons-dots-element {
    width: var(--fuente-2_mobile);
    height: var(--fuente-2_mobile);
    margin: 0 var(--fuente-2_mobile);
    border-width: 0.7vw;
  }
}

.DNPGallery input[type="button"],
.DNPGallery button {
  /* &:focus{
    outline: inherit;
  } */
}

.DNPGallery input[type="button"]:hover,
.DNPGallery input[type="button"]:active,
.DNPGallery button:hover,
.DNPGallery button:active {
  background-color: #069169 !important;
}

.DNPPerfil-simple {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1280px;
  padding: var(--fuente0) 0;
  margin: var(--fuente1) auto 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPerfil-simple {
    width: 90vw;
    padding: var(--fuente0_tablet) 0;
    margin-top: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPerfil-simple {
    width: 90vw;
    padding: 2vw 0;
    margin-top: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.DNPPerfil-simple-image-circle {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  padding-bottom: 0px !important;
  margin: 0px !important;
}

img .DNPPerfil-simple-image-circle {
  width: 100%;
  height: auto;
}

.DNPPerfil-simple-cabezote {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

h2.DNPPerfil-simple-info-name-office {
  color: #004884;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente3);
  line-height: 1.1;
  margin: var(--fuente0) 0;
  margin: 0;
  padding-bottom: 0px !important;
  padding-left: 30px;
}

h3.DNPPerfil-simple-info-position-office {
  color: #3366cc;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente1);
  line-height: 1.1;
  margin: var(--fuente0) 0;
  margin-top: 0;
  padding-left: 30px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPPerfil-simple-image-circle {
    padding: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPPerfil-simple-image-circle {
    padding: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .DNPPerfil-simple-cabezote {
    flex-direction: column;
  }

  .DNPPerfil-simple-image-circle {
    padding: 0 !important;
  }

  h2.DNPPerfil-simple-info-name-office {
    text-align: center;
    padding-left: 0px;
  }

  h3.DNPPerfil-simple-info-position-office {
    text-align: center;
    padding-left: 0px;
  }
}

.DNPPerfil-simple-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 450px;
  height: 450px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPerfil-simple-image {
    width: 32.1vw;
    height: 32.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPPerfil-simple-image {
    width: 90vw;
    height: 90vw;
  }
}

.DNPPerfil-simple-info {
  width: 720px;
  padding: 0 40px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPerfil-simple-info {
    width: 51.4vw;
    padding: 0 2.85vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPPerfil-simple-info {
    width: 90vw;
    padding: 5vw 0;
  }
}

h2.DNPPerfil-simple-info-name {
  color: #004884;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente3);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  margin: 0;
  padding-bottom: 0px !important;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPerfil-simple-info-name {
    max-width: 90vw;
    font-size: var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPerfil-simple-info-name {
    max-width: 90vw;
    font-size: var(--fuente3_mobile);
  }
}

.DNPPerfil-simple-info-name.white,
.DNPPerfil-simple-info-name-white {
  color: #fff;
}

.DNPPerfil-simple-info-name.color1,
.DNPPerfil-simple-info-name-color1 {
  color: #069169;
}

.DNPPerfil-simple-info-name.color2,
.DNPPerfil-simple-info-name-color2 {
  color: #004884;
}

.DNPPerfil-simple-info-name.color3,
.DNPPerfil-simple-info-name-color3 {
  color: #3366cc;
}

.DNPPerfil-simple-info-name.center,
.DNPPerfil-simple-info-name-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPPerfil-simple-info-name.right,
.DNPPerfil-simple-info-name-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPerfil-simple-info-name {
    padding-bottom: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPPerfil-simple-info-name {
    padding-bottom: 1.5vw;
  }
}

h3.DNPPerfil-simple-info-position {
  color: #3366cc;
  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-top: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPerfil-simple-info-position {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPerfil-simple-info-position {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPPerfil-simple-info-position.white,
.DNPPerfil-simple-info-position-white {
  color: #fff;
}

.DNPPerfil-simple-info-position.color1,
.DNPPerfil-simple-info-position-color1 {
  color: #069169;
}

.DNPPerfil-simple-info-position.color2,
.DNPPerfil-simple-info-position-color2 {
  color: #004884;
}

.DNPPerfil-simple-info-position.color3,
.DNPPerfil-simple-info-position-color3 {
  color: #3366cc;
}

.DNPPerfil-simple-info-position.center,
.DNPPerfil-simple-info-position-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPPerfil-simple-info-position.right,
.DNPPerfil-simple-info-position-right {
  margin-left: auto;
}

.DNPPerfil-big {
  width: 1280px;
  padding: var(--fuente0) 0;
  margin: var(--fuente1) auto 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPerfil-big {
    width: 90vw;
    padding: var(--fuente0_tablet) 0;
    margin-top: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPerfil-big {
    width: 90vw;
    padding: 2vw 0;
    margin-top: 2vw;
  }
}

.DNPPerfil-big-title-name {
  color: #004884;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente4);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  margin: 0;
  padding-bottom: 5px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPerfil-big-title-name {
    max-width: 90vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPerfil-big-title-name {
    max-width: 90vw;
    font-size: var(--fuente4_mobile);
  }
}

.DNPPerfil-big-title-name.white,
.DNPPerfil-big-title-name-white {
  color: #fff;
}

.DNPPerfil-big-title-name.color1,
.DNPPerfil-big-title-name-color1 {
  color: #069169;
}

.DNPPerfil-big-title-name.color2,
.DNPPerfil-big-title-name-color2 {
  color: #004884;
}

.DNPPerfil-big-title-name.color3,
.DNPPerfil-big-title-name-color3 {
  color: #3366cc;
}

.DNPPerfil-big-title-name.center,
.DNPPerfil-big-title-name-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPPerfil-big-title-name.right,
.DNPPerfil-big-title-name-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPerfil-big-title-name {
    padding-bottom: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPPerfil-big-title-name {
    padding-bottom: 1.5vw;
  }
}

.DNPPerfil-big-title-position {
  color: #3366cc;
  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-top: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPerfil-big-title-position {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPerfil-big-title-position {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

.DNPPerfil-big-title-position.white,
.DNPPerfil-big-title-position-white {
  color: #fff;
}

.DNPPerfil-big-title-position.color1,
.DNPPerfil-big-title-position-color1 {
  color: #069169;
}

.DNPPerfil-big-title-position.color2,
.DNPPerfil-big-title-position-color2 {
  color: #004884;
}

.DNPPerfil-big-title-position.color3,
.DNPPerfil-big-title-position-color3 {
  color: #3366cc;
}

.DNPPerfil-big-title-position.center,
.DNPPerfil-big-title-position-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPPerfil-big-title-position.right,
.DNPPerfil-big-title-position-right {
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .DNPPerfil-big-title-position {
    font-size: var(--fuente1_mobile);
  }
}

.DNPPerfil-big-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 1280px;
  height: 450px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPerfil-big-image {
    width: 90vw;
    height: 32.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPPerfil-big-image {
    width: 90vw;
    height: 70vw;
  }
}

.DNPPerfil-big-info {
  width: 100%;
  padding: var(--fuente3) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPerfil-big-info {
    padding: var(--fuente3_tablet) 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPPerfil-big-info {
    padding: var(--fuente3_mobile) 0;
  }
}

.DNPSearch-horizontal {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  padding: 16px 0;
  margin: 0 auto;
}

@media screen and (min-width: 1440px) {
  .DNPSearch-horizontal {
    width: 110%;
  }
}

.DNPSearch-item-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 16px;
  width: 20%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-item-horizontal {
    width: 46%;
  }
}

.DNPButtonscontainer-horizontal {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* padding: var(--fuente0) 0; */
  margin-left: 16px;
  margin-top: 10px;
  column-gap: 8px;
}

.SGRButtonscontainer-horizontal { margin:0 0 0 0; }
.SGRButtonscontainer-horizontal .btnLimpiarFiltro {margin: -20px 0 40px 0 !important;}

@media screen and (max-width: 600px) {
  .DNPSearch-horizontal {
    flex-direction: column;
  }

  .DNPSearch-item-horizontal {
    width: 100%;
    margin: 0px;
  }

  .DNPButtonscontainer-horizontal {
    margin-left: 0px;
  }
}

/* .DNPSearch-horizontal .DNPSimplebutton,
a.DNPSimplebutton {
  margin: 16px 8px;
} */

.DNPSearch {
  width: 100%;
}

.DNPSearch-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.DNPSearch-item-label {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: var(--fuente-0);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSearch-item-label {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-item-label {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPSearch-item-label.white,
.DNPSearch-item-label-white {
  color: #fff;
}

.DNPSearch-item-label.color1,
.DNPSearch-item-label-color1 {
  color: #069169;
}

.DNPSearch-item-label.color2,
.DNPSearch-item-label-color2 {
  color: #004884;
}

.DNPSearch-item-label.color3,
.DNPSearch-item-label-color3 {
  color: #3366cc;
}

.DNPSearch-item-label.center,
.DNPSearch-item-label-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPSearch-item-label.right,
.DNPSearch-item-label-right {
  margin-left: auto;
}

.DNPSearch-item-select {
  color: #333;
  -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;
  width: 100%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("../assets/down-blue-arrow.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSearch-item-select {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-item-select {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPSearch-item-select a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPSearch-item-select a:hover {
  color: #000;
}

.DNPSearch-item-select a:visited {
  color: #069169;
}

.DNPSearch-item-select::-ms-expand {
  display: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSearch-item-select {
    background-size: var(--fuente0_tablet);
    padding: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-item-select {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
  }
}

.DNPSearch-item-input {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: var(--fuente-2) !important;
  border-radius: 8px;
  border: solid 1px #bababa;
  cursor: pointer;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSearch-item-input {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-item-input {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPSearch-item-input a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPSearch-item-input a:hover {
  color: #000;
}

.DNPSearch-item-input a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSearch-item-input {
    background-size: var(--fuente0_tablet);
    padding: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-item-input {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
  }
}

.DNPContextMenu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.DNPContextMenu a {
  text-decoration: none;
}

.DNPContextMenu-element {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4px;
}

.DNPContextMenu-element ul {
  margin-bottom: 0px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContextMenu-element {
    margin-bottom: 0.28vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContextMenu-element {
    margin-bottom: 1vw;
  }
}

.DNPContextMenu-element-title {
  position: relative;
  z-index: 5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--azul-20);
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding: var(--fuente0);
  border-bottom: solid transparent 3px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContextMenu-element-title {
    padding: var(--fuente0_tablet);
    border-bottom-width: 0.21vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContextMenu-element-title {
    padding: var(--fuente0_mobile);
    border-bottom-width: 0.75vw;
  }
}

.DNPContextMenu-element-title-text {
  color: var(--azul-sgr2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.DNPContextMenu-element-title-text:active {
  color: #ffffff;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContextMenu-element-title-text {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPContextMenu-element-title-text {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

a:hover p.DNPContextMenu-element-title-text {
  color: white;
}

/*
.DNPContextMenu-element-title-text a {
  color: #004884;
  font-weight: 700;
  text-decoration: none;
}
*/

.DNPContextMenu-element-title-text a:active {
  color: #fff;
}

.DNPContextMenu-element-title:hover
  .DNPContextMenu-element-title-text
  a:visited {
  color: #fff;
}

.DNPContextMenu-element-title-text a:visited {
  color: inherit;
}

.DNPContextMenu-element-title:hover {
  background-color: #004884;
}

.DNPContextMenu-element-title a:hover {
  color: #fff;
}

.DNPContextMenu-element-title:hover > .DNPContextMenu-element-title-text {
  color: #fff;
}

.DNPContextMenu-element-title:after {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #004884;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  width: var(--fuente-1);
  height: var(--fuente-1);
  right: var(--fuente2);
  bottom: -9.3px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContextMenu-element-title:after {
    width: var(--fuente-1_tablet);
    height: var(--fuente-1_tablet);
    right: var(--fuente2_tablet);
    bottom: -0.68vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContextMenu-element-title:after {
    width: var(--fuente-1_mobile);
    height: var(--fuente-1_mobile);
    right: var(--fuente2_mobile);
    bottom: -2.25vw;
  }
}

.DNPContextMenu-element-items {
  overflow: hidden;
  background-color: var(--etiqueta-gris);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  max-height: 0;
}

.DNPContextMenu-element-items li {
  padding: 12px 0px;
  border-bottom: 1px solid #d7dbdd;
}

.DNPContextMenu-element-items li a.DNPContextMenu-element-items-active,
.DNPContextMenu-element-items-active:active {
  color: var(--azul-sgr);
  font-weight: 500;
}

p.DNPContextMenu-element-title-text a.DNPContextMenu-element-items-active {
  /* color: white; */
  text-decoration: none;
}

#content .list-menu ul li a:hover,
#content .list-menu ul li a.selected,
#content .list-menu ul li a.open .DNPContextMenu-element-items li:last-child {
  border-bottom: 1px solid #efefef;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContextMenu-element-items li {
    padding-bottom: var(--fuente-3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPContextMenu-element-items li {
    padding-bottom: var(--fuente-3_mobile);
  }
}

.DNPContextMenu-element-items li a {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContextMenu-element-items li a {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPContextMenu-element-items li a {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPContextMenu-element-items li a a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPContextMenu-element-items li a a:hover {
  color: #000;
}

.DNPContextMenu-element-items li a a:visited {
  color: #069169;
}

.DNPContextMenu-element-items li a:hover {
  text-decoration: underline;
}

.DNPContextMenu-element.opened .DNPContextMenu-element-title,
.DNPContextMenu-element:focus-within .DNPContextMenu-element-title {
  background-color: var(--azul-sgr2);
}

.DNPContextMenu-element.opened .DNPContextMenu-element-title-text,
.DNPContextMenu-element:focus-within .DNPContextMenu-element-title-text {
  color: #fff;
}

/*
.DNPContextMenu-element.opened .DNPContextMenu-element-title:after, .DNPContextMenu-element:focus-within .DNPContextMenu-element-title:after {
  content: "";
  border-bottom: solid #fff 2.5px;
  border-left: solid #fff 2.5px;
}
*/
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContextMenu-element.opened .DNPContextMenu-element-title:after,
  .DNPContextMenu-element:focus-within .DNPContextMenu-element-title:after {
    border-bottom-width: 0.14vw;
    border-left-width: 0.14vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContextMenu-element.opened .DNPContextMenu-element-title:after,
  .DNPContextMenu-element:focus-within .DNPContextMenu-element-title:after {
    border-bottom-width: 0.6vw;
    border-left-width: 0.6vw;
  }
}

.DNPContextMenu-element.opened .DNPContextMenu-element-items,
.DNPContextMenu-element:focus-within .DNPContextMenu-element-items {
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  padding: var(--fuente0);
  max-height: 200vh;
}

.DNPModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.DNPModal-info {
  background-color: #fff;
  max-height: 80%;
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: var(--fuente0) var(--fuente2);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPModal-info {
    padding: var(--fuente0_tablet) var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPModal-info {
    padding: var(--fuente0_mobile) var(--fuente2_mobile);
  }
}

.DNPModal-info-title {
  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-bottom: solid 2px #bababa;
  margin-bottom: var(--fuente-3);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPModal-info-title {
    margin-bottom: var(--fuente-3_tablet);
    border-bottom-width: 0.13vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPModal-info-title {
    margin-bottom: var(--fuente-3_mobile);
    border-bottom-width: 0.5vw;
  }
}

.DNPModal-info-title-text {
  color: #004884;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente4);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPModal-info-title-text {
    max-width: 90vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPModal-info-title-text {
    max-width: 90vw;
    font-size: var(--fuente4_mobile);
  }
}

.DNPModal-info-title-text.white,
.DNPModal-info-title-text-white {
  color: #fff;
}

.DNPModal-info-title-text.color1,
.DNPModal-info-title-text-color1 {
  color: #069169;
}

.DNPModal-info-title-text.color2,
.DNPModal-info-title-text-color2 {
  color: #004884;
}

.DNPModal-info-title-text.color3,
.DNPModal-info-title-text-color3 {
  color: #3366cc;
}

.DNPModal-info-title-text.center,
.DNPModal-info-title-text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPModal-info-title-text.right,
.DNPModal-info-title-text-right {
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .DNPModal-info-title-text {
    font-size: var(--fuente3_mobile);
    max-width: 60vw;
  }
}

.DNPModal-info-title-close {
  background: transparent url("../assets/close_blue.svg") center center
    no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  width: var(--fuente3);
  height: var(--fuente3);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPModal-info-title-close {
    width: var(--fuente3_tablet);
    height: var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPModal-info-title-close {
    width: var(--fuente2_mobile);
    height: var(--fuente2_mobile);
  }
}

.DNPModal-info-text {
  overflow: auto;
  border-bottom: solid 2px #bababa;
  padding-bottom: var(--fuente2);
  max-height: 50vh;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPModal-info-text {
    border-bottom-width: 0.13vw;
    padding-bottom: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPModal-info-text {
    border-bottom-width: 0.5vw;
    padding-bottom: var(--fuente2_mobile);
  }
}

.DNPModal-info-button {
  margin-left: auto;
  margin-right: 0;
}

.DNPModal.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.DNPSlider {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 600px) {
  .DNPSlider {
    padding: 2vw 0;
  }
}

.DNPSlider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  will-change: transform;
}

.DNPSlider-container a {
  text-decoration: none;
}

.DNPSlider-container > a:focus {
  outline: 5px solid #000;
  outline-offset: -2px;
}

.DNPSlider-element {
  width: 100vw;
  height: 22vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .DNPSlider-element {
    height: 186vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.DNPSlider-element-image {
  -o-object-fit: cover;
  object-fit: cover;
  height: 22vw;
  max-width: 100vw;
  min-width: 60vw;
}

@media screen and (max-width: 600px) {
  .DNPSlider-element-image {
    width: 100vw;
    height: 100%;
    min-height: 93vw;
    max-height: 186vw;
  }
}

.DNPSlider-element-info {
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10vw 0 10vw;
  width: 40vw;
  height: 22vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: var(--azul-sgr2);
}

@media screen and (max-width: 600px) {
  .DNPSlider-element-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10vw;
    width: 100vw;
    height: 93vw;
  }
}

.DNPSlider-element-info-title {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente3);
  line-height: 2.2rem;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  padding: 10px 0;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSlider-element-info-title {
    max-width: 90vw;
    font-size: var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSlider-element-info-title {
    max-width: 90vw;
    font-size: var(--fuente3_mobile);
    line-height: var(--fuente4_mobile);
  }
}

.DNPSlider-element-info-title.white,
.DNPSlider-element-info-title-white {
  color: #fff;
}

.DNPSlider-element-info-title.color1,
.DNPSlider-element-info-title-color1 {
  color: #069169;
}

.DNPSlider-element-info-title.color2,
.DNPSlider-element-info-title-color2 {
  color: #004884;
}

.DNPSlider-element-info-title.color3,
.DNPSlider-element-info-title-color3 {
  color: #3366cc;
}

.DNPSlider-element-info-title.center,
.DNPSlider-element-info-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPSlider-element-info-title.right,
.DNPSlider-element-info-title-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSlider-element-info-title {
    padding: 0.8vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPSlider-element-info-title {
    padding: 0 0 3vw;
  }
}

.DNPSlider-element-info-text {
  color: #fff;
  -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.8rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5px 0;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSlider-element-info-text {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSlider-element-info-text {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPSlider-element-info-text a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPSlider-element-info-text a:hover {
  color: #000;
}

.DNPSlider-element-info-text a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSlider-element-info-text {
    padding: 0.5vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPSlider-element-info-text {
    padding: 1vw 0;
  }
}

.DNPSlider-element > :nth-child(2) {
  width: 60vw;
}

@media screen and (max-width: 600px) {
  .DNPSlider-element > :nth-child(2) {
    height: 93vw;
  }
}

.DNPSlider-buttons {
  width: 100vw;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: calc(var(--fuente-2) / 2) 0;
}

@media screen and (max-width: 600px) {
  .DNPSlider-buttons {
    padding: var(--fuente-2_mobile) 0;
  }
}

.DNPSlider-buttons * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.DNPSlider-buttons-play {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: var(--azul-sgr2);
  margin: 0 var(--fuente-2);
  width: var(--fuente0);
  height: var(--fuente0);
  padding: 2px 1px 2px 2px;
  min-width: auto;
  transition: .3s;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSlider-buttons-play {
    width: var(--fuente0_tablet);
    height: var(--fuente0_tablet);
    margin: 0 var(--fuente-2_tablet);
    padding: 0.14vw 0.07vw 0.14vw 0.14vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSlider-buttons-play {
    width: var(--fuente0_mobile);
    height: var(--fuente0_mobile);
    margin: 0 var(--fuente-2_mobile);
    padding: 0.5vw 0.25vw 0.5vw 0.5vw;
  }
}

.DNPSlider-buttons-play img {
  height: 100%;
}

.DNPSlider-buttons-play .pause {
  display: none;
}

.DNPSlider-buttons-play:hover {
  background-color: var(--azul-80);
  border-radius: 50%;
}

.DNPSlider-buttons-play.opened .play {
  display: none;
}

.DNPSlider-buttons-play.opened .pause {
  display: block;
}

.DNPSlider-buttons-button {
  cursor: pointer;
  width: var(--fuente0);
  height: calc(var(--fuente0) * 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  padding: calc(var(--fuente0) * 0.5);
  min-width: auto;
  background-color: transparent;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSlider-buttons-button {
    width: var(--fuente0_tablet);
    height: calc(var(--fuente0_tablet) * 0.75);
    padding: calc(var(--fuente0_tablet) * 0.75);
  }
}

@media screen and (max-width: 600px) {
  .DNPSlider-buttons-button {
    width: var(--fuente0_mobile);
    height: calc(var(--fuente0_mobile) * 0.75);
    padding: calc(var(--fuente0_mobile) * 0.75);
  }
}

.DNPSlider-buttons-button img {
  height: 80%;
}

.DNPSlider-buttons-button:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.DNPSlider-buttons-button:first-of-type > img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.DNPSlider-buttons-button:last-of-type > img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.DNPSlider-buttons-dots {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  height: 35px;
}

@media screen and (max-width: 600px) {
  .DNPSlider-buttons-dots {
    height: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSlider-buttons-dots {
    height: 8.5vw;
  }
}

.DNPSlider-buttons-dots-element {
  cursor: pointer;
  border: solid 2px #3366cc;
  border-radius: 50%;
  margin: 0 var(--fuente-2);
  width: var(--fuente-2);
  height: var(--fuente-2);
  background-color: transparent;
  min-width: auto;
  padding: 0;
}

.DNPSlider-buttons-dots-element.active {
  background-color: #3366cc;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSlider-buttons-dots-element {
    width: var(--fuente-2_tablet);
    height: var(--fuente-2_tablet);
    margin: 0 var(--fuente-2_tablet);
    border-width: 0.17vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSlider-buttons-dots-element {
    width: var(--fuente-2_mobile);
    height: var(--fuente-2_mobile);
    margin: 0 var(--fuente-2_mobile);
    border-width: 0.5vw;
  }
}

.DNPSlider-buttons-dots-element:hover {
  background-color: #004884;
}

.DNPSlider-blanco .DNPSlider-element-info {
  background-color: #fff;
}

.DNPSlider-blanco .DNPSlider-element-info-title {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente3);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSlider-blanco .DNPSlider-element-info-title {
    max-width: 90vw;
    font-size: var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSlider-blanco .DNPSlider-element-info-title {
    max-width: 90vw;
    font-size: var(--fuente3_mobile);
  }
}

.DNPSlider-blanco .DNPSlider-element-info-title.white,
.DNPSlider-blanco .DNPSlider-element-info-title-white {
  color: #fff;
}

.DNPSlider-blanco .DNPSlider-element-info-title.color1,
.DNPSlider-blanco .DNPSlider-element-info-title-color1 {
  color: #069169;
}

.DNPSlider-blanco .DNPSlider-element-info-title.color2,
.DNPSlider-blanco .DNPSlider-element-info-title-color2 {
  color: #004884;
}

.DNPSlider-blanco .DNPSlider-element-info-title.color3,
.DNPSlider-blanco .DNPSlider-element-info-title-color3 {
  color: #3366cc;
}

.DNPSlider-blanco .DNPSlider-element-info-title.center,
.DNPSlider-blanco .DNPSlider-element-info-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPSlider-blanco .DNPSlider-element-info-title.right,
.DNPSlider-blanco .DNPSlider-element-info-title-right {
  margin-left: auto;
}

.DNPSlider-blanco .DNPSlider-element-info-text {
  color: #333;
  -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;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSlider-blanco .DNPSlider-element-info-text {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSlider-blanco .DNPSlider-element-info-text {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPSlider-blanco .DNPSlider-element-info-text a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPSlider-blanco .DNPSlider-element-info-text a:hover {
  color: #000;
}

.DNPSlider-blanco .DNPSlider-element-info-text a:visited {
  color: #069169;
}

.DNPSliderHome-buttons {
  background-color: var(--azul-sgr2-25);
  border-top: 4px solid var(--azul-sgr2-25);
}

.DNPWindow {
  border: solid 2px #e6effd;
  border-radius: 8px;
  width: 200px;
  /* padding: 15px 25px 25px 25px; */
  padding: 15px 16px 25px 16px;
  margin: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow {
    border-width: 0.2vw;
    width: 13.5vw;
    padding: 1.1vw 1.78vw 1.78vw 1.78vw;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow {
    border-width: 0.6vw;
    width: 90vw;
    padding: 4vw;
    border-radius: 6vw;
    margin: 0 0 2.3vw;
  }
}

.DNPWindow * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.DNPWindow-logo {
  cursor: pointer;
  width: 140px;
  height: 80px;
  margin-bottom: 8px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-logo {
    width: 9.5vw;
    height: 5.7vw;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-logo {
    width: 82vw;
    height: 15vw;
  }
}

.DNPWindow-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-links {
    margin-bottom: 16px;
  }
}

.DNPWindow-links a {
  text-decoration: none;
}

.DNPWindow-links .DNPWindow-links-element:hover {
  color: #333333;
}

.DNPWindow-links-element {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin: 7px 0;
  display: block;
  color: #004884;
  border-bottom: solid #e6effd 1px;
  padding-bottom: calc(var(--fuente0) / 2);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-links-element {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-links-element {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPWindow-links-element a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPWindow-links-element a:hover {
  color: #000;
}

.DNPWindow-links-element a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-links-element {
    margin: 0.5vw 0;
    border-bottom-width: 0.1vw;
    padding-bottom: calc(var(--fuente0_tablet) / 2);
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-links-element {
    margin: 1.7vw 0;
    border-bottom-width: 0.25vw;
    padding-bottom: calc(var(--fuente0_mobile) / 2);
  }
}

.DNPWindow-links-element:hover {
  color: #3366cc;
  text-decoration: underline;
}

.DNPWindow-links-element:visited {
  color: #535353;
}

.DNPWindow-links-button,
a.DNPWindow-links-button {
  margin-left: 0;
  margin: 16px 8px !important;
  max-width: 110px;
  text-align: center;
  padding: 8px 16px;
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPWindow-links-button,
  a.DNPWindow-links-button {
    margin: 16px 0px !important;
    max-width: 84px;
    padding: 8px 5px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPWindow-links-button,
  a.DNPWindow-links-button {
    margin: 16px 0px !important;
    max-width: 59px;
    padding: 4px 5px;
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 401px) and (max-width: 600px) {
  .DNPWindow-links-button,
  a.DNPWindow-links-button {
    max-width: 160px;
  }
}

@media screen and (min-width: 321px) and (max-width: 400px) {
  .DNPWindow-links-button,
  a.DNPWindow-links-button {
    max-width: 160px;
  }
}

@media screen and (max-width: 320px) {
  .DNPWindow-links-button,
  a.DNPWindow-links-button {
    max-width: 100px;
  }
}

.DNPWindow-arrow {
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  bottom: 8px;
  right: 16px;
}

.DNPWindow-arrow > img {
  width: var(--fuente0);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-arrow {
    right: 10px;
  }

  .DNPWindow-arrow > img {
    width: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-arrow > img {
    width: var(--fuente0_mobile);
  }
}

.DNPWindow-arrow:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.DNPWindow-flag {
  width: 1280px;
  border: 0;
  padding: 0;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag {
    width: 90vw;
    margin-bottom: 2.6vw;
    border-radius: 3.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag {
    width: 90vw;
    margin-bottom: 3vw;
    border-radius: 6vw;
  }
}

.DNPWindow-flag-info {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1280px;
  height: 120px;
  margin-top: -1px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-info {
    width: 90vw;
    height: 10vw;
    margin-top: -0.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-info {
    width: 90vw;
    height: 40vw;
    margin-top: -0.1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.DNPWindow-flag-info-color {
  background: rgb(21, 74, 139);
  background: linear-gradient(
    90deg,
    rgba(21, 74, 139, 1) 0%,
    rgba(21, 74, 139, 1) 35%,
    rgba(56, 120, 199, 1) 100%
  );
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  width: 610px;
  margin-right: -70px;
  height: 120px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-info-color {
    width: 42.7vw;
    margin-right: -5.1vw;
    height: 10.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-info-color {
    -webkit-clip-path: none;
    clip-path: none;
    width: 90vw;
    margin-right: 0;
    height: 20.3vw;
    margin-bottom: -0.1vw;
    margin-top: -0.2vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.DNPWindow-flag-info-color-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  max-width: 400px;
  text-align: center;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-info-color-title {
    font-size: 1.7vw;
    padding-right: 2.6vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-info-color-title {
    font-size: 3.5vw;
    padding-left: 0;
  }
}

.DNPWindow-flag-info-graphic {
  position: relative;
  z-index: 1;
  width: 740px;
  height: 120px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-info-graphic {
    width: 52.3vw;
    height: 10.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-info-graphic {
    width: 90vw;
    height: 20vw;
  }
}

.DNPWindow-flag-info-graphic-picture {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  width: 740px;
  height: 120px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-info-graphic-picture {
    width: 52.3vw;
    height: 10.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-info-graphic-picture {
    width: 90vw;
    height: 20vw;
  }
}

.DNPWindow-flag-info-graphic-button {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  top: calc(50% - 22px);
  right: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: solid #3366cc 2px;
  background-color: #3366cc;
  color: #fff;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 16px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-info-graphic-button {
    right: 4.2vw;
    top: calc(50% - 2vw);
    border-radius: 3.5vw;
    padding: 0.9vw 1.8vw;
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-info-graphic-button {
    right: 2vw;
    top: calc(50% - 5vw);
    padding: 3vw 6vw;
    font-size: 4vw;
  }
}

.DNPWindow-flag-info-graphic-button:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPWindow-flag-info-graphic-button span {
  background: transparent url("../assets/down-white-arrow.svg") center no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  will-change: tranform;
  width: 16px;
  height: 10px;
  margin-left: 7px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-info-graphic-button span {
    width: 1.2vw;
    height: 0.8vw;
    margin-left: 0.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-info-graphic-button span {
    width: 2.5vw;
    height: 1.7vw;
    margin-left: 1vw;
  }
}

.DNPWindow-flag-modal {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  overflow: hidden;
  max-height: 0;
  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-evenly;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1152px;
  padding: 0 64px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-modal {
    width: 80vw;
    padding: 0 5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 75vw;
    margin: 0 auto;
    padding: 0;
  }
}

.DNPWindow-flag-modal a:hover {
  text-decoration: none;
}

.DNPWindow-flag-modal-buttons {
  width: 320px;
  padding: 60px 0 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-modal-buttons {
    width: 25vw;
    padding: 4vw 0 1.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-modal-buttons {
    width: 75vw;
    padding: 3vw 0 2vw;
  }
}

.DNPWindow-flag-modal-buttons-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000 !important;
  font-size: 21px;
  min-height: 45px;
  padding: 0 0 10px;
  line-height: 21px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-modal-buttons-title {
    font-size: 1.8vw;
    min-height: 4vw;
    padding: 0 0 0.8vw;
    line-height: 1.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-modal-buttons-title {
    font-size: 4.5vw;
    min-height: auto;
    padding: 0 0 5vw;
    line-height: 4.5vw;
  }
}

.DNPWindow-flag-modal-buttons-element {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #087990 !important;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: solid #bababa 1px;
  will-change: background-color;
  border-radius: 100px;
  font-size: 1.4rem;
  padding: 8px 12px;
  margin: 10px 0;
  width: 300px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-modal-buttons-element {
    border-radius: 100vw;
    font-size: 1.5vw;
    padding: 0.8vw 0.5vw;
    margin: 0.8vw 0;
    width: 22vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-modal-buttons-element {
    border-radius: 100vw;
    font-size: 3.5vw;
    padding: 2.5vw 1vw;
    margin: 2.5vw 0;
    width: 70vw;
  }
}

.DNPWindow-flag-modal-buttons-element:hover {
  background-color: #3366cc;
  color: #fff !important;
  text-decoration: none;
}

/* .DNPWindow-flag-modal-buttons-element:visited {
  color: #000 !important;
} */

.DNPWindow-flag-modal-content {
  width: 320px;
  padding: 60px 0 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-modal-content {
    width: 25vw;
    padding: 4vw 0 1.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-modal-content {
    width: 75vw;
    padding: 3vw 0 2vw;
  }
}

.DNPWindow-flag-modal-content-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000 !important;
  font-size: 21px;
  min-height: 45px;
  padding: 0 0 10px;
  line-height: 21px !important;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-modal-content-title {
    font-size: 1.8vw;
    min-height: 4vw;
    padding: 0 0 0.8vw;
    line-height: 1.8vw !important;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-modal-content-title {
    font-size: 4.5vw;
    min-height: auto;
    padding: 0 0 5vw;
    line-height: 4.5vw !important;
  }
}

.DNPWindow-flag-modal-content-image {
  display: block;
  width: 100%;
}

.DNPWindow-flag-modal-content-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0;
  margin: 0 !important;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-modal-content-text {
    font-size: 1.3vw;
    line-height: 1.5vw;
    padding: 0.7vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-modal-content-text {
    font-size: 3.5vw;
    padding: 1.5vw 0;
    line-height: 4vw;
  }
}

.DNPWindow-flag-modal-document {
  width: 320px;
  padding: 60px 0 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-modal-document {
    width: 25vw;
    padding: 4vw 0 1.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-modal-document {
    width: 75vw;
    padding: 3vw 0 2vw;
  }
}

.DNPWindow-flag-modal-document-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000 !important;
  font-size: 21px;
  min-height: 45px;
  padding: 0 0 10px;
  line-height: 21px !important;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow-flag-modal-document-title {
    font-size: 1.8vw !important;
    min-height: 4vw;
    padding: 0 0 0.8vw;
    line-height: 1.8vw !important;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow-flag-modal-document-title {
    font-size: 4.5vw !important;
    min-height: auto;
    padding: 0 0 5vw;
    line-height: 4.5vw;
  }
}

.DNPWindow-flag-modal-document-image {
  display: block;
  width: 100% !important;
}

.DNPWindow-flag-modal-document-button,
a.DNPWindow-flag-modal-document-button {
  margin-left: auto;
  margin-right: 0;
}

.DNPWindow-flag.opened .DNPWindow-flag-modal,
.DNPWindow-flag:focus-within .DNPWindow-flag-modal {
  max-height: 200vh;
}

.DNPWindow-flag.opened .DNPWindow-flag-info-graphic-button span,
.DNPWindow-flag:focus-within .DNPWindow-flag-info-graphic-button span {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.DNPWindow-flag-info-graphic-button span {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1My41ODUiIGhlaWdodD0iMzAuNjM1IiB2aWV3Qm94PSIwIDAgNTMuNTg1IDMwLjYzNSI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik05LjIzNSwyNi43ODYsMjkuNTEsNi41MjZhMy44MywzLjgzLDAsMSwwLTUuNDI0LTUuNDA4TDEuMTE1LDI0LjA3NEEzLjgyMiwzLjgyMiwwLDAsMCwxLDI5LjM1NEwyNC4wNzEsNTIuNDY5YTMuODMsMy44MywwLDAsMCw1LjQyNC01LjQwOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMzAuNjM1KSByb3RhdGUoLTkwKSIvPjwvc3ZnPg==)
    50% no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  will-change: tranform;
  width: 16px;
  height: 10px;
  margin-left: 7px;
}

.DNPWindow.opened > .DNPWindow-links {
  max-height: 100vh;
  padding-top: var(--fuente0) 0;
}

.DNPWindow-links a {
  text-decoration: none;
}

.DNPWindow-links a:hover {
  text-decoration: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPWindow.opened > .DNPWindow-links {
    padding-top: var(--fuente0_tablet) 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPWindow.opened > .DNPWindow-links {
    padding-top: var(--fuente0_mobile) 0;
  }
}

.DNPWindow.opened > .DNPWindow-arrow {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.DNPWindow.opened > .DNPWindow-arrow:hover {
  -webkit-transform: rotateZ(180deg) scale(1.2);
  transform: rotateZ(180deg) scale(1.2);
}

.DNPNews {
  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;
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPNews {
    width: 89vw;
    padding: 1vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPNews {
    width: 91vw;
    padding: 1vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90vw;
  }
}


.DNPNews-button {
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 30px;
  height: 30px;
}

.DNPNews-button img {
  width: 50%;
}

.DNPNews-button input[type="button"],
input[type="reset"],
input[type="submit"],
button {
  margin-left: 0px !important;
}

@media screen and (max-width: 600px) {
  .DNPNews-button {
    display: none;
  }
}

.DNPNews-button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.DNPNews-button:first-of-type > img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.DNPNews-button:last-of-type > img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.DNPNews-window {
  width: 1190px;
  overflow-x: hidden;
}

.DNPNews-window a {
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .DNPNews-window {
    width: auto;
  }
}

.DNPNews-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow-y: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .DNPNews-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.DNPNews-outstanding {
  width: 1200px;
  background-color: #f6f8f9;
  border-radius: 17px;
  overflow: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  margin-bottom: 20px;
}

.DNPNews-outstanding:hover {
  -webkit-transform: scale(1.008);
  transform: scale(1.008);
}

.DNPNews-outstanding:hover .DNPNews-outstanding-content-title {
  text-decoration: underline;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-outstanding {
    width: 85vw;
    border-radius: 1.5vw;
    margin-bottom: 1.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-outstanding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80vw;
    border-radius: 4vw;
    margin: 3vw auto;
  }
}

.DNPNews-outstanding-image {
  width: 744px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-outstanding-image {
    width: 49vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-outstanding-image {
    width: 100%;
  }
}

.DNPNews-outstanding-content {
  padding: 15px 30px;
  display: inline-block;
  width: 390px;
  vertical-align: top;
  max-height: 225px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-outstanding-content {
    padding: 1vw 1vw 0.5vw 2vw;
    width: 30vw;
    max-height: 15.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-outstanding-content {
    padding: 2vw 5vw;
    display: block;
    width: auto;
    max-height: none;
  }
}

.DNPNews-outstanding-content-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #004884;
  font-size: 26px;
  line-height: 28px;
  padding-bottom: 7px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-outstanding-content-title {
    font-size: 2vw;
    line-height: 2.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-outstanding-content-title {
    font-size: 5.5vw;
    line-height: 6vw;
    padding: 2vw 0;
  }
}

.DNPNews-outstanding-content-date {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 13px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-outstanding-content-date {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-outstanding-content-date {
    font-size: 3.2vw;
  }
}

.DNPNews-outstanding-content-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  padding: 10px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-outstanding-content-text {
    padding: 0.8vw 0 0;
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-outstanding-content-text {
    font-size: 3.7vw;
    line-height: 4.2vw;
  }
}

.DNPNews-item {
  width: 276px;
  background-color: #f6f8f9;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition-duration: 1s;
  transition: .2s !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 10px 20px 0;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .08));
  border: 1px solid rgba(0, 0, 0, .03);
}

.DNPNews-item:hover {
  -webkit-transform: scale(1.008);
  transform: scale(1.008);
}

/*
.DNPNews-item:hover .DNPNews-item-content-title {
  text-decoration: underline;
} */

.DNPNews-item:focus-within {
  border: solid #000 1px;
}

.DNPNews-item a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPNews-item {
    width: 23.5vw;
    border-radius: 1.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPNews-item {
    width: 22vw;
    border-radius: 1.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-item {
    width: 80vw;
    border-radius: 4vw;
    margin: 3vw auto;
    border-radius: 3vw;
  }
}

.DNPNews-item-image {
  width: 300px;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPNews-item-image {
    width: 24vw;
    height: 15.3vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPNews-item-image {
    width: 22vw;
    height: 15.3vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-item-image {
    width: 80vw;
    height: 61.3vw;
  }
}

.DNPNews-item-content {
  padding: 15px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-item-content {
    padding: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-item-content {
    padding: 2vw 5vw;
  }
}

/* Marco Romero start*/

.DNPNews-item-content-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--azul-sgr2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 2rem;
  min-height: 50px;
  margin: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-item-content-title {
    font-size: 1.6vw;
    line-height: 1.8vw;
    min-height: 5.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-item-content-title {
    font-size: 5.5vw;
    line-height: 6vw;
    min-height: auto;
    padding: 2vw 0;
  }
}

.DNPNews-item-content-date {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: var(--azul-sgr) !important;    
  font-size: 1.3rem;
  margin: 0;
  padding-top: 7px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-item-content-date {
    font-size: 1.1vw;
    padding-top: 0.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-item-content-date {
    font-size: 3.2vw;
    padding: 0;
  }
}

.DNPNews-item-content-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #333;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 20px 0 10px 0;
  min-height: 130px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-item-content-text {
    font-size: 1.3vw;
    line-height: 1.6vw;
    min-height: 12.5vw;
    padding: 0.9vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-item-content-text {
    font-size: 3.7vw;
    line-height: 4.2vw;
    min-height: auto;
    padding: 2vw 0;
  }
}

@media screen and (min-width: 1280px) {
  .DNPNews-item-big {
    width: 390px;
  }

  .DNPNews-item-big .DNPNews-item-content-title {
    font-size: 23px;
    line-height: 25px;
    min-height: 60px;
  }

  .DNPNews-item-big .DNPNews-item-content-text {
    min-height: 105px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-item-big {
    width: 27.5vw;
  }

  .DNPNews-item-big .DNPNews-item-content-title {
    font-size: 1.8vw;
    line-height: 2vw;
    min-height: 5vw;
  }

  .DNPNews-item-big .DNPNews-item-content-text {
    min-height: 9vw;
  }
}

.DNPNews-more {
  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;
  margin: 0 auto;
  padding: 12px 0;
  width: 1280px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-more {
    width: 85vw;
    padding: 1vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 80vw;
    padding: 2vw 0;
  }
}

.DNPNews-more-select {
  position: relative;
  border: solid 2px #069169;
  border-radius: 8px;
  padding-right: 25px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .DNPNews-more-select {
    border-width: 0.2vw;
    border-radius: 3vw;
  }
}

.DNPNews-more-select::before {
  content: "";
  background: transparent url("../assets/down-green-arrow.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
  width: 20px;
  height: 20px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media screen and (max-width: 600px) {
  .DNPNews-more-select::before {
    right: 1vw;
    width: 5vw;
    height: 5vw;
  }
}

.DNPNews-more-select-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  padding: 5px 10px;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .DNPNews-more-select-text {
    font-size: 4vw;
    padding: 1vw 2vw;
  }
}

.DNPNews-more-select:focus-within .DNPNews-more-select-options,
.DNPNews-more-select.opened .DNPNews-more-select-options {
  max-height: 1000vh;
}

.DNPNews-more-select:focus-within::before,
.DNPNews-more-select.opened::before {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.DNPNews-more-select-options {
  min-width: 100%;
  top: calc(100% + 4px);
  overflow: hidden;
  position: absolute;
  max-height: 0;
  background-color: #f6f8f9;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media screen and (max-width: 600px) {
  .DNPNews-more-select-options {
    top: calc(100% + 0.5vw);
  }
}

.DNPNews-more-select-options-item {
  padding: 7px 15px;
}

@media screen and (max-width: 600px) {
  .DNPNews-more-select-options-item {
    padding: 1.5vw ​3vw;
  }
}

.DNPNews-more-select-options-item:hover,
.DNPNews-more-select-options-item:focus-within {
  background-color: #3366cc;
}

.DNPNews-more-select-options-item:hover a,
.DNPNews-more-select-options-item:focus-within a {
  color: #fff;
}

.DNPNews-more-select-options-item a {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #535353;
  font-size: 15px;
}

@media screen and (max-width: 600px) {
  .DNPNews-more-select-options-item a {
    font-size: 4vw;
  }
}

.DNPNews-more-button {
  background-color: #3366cc;
  color: #fff;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  will-change: background-color;
  cursor: pointer;
  border-radius: 300px;
  font-size: 17px;
  padding: 10px 19px;
}

.DNPNews-more-button:hover {
  background-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPNews-more-button:visited {
  color: #fff !important;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-more-button {
    font-size: 1.3vw;
    padding: 0.9vw 1.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-more-button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 3.5vw;
    padding: 1.7vw 3.5vw;
    margin-bottom: 3vw;
  }
}

.DNPNews-cover {
  width: 1280px;
  position: relative;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-cover {
    width: 90vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-cover {
    width: 90vw;
  }
}

.DNPNews-cover-image {
  width: 100%;
  display: block;
}

.DNPNews-cover-title {
  position: absolute;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #069169),
    color-stop(70%, transparent)
  );
  background: linear-gradient(to right, #069169 10%, transparent 70%);
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  padding: 0 700px 0 70px;
  font-size: 35px;
  line-height: 35px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-cover-title {
    font-size: 2.7vw;
    line-height: 2.9vw;
    padding: 0 50vw 0 5.3vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-cover-title {
    position: static;
    background: none;
    color: #000;
    font-size: 6vw;
    line-height: 6.5vw;
    padding: 3vw 0 5vw;
  }
}

.DNPNews-cover-caption {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #069169;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 18px;
  padding: 5px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPNews-cover-caption {
    font-size: 1.3vw;
    padding: 0.5vw 0;
    line-height: 1.6vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPNews-cover-caption {
    padding: 2vw 0 1vw;
    font-size: 3.3vw;
    line-height: 4vw;
  }
}

.DNPNews-cover-caption a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPNews-cover-caption a:hover {
  color: #000;
}

.DNPNews-cover-caption a:visited {
  color: #3366cc;
}

.DNPMedia {
  width: 620px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPMedia {
    width: 44vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPMedia {
    width: 90vw;
  }
}

.DNPMedia-info {
  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;
  width: 100%;
  padding: 12px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPMedia-info {
    padding: 1vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPMedia-info {
    padding: 5vw 0;
  }
}

.DNPMedia-info-text {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente2);
  line-height: 3rem;
  max-width: 1280px;
  margin: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPMedia-info-text {
    max-width: 90vw;
    font-size: var(--fuente3_tablet);
  }
  .card-sgr-1-tit {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
  .card-sgr-1 .header .DNPRichtext p {font-size: var(--fuente0_tablet);}
}

@media screen and (max-width: 600px) {
  .DNPMedia-info-text {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
  .card-sgr-1-tit {max-width: 240px;}
}

.DNPMedia-info-text.white,
.DNPMedia-info-text-white {
  color: #fff;
}

.DNPMedia-info-text.color1,
.DNPMedia-info-text-color1 {
  color: #069169;
}

.DNPMedia-info-text.color2,
.DNPMedia-info-text-color2 {
  color: #004884;
}

.DNPMedia-info-text.color3,
.DNPMedia-info-text-color3 {
  color: #3366cc;
}

.DNPMedia-info-text.center,
.DNPMedia-info-text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPMedia-info-text.right,
.DNPMedia-info-text-right {
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .DNPMedia-info-text {
    font-size: var(--fuente2_mobile);
  }
  .card-sgr-1-tit {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPMedia-info-button {
  background-color: #3366cc;
  color: #fff;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  will-change: background-color;
  border-radius: 300px;
  font-size: 17px;
  padding: 10px 19px;
}

.DNPMedia-info-button:hover,
.DNPMedia-info-button:focus {
  background-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPMedia-info-button:visited {
  color: #fff !important;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPMedia-info-button {
    font-size: 1.3vw;
    padding: 0.9vw 1.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPMedia-info-button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 3.5vw;
    padding: 1.7vw 3.5vw;
  }
}

.DNPMedia-gallery {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .DNPMedia-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.DNPMedia-gallery a:hover {
  text-decoration: none;
}

.DNPMedia-gallery-image {
  width: 300px;
  margin-bottom: 5px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPMedia-gallery-image {
    width: 21.5vw;
    margin-bottom: 0.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPMedia-gallery-image {
    width: 100%;
    margin: 1vw auto;
  }
}

.DNPMedia-gallery-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #535353;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin: 5px 0 0 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPMedia-gallery-title {
    font-size: 1.3vw;
    line-height: 1.8vw;
    margin-top: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPMedia-gallery-title {
    font-size: 4vw;
    line-height: 4.7vw;
    padding-bottom: 15vw;
    margin-top: 1vw;
  }
}

.DNPMedia-gallery-title-small {
  width: 300px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPMedia-gallery-title-small {
    width: 21.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPMedia-gallery-title-small {
    width: 100%;
  }
}

.DNPMedia-gallery-title-video {
  color: #000;
  -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-top: -2px;
  padding: var(--fuente0);
  background-color: #e6effd;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPMedia-gallery-title-video {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPMedia-gallery-title-video {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPMedia-gallery-title-video a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPMedia-gallery-title-video a:hover {
  color: #000;
}

.DNPMedia-gallery-title-video a:visited {
  color: #069169;
}

@media screen and (max-width: 600px) {
  .DNPMedia-gallery-audio {
    margin-bottom: var(--fuente0_mobile);
  }
}

.DNPMedia-gallery-audio iframe {
  width: 620px;
  height: 140px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPMedia-gallery-audio iframe {
    width: 44.2vw;
    height: 10vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPMedia-gallery-audio iframe {
    width: 90vw;
    height: 26vw;
  }
}

.DNPMedia-video iframe {
  width: 620px;
  height: 438px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPMedia-video iframe {
    width: 44vw;
    height: 24.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPMedia-video iframe {
    width: 90vw;
    height: 50.6vw;
  }
}

.DNPDocs {
  width: 1310px;
  margin: 0 auto;
  padding: var(--fuente4) 0 var(--fuente1);
  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;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPDocs {
    width: 91vw;
    padding: 2vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPDocs {
    width: 91vw;
    padding: 2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPDocs {
    width: 96vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.DNPDocs-arrow {
  border: none;
  background-color: transparent;
  width: 30px;
  height: 35px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDocs-arrow {
    width: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDocs-arrow {
    width: 5vw;
  }
}

.DNPDocs-arrow:hover,
.DNPDocs-arrow:active {
  background-color: transparent;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.DNPDocs-arrow img {
  width: 50%;
}

.DNPDocs-arrow:first-of-type > img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.DNPDocs-arrow:last-of-type > img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.DNPDocs-window {
  width: 1185px;
  overflow-x: hidden;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDocs-window {
    width: 84.64vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDocs-window {
    width: 70vw;
  }
}

.DNPDocs-elements {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.DNPDocs-elements-item {
  width: 220px;
  padding: 0 8px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  will-change: transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 300px;
}

.DNPDocs-elements-item:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPDocs-elements-item {
    width: 24vw;
    padding: 0 0.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPDocs-elements-item {
    width: 22vw;
    padding: 0 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDocs-elements-item {
    width: 46vw;
    height: 100%;
    padding: 0 2.5vw;
    object-fit: cover;
  }
}

.DNPDocs-button {
  background-color: #3366cc;
  color: #fff;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  will-change: background-color;
  border-radius: 300px;
  font-size: 17px;
  padding: 10px 19px;
  margin: 0 175px 0 auto;
}

.DNPDocs-button:hover {
  background-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPDocs-button:visited {
  color: #fff !important;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDocs-button {
    font-size: 1.3vw;
    padding: 0.9vw 1.7vw;
    margin: 0 7.5vw 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .DNPDocs-button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 3.5vw;
    padding: 1.7vw 3.5vw;
    margin: 0 0 6vw auto;
  }
}

.DNPSites {
  width: 1280px;
  margin: 0 auto;
  padding: var(--fuente4) 0 var(--fuente1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSites {
    width: 85vw;
    padding: 2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPSites {
    width: 90vw;
    padding: 20vw 0 1vw 0;
  }
}

.DNPSites-arrow {
  border: none;
  background-color: transparent;
  width: 30px;
  height: 35px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSites-arrow {
    width: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSites-arrow {
    width: 5vw;
  }
}

.DNPSites-arrow:hover,
.DNPSites-arrow:active {
  background-color: transparent;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.DNPSites-arrow img {
  width: 50%;
}

.DNPSites-arrow:first-of-type > img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.DNPSites-arrow:last-of-type > img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.DNPSites-window {
  width: 1111px;
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSites-window {
    width: 65vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSites-window {
    width: 65vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSites-window {
    width: 80vw;
  }
}

.DNPSites-elements {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow-y: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.DNPSites-elements-item {
  width: 180px;
  padding: 0 7px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  will-change: transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.DNPSites-elements-item:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.DNPSites-elements-item:focus {
  border: none;
}

.DNPSites-elements-item:focus-visible {
  border: none;
  outline: 2px solid var(--azul-90);
  outline-offset: -2px;
  padding: 30px 0px;
  border-radius: 12px;
  box-shadow: none;
  transition: all .1s;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSites-elements-item {
    width: 12vw;
    padding: 0 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSites-elements-item {
    width: 35vw;
    padding: 0 2vw;
  }
}

.DNPSites-elements-item-logo {
  -o-object-fit: contain;
  object-fit: contain;
  width: 145px;
  height: 85px;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 15px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSites-elements-item-logo {
    width: 12vw;
    height: 6.07vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSites-elements-item-logo {
    width: 35vw;
    height: 17vw;
  }
}

.DNPDrop {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}

.DNPDrop a:hover {
  text-decoration: none;
  color: initial;
}

.DNPDrop a:visited {
  color: initial;
}

.DNPDrop-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--fuente2);
  line-height: 1rem;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  text-align: center;
  padding: 25px 0;
  background: linear-gradient(
    90deg,
    #194c89 0.74%,
    #2f80ed 76.56%,
    #2d9ee0 100%
  );
  margin: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-title {
    max-width: 90vw;
    font-size: var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-title {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPDrop-title.white,
.DNPDrop-title-white {
  color: #fff;
}

.DNPDrop-title.color1,
.DNPDrop-title-color1 {
  color: #069169;
}

.DNPDrop-title.color2,
.DNPDrop-title-color2 {
  color: #004884;
}

.DNPDrop-title.color3,
.DNPDrop-title-color3 {
  color: #3366cc;
}

.DNPDrop-title.center,
.DNPDrop-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPDrop-title.right,
.DNPDrop-title-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-title {
    padding: 2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-title {
    padding: 4.5vw 0;
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
  }
}

.DNPDrop-agenda {
  width: 840px;
}

.DNPDrop-agenda > .DNPDrop-container {
  width: 816px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-agenda > .DNPDrop-container {
    width: 58.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-agenda > .DNPDrop-container {
    width: 79vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.DNPDrop-agenda-element {
  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-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
  border: none;
  padding: 0;
  background-color: transparent;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-agenda-element {
    width: 26vw;
    margin-bottom: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-agenda-element {
    width: 80vw;
    margin-bottom: 2vw;
  }
}

.DNPDrop-agenda-element:hover {
  background-color: transparent;
  border-color: transparent;
}

.DNPDrop-agenda-element-date {
  width: 110px;
  height: 110px;
  background: url("../assets/calendar.svg") center no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 38px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-agenda-element-date {
    width: 10.5vw;
    height: 10.5vw;
    padding-top: 3.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-agenda-element-date {
    width: 30vw;
    height: 30vw;
    padding-top: 11vw;
  }
}

.DNPDrop-agenda-element-date-day {
  font-family: "Montserrat", sans-serif;
  color: #004884;
  font-size: 35px;
  line-height: 40px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-agenda-element-date-day {
    font-size: 2.9vw;
    line-height: 3.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-agenda-element-date-day {
    font-size: 7vw;
    line-height: 8vw;
  }
}

.DNPDrop-agenda-element-date-month {
  color: #004884;
  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) {
  .DNPDrop-agenda-element-date-month {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-agenda-element-date-month {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPDrop-agenda-element-date-month.white,
.DNPDrop-agenda-element-date-month-white {
  color: #fff;
}

.DNPDrop-agenda-element-date-month.color1,
.DNPDrop-agenda-element-date-month-color1 {
  color: #069169;
}

.DNPDrop-agenda-element-date-month.color2,
.DNPDrop-agenda-element-date-month-color2 {
  color: #004884;
}

.DNPDrop-agenda-element-date-month.color3,
.DNPDrop-agenda-element-date-month-color3 {
  color: #3366cc;
}

.DNPDrop-agenda-element-date-month.center,
.DNPDrop-agenda-element-date-month-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPDrop-agenda-element-date-month.right,
.DNPDrop-agenda-element-date-month-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-agenda-element-date-month {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-agenda-element-date-month {
    margin: 0;
  }
}

.DNPDrop-agenda-element-info {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-agenda-element-info {
    width: 14.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-agenda-element-info {
    width: 46vw;
  }
}

.DNPDrop-agenda-element-info-title {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  margin: 0;
  text-align: start;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-agenda-element-info-title {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-agenda-element-info-title {
    max-width: 90vw;
    /* font-size: var(--fuente1_mobile); */
  }
}

.DNPDrop-agenda-element-info-title.white,
.DNPDrop-agenda-element-info-title-white {
  color: #fff;
}

.DNPDrop-agenda-element-info-title.color1,
.DNPDrop-agenda-element-info-title-color1 {
  color: #069169;
}

.DNPDrop-agenda-element-info-title.color2,
.DNPDrop-agenda-element-info-title-color2 {
  color: #004884;
}

.DNPDrop-agenda-element-info-title.color3,
.DNPDrop-agenda-element-info-title-color3 {
  color: #3366cc;
}

.DNPDrop-agenda-element-info-title.center,
.DNPDrop-agenda-element-info-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPDrop-agenda-element-info-title.right,
.DNPDrop-agenda-element-info-title-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-agenda-element-info-title {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-agenda-element-info-title {
    margin: 0;
  }
}

.DNPDrop-agenda-element-info-description {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 5px;
  text-align: left;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-agenda-element-info-description {
    max-width: 90vw;
    font-size: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-agenda-element-info-description {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPDrop-agenda-element-info-description a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPDrop-agenda-element-info-description a:hover {
  color: #000;
}

.DNPDrop-agenda-element-info-description a:visited {
  color: #004884;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-agenda-element-info-description {
    margin: 0;
    padding-top: 0.4vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-agenda-element-info-description {
    margin: 0;
    padding-top: 1vw;
  }
}

.DNPDrop-agenda-element:nth-child(n + 3) {
  display: none;
}

.DNPDrop-notificaciones {
  width: 400px;
}

.DNPDrop-notificaciones > .DNPDrop-container {
  width: 376px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPDrop-notificaciones > .DNPDrop-container {
    width: 25.6vw;
    height: 48vh;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPDrop-notificaciones > .DNPDrop-container {
    width: 25.5vw;
    height: 42vh;
    gap: 0 !important;
  }

  .DNPDrop:not(.opened):nth-of-type(1) {
    height: 260px;
    top: -16px;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-notificaciones > .DNPDrop-container {
    width: 79vw;
  }
}

.DNPDrop-notificaciones-element {
  color: #333;
  line-height: 2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  font-size: var(--fuente0);
  width: 345px;
  position: relative;
  left: 4px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-notificaciones-element {
    padding: 0.9vw 0.9vw 0.9vw 2vw;
    font-size: 1.3vw;
    width: 25vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-notificaciones-element {
    padding: 2vw 2vw 2vw 5vw;
    font-size: 4vw;
    width: 80%;
  }
}

.DNPDrop-notificaciones-element:hover,
.DNPDrop-notificaciones-element:visited {
  color: #000 !important;
}

.DNPDrop-notificaciones-element:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 9px;
  width: 6px;
  height: 6px;
  background-color: #3366cc;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-notificaciones-element:before {
    top: 1.4vw;
    left: 0.9vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-notificaciones-element:before {
    top: 4vw;
    left: 0;
    width: 1.5vw;
    height: 1.5vw;
  }
}

.DNPDrop-notificaciones-element:nth-child(n + 4) {
  display: none;
}

.DNPDrop-portales-element {
  margin: 0 auto 3px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-portales-element {
    margin-bottom: 0.3vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-portales-element {
    margin-bottom: 1vw;
  }
}

.DNPDrop-portales-element-logo {
  overflow: hidden;
  width: 200px;
  max-height: 95px;
  margin: 0 10px;
  border-radius: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-portales-element-logo {
    width: 15vw;
    max-height: 7.1vw;
    margin: 0 1vw;
    border-radius: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-portales-element-logo {
    width: 50vw;
    max-height: 24vw;
    margin: 0 auto;
    border-radius: 3vw;
  }
}

.DNPDrop-portales-element:nth-child(n + 3) {
  display: none;
}

.DNPDrop-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  overflow: hidden;
  height: 340px;
  padding: 10px 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: solid 2px #e6effd;
  border-top: none;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPDrop-container {
    gap: 16px;
    height: 25.5vh;
    padding: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-container {
    padding: 5vw 5vw 10vw;
    height: auto;
    border-bottom-left-radius: 3vw;
    border-bottom-right-radius: 3vw;
  }
}

.DNPDrop-button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border: none;
  -ms-flex-item-align: end;
  align-self: flex-end;
  /* padding: 15px; */
  cursor: pointer;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-button {
    position: absolute;
    display: inline-block;
    /* bottom: -15px; */
    right: 1px;
    font-size: 1.8vw;
    bottom: 40px !important;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-button {
    padding: 5vw 5vw;
    font-size: 5vw;
  }
}

.DNPDrop-button:hover {
  background-color: transparent;
  border-color: transparent;
}

.DNPDrop-button-icon {
  display: inline-block;
  vertical-align: middle;
  width: var(--fuente1);
  padding: 0 8px;
  -webkit-transition-duration: 0.56s;
  transition-duration: 0.56s;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-button-icon {
    width: 2.5vw;
    padding: 0 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-button-icon {
    width: 8vw;
    padding: 0 2vw;
  }
}

.DNPDrop-button-text {
  color: #3366cc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  max-width: 1280px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop-button-text {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop-button-text {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPDrop-button-text a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPDrop-button-text a:hover {
  color: #000;
}

.DNPDrop-button-text a:visited {
  color: #069169;
}

.DNPDrop-button-text-open {
  display: inline-block;
}

.DNPDrop-button-text-close {
  display: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop {
    width: 28vw;
    border-radius: 4vw;
  }

  .DNPDrop-box {
    min-height: 29vw;
    gap: 32px;
  }

  .DNPDrop:not(.opened):nth-of-type(3) {
    position: absolute;
    right: 0;
  }

  .DNPDrop:not(.opened):nth-of-type(1) {
    position: absolute;
    left: 0;
  }

  .DNPDrop:not(.opened):nth-of-type(2) {
    /* position: absolute; */
    left: calc(50% - 14.3vw);
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop {
    width: 90vw;
    border-radius: 3vw;
    margin: 2vw 0;
    height: auto;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .DNPDrop-box {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}

@media screen and (min-width: 1280px) {
  .DNPDrop-box {
    min-height: 353px;
    box-sizing: content-box;
    gap: 32px;
  }

  .DNPDrop:not(.opened):nth-of-type(2) {
    position: absolute;
    right: 0;
  }

  .DNPDrop:not(.opened):nth-of-type(1) {
    position: absolute;
    left: 0;
  }
}

.DNPDrop:focus-within,
.DNPDrop.opened {
  width: 1280px;
  z-index: 50;
  z-index: 5;
  top: 0;
  left: calc(50% - 640px);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop:focus-within,
  .DNPDrop.opened {
    width: 90vw;
    left: calc(50% - 45vw);
  }
}

@media screen and (max-width: 600px) {
  .DNPDrop:focus-within,
  .DNPDrop.opened {
    width: 90vw;
    left: auto;
    top: auto;
  }
}

.DNPDrop:focus-within .DNPDrop-container,
.DNPDrop.opened .DNPDrop-container {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-y: auto;
  height: auto;
  min-height: 320px;
  gap: 16px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDrop:focus-within .DNPDrop-container,
  .DNPDrop.opened .DNPDrop-container {
    min-height: 16vw;
  }
}

.DNPDrop:focus-within .DNPDrop-button-icon,
.DNPDrop.opened .DNPDrop-button-icon {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.DNPDrop:focus-within .DNPDrop-button-text-close,
.DNPDrop.opened .DNPDrop-button-text-close {
  display: inline-block;
}

.DNPDrop:focus-within .DNPDrop-button-text-open,
.DNPDrop.opened .DNPDrop-button-text-open {
  display: none;
}

.DNPDrop:focus-within .DNPDrop-agenda-element:nth-child(n + 2),
.DNPDrop.opened .DNPDrop-agenda-element:nth-child(n + 2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.DNPDrop:focus-within .DNPDrop-notificaciones-element:nth-child(n + 4),
.DNPDrop.opened .DNPDrop-notificaciones-element:nth-child(n + 4) {
  display: block;
}

.DNPDrop:focus-within .DNPDrop-portales-element:nth-child(n + 3),
.DNPDrop.opened .DNPDrop-portales-element:nth-child(n + 3) {
  display: block;
}

.DNPContent {
  width: 995px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px 40px 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContent {
    width: 65vw;
    /* padding: 2vw 3.2vw 3.2vw 5.2vw; */
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContent {
    width: 65vw;
    /* padding: 2vw 3.2vw 3.2vw 5.2vw; */
  }
}

@media screen and (max-width: 600px) {
  .DNPContent {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

.DNPContent-date {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  padding-top: 12px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-date {
    font-size: 1.2vw;
    padding-top: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-date {
    font-size: 3.3vw;
    padding: 1.5vw 0;
  }
}

.DNPContent-summary {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #535353;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 19px;
  padding: 20px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-summary {
    font-size: 1.4vw;
    line-height: 1.7vw;
    padding: 2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-summary {
    padding: 4vw 0;
    font-size: 3.9vw;
    line-height: 4.4vw;
  }
}

.DNPContent-summary a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPContent-summary a:hover {
  color: #000;
}

.DNPContent-summary a:visited {
  color: #069169;
}

.DNPContent-block {
  padding-bottom: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-block {
    padding-bottom: 1.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-block {
    padding-bottom: 4vw;
  }
}

.DNPContent-block p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 18px;
  padding: 5px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-block p {
    font-size: 1.3vw;
    padding: 0.5vw 0;
    line-height: 1.6vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-block p {
    padding: 1vw 0;
    font-size: 3.7vw;
    line-height: 4.2vw;
  }
}

.DNPContent-block p a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPContent-block p a:hover {
  color: #000;
}

.DNPContent-block p a:visited {
  color: #069169;
}

.DNPContent-tags {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.DNPContent-tags-item {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #004884;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: solid 1px #004884;
  border-radius: 50px;
  margin: 0 12px 0 0;
  font-size: 14px;
  padding: 7px 15px 8px;
}

@media screen and (min-width: 1280px) {
  .DNPContent-tags-item:hover {
    background-color: #004884;
    color: #fff;
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-tags-item {
    border-width: 0.1vw;
    border-radius: 4vw;
    margin-right: 1vw;
    font-size: 1.2vw;
    padding: 0.7vw 1.3vw 0.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-tags-item {
    padding: 1vw 3vw;
    font-size: 3.7vw;
    line-height: 4.2vw;
    border-width: 0.3vw;
    margin-right: 1.5vw;
    border-radius: 20vw;
  }
}

.DNPContent-share {
  padding: 16px 0 36px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-share {
    padding: 1.8vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-share {
    padding: 4vw 0;
  }
}

.DNPContent-share-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #004884;
  font-size: 16px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-share-title {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-share-title {
    font-size: 6vw;
  }
}

.DNPContent-share-icons {
  padding-top: 16px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-share-icons {
    padding-top: 1.3vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-share-icons {
    padding-top: 3vw;
  }
}

.DNPContent-share-icons-item {
  border-radius: 50%;
  background-color: #0072c9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

@media screen and (min-width: 1280px) {
  .DNPContent-share-icons-item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-share-icons-item {
    width: 3vw;
    height: 3vw;
    margin-right: 1.3vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-share-icons-item {
    width: 8vw;
    height: 8vw;
    margin-right: 3vw;
  }
}

.DNPContent-share-icons-item-icon {
  width: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-share-icons-item-icon {
    width: 1.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-share-icons-item-icon {
    width: 4.5vw;
  }
}

.DNPContent-related {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-related {
    padding: 1.8vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-related {
    padding: 3vw 0;
  }
}

.DNPContent-related-title {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #069169;
  font-size: 30px;
  padding-bottom: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-related-title {
    padding-bottom: 1.8vw;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-related-title {
    padding-bottom: 3vw;
    font-size: 7vw;
  }
}

.DNPContent-related-item {
  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;
  background-color: #f6f8f9;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 20px;
  width: 450px;
}

@media screen and (min-width: 1280px) {
  .DNPContent-related-item:hover {
    -webkit-transform: scale(1.008);
    transform: scale(1.008);
  }

  .DNPContent-related-item:hover .DNPContent-related-item-content-title {
    text-decoration: underline;
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-related-item {
    border-radius: 2vw;
    width: 29vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-related-item {
    border-radius: 4vw;
    width: 90vw;
    margin-bottom: 4vw;
  }
}

.DNPContent-related-item-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 210px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-related-item-image {
    width: 14vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-related-item-image {
    width: 40vw;
  }
}

.DNPContent-related-item-content {
  padding: 10px 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-related-item-content {
    padding: 0.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-related-item-content {
    padding: 2vw 3vw;
  }
}

.DNPContent-related-item-content-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 17px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-related-item-content-title {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-related-item-content-title {
    font-size: 4vw;
  }
}

.DNPContent-related-item-content-date {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 13px;
  padding-top: 5px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-related-item-content-date {
    font-size: 0.8vw;
    padding-top: 0.5vw;
    line-height: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-related-item-content-date {
    padding-top: 1vw;
    font-size: 2.7vw;
    line-height: 3vw;
  }
}

.DNPContent-related-item-content-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  padding-top: 5px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-related-item-content-text {
    font-size: 1.1vw;
    padding-top: 0.5vw;
    line-height: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-related-item-content-text {
    padding-top: 1vw;
    font-size: 3.3vw;
    line-height: 3.5vw;
  }
}

.DNPContent-imagefull {
  width: 1280px;
  margin: 14px auto;
}

.DNPSidebar {
  width: 320px;
  display: inline-block;
  vertical-align: top;
  padding: var(--fuente1) 0 var(--fuente3);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSidebar {
    width: 27vw;
    padding: var(--fuente1_tablet) 0 var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSidebar {
    width: 90vw;
    display: block;
    padding: var(--fuente1_mobile) 0 var(--fuente3_mobile);
    margin: 0 auto;
  }
}

.DNPSidebar-banner {
  width: 100%;
}

.DNPSidebar-outstanding-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #069169;
  font-size: 27px;
  padding: 20px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSidebar-outstanding-title {
    padding: 1.8vw 0;
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSidebar-outstanding-title {
    padding: 3vw 0;
    font-size: 6vw;
  }
}

.DNPSidebar-outstanding-image {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSidebar-outstanding-image {
    margin-bottom: 1.8vw;
  }
}

@media screen and (min-width: 1280px) {
  .DNPSidebar-outstanding-image {
    margin-bottom: 3vw;
  }
}

.DNPSidebar > h2,
.DNPSidebar > h3,
.DNPSidebar > h4 {
  margin-bottom: var(--fuente2);
}

.DNPDirection-title {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 1280px;
  padding: 5px 0;
  margin: 0 auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDirection-title {
    width: 90vw;
    padding: 0.4vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPDirection-title {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 90vw;
    padding: 2vw 0;
  }
}

.DNPDirection-title span {
  color: #333;
  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) {
  .DNPDirection-title span {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDirection-title span {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPDirection-title span.white,
.DNPDirection-title span-white {
  color: #fff;
}

.DNPDirection-title span.color1,
.DNPDirection-title span-color1 {
  color: #069169;
}

.DNPDirection-title span.color2,
.DNPDirection-title span-color2 {
  color: #004884;
}

.DNPDirection-title span.color3,
.DNPDirection-title span-color3 {
  color: #3366cc;
}

.DNPDirection-title span.center,
.DNPDirection-title span-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPDirection-title span.right,
.DNPDirection-title span-right {
  margin-left: auto;
}

.DNPDirection-title-icon {
  background-color: #069169;
  border-right: solid #3366cc 5px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 50px;
  height: 50px;
  padding: 14px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDirection-title-icon {
    width: 3.57vw;
    height: 3.57vw;
    padding: 1vw;
    border-right-width: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDirection-title-icon {
    width: 9vw;
    height: auto;
    padding: 2vw;
    border-right-width: 1vw;
  }
}

.DNPDirection-title-line {
  border-right: solid #004884 5px;
  height: 78px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDirection-title-line {
    height: 5.6vw;
    border-right-width: 0.35vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDirection-title-line {
    height: auto;
    border-right-width: 1vw;
  }
}

.DNPDirection-title-text {
  color: #069169;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente4);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: solid #004884 3px;
  margin: 0;
  width: 1170px;
  padding-left: 20px;
  padding-bottom: 5px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDirection-title-text {
    max-width: 90vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDirection-title-text {
    max-width: 90vw;
    font-size: var(--fuente4_mobile);
  }
}

.DNPDirection-title-text.white,
.DNPDirection-title-text-white {
  color: #fff;
}

.DNPDirection-title-text.color1,
.DNPDirection-title-text-color1 {
  color: #069169;
}

.DNPDirection-title-text.color2,
.DNPDirection-title-text-color2 {
  color: #004884;
}

.DNPDirection-title-text.color3,
.DNPDirection-title-text-color3 {
  color: #3366cc;
}

.DNPDirection-title-text.center,
.DNPDirection-title-text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPDirection-title-text.right,
.DNPDirection-title-text-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDirection-title-text {
    width: 83.5vw;
    padding-left: 1.42vw;
    padding-bottom: 0.35vw;
    border-bottom-width: 0.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDirection-title-text {
    width: 72vw;
    padding-bottom: 1vw;
    padding-left: 3vw;
    font-size: var(--fuente2_mobile);
  }
}

.DNPDirection-topics {
  width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDirection-topics {
    width: 90vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDirection-topics {
    width: 90vw;
  }
}

.DNPDirection-tab {
  background-color: #e6effd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 30px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDirection-tab {
    padding: 0 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDirection-tab {
    padding: 0 5vw;
  }
}

.DNPDirection-tab.opened,
.DNPDirection-tab:focus {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPDirection-tab.opened,
  .DNPDirection-tab:focus {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPDirection-tab.opened,
  .DNPDirection-tab:focus {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

.DNPRevista-head {
  width: 1280px;
  margin: 0 auto;
  padding: 36px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-head {
    width: 90vw;
    padding: 3vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-head {
    width: 90vw;
    padding: 4vw 0;
  }
}

.DNPRevista-head-info {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.DNPRevista-head-info-flag {
  background-color: #069169;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 5px 10px;
  font-size: 15px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-head-info-flag {
    padding: 0.35vw 0.71vw;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-head-info-flag {
    padding: 1vw 2vw;
    font-size: 3vw;
  }
}

.DNPRevista-head-info-date {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  padding: 5px 15px;
  font-size: 15px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-head-info-date {
    padding: 0.35vw 1.1vw;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-head-info-date {
    padding: 1vw 2vw;
    font-size: 3vw;
  }
}

.DNPRevista-head-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000;
  padding: 5px 0;
  font-size: 48.8px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-head-title {
    padding: 0.35vw 0;
    font-size: 3.4vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-head-title {
    padding: 1vw 0;
    font-size: 9.7vw;
  }
}

.DNPRevista-head-subtitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-head-subtitle {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-head-subtitle {
    font-size: 4vw;
  }
}

.DNPRevista-nav {
  width: 1280px;
  margin: 36px auto;
  border-bottom: solid 3px #f6f8f9;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-nav {
    width: 90vw;
    margin: 2.5vw auto;
    border-bottom-width: 0.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-nav {
    width: 90vw;
    margin: 3vw auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.DNPRevista-nav-element {
  text-align: center;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  border: solid 1px #f6f8f9;
  margin-bottom: -3px;
  margin-right: 5px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-nav-element {
    min-width: 10.7vw;
    border-width: 0.1vw;
    margin-bottom: -0.25vw;
    margin-right: 0.35vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-nav-element {
    min-width: 90vw;
    border-width: 0.2vw;
    margin-bottom: -0.25vw;
    margin-right: 0;
  }
}

.DNPRevista-nav-element a {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #069169;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  padding: 20px 48px;
  font-size: 16px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-nav-element a {
    padding: 1.4vw 3.4vw;
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-nav-element a {
    padding: 5vw 10vw;
    font-size: 4vw;
  }
}

.DNPRevista-nav-element.opened a,
.DNPRevista-nav-element:hover a {
  font-weight: 700;
  background-color: #f6f8f9;
  border-bottom: solid 3px #069169;
  color: #069169;
  text-decoration: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-nav-element.opened a,
  .DNPRevista-nav-element:hover a {
    border-bottom-width: 0.25vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-nav-element.opened a,
  .DNPRevista-nav-element:hover a {
    border-bottom-width: 1vw;
  }
}

.DNPRevista-editorial {
  width: 1280px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-items: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: column;
  padding-bottom: 48px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial {
    width: 90vw;
    padding-bottom: 3.4vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .DNPRevista-editorial-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.DNPRevista-editorial-invert {
  justify-items: left;
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-invert {
    /* flex-direction: column; */
  }
}

.DNPRevista-editorial-content {
  width: 750px;
  padding-bottom: 14px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content {
    width: 52vw;
    padding-bottom: 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content {
    width: 90vw;
    padding-bottom: 2.5vw;
  }
}

.DNPRevista-editorial-content-info {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.DNPRevista-editorial-content-info-type {
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #069169;
  padding: 15px 10px 15px 0;
  font-size: 15px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-info-type {
    padding: 1.1vw 0.7vw 1.1vw 0;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-info-type {
    padding: 3vw 2vw 3vw 0;
    font-size: 3.8vw;
  }
}

.DNPRevista-editorial-content-info-edition {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #535353;
  font-size: 15px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-info-edition {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-info-edition {
    font-size: 3.7vw;
  }
}

.DNPRevista-editorial-content-info-concept {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  padding: 15px 0 8px;
  font-size: 12.8px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-info-concept {
    font-size: 0.9vw;
    padding: 1.1vw 0 0.6vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-info-concept {
    font-size: 3vw;
    padding: 3vw 0 1.5vw;
  }
}

.DNPRevista-editorial-content-info-picture {
  width: 100px;
  border-radius: 50%;
  margin: 15px 0;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-info-picture {
    width: 7.1vw;
    height: 7.1vw;
    margin: 1.1vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-info-picture {
    width: 25vw;
    height: 25vw;
    margin: 3.7vw 0;
  }
}

.DNPRevista-editorial-content-info-author {
  padding-left: 20px;
  line-height: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-info-author {
    padding-left: 1.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-info-author {
    padding-left: 5vw;
  }
}

.DNPRevista-editorial-content-info-author-name {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  font-size: 15px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-info-author-name {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-info-author-name {
    font-size: 3.7vw;
  }
}

.DNPRevista-editorial-content-info-author-name span {
  font-weight: 700;
}

.DNPRevista-editorial-content-info-author-position {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  padding: 4px 0;
  font-size: 12.8px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-info-author-position {
    padding: 0.3vw 0;
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-info-author-position {
    padding: 1vw 0;
    font-size: 3.2vw;
  }
}

.DNPRevista-editorial-content-info-author-date {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #535353;
  padding: 4px 0;
  font-size: 12.8px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-info-author-date {
    padding: 0.3vw 0;
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-info-author-date {
    padding: 1vw 0;
    font-size: 3.2vw;
  }
}

.DNPRevista-editorial-content-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000;
  padding-bottom: 6px;
  font-size: 39px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-title {
    padding-bottom: 0.5vw;
    font-size: 2.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-title {
    padding: 3vw 0;
    font-size: 8.5vw;
  }
}

.DNPRevista-editorial-content-title-blue {
  color: #004884;
}

.DNPRevista-editorial-content-date {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #535353;
  padding: 6px 0 18px;
  font-size: 12.8px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-date {
    padding: 0.4vw 0 1.2vw;
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-date {
    padding: 1.5vw 0 4.5vw;
    font-size: 3.2vw;
  }
}

.DNPRevista-editorial-content-image {
  margin-top: 15px;
  width: 750px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-image {
    width: 52vw;
    margin-top: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-image {
    width: 90vw;
    margin-top: 3vw;
  }
}

.DNPRevista-editorial-content-video {
  width: 750px;
  height: 422px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-video {
    width: 52vw;
    height: 29.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-video {
    width: 90vw;
    height: 50.6vw;
  }
}

.DNPRevista-editorial-content-body {
  padding-top: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-body {
    padding-top: 1.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-body {
    padding-top: 4vw;
  }
}

.DNPRevista-editorial-content-body p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  padding-bottom: 16px;
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-body p {
    padding-bottom: 1.2vw;
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-body p {
    padding-bottom: 4vw;
    font-size: 4vw;
  }
}

.DNPRevista-editorial-content-body img,
.DNPRevista-editorial-content-body iframe {
  max-width: 100%;
  display: block;
  margin: 15px auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-body img,
  .DNPRevista-editorial-content-body iframe {
    margin: 1.2vw auto;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-body img,
  .DNPRevista-editorial-content-body iframe {
    margin: 3vw auto;
  }
}

.DNPRevista-editorial-content-dropdowns {
  margin: 48px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-dropdowns {
    margin: 3.4vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-dropdowns {
    margin: 8vw 0;
  }
}

.DNPRevista-editorial-content-dropdowns-element {
  border: solid #e6effd 1px;
}

.DNPRevista-editorial-content-dropdowns-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;
  width: 100%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding: 24px 36px;
}

.DNPRevista-editorial-content-dropdowns-element-head:hover {
  background-color: #f6f8f9;
}

.DNPRevista-editorial-content-dropdowns-element-head:focus {
  outline-color: #004884;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-dropdowns-element-head {
    padding: 1.8vw 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-dropdowns-element-head {
    padding: 4vw 5vw;
  }
}

.DNPRevista-editorial-content-dropdowns-element-head-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #004884;
  font-size: 20px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-dropdowns-element-head-title {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-dropdowns-element-head-title {
    font-size: 5vw;
  }
}

.DNPRevista-editorial-content-dropdowns-element-head-button {
  background: transparent url(../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) {
  .DNPRevista-editorial-content-dropdowns-element-head-button {
    width: 1.5vw;
    height: 1.5vw;
    background-size: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-dropdowns-element-head-button {
    width: 5vw;
    height: 5vw;
    background-size: 4vw;
  }
}

.DNPRevista-editorial-content-dropdowns-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;
}

.DNPRevista-editorial-content-dropdowns-element-content p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  padding: 0 36px 16px;
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-dropdowns-element-content p {
    padding: 0 2.5vw 1.2vw;
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-dropdowns-element-content p {
    padding: 0 5vw 4vw;
    font-size: 4vw;
  }
}

.DNPRevista-editorial-content-dropdowns-element-content img,
.DNPRevista-editorial-content-dropdowns-element-content iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 36px 16px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-dropdowns-element-content img,
  .DNPRevista-editorial-content-dropdowns-element-content iframe {
    padding: 0 2.5vw 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-dropdowns-element-content img,
  .DNPRevista-editorial-content-dropdowns-element-content iframe {
    padding: 0 7vw 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.DNPRevista-editorial-content-dropdowns-element.opened,
.DNPRevista-editorial-content-dropdowns-element:focus-within {
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.DNPRevista-editorial-content-dropdowns-element.opened
  .DNPRevista-editorial-content-dropdowns-element-content,
.DNPRevista-editorial-content-dropdowns-element:focus-within
  .DNPRevista-editorial-content-dropdowns-element-content {
  max-height: 1000vh;
}

.DNPRevista-editorial-content-dropdowns-element.opened
  .DNPRevista-editorial-content-dropdowns-element-head-button,
.DNPRevista-editorial-content-dropdowns-element:focus-within
  .DNPRevista-editorial-content-dropdowns-element-head-button {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.DNPRevista-editorial-content-buttons {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.DNPRevista-editorial-content-buttons-element {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  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;
  margin-right: 24px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-buttons-element {
    border-radius: 35vw;
    padding: calc(var(--fuente0_tablet) * 0.75)
      calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-buttons-element {
    padding: calc(var(--fuente0_mobile) * 0.75)
      calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}

.DNPRevista-editorial-content-buttons-element:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPRevista-editorial-content-buttons-element:visited:hover {
  color: #bababa !important;
}

.DNPRevista-editorial-content-buttons-element-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPRevista-editorial-content-buttons-element-color:visited {
  border-color: #3366cc;
  color: #bababa !important;
}

.DNPRevista-editorial-content-buttons-element:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPRevista-editorial-content-buttons-element > img {
  height: 0;
  margin-left: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-buttons-element > img {
    height: var(--fuente0_tablet);
    margin-left: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-buttons-element > img {
    height: var(--fuente0_mobile);
    margin-left: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-content-buttons-element {
    margin-right: 1.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-content-buttons-element {
    margin: 2vw auto;
  }
}

.DNPRevista-editorial-sidebar {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 500px;
  margin-top: 0;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar {
    width: 35vw;
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar {
    width: 90vw;
    margin-top: 0;
  }
}

.DNPRevista-editorial-sidebar-withicon {
  background-color: #f6f8f9;
  border-radius: 8px;
  margin-top: 100px;
  padding: 0 30px 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-withicon {
    margin-top: 7.14vw;
    padding: 0 2.1vw 1.45vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-withicon {
    border-radius: 3vw;
    margin-top: 15vw;
    padding: 0 5vw 5vw;
  }
}

.DNPRevista-editorial-sidebar-icon {
  background-color: #fff;
  display: block;
  border-radius: 50%;
  border: solid #f6f8f9 1px;
  margin: -70px auto 20px;
  width: 100px;
  padding: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-icon {
    margin: -5vw auto 1.5vw;
    width: 7vw;
    padding: 1.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-icon {
    margin: -17.5vw auto 5vw;
    width: 20vw;
    padding: 5vw;
  }
}

.DNPRevista-editorial-sidebar-icon-nomargin {
  margin-top: 0 !important;
}

.DNPRevista-editorial-sidebar-edition {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-edition {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-edition {
    font-size: 4vw;
  }
}

.DNPRevista-editorial-sidebar-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
  font-size: 31.2px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-title {
    padding-bottom: 1.5vw;
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-title {
    padding-bottom: 5vw;
    font-size: 7.8vw;
  }
}

.DNPRevista-editorial-sidebar-bluetitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #004884;
  text-align: center;
  padding-bottom: 10px;
  font-size: 31.2px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-bluetitle {
    padding-bottom: 0.7vw;
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-bluetitle {
    padding-bottom: 3.5vw;
    font-size: 7.8vw;
  }
}

.DNPRevista-editorial-sidebar-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.DNPRevista-editorial-sidebar-elements-item {
  padding: 20px 0;
  border-bottom: solid #bdbdbd 1px;
}

.DNPRevista-editorial-sidebar-elements-item:hover {
  text-decoration: underline;
  color: inherit;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-elements-item {
    padding: 1.5vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-elements-item {
    padding: 5vw 0;
  }
}

.DNPRevista-editorial-sidebar-elements-item-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-elements-item-title {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-elements-item-title {
    font-size: 4vw;
  }
}

.DNPRevista-editorial-sidebar-elements-item-subtitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  padding-top: 10px;
  font-size: 12.8px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-elements-item-subtitle {
    padding-top: 0.7vw;
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-elements-item-subtitle {
    padding-bottom: 2.5vw;
    font-size: 3.2vw;
  }
}

.DNPRevista-editorial-sidebar-content {
  padding-top: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-content {
    padding-top: 0.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-content {
    padding-top: 2.5vw;
  }
}

.DNPRevista-editorial-sidebar-content p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  padding-bottom: 16px;
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-content p {
    padding-bottom: 1.2vw;
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-content p {
    padding-bottom: 4vw;
    font-size: 4vw;
  }
}

.DNPRevista-editorial-sidebar-button {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: solid #3366cc 2px;
  background-color: #3366cc;
  color: #fff;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 16px;
  margin: 24px auto 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-button {
    border-radius: 3.5vw;
    padding: 0.9vw 1.8vw;
    font-size: 1.2vw;
    margin: 1.8vw auto 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-button {
    padding: 3vw 6vw;
    font-size: 4vw;
    margin: 6vw auto 0;
  }
}

.DNPRevista-editorial-sidebar-button:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPRevista-editorial-sidebar-button:visited {
  color: #bababa;
}

.DNPRevista-editorial-sidebar-item {
  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;
  padding-bottom: 24px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-item {
    padding-bottom: 1.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-item {
    padding-bottom: 5vw;
  }
}

.DNPRevista-editorial-sidebar-item-image {
  width: 160px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-item-image {
    width: 11.4vw;
    height: 7.14vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-item-image {
    width: 30vw;
    height: 18.75vw;
  }
}

.DNPRevista-editorial-sidebar-item-info {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 250px;
  border-bottom: solid #e6effd 2px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-item-info {
    width: 17.8vw;
    border-bottom-width: 0.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-item-info {
    width: 38vw;
    border-bottom-width: 0.5vw;
  }
}

.DNPRevista-editorial-sidebar-item-info-title {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #333;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-item-info-title {
    padding-bottom: 0.7vw;
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-item-info-title {
    padding-bottom: 2.5vw;
    font-size: 3.5vw;
  }
}

.DNPRevista-editorial-sidebar-item-info-author {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  font-size: 13px;
  margin: 0;
  padding-bottom: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-editorial-sidebar-item-info-author {
    font-size: 0.9vw;
    padding-bottom: 0.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-editorial-sidebar-item-info-author {
    font-size: 2.6vw;
    padding-bottom: 2.5vw;
  }
}

.DNPRevista-editorial-sidebar-item:hover
  .DNPRevista-editorial-sidebar-item-info {
  border-bottom-color: #333;
}

.DNPRevista-fullcontent {
  width: 1280px;
  padding-bottom: 48px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent {
    width: 90vw;
    padding-bottom: 3.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent {
    width: 90vw;
    padding-bottom: 12vw;
  }
}

.DNPRevista-fullcontent-title {
  width: 1280px;
  margin: 0 auto;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000;
  padding-bottom: 36px;
  font-size: 39px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-title {
    width: 90vw;
    padding-bottom: 2.5vw;
    font-size: 2.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-title {
    width: 90vw;
    padding-bottom: 9vw;
    font-size: 8.5vw;
  }
}

.DNPRevista-fullcontent-title-arti {
  width: 1000px;
  margin: 0;
  padding-bottom: 60px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-title-arti {
    width: 71.5vw;
    padding-bottom: 4.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-title-arti {
    width: 90vw;
    padding-bottom: 15vw;
  }
}

.DNPRevista-fullcontent-content {
  width: 100%;
  margin: 0 auto 24px;
  background-color: #f6f8f9;
  padding-bottom: 48px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-content {
    width: 90vw;
    margin: 0 auto 1.7vw;
    padding-bottom: 3.4vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-content {
    width: 90vw;
    margin: 0 auto 6vw;
    padding-bottom: 12vw;
  }
}

.DNPRevista-fullcontent-content-image {
  width: 100%;
  max-width: 1280px;
  height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-content-image {
    height: 30.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-content-image {
    width: 90vw;
    height: 81vw;
  }
}

.DNPRevista-fullcontent-content-icon {
  z-index: 6;
  position: relative;
  background-color: #fff;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50%;
  border: solid #f6f8f9 1px;
  margin: -70px auto 5px;
  width: 100px;
  padding: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-content-icon {
    margin: -5vw auto 0.4vw;
    width: 7.1vw;
    padding: 1.4vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-content-icon {
    margin: -12vw auto 1.2vw;
    width: 12vw;
    padding: 5vw;
  }
}

.DNPRevista-fullcontent-content-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #004884;
  padding: 5px 48px 10px;
  font-size: 31.2px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-content-title {
    padding: 0.3vw 3.4vw 0.7vw;
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-content-title {
    padding: 1.2vw 5vw 2.5vw;
    font-size: 7.8vw;
  }
}

.DNPRevista-fullcontent-content-title-arti {
  margin: 30px 0 0 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-content-title-arti {
    margin-top: 2.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-content-title-arti {
    margin-top: 7.5vw;
  }
}

.DNPRevista-fullcontent-content-date {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #535353;
  padding: 15px 48px 8px;
  font-size: 12.8px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-content-date {
    padding: 1.1vw 3.4vw 0.6vw;
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-content-date {
    padding: 3.5vw 5vw;
    font-size: 3.2vw;
  }
}

.DNPRevista-fullcontent-content-info {
  padding: 0 48px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-content-info {
    padding: 0 3.4vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-content-info {
    padding: 0 5vw;
  }
}

.DNPRevista-fullcontent-content-info p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  padding-bottom: 16px;
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-content-info p {
    padding-bottom: 1.1vw;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-content-info p {
    padding-bottom: 4vw;
    font-size: 4vw;
  }
}

.DNPRevista-fullcontent-content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 48px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-content-buttons {
    padding: 0.9vw 3.4vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-content-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3vw 5vw;
  }
}

.DNPRevista-fullcontent-content-buttons-element,
a.DNPRevista-fullcontent-content-buttons-element {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 12px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-content-buttons-element,
  a.DNPRevista-fullcontent-content-buttons-element {
    padding: 0.8vw 1.7vw;
    font-size: 1.1vw;
    margin-right: 1.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-content-buttons-element,
  a.DNPRevista-fullcontent-content-buttons-element {
    padding: 3vw 3vw;
    font-size: 4vw;
    margin: 2vw auto;
  }
}

.DNPRevista-fullcontent-content-buttons-element:visited,
a.DNPRevista-fullcontent-content-buttons-element:visited {
  border-color: #535353;
  color: #535353;
}

.DNPRevista-fullcontent-content-buttons-element-color,
a.DNPRevista-fullcontent-content-buttons-element-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPRevista-fullcontent-content-buttons-element-color:visited,
a.DNPRevista-fullcontent-content-buttons-element-color:visited {
  border-color: #3366cc;
  color: #bababa;
}

.DNPRevista-fullcontent-content-buttons-element:hover,
a.DNPRevista-fullcontent-content-buttons-element:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPRevista-fullcontent-content-buttons-element-arti,
a.DNPRevista-fullcontent-content-buttons-element-arti {
  padding: 10px 15px;
  font-size: 14px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-content-buttons-element-arti,
  a.DNPRevista-fullcontent-content-buttons-element-arti {
    padding: 0.5vw 2vw;
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-content-buttons-element-arti,
  a.DNPRevista-fullcontent-content-buttons-element-arti {
    padding: 2.5vw;
    font-size: 3.5vw;
  }
}

.DNPRevista-fullcontent-content-arti {
  width: 700px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-content-arti {
    width: 50vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-content-arti {
    width: 90vw;
  }
}

.DNPRevista-fullcontent-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 48px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-cont {
    width: 90vw;
    padding-bottom: 3.4vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-cont {
    width: 90vw;
    padding-bottom: 12vw;
  }
}

.DNPRevista-fullcontent-cont-sidebar {
  position: relative;
  border-radius: 10px;
  border: #e6effd 0.5px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 400px;
  padding: 100px 20px 30px;
  margin: 69px auto 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-cont-sidebar {
    width: 29vw;
    padding: 7.1vw 1.4vw 2.1vw;
    margin: 5vw auto 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-cont-sidebar {
    width: 90vw;
    padding: 25vw 5vw 7.5vw;
    margin: 25vw auto 0;
  }
}

.DNPRevista-fullcontent-cont-sidebar-foto {
  position: absolute;
  top: -75px;
  right: 130px;
  border-radius: 50%;
  border: #bababa 1px solid;
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-cont-sidebar-foto {
    width: 9.2vw;
    height: 9.2vw;
    top: -5.3vw;
    right: 9.3vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-cont-sidebar-foto {
    width: 32vw;
    height: 32vw;
    top: -18vw;
    right: 28vw;
  }
}

.DNPRevista-fullcontent-cont-sidebar-name {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000;
  padding-bottom: 10px;
  font-size: 23px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-cont-sidebar-name {
    padding-bottom: 0.7vw;
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-cont-sidebar-name {
    padding-bottom: 2.5vw;
    font-size: 5.7vw;
  }
}

.DNPRevista-fullcontent-cont-sidebar-cargo {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  line-height: 1.3;
  padding-bottom: 36px;
  font-size: 12.8px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-cont-sidebar-cargo {
    padding-bottom: 3.2vw;
    font-size: 0.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-cont-sidebar-cargo {
    padding-bottom: 11vw;
    font-size: 3vw;
  }
}

.DNPRevista-fullcontent-cont-sidebar-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  padding: 0 20px 5px;
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-fullcontent-cont-sidebar-text {
    padding: 0 1.4vw 0.3vw;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-fullcontent-cont-sidebar-text {
    padding: 0 5vw 1.2vw;
    font-size: 4vw;
  }
}

.DNPRevista-explain {
  border-radius: 8px;
  background-color: #f6f8f9;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1280px;
  padding: 20px 50px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-explain {
    width: 90vw;
    padding: 1.4vw 3.7vw;
    margin: 0 auto 2.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-explain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90vw;
    padding: 5vw 12.5vw;
    margin: 0 auto 7.5vw;
  }
}

.DNPRevista-explain-image {
  width: 250px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-explain-image {
    width: 17.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-explain-image {
    width: 62.5vw;
  }
}

.DNPRevista-explain-info {
  width: 850px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-explain-info {
    width: 60.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-explain-info {
    width: 90vw;
  }
}

.DNPRevista-explain-info-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000;
  padding-bottom: 15px;
  font-size: 39px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-explain-info-title {
    padding-bottom: 1.1vw;
    font-size: 2.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-explain-info-title {
    padding: 1vw 5vw 3.7vw;
    font-size: 9vw;
  }
}

.DNPRevista-explain-info-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-explain-info-text {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-explain-info-text {
    padding: 0 5vw;
    font-size: 4vw;
  }
}

.DNPRevista-repository {
  width: 1280px;
  padding-bottom: 24px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-repository {
    width: 90vw;
    padding-bottom: 1.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-repository {
    width: 90vw;
    padding-bottom: 6vw;
  }
}

.DNPRevista-repository-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.DNPRevista-repository-elements-item {
  overflow: hidden;
  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;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 1280px;
  border: solid #bababa 1px;
  border-radius: 8px;
  margin-bottom: 24px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-repository-elements-item {
    width: 90vw;
    margin-bottom: 1.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-repository-elements-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90vw;
    margin-bottom: 6vw;
  }
}

.DNPRevista-repository-elements-item-image {
  width: 300px;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-repository-elements-item-image {
    width: 21.4vw;
    height: 19.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-repository-elements-item-image {
    width: 90vw;
    height: 81vw;
  }
}

.DNPRevista-repository-elements-item-info {
  width: 900px;
  padding: 10px 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-repository-elements-item-info {
    width: 64.2vw;
    padding: 0.7vw 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-repository-elements-item-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5vw;
  }
}

.DNPRevista-repository-elements-item-info-subtitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  padding: 15px 0 8px;
  font-size: 15px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-repository-elements-item-info-subtitle {
    padding: 1.1vw 0 0.5vw;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-repository-elements-item-info-subtitle {
    padding: 3.7vw 0;
    font-size: 3.7vw;
  }
}

.DNPRevista-repository-elements-item-info-flag {
  display: block;
  width: max-content;
  background-color: #36c;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 12px 22px;
  font-size: 15px;
  margin: 0 0 14px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-repository-elements-item-info-flag {
    padding: 0.9vw 0.7vw;
    font-size: 1.1vw;
    margin: 0 0 1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-repository-elements-item-info-flag {
    padding: 3vw 2.5vw;
    font-size: 3.7vw;
  }
}

.DNPRevista-repository-elements-item-info-flag span {
  font-weight: 700;
  font-size: 20px;
  margin-right: 5px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-repository-elements-item-info-flag span {
    font-size: 1.5vw;
    margin-right: 0.4vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-repository-elements-item-info-flag span {
    font-size: 5vw;
    margin-right: 1vw;
  }
}

.DNPRevista-repository-elements-item-info-date {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #535353;
  padding: 6px 0 18px;
  font-size: 12.8px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-repository-elements-item-info-date {
    padding: 0.4vw 0 1.2vw;
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-repository-elements-item-info-date {
    padding: 1.5vw 0 4.5vw;
    font-size: 3.2vw;
  }
}

.DNPRevista-repository-elements-item-info-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #004884;
  padding-bottom: 10px;
  font-size: 31.2px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-repository-elements-item-info-title {
    padding-bottom: 0.7vw;
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-repository-elements-item-info-title {
    padding-bottom: 2.5vw;
    font-size: 7.8vw;
  }
}

.DNPRevista-repository-elements-item-info-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-repository-elements-item-info-text {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-repository-elements-item-info-text {
    font-size: 4vw;
  }
}

.DNPRevista-repository-elements-item-info-text-bold {
  font-weight: 700;
  font-size: 19px;
}

.DNPRevista-repository-elements-item:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNPRevista-repository-elements-item-bold {
  margin-bottom: 30px;
}

.DNPRevista-repository-elements a:hover {
  text-decoration: none;
}

.DNPRevista-column {
  margin: 0 auto;
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 48px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-column {
    padding-bottom: 3.4vw;
    width: 90vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-column {
    width: 90vw;
    padding-bottom: 12vw;
  }
}

.DNPRevista-column-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000;
  padding-bottom: 24px;
  font-size: 39px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-column-title {
    padding-bottom: 1.7vw;
    font-size: 2.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-column-title {
    padding-bottom: 6vw;
    font-size: 9.7vw;
  }
}

.DNPRevista-column-title-blue {
  color: #004884;
}

.DNPRevista-column-element {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-column-element {
    margin-bottom: 1.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-column-element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 6vw;
  }
}

.DNPRevista-column-element-image {
  width: 400px;
  height: 225px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-column-element-image {
    width: 28.6vw;
    height: 16vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-column-element-image {
    width: 90vw;
    height: 50.6vw;
  }
}

.DNPRevista-column-element-video {
  width: 400px;
  height: 225px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-column-element-video {
    width: 28.6vw;
    height: 16.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-column-element-video {
    padding-bottom: 4vw;
    width: 90vw;
    height: 56.2vw;
  }
}

.DNPRevista-column-element-info {
  padding: 0 40px 10px;
  width: 800px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-column-element-info {
    padding: 0 2.8vw 0.7vw;
    width: 57.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-column-element-info {
    padding: 0 0 2.5vw;
    width: 90vw;
  }
}

.DNPRevista-column-element-info-subtitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #535353;
  padding: 6px 0 18px;
  font-size: 12.8px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-column-element-info-subtitle {
    padding: 0.4vw 0 1.2vw;
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-column-element-info-subtitle {
    padding: 1.5vw 1vw 4.5vw;
    font-size: 3.2vw;
  }
}

.DNPRevista-column-element-info-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000;
  padding-bottom: 10px;
  font-size: 31.2px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-column-element-info-title {
    padding-bottom: 0.7vw;
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-column-element-info-title {
    padding-bottom: 2.5vw;
    font-size: 7.8vw;
  }
}

.DNPRevista-column-element-info-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  font-size: 16px;
  padding-bottom: 6px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-column-element-info-text {
    padding-bottom: 0.4vw;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-column-element-info-text {
    padding: 1vw 1vw 2vw;
    font-size: 4vw;
  }
}

.DNPRevista-column-element-info-link {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  line-height: 1.3;
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-column-element-info-link {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-column-element-info-link {
    font-size: 4vw;
  }
}

.DNPRevista-column-element-info-link:hover {
  color: #004884;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  text-transform: none;
}

.DNPRevista-column-element-info-link:visited {
  color: #535353;
}

.DNPRevista-column-element-info-link:visited:hover {
  color: #004884;
}

.DNPRevista-flag {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 0 25px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-flag {
    padding: 0 0 1.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-flag {
    padding: 3vw 0 5vw;
  }
}

.DNPRevista-flag-edition {
  background-color: #069169;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  font-size: 31px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-flag-edition {
    padding: 0.75vw 1.5vw;
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-flag-edition {
    padding: 2vw 24w;
    font-size: 6vw;
  }
}

.DNPRevista-flag-date {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000;
  padding: 7px 14px;
  font-size: 20px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPRevista-flag-date {
    padding: 0.5vw 1vw;
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevista-flag-date {
    padding: 1vw 2vw;
    font-size: 4vw;
  }
}

/* Marco Romero Error 404 start */

.DNP--container-error-404 {
  width: 100%;
  height: auto;
  padding: 8px;
  margin: 20px 0 50px 0;
}

.DNP--flex-error404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.DNP--error--404 {
  z-index: 1;
  position: relative;
  margin: 0 30px 0 0;
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .DNP--error--404 {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .DNP--error--404 {
    width: 70%;
  }
}

.DNP--error--404 h2 {
  font-size: 13rem;
  color: #36c;
  font-weight: bold;
  white-space: pre-line;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
}

@media screen and (max-width: 425px) {
  .DNP--error--404 h2 {
    font-size: 8rem;
    color: #36c;
    font-weight: bold;
    white-space: pre-line;
    line-height: 1;
    font-family: "Work Sans", sans-serif;
  }

  .DNP--error--404 {
    width: 70%;
  }
}

.DNP--error--404 p {
  color: #333;
  white-space: pre-line;
  padding-top: 25px;
  font-size: var(--fuente1);
  line-height: 1.3;
  font-family: "Work Sans", sans-serif;
}

.DNP--img-error404 img {
  width: 80%;
  padding: 20px;
}

/* Marco Romero Error 404 end */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Marco Romero contenidos start */

.DNPHistorical > * {
  max-width: 100%;
}

.DNPHistorical-small-content {
  overflow: hidden;
  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: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  border: solid #bababa 1px;
  border-radius: 8px;
  margin: var(--fuente0) 0;
}

.DNPHistorical-small-content a:visited {
  color: #36c;
}

/* .DNPHistorical-small-content a:hover {
  color: #fff;
} */

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-small-content {
    margin-bottom: 1.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-small-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90vw;
    margin-bottom: 6vw;
  }
}

.DNPHistorical-small-content-image {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-small-content-image {
    width: 30vw;
    height: 36vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-small-content-image {
    width: 90vw;
    height: 90vw;
  }
}

.DNPHistorical-small-content-info {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPHistorical-small-content-info {
    padding: 0.7vw 2.8vw;
    width: 60%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPHistorical-small-content-info {
    padding: 0.7vw 2.8vw;
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-small-content-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5vw;
  }
}

.DNPHistorical-small-content-info-subtitle {
  color: #535353;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPHistorical-small-content-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPHistorical-small-content-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-small-content-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPHistorical-small-content-info-subtitle a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-small-content-info-subtitle a:hover {
  color: #000;
}

.DNPHistorical-small-content-info-subtitle a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-small-content-info-subtitle {
    margin-bottom: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-small-content-info-subtitle {
    margin-bottom: var(--fuente-2_mobile);
  }
}

.DNPHistorical-small-content-info-title {
  color: #36c;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente1);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPHistorical-small-content-info-title {
    max-width: 90vw;
    font-size: var(--fuente3_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPHistorical-small-content-info-title {
    max-width: 90vw;
    font-size: var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-small-content-info-title {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

.DNPHistorical-small-content-info-title.white,
.DNPHistorical-small-content-info-title-white {
  color: #fff;
}

.DNPHistorical-small-content-info-title.color1,
.DNPHistorical-small-content-info-title-color1 {
  color: #069169;
}

.DNPHistorical-small-content-info-title.color2,
.DNPHistorical-small-content-info-title-color2 {
  color: #004884;
}

.DNPHistorical-small-content-info-title.color3,
.DNPHistorical-small-content-info-title-color3 {
  color: #3366cc;
}

.DNPHistorical-small-content-info-title.center,
.DNPHistorical-small-content-info-title-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.DNPHistorical-small-content-info-title.right,
.DNPHistorical-small-content-info-title-right {
  margin-left: auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-small-content-info-title {
    margin-bottom: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-small-content-info-title {
    margin-bottom: var(--fuente-1_mobile);
  }
}

.DNPHistorical-small-content-info-bold {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente-1);
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-small-content-info-bold {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-small-content-info-bold {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPHistorical-small-content-info-bold a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-small-content-info-bold a:hover {
  color: #000;
}

.DNPHistorical-small-content-info-bold a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-small-content-info-bold {
    margin-bottom: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-small-content-info-bold {
    margin-bottom: var(--fuente-2_mobile);
  }
}

.DNPHistorical-small-content:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

/* button */

.DNPbuttoncontent {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: 8px 12px;
  font-size: 1.4rem;
  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;
  margin-top: 10px;
  margin-right: 16px;
}

.DNPbuttoncontent:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPbuttoncontent-box {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPbuttoncontent-box .DNPbuttoncontent {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 8px 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPbuttoncontent-box .DNPbuttoncontent {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 8px 12px;
  }
}

@media screen and (max-width: 600px) {
  .DNPbuttoncontent-box .DNPbuttoncontent {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding: 8px 12px;
  }
}

/* Marco Romero contenidos end */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Marco Romero resultados de busqueda */

/* miga */

.DNPBread-busqueda {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 1280px;
  padding: 15px 0;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBread-busqueda {
    width: 90vw;
    padding: 1.1vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPBread-busqueda {
    width: 90vw;
    padding: 2vw 0;
  }
}

.DNPBread-busqueda-element {
  font-family: "Work Sans", sans-serif;
  color: #1d428a;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 2.5px 8px 0 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBread-busqueda-element {
    font-size: 1vw;
    padding: 0.2vw 0.55vw 0 0;
    border-right-width: 0.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBread-busqueda-element {
    font-size: 3vw;
    padding: 0.7vw 1.5vw 0 0;
    border-right-width: 0.4vw;
  }
}

.DNPBread-busqueda-element:after {
  content: ">";
  font-family: "Work Sans", sans-serif;
  color: #bababa;
  font-weight: 400;
  position: static;
  display: inline-block;
  vertical-align: middle;
  padding: 2.5px 0 2.5px 8px;
  font-size: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBread-busqueda-element:after {
    padding: 0.2vw 0 0.2vw 0.8vw;
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBread-busqueda-element:after {
    padding: 0.5vw 0 0.5vw 1.5vw;
    font-size: 2.5vw;
  }
}

.DNPBread-busqueda-element:last-child:after {
  content: "";
}

.DNPBread-busqueda-element a {
  color: #1d428a;
  font-weight: 600;
}

.DNPBread-busqueda-element a:hover {
  text-decoration: underline;
}

/* miga */

/* banner */

.DNPBanner-busqueda {
  width: 100vw;
  position: relative;
  margin-top: var(--fuente0);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBanner-busqueda {
    margin-top: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBanner-busqueda {
    margin-top: var(--fuente0_mobile);
  }
}

.DNPBanner-busqueda-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.DNPBanner-busqueda-info {
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 50vw 50px 0;
  margin-bottom: 40px;
  width: 100vw;
  height: 100%;
  min-height: 200px;
  top: 0;
  left: 0;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 8px solid;
  background: linear-gradient(
    to left,
    rgba(21, 74, 139, 0.1),
    rgba(21, 74, 139, 0.6)
  );
  border-image: linear-gradient(
      to right,
      rgba(255, 182, 39, 1) 28%,
      rgba(21, 74, 139, 1) 28%,
      rgba(21, 74, 139, 1) 78%,
      rgba(228, 20, 20, 1) 78%
    )
    1;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBanner-busqueda-info {
    padding-bottom: 3.5vw;
    padding-top: 3.5vw;
    min-height: 25vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBanner-busqueda-info {
    padding: 10vw 10vw 10vw 0;
    min-height: 70vw;
  }
}

.DNPBanner-busqueda-info-title,
h1.DNPBanner-busqueda-info-title {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.1;
  max-width: 1280px;
  padding: 10px 0 10px calc(45vw - 640px);
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBanner-busqueda-info-title,
  h1.DNPBanner-busqueda-info-title {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBanner-busqueda-info-title,
  h1.DNPBanner-busqueda-info-title {
    max-width: 90vw;
    font-size: var(--fuente5_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBanner-busqueda-info-title,
  h1.DNPBanner-busqueda-info-title {
    padding: 0.7vw 0 0.7vw 5vw;
    border-bottom-width: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBanner-busqueda-info-title,
  h1.DNPBanner-busqueda-info-title {
    line-height: 1;
    padding: 2.5vw 0 2.5vw 5vw;
    border-bottom-width: 1vw;
  }
}

/* banner */

/* sidebar */

.DNPSidebar-results-search {
  background-color: #f4f4f4;
  width: 380px;
  display: inline-block;
  padding: 50px 0 0 40px;
  margin: 40px 50px 0 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSidebar-results-search {
    width: 30vw;
    padding: 32px 0 0 32px;
    margin-right: 8px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSidebar-results-search {
    width: 42vw;
    padding: 32px 0 0 32px;
    margin-right: 8px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .DNPSidebar-results-search {
    width: 90vw;
    display: block;
    padding: 8vw 16vw;
    margin: 0 12px;
  }
}

/* sidebar */

/* checkbox start */

.checkbox {
  margin-top: 20px;
}

.checkbox input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}

/* checkbox end */

/* Filter Search */

.DNP-Filter__search {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.DNP-Filter__search a {
  font-family: "Work Sans", sans-serif;
  font-size: var(--fuente0);
  font-weight: 600;
  line-height: 1rem;
  color: #004884;
  text-decoration: none !important;
}

.DNP-Filter__search a:nth-child(1) {
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid #004884;
  padding: 12px 16px;
}

.DNP-Filter__search a:nth-child(2) {
  margin-left: 32px;
  text-decoration: underline !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP-Filter__search a:nth-child(1) {
    padding: 8px 12px;
  }
  .DNP-Filter__search a {
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP-Filter__search a:nth-child(1) {
    padding: 8px 12px;
  }
  .DNP-Filter__search a {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNP-Filter__search a:nth-child(1) {
    padding: 8px 12px;
  }
  .DNP-Filter__search a {
    font-size: var(--fuente-1_mobile);
  }
}

/* Filter Search end */

/* date start*/

.date input[type="date"] {
  padding: 8px;
  font-size: 1.2rem;
  margin-left: 16px;
  outline: none;
  border: 1px solid #bababa;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  color: rgba(128, 128, 128, 0.3);
  width: 134px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0;
}

.DNPresults-item-icon {
  background-image: url("../assets/calendario.svg");
  background-repeat: no-repeat;
  background-position: 107px 10px;
  background-size: 14px 14px;
}

.DNPresults-item-label-date {
  color: #004884;
  font-weight: 500;
  font-size: var(--fuente0);
  line-height: 1rem;
  max-width: 1280px;
  margin-left: 20px;
  font-family: "Montserrat", sans-serif;
}

.DNPresults-item-label-date:nth-child(2n + 1) {
  margin-top: 8px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPresults-item-label-date {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-item-label-date {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

/* date end*/

/* Resultados sidebar */

.DNPresults-search {
  width: 100%;
}

.DNPresults-search p {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.DNPresults-search .DNP-line {
  width: 260px;
  border-bottom: 1px solid #bababa;
  margin-top: 32px;
  margin-bottom: 32px;
  height: 0px;
}

.DNPresults-search .title-filter {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.DNPresults-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.DNPresults-item-label {
  color: #004884;
  font-weight: 500;
  font-size: var(--fuente0);
  line-height: 2rem;
  max-width: 1280px;
  margin: 8px;
  margin-left: 15px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}

.DNPresults-item-label span {
  order: 0 !important;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPresults-item-label {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-item-label {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

/* Resultados sidebar */

/* Resultados de busqueda  */

.DNPText-results,
h1.DNPText-results {
  color: #004884;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  max-width: 1280px;
  margin: 18px 0 0 16px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPText-results,
  h1.DNPText-results {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPText-results,
  h1.DNPText-results {
    max-width: 90vw;
    font-size: var(--fuente4_mobile);
    margin: 0;
  }
}

.DNPresults-item-label-search {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin: 0 0 16px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSearch-item-label {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-item-label {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPSearch-horizontal-busqueda {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.SGRSearch-horizontal-busqueda {margin: 0 auto 40px auto;}

.DNPresults-search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 16px;
  width: 82%;
  margin-top: 12px;
}

.SGRresults-search-item {margin: 0 16px 0 0; display: inline-table; width: 82%;}

/* Botton */

.DNPButtonscontainer-results {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 13px 0;
  margin-left: 16px;
}

/*@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-search-item {
    width: 76%;
    margin-top: 8px;
  }
}*/

/*@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-search-item {
    width: 80%;
    margin-top: 6px;
  }
}*/

/*@media screen and (max-width: 600px) {
  .DNPresults-search-item {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0;
  }

  .DNPresults-item-paragraph {
    font-size: 1.2rem;
    margin-left: -18px;
  }

  .DNPButtonscontainer-results {
    margin-left: 0px;
  }
}*/

.DNPSimplebutton-results,
a.DNPSimplebutton-results {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  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;
  margin: var(--fuente0) auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimplebutton-results,
  a.DNPSimplebutton-results {
    border-radius: 35vw;
    padding: calc(var(--fuente0_tablet) * 0.75)
      calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSimplebutton-results,
  a.DNPSimplebutton-results {
    padding: calc(var(--fuente0_mobile) * 0.75)
      calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}

.DNPSimplebutton-results:visited,
a.DNPSimplebutton-results:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPSimplebutton-results:visited:hover,
a.DNPSimplebutton-results:visited:hover {
  color: #ffffff !important;
}

.DNPSimplebutton-results-color,
a.DNPSimplebutton-results-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPSimplebutton-results-color:visited,
a.DNPSimplebutton-results-color:visited {
  border-color: #3366cc;
  color: #ffffff !important;
}

.DNPSimplebutton-results:hover,
a.DNPSimplebutton-results:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPButtonscontainer-results .DNPSimplebutton-results,
a.DNPSimplebutton-results {
  margin: 16px 8px;
}

/* Botton end */

.DNPresults-item-input {
  color: #333;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  max-width: 1280px;
  height: 50px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 8px 0 32px !important;
  border-radius: 8px;
  border: solid 1px #bababa;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPresults-item-input {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-item-input {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPresults-item-input a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPresults-item-input a:hover {
  color: #000;
}

.DNPresults-item-input a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPresults-item-input {
    background-size: var(--fuente0_tablet);
    padding: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-item-input {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
  }
}

.DNPresults-item-select {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 32px;
  width: 45%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("../assets/down.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPresults-item-select {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-item-select {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DDNPresults-item-select {
    background-size: var(--fuente0_tablet);
    padding: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-item-select {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
    width: 100%;
  }
}

.DNPresults-item-paragraph {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 32px;
}

@media screen and (max-width: 600px) {
  .DNPresults-item-paragraph {
    font-size: 1.2rem;
    margin-left: 15px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPresults-item-paragraph {
    font-size: 1.5rem;
    margin-left: 8px;
  }
}

/* Resultados de busqueda  */

/* box start*/

.DNPContent-busqueda {
  /* width: 955px; */
  width: 60%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px 40px 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContent-busqueda {
    width: 68vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContent-busqueda {
    width: 56vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-busqueda {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

.DNPHistorical-search {
  overflow: hidden;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  border-bottom: solid #e6effd 1px;
  padding: 32px 0;
  align-items: center;
}

@media screen and (min-width: 1440px) {
  .DNPHistorical-search {
    max-width: 800px;
    margin-bottom: 1.7vw;
    padding: var(--fuente0_tablet) 0;
    border-bottom-width: 0.25vw;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPHistorical-search {
    max-width: 610px;
    margin-bottom: 1.7vw;
    padding: var(--fuente0_tablet) 0;
    border-bottom-width: 0.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPHistorical-search {
    max-width: 670px;
    margin-bottom: 1.7vw;
    padding: var(--fuente0_tablet) 0;
    border-bottom-width: 0.25vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-search {
    width: 90vw;
    padding: var(--fuente0_mobile) 0;
    margin-bottom: 6vw;
    border-bottom-width: 1vw;
  }
}

.DNPHistorical-search-icon-image {
  width: 80px;
  height: 80px;
  margin-left: 24px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-search-icon-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-search-icon-image {
    width: 15vw;
    height: 15vw;
  }
}

.DNPHistorical-search-icon-size {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 3rem;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding-left: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-search-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-search-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPHistorical-search-icon-size a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-search-icon-size a:hover {
  color: #000;
}

.DNPHistorical-search-icon-size a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-search-icon-size {
    margin-top: calc(var(--fuente1_tablet) / 2);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-search-icon-size {
    margin-top: calc(var(--fuente1_mobile) / 2);
  }
}

.DNPHistorical-search-info {
  width: max-content;
  padding: 0 32px;
  box-sizing: content-box;
}

.DNPHistorical-search-info a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPHistorical-search-info {
    width: 68vw;
    padding: 0 2.8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPHistorical-search-info {
    padding: 0 2.8vw;
    max-width: 600px;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-search-info {
    width: 64vw;
    padding: 0 5vw;
  }
}

.DNPHistorical-search-info-title {
  color: #3366cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--fuente3);
  line-height: 1.1;
  max-width: 1280px;
  margin: 0 0 16px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-search-info-title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-search-info-title {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-search-info-title {
    margin-bottom: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-search-info-title {
    font-size: var(--fuente1_mobile);
    margin-bottom: var(--fuente-2_mobile);
  }
}

.DNPHistorical-search-info-text {
  color: #333;
  -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: 16px auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-search-info-text {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-search-info-text {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPHistorical-search-info-text a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-search-info-text a:hover {
  color: #000;
}

.DNPHistorical-search-info-text a:visited {
  color: #069169;
}

@media screen and (max-width: 600px) {
  .DNPHistorical-search-info-text {
    font-size: var(--fuente-1_mobile);
  }
}

.DNPHistorical-search-info-subtitle {
  font-family: "Work Sans", sans-serif;
  color: #535353;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  max-width: 1280px;
  margin: 16px auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-search-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-search-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPHistorical-search-link {
  font-weight: 400;
  font-size: 1.2rem;
  color: #36c;
  text-decoration: underline;
  font-family: "Work Sans", sans-serif;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-search-info-subtitle {
    margin-top: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-search-info-subtitle {
    font-size: var(--fuente-2_mobile);
    margin-top: var(--fuente-3_mobile);
  }
}

.DNPHistorical-search:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

/* box end */

/* Marco Romero resultados de busqueda end */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Marco Romero Mapa del sitio start*/

.DNPRichtext .DNPSite-map p {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: var(--fuente0);
  margin: 0;
}

.DNPRichtext .DNPSite-map p a {
  font-family: "Montserrat", sans-serif;
  color: #36c;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
}

.DNPRichtext .DNPSite-map .DNPSite-map-list li {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 1.3;
  max-width: 1280px;
  padding-bottom: var(--fuente0);
  margin: 0 0 0 20px;
  list-style: none;
}

.DNPRichtext .DNPSite-map .DNPSite-map-list a {
  font-size: 1.6rem;
  color: #333;
  font-weight: 500;
  text-decoration: underline;
}

.DNPRichtext .DNPSite-map-arraw {
  color: #36c;
  font-size: 1.8rem;
  font-weight: bold;
}

/* Marco Romero Mapa del sitio end*/

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Atención y servicio a la ciudadanía */

.DNPTitle__Atn {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a3bdf2;
  gap: 8px;
  padding-bottom: 16px;
  height: 100px;
  margin: 48px 0 32px 0;
}

.DNPTitle__Atn h1 {
  font-size: 4rem;
  line-height: 4.8rem;
}

.DNPTitle__Atn h2 {
  font-size: 2.8rem;
  line-height: 3rem;
  padding-bottom: 0 !important;
}

.DNPTitle__Atn h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.DNPTitle__Atn h4 {
  font-size: 2rem;
  line-height: 3rem;
}

.DNPTitle__Atn h5 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.DNPTitle__Atn h6 {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.DNPText-decoration__color {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #3366cc;
}

.DNPTitle__Atn-img {
  margin: 0 !important;
}

.DNPTitle__Atn img {
  width: 100px;
  height: 76px;
  object-fit: cover;
  padding: 0 24px 0 0 !important;
}

/* Interes Atencion y servicion a la ciudadania*/

.DNP-Atn__interesContainer {
  display: flex;
  max-width: 1280px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.DNP-Atn__interesContent {
  border-radius: 8px;
  max-width: 1280px;
  width: 100%;
}

.DNPAtn__ContentInteres {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}

.DNPAtn__Title {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente4);
  font-weight: 800;
  line-height: 4rem !important;
  color: #333 !important;
}

.DNPAtn__boxInteres {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  width: 230px;
  height: 148px;
  margin-left: 16px;
  border-radius: 8px;
  justify-content: center;
  border: 1px solid #3366cc;
  text-decoration: none !important;
}

.DNP-boxInteres__img {
  width: 50px;
  height: 50px;
}

.DNPAtn__BoxContent {
  font-family: "Work Sans", sans-serif;
  font-size: var(--fuente0);
  font-weight: 700;
  line-height: 2rem;
  color: #333333;
  padding: 16px;
  text-align: center;
}

.DNPAtn__Content-Box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 16px 0;
  align-items: center;
}

.DNPAtn__transform-Box {
  transition-duration: 0.5s;
}

.DNPAtn__transform-Box:hover {
  transform: scale(1.03);
}

@media screen and (max-width: 768px) {
  .DNPAtn__boxInteres {
    margin-top: 16px;
  }
}

@media screen and (max-width: 600px) {
  .DNPFullfront-info-title {
    line-height: 1;
    padding: 2.5vw 0 2.5vw 5vw;
    border-bottom-width: 1vw;
    font-size: var(--fuente4_mobile) !important;
  }

  .DNPTitle__Atn img {
    padding: 0px 0vw 1vw !important;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .DNPTitle__Atn h2 {
    font-size: var(--fuente1_mobile);
    line-height: 3rem;
    margin-left: 10px;
  }
}

@media screen and (max-width: 425px) {
  .DNPFullfront-info-title {
    line-height: 1;
    padding: 2.5vw 0 2.5vw 5vw;
    border-bottom-width: 1vw;
    font-size: var(--fuente0_mobile) !important;
  }

  .DNPTitle__Atn img {
    padding: 0 1vw 6vw !important;
    height: 100%;
  }

  .DNPTitle__Atn h2 {
    font-size: var(--fuente2_mobile);
    line-height: 3rem;
  }
}

/* Interes end */

/* Atención y servicio a la ciudadanía end */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Home Revista */

.DNPContentrevista {
  display: flex;
  max-width: 1280px;
  width: 100%;
  /* padding: 32px 0; */
  margin: 0 auto;
}

.DNPHeadtitle-home {
  width: 65%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.DNPHeadbutton {
  width: 40%;
}

.DNPREV-homecontwidth {
  width: 100%;
  display: flex;
  align-items: center;
}

.contwidth {
  width: 100%;
  display: flex;
}

.DNPlogo-home-Revista {
  padding-right: 32px;
}

.DNPlogo-home-Revista img {
  margin: 0;
  width: 100px;
  height: 80px;
  object-fit: cover;
}

.DNPText-title_home {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 6rem;
  max-width: 1280px;
  color: #004884;
}

.DNPsubtitle_home {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  font-family: "Work Sans", sans-serif;
}

.DNPButtonscontainerRevista {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.DNPheader-home_revista {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
}

.DNP_content_header-home_revista {
  display: flex;
  align-items: center;
  width: 100%;
}

.DNP_content_header-home_revista .DNPHeadtitle-home {
  width: 100%;
}

.DNPheader-home_revista .DNPHeadbutton {
  display: flex;
  width: 100%;
  justify-content: center;
}

.DNPButtonscontainerRevista button:nth-child(1) {
  margin: 16px;
}

.DNPButtonscontainerRevista button:nth-child(2) {
  display: block;
  margin: 0;
}

@media screen and (max-width: 1280px) {
  .DNPheader-home_revista {
    gap: 8px;
  }
  .DNPButtonscontainerRevista button:nth-child(1) {
    margin: 16px 16px;
  }
  .DNPSearch-revista {
    row-gap: 16px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPlogo-home-Revista {
    padding: 0;
  }

  .DNPlogo-home-Revista img {
    margin-bottom: 16px;
  }
  .DNPContentrevista {
    width: 88%;
  }

  .DNPContentrevista .DNPREV-homecontwidth {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 32px;
  }

  .DNP_content_header-home_revista {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .DNPHeadtitle-home .DNPText-title_home {
    padding-bottom: 10px;
    font-size: var(--fuente5);
    line-height: 4rem;
  }

  .DNPHeadtitle-home .DNPsubtitle_home {
    font-size: 1.5rem;
  }

  .DNPREV-homecontwidth .DNPHeadbutton {
    width: 38%;
    height: 38px;
  }

  .DNPButtonscontainerRevista .DNPSimplebutton {
    margin: 0;
  }

  .DNPButtonscontainerRevista:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .DNPButtonscontainerRevista button:nth-child(1) {
    margin: 16px 0;
  }

  .DNPButtonscontainerRevista:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .DNPButtonscontainerRevista button:nth-child(2) {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPlogo-home-Revista {
    padding: 0;
  }

  .DNPlogo-home-Revista img {
    margin-bottom: 16px;
  }

  .DNPContentrevista {
    width: 90%;
  }

  .DNPContentrevista .DNPREV-homecontwidth {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 32px;
  }

  .DNP_content_header-home_revista {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .DNPHeadtitle-home .DNPText-title_home {
    padding-bottom: 10px;
    font-size: var(--fuente5);
    line-height: 4rem;
  }

  .DNPHeadtitle-home .DNPsubtitle_home {
    font-size: 1.5rem;
  }

  .DNPREV-homecontwidth .DNPHeadbutton {
    width: 46%;
    height: 38px;
  }

  .DNPButtonscontainerRevista .DNPSimplebutton {
    font-size: 1.2rem;
  }

  /* .DNPButtonscontainerRevista button:nth-child(1) {
    margin-right: 16px;
  } */

  .DNPButtonscontainerRevista:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .DNPButtonscontainerRevista button:nth-child(1) {
    margin: 16px 0;
  }

  .DNPButtonscontainerRevista:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .DNPButtonscontainerRevista button:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .DNPlogo-home-Revista {
    padding: 0;
  }

  .DNPlogo-home-Revista img {
    margin-bottom: 16px;
  }

  .DNPContentrevista {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .DNPContentrevista .DNPREV-homecontwidth {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 32px;
  }

  .DNP_content_header-home_revista {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .DNPHeadtitle-home .DNPText-title_home {
    font-size: 2.6rem;
    line-height: 3rem;
    padding-bottom: 10px;
  }

  .DNPHeadtitle-home .DNPsubtitle_home {
    font-size: 1.5rem;
  }

  .DNPREV-homecontwidth .DNPHeadbutton {
    width: 100%;
    height: 38px;
  }

  .DNPButtonscontainerRevista .DNPSimplebutton {
    padding: calc(var(--fuente-3_mobile) * 0.75)
      calc(var(--fuente-3_mobile) * 1.5);
    font-size: var(--fuente-1_mobile);
  }

  /* .DNPButtonscontainerRevista button:nth-child(1) {
    margin-right: 16px;
  } */

  .DNPButtonscontainerRevista:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .DNPButtonscontainerRevista button:nth-child(1) {
    margin: 16px 0;
  }

  .DNPButtonscontainerRevista:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .DNPButtonscontainerRevista button:nth-child(2) {
    display: none;
  }
}

/* Cinta */
.DNPcintaBackground {
  background-color: #f4f4f4;
  height: 50px;
  width: 100%;
}

/* Cinta end*/

/* carrusel cards start */
.DNPcard-carousel {
  position: relative;
  margin: 0 auto;
}

.DNPcard-container {
  display: flex;
  overflow-x: hidden;
  margin-right: -5px;
}

@media screen and (max-width: 600px) {
  .DNPcard-container {
    padding: 24px 0 0 0;
  }
}

.DNPcard-slider {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: 630px;
  margin-right: 8px;
  background-color: #fff;
  overflow: hidden;
}

.DNPbackgroundImg-1 {
  height: 184px;
  width: 100%;
  background-color: #19306ab2;
}

.DNPbackgroundImg-2 {
  height: 126px;
  width: 100%;
  background-color: #1b998b99;
}

.DNPbackgroundImg-3 {
  height: 126px;
  width: 100%;
  background-color: #e4624dcc;
}

.DNPEditorialContent {
  display: flex;
  flex-direction: column;
  padding: 24px 24px 0px 24px;
}

.DNPEditorialImg-1 {
  height: 360px;
  width: 630px;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/img/revista/home-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.DNPEditorialImg-2 {
  height: 350px;
  width: 630px;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/img/revista/home-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.DNPEditorialImg-3 {
  height: 350px;
  width: 630px;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/img/revista/home-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.DNPEditorialText {
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #fff;
  padding-bottom: 4px;
}

.DNPEditorialTitle {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 2.8rem;
  color: #fff;
  padding-bottom: 4px;
}

.DNPEditorialAutor {
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: inherit;
  color: #fff;
  padding-bottom: 0;
  margin: 0;
}

/* Controles */

.DNPcard-carousel-prev,
.DNPcard-carousel-next {
  position: absolute;
  transform: translateY(340%);
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  background-color: #3366cc;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  outline: none;
  width: 44px;
  height: 44px;
}

.DNPcard-carousel-prev .DNPicon-prev {
  width: 20px;
  height: 15px;
}

.DNPcard-carousel-prev .DNPicon-next {
  width: 20px;
  height: 15px;
}

.DNPcard-carousel-prev {
  left: 32px;
}

.DNPcard-carousel-next {
  right: 38px;
}

/* carrusel cards end */

/* Buscador */

.DNPsearchBackground {
  display: flex;
  background-color: #f4f4f4;
  height: auto;
  width: 100%;
  margin-bottom: 64px;
}

.DNPContentSearch {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 50px;
  margin-bottom: 32px;
}

.DNPSearch-revista {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1440px;
  width: 100%;
  padding: 64px 0;
  margin: 0 auto;
  align-items: center;
}

.DNPSearch-item-rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 16px;
}

.DNPSearch-item-revButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 16px;
}

.DNPSearch-item-revButton button {
  margin: 0;
}

.DNPsearch-icon-rev {
  width: 389px;
  height: 43px;
  border-radius: 8px;
  border: 1px solid #bababa;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  /* margin-bottom: 11px; */
}

.DNPsearch-icon-rev input {
  border: none;
}

.DNPsearch-icon-rev .search-icon-rev {
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/serch-lup.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: 10px;
}

.DNPSearchrev-item-input-rev {
  color: #7e7d7d;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border: none;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearchrev-item-input-rev {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
  .DNPSearch-item-revButton .DNPSimplebutton {
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPsearchBackground {
    max-width: 100%;
    height: auto;
  }

  .DNPSearch-revista {
    padding-top: 42px;
  }

  .DNPSearch-revista .DNPSearch-item-rev {
    margin: 0;
    padding-bottom: 16px;
  }

  .DNPSearch-revista .DNPSearch-itemRev-Edicion {
    max-width: 80vw;
    font-size: var(--fuente0_mobile);
  }

  .DNPSearch-revista .DNPSearch-itemRev-tematica {
    max-width: 80vw;
    font-size: var(--fuente0_mobile);
  }

  .DNPSearch-revista .DNPsearch-icon-rev {
    width: 340px;
  }

  .DNPSearch-revista .DNPSearch-item-revButton {
    margin: 0;
  }
}

.DNPSearch-itemRev-Edicion {
  color: #7e7d7d;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  width: 389px;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-itemRev-Edicion {
    max-width: 40vw;
    font-size: var(--fuente2_tablet);
  }
}

.DNPSearch-itemRev-tematica {
  color: #7e7d7d;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  width: 389px;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-itemRev-tematica {
    max-width: 40vw;
    font-size: var(--fuente2_tablet);
  }
}

/* Buscador end*/

/* Articulos */

.DNPContentrevistaArticles {
  display: flex;
  max-width: 1280px;
  width: 100%;
  padding: 0 0 64px 0;
  margin: 0 auto;
}

.DNPContentrevistaArticles a:visited {
  color: #333;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContentrevistaArticles .contwidth {
    display: flex;
    flex-direction: column;
  }

  .contwidth .DNPContentData {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .DNPContentTitleArt .DNPTitleArt {
    margin: 0;
  }

  .DNPArticulos_home {
    display: flex;
    flex-direction: column;
  }

  .DNPArticulos_home .DNPRevista-small-content-image {
    width: 290px;
    height: 290px;
    object-fit: cover;
    padding-right: 16px;
  }

  .DNPContentrevistaArticles .DNPContentDataRight {
    max-width: 100%;
    width: 80%;
    padding: 0;
    margin: 0 auto;
    border: none;
  }

  .DNPContentArticles .DNPPaddArt {
    padding: 0;
    margin: 0;
  }

  .DNPContentDataRight .DNPContentArticles {
    padding: 0;
  }

  .DNPContentDataRight .DNPContentRightArt {
    width: 100%;
    padding: 0;
  }

  .DNPRichtext .DNPTitleArt {
    padding-top: 0;
  }

  .DNPRichtext .DNPTitleArt-cifras {
    padding-top: 32px;
  }

  .DNPRichtext .DNPTitleArt-eventos {
    padding-top: 32px;
  }
  .DNPEventsArticles {
    padding: 0 !important;
  }

  .DNPContentTextEvent {
    padding: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContentrevistaArticles .contwidth {
    display: flex;
    flex-direction: column;
  }

  .contwidth .DNPContentData {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .DNPContentTitleArt .DNPTitleArt {
    margin: 0;
  }

  .DNPArticulos_home {
    display: flex;
    flex-direction: column;
  }

  .DNPArticulos_home .DNPRevista-small-content-image {
    width: 290px;
    height: 290px;
    object-fit: cover;
    padding-right: 16px;
  }

  .DNPContentrevistaArticles .DNPContentDataRight {
    max-width: 100%;
    width: 80%;
    padding: 0;
    margin: 0 auto;
    border: none;
  }

  .DNPContentArticles .DNPPaddArt {
    padding: 0;
    margin: 0;
  }

  .DNPContentDataRight .DNPContentArticles {
    padding: 0;
  }

  .DNPContentDataRight .DNPContentRightArt {
    width: 100%;
    padding: 0;
  }

  .DNPRichtext .DNPTitleArt {
    padding-top: 0;
  }

  .DNPRichtext .DNPTitleArt-cifras {
    padding-top: 32px;
  }
}

@media screen and (max-width: 600px) {
  .DNPContentrevistaArticles .contwidth {
    display: flex;
    flex-direction: column;
  }

  .contwidth .DNPContentData {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .DNPArticulos_home .DNPContentItems {
    display: flex;
    flex-direction: column;
  }

  .DNPArticulos_home .DNPRevista-small-content-image {
    width: 300px;
    height: auto;
    object-fit: cover;
    padding-bottom: 32px;
  }

  .DNPContentrevistaArticles .DNPContentDataRight {
    max-width: 100%;
    width: 80%;
    padding: 0;
    margin: 0 auto;
    border: none;
  }

  .DNPContentArticles .DNPPaddArt {
    padding: 0;
    margin: 0;
  }

  .DNPContentDataRight .DNPContentArticles {
    padding: 0;
  }

  .DNPContentDataRight .DNPContentRightArt {
    width: 100%;
    padding: 0;
  }

  .DNPRichtext .DNPTitleArt {
    padding-top: 0;
  }

  .DNPRichtext .DNPTitleArt-cifras {
    padding-top: 32px;
  }

  .DNPRichtext .DNPTitleArt-eventos {
    padding-top: 32px;
    line-height: 3.4rem;
  }
}

.DNPContentData {
  width: 80%;
  padding-right: 40px;
}

.DNPContentData a {
  text-decoration: none;
}

.DNPContentData a:hover {
  text-decoration: none;
}

.DNPTitleArt {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  margin-top: 57px;
  position: relative;
  display: inline-block;
}

.DNPTitleArt::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-165%);
  width: 30%;
  height: 4px;
  background-color: #539779;
}

.DNPTitleArt-cifras {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  margin-top: 57px;
  position: relative;
  display: inline-block;
}

.DNPTitleArt-cifras::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-165%);
  width: 30%;
  height: 4px;
  background-color: #e47966;
}

.DNPTitleArt-eventos {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  margin-top: 57px;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}

.DNPTitleArt-eventos::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-165%);
  width: 30%;
  height: 4px;
  background-color: #c182c2;
}

h2.DNPTitleArt-cifras,
h2.DNPTitleArt,
h2.DNPTitleArt-eventos {
  padding-bottom: 0;
}

.DNPEventsVideo iframe {
  width: 100%;
  height: 332px;
}

.DNPContentArticles {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.DNPContentTitleArt {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.DNPSearchrev-item-input {
  color: #7e7d7d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border: none;
}

.DNPContentItems {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 36px;
}

.DNPContentImgArt {
  width: 50%;
}

.DNPRevista-small-content-image {
  width: 226px;
  height: 226px;
  object-fit: cover;
}

.DNPContentTextArt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.DNPTitleArtItem {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4c8e6e;
  margin-bottom: 0;
}

.DNPTitleArtItem-eventos {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #7080ab;
  margin-bottom: 0;
}

.DNPSubtitleArtItem {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #333333;
  margin: 0 !important;
}

.DNPAuthArtItem {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: inherit;
  margin-bottom: 15px 0 0;
}

.DNPContentArtItem {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 16px;
}

.DNPPaddArt {
  padding-left: 30px;
}

.DNPContentDataRight {
  width: 50%;
  border-left: 1px solid #bebebe;
}

.DNPContentDataRight a {
  text-decoration: none;
}

.DNPContentRightArt {
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  margin-top: 36px;
}

.DNPTitleRightItem {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #e47966;
  margin-bottom: 0;
}

.DNPDateArtItem {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333333;
  margin-bottom: 15px;
}

.DNPDateArtItem-img {
  width: 100%;
  object-fit: cover;
  object-position: -28px 0px;
  margin: 32px 0;
}

.DNPSearchrev-item-select {
  color: #333;
  -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;
  width: 100%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-top: 32px;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearchrev-item-select {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearchrev-item-select {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPEventsArticles {
  width: 95%;
  display: flex;
  flex-direction: column;
}

.DNPContentTextEvent {
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContentTextEvent .DNPSimplebutton {
    padding: calc(var(--fuente0_tablet) * 0.75)
      calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContentDataRight .DNPEventsArticles {
    padding: 32px 0 0 0;
    width: 100%;
  }

  .DNPContentDataRight .DNPContentTextEvent {
    padding: 0;
    width: 100%;
  }

  .DNPContentTextEvent .DNPSimplebutton {
    padding: calc(var(--fuente0_tablet) * 0.75)
      calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPContentDataRight .DNPEventsArticles {
    padding: 0;
    width: 100%;
  }

  .DNPContentDataRight .DNPContentTextEvent {
    padding: 0;
    width: 100%;
  }

  .DNPContentTextEvent .DNPSimplebutton {
    padding: calc(var(--fuente-1_mobile) * 0.75)
      calc(var(--fuente-1_mobile) * 1.5);
    font-size: var(--fuente-1_mobile);
  }
}

/* Articulos */

/* Ediciones */

#edicionesDestacadas.DNPContentEdicion.DNPediciones {
  padding: 0;
  margin-top: 16px;
}

.DNPcontent-ediciones {
  background-color: #f4f4f4;
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}

.DNPcontent-ediciones a {
  text-decoration: none;
}

.DNPContentEdicion {
  width: 100%;
  padding: 64px 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContentEdicion {
    width: 62.5vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }

  .DNPContentEdicion .DNPSimplebutton {
    padding: calc(var(--fuente1_tablet) * 0.75)
      calc(var(--fuente1_tablet) * 1.5);
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContentEdicion {
    width: 62.5vw;
    padding: 32px 0;
  }

  .DNPContentEdicion .DNPSimplebutton {
    padding: calc(var(--fuente2_tablet) * 0.75)
      calc(var(--fuente2_tablet) * 1.5);
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPContentEdicion {
    width: 90vw;
    display: block;
    margin: 0 auto;
  }

  .DNPContentEdicion .DNPSimplebutton {
    text-align: center;
  }

  .DNPContentEdicion .DNPSimplebutton {
    padding: calc(var(--fuente-1_mobile) * 0.75)
      calc(var(--fuente-1_mobile) * 1.5);
    font-size: var(--fuente-1_mobile);
  }
}

.DNPTitleEdiciones {
  font-family: "Work Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4rem !important;
  color: #333333;
  margin: 0;
}

.DNPediciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
}

.DNPediciones > * {
  max-width: 100%;
}

.DNPediciones-small-content {
  overflow: hidden;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  flex-wrap: wrap;
  transition-duration: 0.5s;
  width: 630px;
  max-width: 1280px;
  border: solid #bababa 1px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-top: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPediciones-small-content {
    margin-bottom: 1.7vw;
    max-width: 100%;
  }

  .DNPediciones-small-content .DNPediciones-small-content-image {
    object-fit: cover;
  }

  .DNPediciones-small-content .DNPediciones-small-content-info {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .DNPediciones-small-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 90vw;
    margin-bottom: 6vw;
  }

  .DNPediciones-small-content .DNPediciones-small-content-image {
    object-fit: cover;
  }

  .DNPediciones-small-content-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5vw;
  }
}

.DNPediciones-small-content-image {
  width: 630px;
  height: 360px;
  object-fit: cover;
}

.DNPediciones-small-content-info {
  padding: 32px;
}

.DNPediciones-small-content-info-subtitle {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  max-width: 1280px;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPediciones-small-content-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPediciones-small-content-info-subtitle {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPediciones-small-content-info-title {
  color: #3366cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 3.2rem;
  max-width: 1280px;
  margin: var(--fuente0) 0;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPediciones-small-content-info-title {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPediciones-small-content-info-title {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

.DNPediciones-small-content-info-edicion {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPediciones-small-content-info-edicion {
    max-width: 90vw;
    font-size: var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPediciones-small-content-info-edicion {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPediciones-small-content:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNPcontent-list {
  margin-bottom: 16px;
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.DNPcontent-list ul li {
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  list-style: disc;
  margin-left: 16px;
}

.DNPcontent-list ul {
  margin-left: 8px;
}

/* Ediciones end*/

/* Interes */

.DNP-interesContainer {
  display: flex;
  max-width: 1280px;
  width: 100%;
  padding: 64px 0;
  margin: 0 auto;
}

.DNP-interesContent {
  border-radius: 8px;
  max-width: 1280px;
  width: 100%;
}

.DNPContentInteres {
  width: 100%;
  /* display: flex;
  justify-content: center;
  padding-bottom: 15px; */
}

.DNPIndicadores {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  color: #333;
}

.DNPboxInteres {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 230px;
  height: 82px;
  margin-left: 16px;
  border-radius: 8px;
  justify-content: center;
  border: 1px solid #3366cc;
}

.DNPboxInteres figure img {
  width: 50px;
  height: 50px;
}

.DNPBoxContent {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2rem;
  color: #333333;
  padding-left: 16px;
}

.DNPContent-Box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 16px 0;
  align-items: center;
}

.DNPRev__transform-Box {
  transition-duration: 0.5s;
}

.DNPRev__transform-Box:hover {
  transform: scale(1.03);
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContent-Box {
    width: 90%;
    margin: 0 auto;
  }

  .DNPContent-Box .DNPboxInteres {
    margin: 0;
  }
  .DNPContent-Box .DNPRev__transform-Box {
    margin-bottom: 16px;
  }

  .DNPContent-Box .DNPRev__transform-Box:nth-child(2) {
    margin-left: 16px;
  }

  .DNPContent-Box .DNPRev__transform-Box:nth-child(3) {
    margin-left: 16px;
  }

  .DNPContent-Box .DNPRev__transform-Box:nth-child(5) {
    margin-left: 16px;
  }

  .DNPContent-Box .DNPRev__transform-Box:nth-child(4) {
    margin: 0;
  }

  .DNPContent-Box .DNPRev__transform-Box:nth-child(5) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContent-Box {
    width: 90%;
    margin: 0 auto;
  }

  .DNPContent-Box .DNPboxInteres {
    margin: 0;
  }
  .DNPContent-Box .DNPRev__transform-Box {
    margin-bottom: 16px;
  }

  .DNPContent-Box .DNPRev__transform-Box:nth-child(1) {
    margin-right: 16px;
  }

  .DNPContent-Box .DNPRev__transform-Box:nth-child(3) {
    margin-right: 16px;
  }

  .DNPContent-Box .DNPRev__transform-Box:nth-child(5) {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-Box .DNPboxInteres {
    margin: 0;
  }
  .DNPContent-Box .DNPRev__transform-Box {
    padding: 0;
    margin-bottom: 16px;
  }
}

/* a:visited {
  color: #333;
  text-decoration: none;
} */
/*
a:hover {
  text-decoration: none;
} */
/* 
.tradingview-widget-copyright {
  display: none;
}

.DNPSimplebutton a {
  color: #fff;
}

.DNPcintaBackground {
  background-color: #fff;
  height: 50px;
  width: 100%;
} */

/* Interes end */

/* Home end */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Revista-editorial */

/* Title planeacion & buscador */

.DNPContentRev-edicion {
  display: flex;
  max-width: 1380px;
  width: 100%;
  padding: 24px 0;
  margin: 0 auto;
}

.DNPcontwidthRev-edicion {
  width: 100%;
  display: flex;
  align-items: center;
}

.DNPlogo--Revista {
  padding-right: 32px;
}

.DNPlogo--Revista img {
  margin: 0;
  width: 150px !important;
  height: 150px;
  object-fit: cover;
}

.DNPHeadtitle {
  width: 65%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* Mirar no aparece en el html de editorial */

.DNPTextRev-edicion {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  line-height: 4rem;
  max-width: 1280px;
  color: #004884 !important;
  margin: 0;
}

.DNPSubtitleRev-edicion {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  font-family: "Work Sans", sans-serif;
}

@media screen and (max-width: 600px) {
  .DNPTextRev-edicion {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 3.8rem;
    line-height: 4rem;
    max-width: 1280px;
    color: #004884 !important;
    margin: 0;
    padding-bottom: 8px;
  }

  .DNPSubtitleRev-edicion {
    font-size: 1.4rem;
  }
}
/* Mirar no aparece en el html de editorial */

.DNPText-revtitle,
h1.DNPText-revtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  line-height: 6rem;
  max-width: 1280px;
}

.DNPText-revtitle-color2,
h1.DNPText-revtitle-color2 {
  color: #004884;
}

.DNPsubtitle-gray {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  font-family: "Work Sans", sans-serif;
}

.DNPbuttonRev-Search-edicion {
  display: flex;
  align-items: center;
  justify-content: center;
}

.DNPButtonscontainerRev-edicion {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.DNPbuttonRev-edicion {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  width: 230px;
  transition-duration: 0.5s;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: var(--fuente0);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.DNPbuttonRev-edicion:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

input {
  color: #7e7d7d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

.DNPRev-edicionsearch-icon input {
  width: 360px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #bababa;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/search.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 10px 8px;
  padding: 0 32px;
}

.DNPheader_editorial {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  gap: 10px;
}

.DNP_content_header_editorial {
  display: flex;
  align-items: center;
  width: 100%;
}

.DNP_content_header_editorial .DNPHeadtitle {
  width: 100%;
}

.DNPheader_editorial .DNPbuttonRev-Search-edicion {
  display: flex;
  /* width: 100%; */
  justify-content: end;
}

.DNPheader_editorial .DNPRev-edicionsearch-icon {
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPlogo--Revista {
    padding: 0;
  }

  .DNPlogo--Revista img {
    margin-bottom: 16px;
  }

  .DNPContentRev-edicion {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .DNPContentRev-edicion .DNPcontwidthRev-edicion {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .DNPheader_editorial .DNPRev-edicionsearch-icon {
    width: 30%;
  }

  .DNPcontwidthRev-edicion .DNPText-revtitle {
    width: 100%;
  }

  .DNPHeadtitle .DNPText-revtitle {
    font-size: 3.8rem;
    line-height: 4rem;
    padding-bottom: 10px;
  }

  .DNPText-revtitle .DNPSubtitleRev-edicion {
    font-size: 1.4rem;
    padding-bottom: 16px;
  }

  .DNPcontwidthRev-edicion .DNPbuttonRev-Search-edicion {
    display: flex;
    flex-direction: column;
  }

  .DNP_content_header_editorial {
    display: flex;
    flex-direction: column;
  }

  .DNPbuttonRev-Search-edicion .DNPButtonscontainerRev-edicion {
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPlogo--Revista {
    padding: 0;
  }

  .DNPlogo--Revista img {
    margin-bottom: 16px;
  }

  .DNPContentRev-edicion {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .DNPContentRev-edicion .DNPcontwidthRev-edicion {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .DNPheader_editorial .DNPRev-edicionsearch-icon {
    width: 40%;
  }

  .DNPcontwidthRev-edicion .DNPText-revtitle {
    width: 100%;
  }

  .DNPHeadtitle .DNPText-revtitle {
    font-size: 3.8rem;
    line-height: 4rem;
    padding-bottom: 10px;
  }

  .DNPText-revtitle .DNPSubtitleRev-edicion {
    font-size: 1.4rem;
    padding-bottom: 16px;
  }

  .DNPcontwidthRev-edicion .DNPbuttonRev-Search-edicion {
    display: flex;
    flex-direction: column;
  }

  .DNP_content_header_editorial {
    display: flex;
    flex-direction: column;
  }

  .DNPbuttonRev-Search-edicion .DNPButtonscontainerRev-edicion {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPlogo--Revista {
    padding: 0;
  }

  .DNPlogo--Revista img {
    /* margin-bottom: 16px; */
    width: 70px !important;
    height: 50px;
  }

  .DNPContentRev-edicion {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .DNPContentRev-edicion .DNPcontwidthRev-edicion {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .DNPheader_editorial .DNPbuttonRev-Search-edicion {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .DNPheader_editorial .DNPRev-edicionsearch-icon {
    width: 100%;
  }

  .DNPRev-edicionsearch-icon input {
    width: 100%;
  }

  .DNPcontwidthRev-edicion .DNPText-revtitle {
    width: 100%;
    text-align: center;
  }

  .DNPHeadtitle .DNPText-revtitle {
    font-size: 2.7rem;
    line-height: 3rem;
    padding-bottom: 10px;
  }

  .DNPText-revtitle .DNPSubtitleRev-edicion {
    font-size: 1.5rem;
    padding-bottom: 16px;
  }

  .DNP_content_header_editorial {
    display: flex;
    flex-direction: column;
  }

  .DNP_content_header_editorial .DNPbuttonRev-Search-edicion {
    display: flex;
    flex-direction: column;
  }
}

/* Title planeacion & buscador end*/

/* Cinta */
.DNPcintaBackground-edicion {
  background-color: #f4f4f4;
  height: 44px;
  width: 100%;
  margin-bottom: 50px;
}

/* Cinta end*/

/* sidebar */

.nav {
  width: 340px;
  margin-top: 32px;
  padding-left: 50px;
}

.nav a {
  text-decoration: none;
}

.nav a:visited {
  color: inherit;
}

.nav__link {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  padding: 16px 0;
  text-decoration: none;
  cursor: pointer;
}

.DNP__back {
  display: flex;
  padding-left: 20px;
  background: #d9e9ff;
  color: #333333;
  border-radius: 8px;
}
/**/
.list__item .active_category:active {
  background: #d9e9ff;
  border-radius: 8px;
  padding: 0 16px;
}
/**/
.list__button:hover {
  background: #234a86;
  border-radius: 8px;
  padding: 0 16px;
  color: #fff;
}
/**/
.list__inside .DNP--selected-item {
  background: #e3e3e3;
  color: #000000;
}

.DNP_edi_sidebar a {
  padding-left: 32px;
}
/**/
.DNPcategory--sidebar {
  background: #234a86;
  border-radius: 8px;
  padding: 0 16px;
  color: #fff;
}
/**/
.DNP__back a:visited {
  color: #333;
  text-decoration: none;
}

.nav__link--inside {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #333333;
  border-radius: 8px;
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #ededed;
}

.list__inside a:visited {
  color: #333;
  text-decoration: none;
}

.list__inside .li_category_active:active {
  background: #f4f4f4;
  color: #000000;
}

.nav__link--inside:hover {
  background: #f6f8fa;
  color: #000000;
}

.list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 0 16px 16px 0;
  background: #ffffff;
}

.list__item {
  list-style: none;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.list__item--click {
  cursor: pointer;
}

.list__button {
  display: flex;
  align-items: center;
  gap: 1em;
}

.list__arrow {
  margin-left: 32px;
  transition: transform 0.3s;
  filter: invert(99%) sepia(35%) saturate(2%) hue-rotate(32deg) brightness(107%)
    contrast(100%);
}

.arrow .list__arrow {
  transform: rotate(90deg);
}

.list__show {
  width: 100%;
  margin-left: auto;
  list-style: none;
  transition: height 0.4s;
  height: 0;
  margin-top: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  /* .nav {
    width: 700px;
  }

  .list {
    padding: 0;
  }

  .list__show {
    padding: 0;
  } */
}

@media screen and (max-width: 600px) {
  .list {
    padding: 0;
  }

  .list__show {
    padding: 0;
  }
}
/* sidebar end*/

/* Contenido */

.DNPContainerRev__edicion {
  width: 100%;
  max-width: 1440px;
  margin: 20px auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, auto);

  grid-template-areas: "DNPsidebarRev DNPcontenidoRev DNPcontenidoRev";
}

.DNPcontenidoRev {
  grid-area: DNPcontenidoRev;
}

.DNPsidebarRev {
  grid-area: DNPsidebarRev;
}

.DNPsidebarRev-editorial {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100px;
}

.DNPsidebarRev--inicio {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #3366cc;
  text-decoration-line: underline;
  padding-bottom: 32px;
  margin: 0 60px;
}

.DNPsidebarRev--indice {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 3rem;
  color: #333333;
  padding-bottom: 32px;
  border-bottom: 1px solid #ededed;
  width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPsidebarRev--indice {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2rem;
    line-height: 3rem;
    color: #333333;
    padding-bottom: 32px;
    border-bottom: 1px solid #bababa;
    width: 86%;
    margin: 0 auto;
  }
}

.DNPsidebar_dowload {
}

.DNPsidebar_dowload a {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #ffffff;
  text-decoration: none;
  /*  */
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  margin: 16px 50px;
  background: #3366cc;
  border-radius: 32px;
  width: 296px;
  height: 60px;
  padding: 16px 0 16px 56px;
  background-image: url(https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/download-white.svg);
  background-repeat: no-repeat;
  background-position: 24px;
}

/* .DNPsidebar_dowload a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #ffffff;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 50px;
  background: #3366cc;
  border-radius: 32px;
  width: 296px;
  height: 44px;
  padding: 12px 24px;
}

.DNPsidebar_dowload .DNPsidebar_icon {
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/download-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0 18px;
} */

@media screen and (max-width: 768px) {
  .DNPContainerRev__edicion {
    grid-template-areas:
      "DNPsidebarRev DNPsidebarRev DNPsidebarRev"
      "DNPcontenidoRev DNPcontenidoRev DNPcontenidoRev";
  }
}

/* Title */

.DNPRichtext .DNPRev--Title-content {
  margin-bottom: 32px;
}

.DNPRichtext .DNPRev--Title-sub {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 20px;
  color: #7080ab;
  padding-bottom: 0;
}

.DNPRichtext .DNPRev--Title-DateItem {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333333;
  margin-bottom: 15px;
}

.DNPRichtext .DNPRev--Title-ediciones {
  font-family: "Work Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4rem;
  color: #333333;
}

/* Title end */

/* Card - autor */

.DNPRev--autor {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-bottom: 32px;
}

.DNPRev--autor-img {
  margin-right: 16px;
}

.DNPRev--autor-img img {
  width: 90px;
  height: 90px;
  margin: 0;
  padding: 0 !important;
  border-radius: 100px;
  object-fit: cover;
}

.DNPRev--Text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 85%;
}

.DNPRev--title {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 3rem;
  color: #333333;
}

.DNPRev--subtitle {
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #333333;
  margin-bottom: 8px;
}

.DNPRev--content {
  border-top: 1px solid #ededed;
  padding-top: 8px;
  font-family: "Work Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #333333;
}

/* Card - autor end*/

/* Contenido ediciones */

.DNPRev--content-img {
  padding-bottom: 16px;
}

.DNPRev--content-img img {
  width: 96%;
  object-fit: cover;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPRev--content-img img {
    width: 100%;
    /* height: 472px; */
    object-fit: cover;
  }

  .DNPRev--content-img {
    max-width: 654px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPRev--content-img img {
    width: 100%;
    /* height: 472px; */
    object-fit: cover;
  }

  .DNPRev--content-img {
    max-width: 740px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .DNPRev--content-img img {
    width: 100%;
    /* height: 472px; */
    object-fit: cover;
  }

  .DNPRev--content-img {
    max-width: 400px;
    margin: 0 auto;
  }
}

.DNPcontenidoRev .DNPRichtext {
  width: 96%;
  max-width: 1280px;
}

.DNPRev--content-ediciones p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  padding-bottom: 16px;
}

.DNPRev--content-ediciones p:nth-child(9) {
  padding-bottom: 32px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPcontenidoRev .DNPRichtext {
    max-width: 64vw;
  }

  .DNPRichtext .DNPRev--autor-img img {
    height: auto;
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPcontenidoRev .DNPRichtext {
    max-width: 96vw;
    margin: 0 auto;
  }

  .DNPRichtext .DNPRev--autor-img img {
    height: auto;
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPcontenidoRev .DNPRichtext {
    max-width: 90vw;
    margin: 0 auto;
  }

  .DNPRichtext .DNPRev--autor-img img {
    height: auto;
    padding: 0;
  }
}

/* Contenido ediciones end*/

/* Enlace end */

.DNPRevhome--prev-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #bababa;
  padding: 32px 0;
}

.DNPRevhome--prev-next a {
  display: flex;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #3366cc;
  text-decoration: none;
}

.DNPRevhome--prev-next a:nth-child(1) {
  padding-right: 40px;
}

.DNPRevhome--prev-next a:nth-child(2) {
  padding-left: 40px;
}

.DNPRevhome--prev-next .DNP-iconEnlace_next {
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/drop-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  padding: 0 14px 0 14px;
}

.DNPRevhome--prev-next .DNP-iconEnlace_prev {
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/drop-left-blue.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  padding: 0 32px 0 14px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPRevhome--prev-next a:nth-child(1) {
    padding-right: 10px;
  }

  .DNPRevhome--prev-next a:nth-child(2) {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPRevhome--prev-next a:nth-child(1) {
    padding-right: 10px;
  }

  .DNPRevhome--prev-next a:nth-child(2) {
    padding-left: 10px;
  }
}

@media screen and (max-width: 600px) {
  .DNPRevhome--prev-next a {
    font-size: 1.5rem;
  }

  .DNPRevhome--prev-next a:nth-child(1) {
    padding-right: 10px;
  }

  .DNPRevhome--prev-next a:nth-child(2) {
    padding-left: 10px;
  }
}

/* Enlace end */

/* Dowload */
.DNP--dowload {
  display: flex;
  margin-top: 16px;
}

.DNP--dowload a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #004884;
  border-radius: 32px;
  height: 44px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #3366cc;
  text-decoration: none;
  margin-right: 16px;
  padding: 0 16px;
}

.DNP--dowload a:nth-child(1) {
  margin-bottom: 16px;
}

.DNP--dowload .DNP-iconDowload {
  height: 18px;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/download-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0 18px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP--dowload {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }

  .DNP--dowload a:nth-child(1) {
    margin-right: 8px;
  }

  .DNP--dowload a:nth-child(2) {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .DNP--dowload a {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP--dowload {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-left: 16px;
  }
  .DNP--dowload a {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 600px) {
  .DNP--dowload {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .DNP--dowload a {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

/* Dowload end*/

/* Palabras clave */

.DNPPalabraClave-Reveditorial {
  margin-top: 32px;
}

.DNPPalabraClave--title {
  padding-bottom: 16px;
  font-family: "Work Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
  color: #3366cc;
}

.DNPPalabraClave--content-btn {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
}

.DNPPalabraClave--content-btn a {
  padding: 0 16px;
}

.DNPPalabraClave--content-btn a:visited {
  color: #004884;
}

.DNPPalabraClave--content-btn a:hover {
  color: #ffffff;
  text-decoration: none;
}

.DNPContent-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  text-align: center;
  margin-right: 16px;
  margin-bottom: 10px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #004884;
  text-decoration: none;
  border: 1px solid #004884;
  border-radius: 32px;
}

.DNPContent-btn:hover {
  background-color: #004884;
  color: #ffffff;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPPalabraClave--title {
    padding-left: 16px;
  }

  .DNPPalabraClave--content-btn {
    padding-left: 16px;
  }

  .DNPPalabraClave--content-btn .DNPContent-btn {
    margin-bottom: 16px;
  }

  .DNPRedes--title {
    padding-left: 16px;
  }
  .DNPRedes--Compartir {
    padding-left: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPPalabraClave--title {
    padding-left: 16px;
  }

  .DNPPalabraClave--content-btn {
    padding-left: 16px;
  }

  .DNPPalabraClave--content-btn .DNPContent-btn {
    margin-bottom: 16px;
  }

  .DNPRedes--title {
    padding-left: 16px;
  }
  .DNPRedes--Compartir {
    padding-left: 18px;
  }
}

@media screen and (max-width: 600px) {
  .DNPPalabraClave--title {
    padding-left: 16px;
  }

  .DNPPalabraClave--content-btn {
    padding-left: 8px;
  }

  .DNPPalabraClave--content-btn .DNPContent-btn {
    margin-bottom: 16px;
  }

  .DNPRedes--title {
    padding-left: 16px;
  }
  .DNPRedes--Compartir {
    padding-left: 18px;
  }
}

/* Palabras clave end*/

/* Redes sociales */

.DNPRedes--title {
  padding-bottom: 16px;
  font-family: "Work Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
  color: #3366cc;
}

.DNPRedes--Compartir {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 32px;
}

.DNPRedes--facebook {
  background: #828282;
  border-radius: 32px;
  width: 42px;
  height: 42px;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/facebook.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 10px;
  margin-right: 16px;
}

.DNPRedes--twitter {
  background: #828282;
  border-radius: 32px;
  width: 42px;
  height: 42px;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/twitter.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 11px;
  margin-right: 16px;
}

.DNPRedes--linkedin {
  background: #828282;
  border-radius: 32px;
  width: 42px;
  height: 42px;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/linkedin.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  margin-right: 16px;
}

.DNPRedes--whatsapp {
  background: #828282;
  border-radius: 32px;
  width: 42px;
  height: 42px;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/whatsapp.svg");
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 11px;
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .DNPRedes--facebook,
  .DNPRedes--twitter,
  .DNPRedes--linkedin,
  .DNPRedes--whatsapp {
    margin-top: 16px;
  }
}

/* Redes sociales end*/

/* Contenido end*/

/* Revista - editorial end */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Busqueda en planeacion */

/* miga */

.DNPBread-busqueda {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 1280px;
  padding: 15px 0;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBread-busqueda {
    width: 90vw;
    padding: 1.1vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPBread-busqueda {
    width: 90vw;
    padding: 2vw 0;
  }
}

.DNPBread-busqueda-element {
  font-family: "Work Sans", sans-serif;
  color: #1d428a;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 2.5px 8px 0 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBread-busqueda-element {
    font-size: 1vw;
    padding: 0.2vw 0.55vw 0 0;
    border-right-width: 0.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBread-busqueda-element {
    font-size: 3vw;
    padding: 0.7vw 1.5vw 0 0;
    border-right-width: 0.4vw;
  }
}

.DNPBread-busqueda-element:after {
  content: ">";
  font-family: "Work Sans", sans-serif;
  color: #bababa;
  font-weight: 400;
  position: static;
  display: inline-block;
  vertical-align: middle;
  padding: 2.5px 0 2.5px 8px;
  font-size: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBread-busqueda-element:after {
    padding: 0.2vw 0 0.2vw 0.8vw;
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBread-busqueda-element:after {
    padding: 0.5vw 0 0.5vw 1.5vw;
    font-size: 2.5vw;
  }
}

.DNPBread-busqueda-element:last-child:after {
  content: "";
}

.DNPBread-busqueda-element a {
  color: #1d428a;
  font-weight: 600;
}

.DNPBread-busqueda-element a:hover {
  text-decoration: underline;
}

/* miga */

/* banner */

.DNPBanner-busqueda {
  width: 100vw;
  position: relative;
  margin-top: var(--fuente0);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBanner-busqueda {
    margin-top: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBanner-busqueda {
    margin-top: var(--fuente0_mobile);
  }
}

.DNPBanner-busqueda-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.DNPBanner-Planeacion-info {
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 40vw 50px 0;
  margin-bottom: 40px;
  width: 100vw;
  height: 100%;
  min-height: 200px;
  top: 0;
  left: 0;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 8px solid;
  background: linear-gradient(
    to left,
    rgba(21, 74, 139, 0.1),
    rgba(21, 74, 139, 0.6)
  );
  border-image: linear-gradient(
      to right,
      rgba(255, 182, 39, 1) 28%,
      rgba(21, 74, 139, 1) 28%,
      rgba(21, 74, 139, 1) 78%,
      rgba(228, 20, 20, 1) 78%
    )
    1;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBanner-Planeacion-info {
    padding-bottom: 3.5vw;
    padding-top: 3.5vw;
    min-height: 25vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBanner-Planeacion-info {
    padding: 10vw 10vw 10vw 0;
    min-height: 70vw;
  }
}

.DNPBanner-Planeacion-info-title,
h1.DNPBanner-Planeacion-info-title {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.1;
  max-width: 1280px;
  padding: 10px 0 10px calc(45vw - 640px);
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBanner-Planeacion-info-title,
  h1.DNPBanner-Planeacion-info-title {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBanner-Planeacion-info-title,
  h1.DNPBanner-Planeacion-info-title {
    max-width: 90vw;
    font-size: var(--fuente5_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBanner-Planeacion-info-title,
  h1.DNPBanner-Planeacion-info-title {
    padding: 0.7vw 0 0.7vw 5vw;
    border-bottom-width: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBanner-Planeacion-info-title,
  h1.DNPBanner-Planeacion-info-title {
    line-height: 1;
    padding: 2.5vw 0 2.5vw 5vw;
    border-bottom-width: 1vw;
  }
}

/* banner */

/* sidebar */

.DNPSidebar-planeacion-search {
  background-color: #f4f4f4;
  width: 330px;
  display: inline-block;
  padding: 50px 0 0 40px;
  margin: 40px 50px 0 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSidebar-planeacion-search {
    width: 27vw;
    padding: 10px 0 0 30px;
    margin-right: 36px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .DNPSidebar-planeacion-search {
    width: 90vw;
    display: block;
    padding: 5vw;
    margin: 0 auto;
  }
}

/* sidebar */

/* checkbox */

.DNP__checkbox input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}

/* checkbox end */

/* date */

.DNP__date input[type="date"] {
  padding: 8px;
  font-size: 1.2rem;
  margin-left: 16px;
  outline: none;
  border: 1px solid #bababa;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  color: rgba(128, 128, 128, 0.3);
  width: 115px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0;
}

.DNPPlaneacion-item-icon {
  background-image: url("https://sgrwebpr.dnp.gov.co/assets/calendario.svg");
  background-repeat: no-repeat;
  background-position: 89px 8px;
  background-size: 14px 14px;
}

.DNPPlaneacion-item-label-date {
  color: #004884;
  font-weight: 500;
  font-size: var(--fuente0);
  line-height: 1rem;
  max-width: 1280px;
  margin-left: 20px;
  font-family: "Montserrat", sans-serif;
}

.DNPPlaneacion-item-label-date:nth-child(even) {
  margin-top: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPPlaneacion-item-label-date {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-item-label-date {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

/* date end*/

/* Resultados sidebar */

.DNPPlaneacion--results-search {
  width: 100%;
}

.DNPPlaneacion--results-search p {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.DNPPlaneacion--results-search .DNP-line__Planeacion {
  width: 260px;
  border-bottom: 1px solid #bababa;
  margin-top: 32px;
  margin-bottom: 32px;
  height: 0px;
}

.DNPPlaneacion--results-search .DNPtitle-filter {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.DNPPlaneacion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.DNPPlaneacion-item__checkbox {
  color: #004884;
  font-weight: 500;
  font-size: var(--fuente0);
  line-height: 1rem;
  max-width: 1280px;
  margin: 8px;
  margin-left: 15px;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPPlaneacion-item__checkbox {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }

  .DNPPlaneacion--results-search .DNP-line__Planeacion {
    width: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPPlaneacion-item__checkbox {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }

  .DNPPlaneacion--results-search .DNP-line__Planeacion {
    width: 140px;
  }
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-item__checkbox {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }

  .DNPPlaneacion-item {
    width: 90%;
  }

  .DNPPlaneacion--results-search {
    width: 80%;
    margin: 0 auto;
  }
}

/* Resultados sidebar */

/* Resultados de busqueda en planeacion  */

.DNPText-results {
  color: #004884;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  max-width: 1280px;
  margin: 18px 0 0 16px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPText-results {
    max-width: 90vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPText-results {
    max-width: 90vw;
    font-size: var(--fuente-3_mobile);
  }
}

.DNPPlaneacion-item-label {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin: 0 0 16px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSearch-item-label {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-item-label {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPPlaneacion-horizontal-busqueda {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.DNPPlaneacion-search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 16px;
  width: 84%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPPlaneacion-search-item {
    width: 80%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPPlaneacion-search-item {
    width: 78%;
  }
}

.DNPButtonscontainer-horizontal__Planeacion {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: var(--fuente0) 0;
  margin-left: 16px;
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-horizontal-busqueda {
    flex-direction: column;
  }

  .DNPPlaneacion-search-item {
    width: 100%;
    margin: 0px;
  }

  .DNPPlaneacion-item-paragraph {
    font-size: 1.2rem;
    margin-left: -18px;
  }

  .DNPButtonscontainer-horizontal__Planeacion {
    margin-left: 0px;
  }
}

/* .DNPSearch-horizontal .DNPSimplebutton,
a.DNPSimplebutton {
  margin: 16px 8px;
} */

.DNPPlaneacion-item-input {
  color: #333;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: var(--fuente-2) !important;
  border-radius: 8px;
  border: solid 1px #bababa;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPlaneacion-item-input {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-item-input {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPPlaneacion-item-input a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPPlaneacion-item-input a:hover {
  color: #000;
}

.DNPPlaneacion-item-input a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPlaneacion-item-input {
    background-size: var(--fuente0_tablet);
    padding: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-item-input {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
  }
}

/* item autor ediciones ordenar */

.DNPPlaneacion-item-select {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  width: 80%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

.DNPPlaneacion-item-select:nth-child(2) {
  margin-bottom: 32px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPlaneacion-item-select {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-item-select {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DDNPPlaneacion-item-select {
    background-size: var(--fuente0_tablet);
    padding: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-item-select {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
    width: 100%;
  }
}

.DNPPlaneacion-Title-filter {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin: 0 0 16px 0;
}

.DNPPlaneacion-item-filter {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 32px;
  width: 45%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPlaneacion-item-filter {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-item-filter {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DDNPPlaneacion-item-filter {
    background-size: var(--fuente0_tablet);
    padding: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-item-filter {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
    width: 60%;
  }
}

/* item autor ediciones ordenar end*/

.DNPPlaneacion-item-paragraph {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-item-paragraph {
    font-size: 1.2rem;
    margin-left: 15px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPlaneacion-item-paragraph {
    font-size: 1.5rem;
    margin-left: 8px;
    width: 100%;
  }
}

/* Resultados de busqueda  */

.DNP_icon-Planeacion-search {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  border-bottom: solid #e6effd 1px;
  padding: 32px;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP_icon-Planeacion-search {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP_icon-Planeacion-search {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNP_icon-Planeacion-search {
    width: 90vw;
    padding: var(--fuente0_mobile) 0;
    border-bottom-width: 0.1vw;
  }
}

.DNP_icon-Planeacion-search:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNP_icon-Planeacion-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.DNP_icon-Planeacion-search-image {
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP_icon-Planeacion-search-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP_icon-Planeacion-search-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (max-width: 600px) {
  .DNP_icon-Planeacion-search-image {
    width: 15vw;
    height: 15vw;
  }
}

.DNP_icon-Planeacion-search-icon-size {
  color: #333;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  max-width: 1280px;
  margin: 0 !important;
  padding-top: 8px;
  text-decoration: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP_icon-Planeacion-search-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP_icon-Planeacion-search-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNP_icon-Planeacion-search-icon-size {
    font-size: var(--fuente0_mobile);
  }
}

.DNP_icon-Planeacion-info {
  width: max-content;
  padding: 0 16px;
  box-sizing: content-box;
}

.DNP_icon-Planeacion-info a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP_icon-Planeacion-info {
    width: 55vw;
    padding: 0 2.8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP_icon-Planeacion-info {
    width: 45vw;
    padding: 0 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNP_icon-Planeacion-info {
    width: 70vw;
    padding: 0 5vw;
  }
}

.DNP_icon-Planeacion-Capsula {
  display: flex;
}

.DNP_icon-Planeacion-Capsula p {
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}

.DNP_icon-Planeacion-Capsula .DNP_Planeacion-Capsula_gray {
  padding: 4px 12px;
  background: #f4f4f4;
  border-radius: 8px;
  color: #333;
}

.DNPPlaneacion-search-info_Title {
  color: #3366cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 3.2rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPPlaneacion-search-info_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPPlaneacion-search-info_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-search-info_Title {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
    line-height: 2.6rem;
  }
}

.DNPPlaneacion-search-info_Date {
  font-family: "Work Sans", sans-serif;
  color: #535353;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPPlaneacion-search-info_Date {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPPlaneacion-search-info_Date {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-search-info_Date {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPPlaneacion-search-info_Text {
  color: #333;
  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-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPPlaneacion-search-info_Text {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPPlaneacion-search-info_Text {
    max-width: 90vw;
    font-size: var(--fuente0);
  }
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-search-info_Text {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

/* Box - Planeacion */

.DNPContent-busqueda__Planeacion {
  /* width: 955px; */
  width: 60%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px 40px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContent-busqueda__Planeacion {
    width: 62.5vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-busqueda__Planeacion {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

.DNPPlaneacion-search {
  overflow: hidden;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  border-bottom: solid #e6effd 1px;
  padding: 32px 0;
  align-items: center;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPlaneacion-search {
    margin-bottom: 1.7vw;
    padding: var(--fuente0_tablet) 0;
    border-bottom-width: 0.25vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-search {
    width: 90vw;
    padding: var(--fuente0_mobile) 0;
    margin-bottom: 6vw;
    border-bottom-width: 0.1vw;
  }
}

.DNPHistorical-search-icon-image {
  width: 80px;
  height: 80px;
  margin-left: 24px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-search-icon-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-search-icon-image {
    width: 15vw;
    height: 15vw;
  }
}

.DNPHistorical-search-icon-size {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 3rem;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding-left: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-search-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-search-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

.DNPHistorical-search-icon-size a {
  color: #004884;
  font-weight: 700;
  text-decoration: underline;
}

.DNPHistorical-search-icon-size a:hover {
  color: #000;
}

.DNPHistorical-search-icon-size a:visited {
  color: #069169;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPHistorical-search-icon-size {
    margin-top: calc(var(--fuente1_tablet) / 2);
  }
}

@media screen and (max-width: 600px) {
  .DNPHistorical-search-icon-size {
    margin-top: calc(var(--fuente1_mobile) / 2);
  }
}

.DNPPlaneacion-search-info {
  width: max-content;
  padding: 0 32px;
  box-sizing: content-box;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPPlaneacion-search-info {
    padding: 0 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPPlaneacion-search-info {
    padding: 0 5vw;
  }
}

.DNPinfo-title__Planeacion {
  color: #3366cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 3rem;
  max-width: 1280px;
  margin: 0 0 16px 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPinfo-title__Planeacion {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPinfo-title__Planeacion {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPinfo-title__Planeacion {
    margin-bottom: var(--fuente-1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPinfo-title__Planeacion {
    font-size: var(--fuente1_mobile);
    margin-bottom: var(--fuente-2_mobile);
  }
}

.DNPinfo-text__Planeacion {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 2rem;
  max-width: 1280px;
}

.DNPinfo-subtitle__Planeacion {
  font-family: "Work Sans", sans-serif;
  color: #535353;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  max-width: 1280px;
  margin: 16px auto;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPinfo-subtitle__Planeacion {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPinfo-subtitle__Planeacion {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPinfo-subtitle__Planeacion {
    margin-top: var(--fuente-2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPinfo-subtitle__Planeacion {
    font-size: var(--fuente-1_mobile);
    margin-top: var(--fuente-3_mobile);
  }
}

.DNP--Capsula {
  display: flex;
  margin-bottom: 16px;
}

.DNP--Capsula p {
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}

.DNP--Capsula .DNP--Capsula_gray {
  padding: 4px 12px;
  background: #5c5c5f;
  border-radius: 8px;
  color: #ffffff;
}

.DNP--Capsula p:nth-child(2) {
  margin-left: 8px;
}

.DNP--Capsula .DNP--Capsula_color-1 {
  padding: 4px 12px;
  background: #7080ab;
  border-radius: 8px;
  color: #ffffff;
}

.DNP--Capsula .DNP--Capsula_color-2 {
  padding: 4px 12px;
  background: #e47966;
  border-radius: 8px;
  color: #ffffff;
}

.DNP--Capsula .DNP--Capsula_color-3 {
  padding: 4px 12px;
  background: #539779;
  border-radius: 8px;
  color: #ffffff;
}

.DNP--Capsula .DNP--Capsula_color-4 {
  padding: 4px 12px;
  background: #c182c2;
  border-radius: 8px;
  color: #ffffff;
}

.DNPPlaneacion-search:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

/* Box - Planeacion end */

/* Busqueda en planeacion end */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Eventos anteriores */

/* Title Home */

.DNPlogoEv__anteriores {
  padding-right: 32px;
}

.DNPlogoEv__anteriores img {
  margin: 0;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.DNPContentEv__anteriores {
  display: flex;
  max-width: 1380px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 60px;
  margin: 0 auto;
}

.DNPcontwidthEv__anteriores {
  width: 100%;
  display: flex;
  align-items: center;
}

.DNPTitleEv__anteriores {
  width: 65%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.DNPTextEv__anteriores {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 6rem;
  max-width: 1280px;
  color: #004884;
}

.DNPSubtitleEv__anteriores {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  font-family: "Work Sans", sans-serif;
}

/* Search */

.DNPbuttonEv-Search {
  display: flex;
  align-items: center;
  justify-content: center;
}

.DNPEv-search-icon {
  width: 281px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #bababa;
  display: flex;
  justify-content: center;
  align-items: center;
}

.DNPEv-search-icon .DNPEv-icon {
  background-image: url("revista-editorial/assets/icon/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  padding: 0 10px;
}

.DNPinputEv_anteriores {
  color: #7e7d7d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border: none;
}

/* Title Home end */

/* Eventos */

.DNPcontent-Eventos__cards {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}

.DNPcontent-title__cardsEventos {
  width: 100%;
}

.DNPContentEventos__cards {
  width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContentEventos__cards {
    width: 62.5vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPContentEventos__cards {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

.DNPTitleEventos__cards {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4rem;
  color: #333333;
  padding-bottom: 32px;
}

.DNP--Eventos__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
}

.DNP--Eventos__cards > * {
  max-width: 100%;
}

.DNPCards-eventos__content {
  overflow: hidden;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  flex-wrap: wrap;
  transition-duration: 0.5s;
  width: 630px;
  max-width: 1280px;
  border: solid #bababa 1px;
  border-radius: 8px;
  margin-bottom: 16px;
  background-color: #ffffff;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPCards-ediciones__content {
    margin-bottom: 1.7vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPCards-ediciones__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90vw;
    margin-bottom: 6vw;
  }
}

.DNPCards-eventos__image {
  width: 630px;
  height: 360px;
  object-fit: cover;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPCards-eventos__image {
    width: 18vw;
    height: 18vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPCards-eventos__image {
    width: 90vw;
    height: 90vw;
  }
}

.DNPCards-eventos__content-info {
  padding: 32px;
  min-height: 240px !important;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPCards-ediciones__content-info {
    padding: 0.7vw 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPCards-ediciones__content-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5vw;
  }
}

.DNPCards-label__content-color {
  color: #c182c2;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPCards-label__content-color {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPCards-label__content-color {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPCards-label__content-color {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPCards-eventos__content-title {
  color: #3366cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 3.2rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPCards-eventos__content-title {
    max-width: 100vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPCards-eventos__content-title {
    max-width: 100vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPCards-eventos__content-title {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

.DNPCards-eventos__content-date {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPCards-eventos__content-date {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPCards-eventos__content-date {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPCards-eventos__content-date {
    max-width: 90vw;
    font-size: var(--fuente-2_mobile);
  }
}

.DNPCards-eventos__content-description {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPCards-eventos__content-description {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPCards-eventos__content-description {
    max-width: 90vw;
    font-size: var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPCards-eventos__content-description {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPCards-eventos__content:hover {
  transform: scale(1.01);
}

/* Eventos anteriores end */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Pagina DNP Articulo */

/* Pagina dnp */
/* banner */

.DNPBanner-DNP {
  width: 100vw;
  position: relative;
  margin-top: var(--fuente0);
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBanner-DNP {
    margin-top: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBanner-DNP {
    margin-top: var(--fuente0_mobile);
  }
}

.DNPBanner-DNP-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.DNPBanner-DNP-info {
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 50vw 50px 0;
  margin-bottom: 40px;
  width: 100vw;
  height: 100%;
  min-height: 200px;
  top: 0;
  left: 0;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 8px solid;
  background: linear-gradient(
    to left,
    rgba(21, 74, 139, 0.1),
    rgba(21, 74, 139, 0.6)
  );
  border-image: linear-gradient(
      to right,
      rgba(255, 182, 39, 1) 28%,
      rgba(21, 74, 139, 1) 28%,
      rgba(21, 74, 139, 1) 78%,
      rgba(228, 20, 20, 1) 78%
    )
    1;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBanner-DNP-info {
    padding-bottom: 3.5vw;
    padding-top: 3.5vw;
    min-height: 25vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBanner-DNP-info {
    padding: 10vw 10vw 10vw 0;
    min-height: 70vw;
  }
}

.DNPBanner-DNP-info-title,
h1.DNPBanner-DNP-info-title {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.1;
  max-width: 1280px;
  padding: 10px 0 10px calc(45vw - 640px);
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBanner-DNP-info-title,
  h1.DNPBanner-DNP-info-title {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBanner-DNP-info-title,
  h1.DNPBanner-DNP-info-title {
    max-width: 90vw;
    font-size: var(--fuente5_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPBanner-DNP-info-title,
  h1.DNPBanner-DNP-info-title {
    padding: 0.7vw 0 0.7vw 5vw;
    border-bottom-width: 0.5vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPBanner-DNP-info-title,
  h1.DNPBanner-DNP-info-title {
    line-height: 1;
    padding: 2.5vw 0 2.5vw 5vw;
    border-bottom-width: 1vw;
  }
}

/* banner */

/* Texto */

.DNPComponent-Text {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
}

.DNPComponent-Text .DNPText-Title__pag {
  font-family: "Work Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #004884;
  margin-bottom: 16px;
}
/* El cambio sugerido  */

.DNPText-Content__pag h1 {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente5);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  padding-bottom: var(--fuente0);
  margin: 0;
}

/* .DNPText-Content__pag h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #004884;
  margin-bottom: 16px;
} */

.DNPText-Content__pag p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  padding-bottom: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPComponent-Text {
    padding-left: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPComponent-Text {
    padding-left: 22px;
  }
}

@media screen and (max-width: 600px) {
  .DNPComponent-Text {
    padding-left: 16px;
  }
  .DNPComponent-Text .DNPText-Title__pag {
    font-size: var(--fuente4_mobile);
  }
}

/* Texto end */

/* Contenido */

.DNPContainerRev-edicion {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);

  grid-template-areas:
    "DNPsidebarPag DNPcontenidoPag DNPcontenidoPag"
    "DNPsidebarPag DNPcontenido_Comp DNPcontenido_Comp";
}

.DNPcontenido_Comp a:visited {
  color: #36c;
}

.DNPcontenido_Comp a:hover {
  color: #fff;
  text-decoration: none;
}

.DNPsidebarPag {
  grid-area: DNPsidebarPag;
  width: 92%;
}

.DNPcontenidoPag {
  grid-area: DNPcontenidoPag;
}

.DNPsidebarRev {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100px;
  grid-area: DNPsidebarRev;
}

/* Contenido ediciones */

.DNPpag--content-img {
  display: none;
  padding-bottom: 32px;
}

.DNPpag--content-img img {
  width: 100%;
  height: 0px;
  object-fit: cover;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPpag--content-img {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPpag--content-img {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .DNPpag--content-img {
    display: none;
  }
}

.DNPpag--content-ediciones p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.DNP-background__destacado {
  background-color: #efefef;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 16px !important;
}

.DNPpag--content-ediciones p:nth-child(9) {
  padding: 0;
}

.DNPcontenido_Comp {
  display: flex;
  flex-direction: column;
  min-height: 100px;
  grid-area: DNPcontenido_Comp;
}

/* Destacado con icono */

.bg-info {
  background-color: #e6effd !important;
  margin-bottom: 16px !important;
}
/* Contenido ediciones end*/

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPText-Content__pag {
    max-width: 980px;
    margin: 0 auto;
  }

  .DNPText-Content__pag h1 {
    max-width: 1000px;
    margin: 0 auto;
  }

  .DNPContainerRev-edicion {
    max-width: 980px;
    margin: 0 auto;
  }

  .DNPsidebarPag {
    width: 92%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPText-Content__pag {
    max-width: 718px;
    margin: 0 auto;
  }

  .DNPText-Content__pag h1 {
    max-width: 718px;
    margin: 0 auto;
  }

  .DNPContainerRev-edicion {
    max-width: 718px;
    margin: 0 auto;
  }

  .DNPsidebarPag {
    width: 100%;
  }
}

@media screen and (min-width: 401px) and (max-width: 600px) {
  .DNPText-Content__pag {
    max-width: 380px;
    margin: 0 auto;
  }

  .DNPText-Content__pag h1 {
    max-width: 380px;
    margin: 0 auto;
  }

  .DNPContainerRev-edicion {
    max-width: 380px;
    margin: 0 auto;
  }

  .DNPsidebarPag {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 321px) and (max-width: 400px) {
  .DNPText-Content__pag {
    max-width: 340px;
    margin: 0 auto;
  }

  .DNPText-Content__pag h1 {
    max-width: 340px;
    margin: 0 auto;
  }

  .DNPContainerRev-edicion {
    max-width: 340px;
    margin: 0 auto;
  }

  .DNPsidebarPag {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  .DNPText-Content__pag {
    max-width: 280px;
    margin: 0 auto;
  }

  .DNPText-Content__pag h1 {
    max-width: 280px;
    margin: 0 auto;
  }

  .DNPContainerRev-edicion {
    max-width: 280px;
    margin: 0 auto;
  }

  .DNPsidebarPag {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .DNPContainerRev-edicion {
    grid-template-areas:
      "DNPsidebarPag DNPsidebarPag DNPsidebarPag"
      "DNPcontenidoPag DNPcontenidoPag DNPcontenidoPag"
      "DNPcontenido_Comp DNPcontenido_Comp DNPcontenido_Comp";
  }
}
/* Contenido end*/
/* Pagina dnp end */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Ediciones anteriores */

/* Title Home */

.DNPlogoED__anteriores {
  padding-right: 32px;
}

.DNPlogoED__anteriores img {
  margin: 0;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.DNPContentED__anteriores {
  display: flex;
  max-width: 1280px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 60px;
  margin: 0 auto;
}

.DNPcontwidthED__anteriores {
  width: 100%;
  display: flex;
  align-items: center;
}

.DNPContentED__anteriores {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.DNPText-titleED__anteriores {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 6rem;
  max-width: 1280px;
  color: #004884;
}

.DNPSubtitleED__anteriores {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  font-family: "Work Sans", sans-serif;
}

.DNPheader-ED__anteriores {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 10px;
}

.DNP_content_header_ED__anteriores {
  display: flex;
  align-items: center;
  width: 100%;
}

.DNP_content_header_ED__anteriores .DNPHeadtitle {
  width: 100%;
}

.DNPheader-ED__anteriores .DNPbuttonRev-Search-edicion {
  display: flex;
  width: 100%;
  justify-content: end;
}

.DNPheader-ED__anteriores .DNPbuttonED-Search {
  width: 88%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPlogoED__anteriores {
    padding: 0;
  }

  .DNPlogoED__anteriores img {
    margin-bottom: 16px;
  }

  .DNPContentED__anteriores {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 16px 0 32px 0;
  }

  .DNPContentED__anteriores .DNPcontwidthED__anteriores {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .DNPheader-ED__anteriores .DNPbuttonED-Search {
    width: 100%;
  }

  .DNPcontwidthED__anteriores .DNPContentED__anteriores {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .DNPContentED__anteriores .DNPText-titleED__anteriores {
    font-size: 3.8rem;
    line-height: 4rem;
    padding-bottom: 10px;
  }

  .DNPContentED__anteriores .DNPSubtitleED__anteriores {
    font-size: 1.4rem;
  }

  .DNP_content_header_ED__anteriores {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPlogoED__anteriores {
    padding: 0;
  }

  .DNPlogoED__anteriores img {
    margin-bottom: 16px;
  }

  .DNPContentED__anteriores {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 16px 0 32px 0;
  }

  .DNPContentED__anteriores .DNPcontwidthED__anteriores {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .DNPheader-ED__anteriores .DNPbuttonED-Search {
    width: 100%;
  }

  .DNPcontwidthED__anteriores .DNPContentED__anteriores {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .DNPContentED__anteriores .DNPText-titleED__anteriores {
    font-size: 3.8rem;
    line-height: 4rem;
    padding-bottom: 10px;
  }

  .DNPContentED__anteriores .DNPSubtitleED__anteriores {
    font-size: 1.4rem;
  }

  .DNP_content_header_ED__anteriores {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .DNPlogoED__anteriores {
    padding: 0;
  }

  .DNPlogoED__anteriores img {
    margin-bottom: 16px;
  }

  .DNPContentED__anteriores {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 16px 0 32px 0;
  }

  .DNPContentED__anteriores .DNPcontwidthED__anteriores {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .DNPheader-ED__anteriores .DNPbuttonED-Search {
    width: 100%;
  }

  .DNPcontwidthED__anteriores .DNPContentED__anteriores {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .DNPContentED__anteriores .DNPText-titleED__anteriores {
    font-size: 2.6rem;
    line-height: 3rem;
    padding-bottom: 10px;
  }

  .DNPContentED__anteriores .DNPSubtitleED__anteriores {
    font-size: 1.5rem;
  }

  .DNP_content_header_ED__anteriores {
    display: flex;
    flex-direction: column;
  }
}

/* Search */

input {
  color: #7e7d7d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

.DNPbuttonED-Search input {
  width: 281px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #bababa;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;

  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/search.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 10px 8px;
  padding: 0 32px;
}

/* Ediciones */

.DNPcontent-ediciones__cards {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}

.DNPcontent-title__cards {
  width: 100%;
}

.DNPContentEdicion__cards {
  width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPContentEdicion__cards {
    width: 62.5vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPContentEdicion__cards {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

.DNPTitleEdiciones__cards {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4rem;
  color: #333333;
  padding-bottom: 32px;
}

.DNPediciones__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
}

.DNPediciones__cards > * {
  max-width: 100%;
}

.DNPCards-ediciones__content {
  overflow: hidden;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  flex-wrap: wrap;
  transition-duration: 0.5s;
  width: 620px;
  max-width: 1280px;
  border: solid #bababa 1px;
  border-radius: 8px;
  margin-bottom: 16px;
  background-color: #ffffff;
  margin-right: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPCards-ediciones__content {
    margin-bottom: 1.7vw;
    max-width: 86%;
  }

  .DNPCards-ediciones__content .DNPCards-ediciones__image {
    width: 64vw;
    object-fit: cover;
  }

  .DNPCards-ediciones__content .DNPCards-ediciones__content-info {
    width: 88%;
  }
}

@media screen and (max-width: 600px) {
  .DNPCards-ediciones__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 90vw !important;
    margin-bottom: 6vw;
  }

  .DNPCards-ediciones__content .DNPCards-ediciones__image {
    width: 90vw;
    height: 90vw;
  }

  .DNPCards-ediciones__content-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83%;
    padding: 5vw;
  }
}

.DNPCards-ediciones__image {
  width: 630px;
  height: 360px;
  object-fit: cover;
  object-position: 0 -50px;
}

.DNPCards-ediciones__content-info {
  padding: 32px;
}

.DNPCards-ediciones__content-info-title {
  color: #3366cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 3.2rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPCards-ediciones__content-info-title {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPCards-ediciones__content-info-title {
    font-size: var(--fuente2_mobile);
  }
}

.DNPCards-ediciones__content-info-date {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPCards-ediciones__content-info-date {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPCards-ediciones__content-info-date {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPCards-ediciones__content-info-edicion {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPCards-ediciones__content-info-edicion {
    max-width: 90vw;
    font-size: var(--fuente3_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPCards-ediciones__content-info-edicion {
    font-size: var(--fuente0_mobile);
  }
}

.DNPCards-ediciones__content:hover {
  transform: scale(1.01);
}

.DNPCards-content-list {
  margin-bottom: 16px;
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.DNPCards-content-list ul li {
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  list-style: disc;
  margin-left: 16px;
}

.DNPCards-content-list ul {
  margin-left: 8px;
}

/* Ediciones anteriores end */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Pagina Glosario */

/* Paginador alfabetico */

.DNPpagination-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.DNPpagination_AZ {
  list-style: none;
  display: inline-block;
  padding: 0;
}

.DNPpagination_AZ li {
  display: inline;
  text-align: center;
}

.DNPpagination_AZ li {
  width: 50px;
  float: left;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 6px 8px;
  margin-left: -1px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  line-height: 2.8rem;
  background: white;
  margin-bottom: 16px;
}

.DNPmodal-glosario li {
  border-color: #ddd;
  color: #004884;
}

.DNPpagination_AZ a.DNPActive_glosario {
  cursor: default;
}

.DNPpagination_AZ a:active {
  outline: none;
}

.DNPmodal-glosario a {
  text-decoration: none;
}

.DNPmodal-glosario li a:hover {
  background: #004884;
  color: #fff;
  border-radius: 32px;
  text-decoration: underline;
  padding: 6px 12px;
}

.DNPmodal-glosario a.DNPActive_glosario,
.DNPmodal-glosario a:active {
  background: #e5eefd;
  color: #4285f4;
  border-radius: 32px;
  text-decoration: none;
  padding: 6px 12px;
  cursor: pointer;
}

.DNPmodal-glosario a.DNPdisabled_glosario,
.DNPmodal-glosario a:focus-visible {
  background: transparent;
  border: transparent;
  color: #ddd;
  text-decoration: none;
  outline: none;
}

.DNPmodal-glosario .all-glosario {
  border-right: 1px solid #ffffff;
}

.DNPmodal-glosario .inicio-glosario {
  border-left: 1px solid #ffffff;
}

@media screen and (min-width: 1084px) and (max-width: 1440px) {
  .DNPpagination-container {
    max-width: 1300px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPpagination-container {
    max-width: 915px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPpagination-container {
    max-width: 690px;
  }
}

@media screen and (max-width: 600px) {
  .DNPpagination_AZ li {
    width: 70px;
  }
  .DNPpagination-container {
    max-width: 345px;
  }

  .DNPmodal-glosario .all-glosario {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    padding: 0;
  }
}

/* Buscador */
.DNPBusqueda_Glosario {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* flex-wrap: wrap; */
  max-width: 1280px;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 64px;
  margin-top: 64px;
}

.DNPResults-search_Glosario {
  width: 522px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #bababa;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPResults-search_Glosario {
    width: 40%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPResults-search_Glosario {
    width: 35%;
  }
}

@media screen and (max-width: 600px) {
  .DNPResults-search_Glosario {
    width: 50%;
  }
}

/* Input */

.DNPResults-search_Glosario .DNPsearch-icon-Glosario {
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/serch-lup-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: 10px;
}

.DNPInput_Glosario {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border: none;
}

@media screen and (max-width: 600px) {
  .DNPResults-search_Glosario .DNPsearch-icon-Glosario {
    width: 16px;
  }
}

.DNPButtonssearch_glosario {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 16px;
}

.DNPSearchbutton_glosario {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  outline: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSearchbutton_glosario {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearchbutton_glosario {
    padding: calc(var(--fuente0_mobile) * 0.75)
      calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}

.DNPSearchbutton_glosario:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPSearchbutton_glosario:visited:hover {
  color: #ffffff !important;
}

.DNPSearchbutton_glosario-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPSearchbutton_glosario-color:visited {
  border-color: #3366cc;
  color: #ffffff !important;
}

.DNPSearchbutton_glosario:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

/* Filter */

.DNPFilter-glosary {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.DNPFilter-glosary_search {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-left: 16px;
  width: 50%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPFilter-glosary_search {
    width: 82%;
    margin-left: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPFilter-glosary_search {
    width: 76%;
    margin-left: 26px;
  }
}

@media screen and (max-width: 600px) {
  .DNPFilter-glosary_search {
    width: 60%;
  }
}

.DNPFilter-glosary-label {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin: 0 0 16px 0;
}

.DNPFilter-glosary-select {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 16px;
  width: 45%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPFilter-glosary-select {
    background-size: var(--fuente1_tablet);
    width: 100%;
    max-width: 22vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPFilter-glosary-select {
    background-size: var(--fuente1_tablet);
    padding: var(--fuente-1_tablet);
    border-width: 0.25vw;
    width: 100%;
    font-size: var(--fuente2_tablet);
    max-width: 25vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPFilter-glosary-select {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
    width: 100%;
    font-size: var(--fuente-1_mobile);
    max-width: 50vw;
  }
}

/* Text content */
.DNPComponent-Text_glosario {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.DNPComponent-Text_glosario .DNP_Title__Glosario {
  font-family: "Work Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.1;
  color: #333;
  padding: 32px 0 8px 0 !important;
}

.DNPText-Content__pag-glosario .DNP_description__Glosario {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  padding-bottom: 32px !important;
}

.DNPText-Content__pag-glosario .DNP_description__Glosario p {
  line-height: 2rem;
}

.DNPinfo-Content__pag-glosario {
  box-sizing: content-box;
  border-bottom: 1px solid #ededed;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPText-Content__pag-glosario {
    max-width: 950px;
    margin: 0 auto;
  }

  .DNPComponent-Text_glosario .DNP_Title__Glosario {
    max-width: 950px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPText-Content__pag-glosario {
    max-width: 718px;
    margin: 0 auto;
  }

  .DNPComponent-Text_glosario .DNP_Title__Glosario {
    max-width: 718px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .DNPText-Content__pag-glosario {
    max-width: 400px;
    margin: 0 auto;
  }

  .DNPComponent-Text_glosario .DNP_Title__Glosario {
    max-width: 400px;
    margin: 0 auto;
  }
}

/* Paginador Numerico */

.pagination {
  padding: 32px 0;
}

.pagination li a {
  font-size: 1.6rem;
  padding: 8px 16px;
}

.pagination .page-link {
  border: 1px solid #fff;
}

.page-link:focus {
  z-index: 3;
  color: #004884;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.pagination .DNPcolor_next {
  background-color: #004884;
  color: #ffffff;
}

.pagination .DNPcolor_prev {
  background-color: #bdbdbd;
  color: #ffffff;
}

/* Pagina Glosario end */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Pagina Conpes Buscador */

/* sidebar */

.DNPSidebar-conpes_filter {
  background-color: #f4f4f4;
  width: 400px;
  display: inline-block;
  padding: 64px;
  margin: 40px 50px 0 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSidebar-conpes_filter {
    width: 30vw;
    padding: 32px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSidebar-conpes_filter {
    width: 42vw;
    padding: 32px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 600px) {
  .DNPSidebar-conpes_filter {
    width: 90vw;
    display: block;
    padding: 8vw 16vw;
    margin: 0 auto;
  }
}

/* Filter content sidebar */

.DNPContent-conpes_filter {
  width: 100%;
}

.DNPContent-conpes_filter p {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: 700;
  line-height: 2rem;
}

.DNPContent-conpes_filter .DNP-line_filter {
  width: 260px;
  border-bottom: 1px solid #bababa;
  margin-top: 32px;
  margin-bottom: 32px;
  height: 0px;
}

.DNPContent-conpes_filter .DNPConpes-title-filter {
  font-size: var(--fuente0);
  margin-bottom: 16px;
}

.DNPConpes-item_filter {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
}

.date_filter input[type="date"] {
  padding: 8px;
  font-size: 1.2rem;
  margin-left: 16px;
  outline: none;
  border: 1px solid #bababa;
  border-radius: 8px;
  color: #bababa;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0;
}

.DNPConpes_filter-search {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPConpes_filter-search {
    width: 82%;
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPConpes_filter-search {
    width: 76%;
    margin-top: 6px;
  }
}

@media screen and (max-width: 600px) {
  .DNPConpes_filter-search {
    width: 100%;
    margin-right: 8px;
  }
}

.DNPConpes_filter-search-item {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 16px;
  width: 100%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPConpes_filter-search-item {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPConpes_filter-search-item {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPConpes_filter-search-item {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
    width: 100%;
  }
}

.DNPBotton-filter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.DNPBotton-filter a {
  font-family: "Work Sans", sans-serif;
  font-size: var(--fuente0);
  font-weight: 600;
  line-height: 1rem;
  color: #004884;
  text-decoration: none !important;
}

.DNPBotton-filter a:nth-child(1) {
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid #004884;
  padding: 12px 16px;
}

.DNPBotton-filter a:nth-child(2) {
  margin-left: 32px;
  text-decoration: underline !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPBotton-filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-filter a {
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPBotton-filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-filter a {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBotton-filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-filter a {
    font-size: var(--fuente-1_mobile);
  }
}

.DNPConpes-item-icon {
  background-image: url("https://sgrwebpr.dnp.gov.co/assets/calendario.svg");
  background-repeat: no-repeat;
  background-position: 108px;
  background-size: 14px 14px;
}

.DNPConpes-filter-label-date {
  color: #004884;
  font-weight: 500;
  font-size: var(--fuente0);
  line-height: 1rem;
  max-width: 1280px;
  margin-left: 20px;
  font-family: "Montserrat", sans-serif;
}

.DNPConpes-filter-label-date:nth-child(2n + 1) {
  margin-top: 8px;
  margin-bottom: 16px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPConpes-filter-label-date {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPConpes-filter-label-date {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

/* Filter content sidebar end */

/* Content Resultados */

.DNPConpes-busqueda {
  width: 66%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px 40px 40px 0;
}

.DNPConpes-busqueda a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPConpes-busqueda {
    width: 68vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPConpes-busqueda {
    width: 56vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPConpes-busqueda {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

.DNPConpes-busqueda .DNPConpes_title-results {
  color: #004884;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  max-width: 1280px;
  margin: 18px 0 0 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPConpes-busqueda .DNPConpes_title-results {
    max-width: 90vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPConpes-busqueda .DNPConpes_title-results {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPConpes-busqueda .DNPConpes_title-results {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

/* Busqueda */

.DNPConpes-search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.DNPResults-search_Conpes {
  width: 80%;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #bababa;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 36px 0 36px 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPResults-search_Conpes {
    width: 78%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPResults-search_Conpes {
    width: 68%;
  }
}

@media screen and (max-width: 600px) {
  .DNPResults-search_Conpes {
    width: 60%;
    margin-left: 0;
  }
}

.DNPResults-search_Conpes .DNPsearch-icon-Conpes {
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/serch-lup-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: 10px;
}

.DNPInput_Conpes {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border: none;
}

@media screen and (max-width: 600px) {
  .DNPResults-search_Conpes .DNPsearch-icon-Conpes {
    width: 16px;
  }
}

.DNPButtonssearch_Conpes {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 36px 0 36px 16px;
}

.DNPSearchbutton_Conpes {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearchbutton_Conpes {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearchbutton_Conpes {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearchbutton_Conpes {
    padding: 12px 30px;
    font-size: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
}

.DNPSearchbutton_Conpes:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPSearchbutton_Conpes:visited:hover {
  color: #ffffff !important;
}

.DNPSearchbutton_Conpes-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPSearchbutton_Conpes-color:visited {
  border-color: #3366cc;
  color: #ffffff !important;
}

.DNPSearchbutton_Conpes:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPresults-search-item_Conpes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 16px;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-search-item_Conpes {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-search-item_Conpes {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-search-item_Conpes {
    width: 100%;
    margin: 0;
  }
}

.DNPresults-item-label_Conpes {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin-bottom: 16px;
}

.DNPresults-select_Conpes {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 32px;
  width: 30%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-select_Conpes {
    background-size: var(--fuente1_tablet);
    width: 100%;
    max-width: 25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-select_Conpes {
    background-size: var(--fuente1_tablet);
    padding: var(--fuente-1_tablet);
    width: 100%;
    font-size: var(--fuente2_tablet);
    max-width: 28vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-select_Conpes {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    width: 100%;
    font-size: var(--fuente-1_mobile);
    max-width: 60vw;
  }
}

.DNPparagraph_Conpes {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: bold;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPparagraph_Conpes {
    font-size: var(--fuente0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPparagraph_Conpes {
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPparagraph_Conpes {
    font-size: var(--fuente-1);
  }
}

/* Busqueda end */

/* Content */

.DNPSearch-conpes-Results {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  border-bottom: solid #bababa 1px;
  padding: 32px;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-conpes-Results {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-conpes-Results {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-conpes-Results {
    width: 90vw;
    padding: var(--fuente0_mobile) 0;
    border-bottom-width: 0.1vw;
  }
}

.DNPSearch-conpes-Results:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNPSearch-conpes-Results-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.DNPSearch-conpes-Results-image {
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-conpes-Results-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-conpes-Results-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-conpes-Results-image {
    width: 15vw;
    height: 15vw;
  }
}

.DNPSearch-conpes-Results-icon-size {
  color: #333;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  max-width: 1280px;
  margin: 0 !important;
  padding-top: 8px;
  text-decoration: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-conpes-Results-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-conpes-Results-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-conpes-Results-icon-size {
    font-size: var(--fuente0_mobile);
  }
}

.DNPConpes-search-info {
  width: max-content;
  padding: 0 16px;
  box-sizing: content-box;
}

.DNPConpes-search-info a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPConpes-search-info {
    width: 55vw;
    padding: 0 2.8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPConpes-search-info {
    width: 45vw;
    padding: 0 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPConpes-search-info {
    width: 70vw;
    padding: 0 5vw;
  }
}

.DNPConpes-search-info_Numero {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente2);
  line-height: 3rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPConpes-search-info_Numero {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPConpes-search-info_Numero {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPConpes-search-info_Numero {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPConpes-search-info_Title {
  color: #3366cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 3.2rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPConpes-search-info_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPConpes-search-info_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .DNPConpes-search-info_Title {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
    line-height: 2.6rem;
  }
}

.DNPConpes-search-info_Tipe {
  color: #333;
  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-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPConpes-search-info_Tipe {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPConpes-search-info_Tipe {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPConpes-search-info_Tipe {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPConpes-search-info_Date {
  font-family: "Work Sans", sans-serif;
  color: #535353;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPConpes-search-info_Date {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPConpes-search-info_Date {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPConpes-search-info_Date {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

a.DNPConpes-search-info_Link {
  font-weight: 400;
  font-size: var(--fuente-1);
  color: #36c;
  font-family: "Work Sans", sans-serif;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  a.DNPConpes-search-info_Link {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  a.DNPConpes-search-info_Link {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  a.DNPConpes-search-info_Link {
    font-size: var(--fuente-2_mobile);
  }
}

/* Content end */
/* Pagina Conpes Buscador end */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Pagina Archivos de Economía */

/* sidebar */

.DNPSidebar-economia_filter {
  width: 386px;
  display: inline-block;
  margin-top: 64px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSidebar-economia_filter {
    width: 30vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSidebar-economia_filter {
    margin-bottom: 64px;
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .DNPSidebar-economia_filter {
    width: 94vw;
    display: block;
  }
}

/* Filter content sidebar */

.DNPContent-economia_filter {
  width: 100%;
}

.DNPContent-economia_filter .DNPTitle_filter-economia {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 32px;
}

.DNPContent-economia_filter .DNPTitle_filter-economia {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 32px;
}

.DNPEconomia-item_filter {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
}

.DNPEconomia-item_filter .DNPEconomia-title-filter {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 16px;
}

.DNPFilter_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPEco-line_filter {
    max-width: 280px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPEconomia-item_filter {
    display: flex;
    flex-direction: initial;
    justify-content: center;
    width: 690px;
  }

  .DNPEco-line_filter {
    display: none;
  }
}

.DNPEco-line_filter {
  width: 386px;
  border-bottom: 1px solid #bababa;
  margin-top: 32px;
  margin-bottom: 32px;
  height: 0px;
}

.DNPEconomia_filter-search {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPEconomia_filter-search {
    width: 82%;
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPEconomia_filter-search {
    width: 76%;
    margin-top: 6px;
  }
}

@media screen and (max-width: 600px) {
  .DNPEconomia_filter-search {
    width: 100%;
    margin-right: 8px;
  }
}

.DNPEconomia_filter-search-item {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 16px;
  width: 100%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPEconomia_filter-search-item {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPEconomia_filter-search-item {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPEconomia_filter-search-item {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
    width: 100%;
  }
}

.DNPBottonEco-filter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.DNPBottonEco-filter a {
  font-family: "Work Sans", sans-serif;
  font-size: var(--fuente0);
  font-weight: 600;
  line-height: 1rem;
  color: #004884;
  text-decoration: none !important;
}

.DNPBottonEco-filter a:nth-child(1) {
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid #004884;
  padding: 12px 16px;
}

.DNPBottonEco-filter a:nth-child(2) {
  margin-left: 32px;
  text-decoration: underline !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPBottonEco-filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBottonEco-filter a {
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPBottonEco-filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBottonEco-filter a {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBottonEco-filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBottonEco-filter a {
    font-size: var(--fuente-1_mobile);
  }
}

/* Contenido */

.DNPContainer_Economia {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);

  grid-template-areas:
    "DNPsidebar_eco DNPcontenido_eco DNPcontenido_eco"
    "DNPsidebar_eco DNPPag_eco DNPPag_eco";
}

.DNPsidebar_eco {
  grid-area: DNPsidebar_eco;
  width: 92%;
}

.DNPcontenido_eco {
  grid-area: DNPcontenido_eco;
}

.DNPPag_eco {
  display: flex;
  flex-direction: column;
  min-height: 100px;
  grid-area: DNPPag_eco;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPText-Content__pag {
    max-width: 980px;
    margin: 0 auto;
  }

  .DNPText-Content__pag h1 {
    max-width: 1000px;
    margin: 0 auto;
  }

  .DNPContainer_Economia {
    max-width: 980px;
    margin: 0 auto;
  }

  .DNPsidebar_eco {
    width: 92%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPText-Content__pag {
    max-width: 718px;
    margin: 0 auto;
  }

  .DNPText-Content__pag h1 {
    max-width: 718px;
    margin: 0 auto;
  }

  .DNPContainer_Economia {
    max-width: 718px;
    margin: 0 auto;
  }

  .DNPsidebar_eco {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .DNPText-Content__pag {
    max-width: 400px;
    margin: 0 auto;
  }

  .DNPText-Content__pag h1 {
    max-width: 400px;
    margin: 0 auto;
    font-size: var(--fuente4_mobile);
  }

  .DNPContainer_Economia {
    max-width: 400px;
    margin: 0 auto;
  }

  .DNPsidebar_eco {
    max-width: 428px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .DNPContainer_Economia {
    grid-template-areas:
      "DNPsidebar_eco DNPsidebar_eco DNPsidebar_eco"
      "DNPcontenido_eco DNPcontenido_eco DNPcontenido_eco"
      "DNPPag_eco DNPPag_eco DNPPag_eco";
  }
}

/* Destacado */

.DNP-background_icon_destacado {
  background-color: #efefef;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 16px !important;
  display: flex;
  align-items: center;
  gap: 16px;
}

.DNP-background_icon_destacado img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  max-width: 100%;
  display: block;
}

.DNP-background_icon_destacado .DNPicon_destacado {
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP-background_icon_destacado {
    max-width: 698px;
  }

  .DNP-background_icon_destacado .DNPicon_destacado {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .DNP-background_icon_destacado .DNPicon_destacado {
    display: none !important;
  }
}

.DNPbackground_desEco .DNPtitle-eco {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: 800;
  line-height: 3rem;
  padding: 0;
  margin-bottom: 8px;
}

.DNPbackground_desEco .DNPdes-content {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding-bottom: 8px;
  margin: 0;
}

.DNPButtonssearch_Economia {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.DNPSearchbutton_eco {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearchbutton_eco {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearchbutton_eco {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearchbutton_eco {
    font-size: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
}

.DNPSearchbutton_eco:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPSearchbutton_eco:visited:hover {
  color: #ffffff !important;
}

.DNPSearchbutton_eco-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPSearchbutton_eco-color:visited {
  border-color: #3366cc;
  color: #ffffff !important;
}

.DNPSearchbutton_eco:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff !important;
  text-decoration: none;
}

/* Texto enriquecido */

.DNPtext-all_eco p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding-bottom: 16px;
}

.DNP-background_Eco_destacado {
  background-color: #efefef;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 32px !important;
}

/* Resultados */

.DNPEconomia-busqueda {
  width: 100%;
  display: inline-block;
}

.DNPEconomia-busqueda a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPEconomia-busqueda {
    width: 65vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPEconomia-busqueda {
    width: 90vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPEconomia-busqueda {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

.DNPEconomia-busqueda .DNPEconomia_title-results {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--fuente2);
  max-width: 1280px;
  padding: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPEconomia-busqueda .DNPEconomia_title-results {
    max-width: 60vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPEconomia-busqueda .DNPEconomia_title-results {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPEconomia-busqueda .DNPEconomia_title-results {
    max-width: 90vw;
    font-size: var(--fuente1_mobile);
  }
}

/* Busqueda */

.DNPEco-search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.DNPResults-search_Eco {
  width: 84%;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #bababa;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 32px 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPResults-search_Eco {
    width: 78%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPResults-search_Eco {
    width: 74%;
  }
}

@media screen and (max-width: 600px) {
  .DNPResults-search_Eco {
    width: 60%;
    margin-left: 0;
  }
}

.DNPResults-search_Eco .DNPsearch-icon-Eco {
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/serch-lup-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: 10px;
}

.DNPInput_Eco {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border: none;
}

@media screen and (max-width: 600px) {
  .DNPResults-search_Eco .DNPsearch-icon-Eco {
    width: 16px;
  }
}

.DNPButtonsearch_Eco {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 16px;
}

.DNPSearchbutton_Eco {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearchbutton_Eco {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearchbutton_Eco {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearchbutton_Eco {
    padding: 12px 30px;
    font-size: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
}

.DNPSearchbutton_Eco:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPSearchbutton_Eco:visited:hover {
  color: #ffffff !important;
}

.DNPSearchbutton_Eco-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPSearchbutton_Eco-color:visited {
  border-color: #3366cc;
  color: #ffffff !important;
}

.DNPSearchbutton_Eco:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPresults-search_Eco {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-search_Eco {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-search_Eco {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-search_Eco {
    width: 100%;
    margin: 0;
  }
}

.DNPresults-label_Eco {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin-bottom: 16px;
}

.DNPresults-select_Eco {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 32px;
  width: 30%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-select_Eco {
    background-size: var(--fuente1_tablet);
    width: 100%;
    max-width: 25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-select_Eco {
    background-size: var(--fuente1_tablet);
    padding: var(--fuente-1_tablet);
    width: 100%;
    font-size: var(--fuente2_tablet);
    max-width: 28vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-select_Eco {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    width: 100%;
    font-size: var(--fuente-1_mobile);
    max-width: 60vw;
  }
}

/* Busqueda end */

/* Content */

.DNPEco-results {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  border-bottom: solid #bababa 1px;
  padding: 32px;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPEco-results {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPEco-results {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
    max-width: 700px;
  }
}

@media screen and (max-width: 600px) {
  .DNPEco-results {
    width: 90vw;
    padding: var(--fuente0_mobile) 0;
    border-bottom-width: 0.1vw;
  }
}

.DNPEco-results:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNPEco-results-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.DNPEco-results-image {
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPEco-results-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPEco-results-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPEco-results-image {
    width: 15vw;
    height: 15vw;
  }
}

.DNPEco-results-icon-size {
  color: #333;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  max-width: 1280px;
  margin: 0 !important;
  padding-top: 8px;
  text-decoration: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPEco-results-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPEco-results-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPEco-results-icon-size {
    font-size: var(--fuente0_mobile);
  }
}

.DNPEco-search-info {
  width: max-content;
  padding: 0 16px;
  box-sizing: content-box;
}

.DNPEco-search-info a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPEco-search-info {
    width: 50vw;
    padding: 0 2.8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPEco-search-info {
    width: 90vw;
    padding: 0 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPEco-search-info {
    width: 70vw;
    padding: 0 5vw;
  }
}

.DNPEco-info_Archive {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPEco-info_Archive {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPEco-info_Archive {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPEco-info_Archive {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

.DNPEco-info_Title {
  color: #3366cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 3.2rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPEco-info_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPEco-info_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .DNPEco-info_Title {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
    line-height: 2.6rem;
  }
}

.DNPEco-info_By {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  max-width: 1280px;
  line-height: 2rem;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPEco-info_By {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPEco-info_By {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPEco-info_By {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPEco-info_Date {
  font-family: "Work Sans", sans-serif;
  color: #535353;
  font-weight: 400;
  font-size: var(--fuente-1);
  line-height: 1.3rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPEco-info_Date {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPEco-info_Date {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPEco-info_Date {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

a.DNPEco-info_Link {
  font-weight: 400;
  font-size: var(--fuente-1);
  color: #36c;
  line-height: 1.3rem;
  font-family: "Work Sans", sans-serif;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  a.DNPEco-info_Link {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  a.DNPEco-info_Link {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  a.DNPEco-info_Link {
    font-size: var(--fuente-2_mobile);
  }
}

/* Pagina Archivos de Economía end */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Pagina contratacion */

/* sidebar */

.DNPSidebar-Contratacion_filter {
  background-color: #f4f4f4;
  width: 400px;
  display: inline-block;
  padding: 64px;
  margin: 40px 50px 0 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSidebar-Contratacion_filter {
    width: 30vw;
    padding: 32px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSidebar-Contratacion_filter {
    width: 42vw;
    padding: 32px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 600px) {
  .DNPSidebar-Contratacion_filter {
    width: 90vw;
    display: block;
    padding: 8vw 16vw;
    margin: 0 auto;
  }
}

/* Filter content sidebar */

.DNPContent-Contratacion_filter {
  width: 100%;
}

.DNPContent-Contratacion_filter p {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: 700;
  line-height: 2rem;
}

.DNPContent-Contratacion_filter .DNPContra-line_filter {
  width: 260px;
  border-bottom: 1px solid #bababa;
  margin-top: 32px;
  margin-bottom: 32px;
  height: 0px;
}

.DNPContent-Contratacion_filter .DNPContratacion-title-filter {
  font-size: var(--fuente0);
  margin-bottom: 16px;
}

.DNPContratacion-item_filter {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
}

.DNPContratacion_filter-search {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContratacion_filter-search {
    width: 82%;
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContratacion_filter-search {
    width: 76%;
    margin-top: 6px;
  }
}

@media screen and (max-width: 600px) {
  .DNPContratacion_filter-search {
    width: 100%;
    margin-right: 8px;
  }
}

.DNPContratacion_filter-search-item {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 16px;
  width: 100%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContratacion_filter-search-item {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContratacion_filter-search-item {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPContratacion_filter-search-item {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
    width: 100%;
  }
}

.DNPBotton-contratacion_filter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.DNPBotton-contratacion_filter a {
  font-family: "Work Sans", sans-serif;
  font-size: var(--fuente0);
  font-weight: 600;
  line-height: 1rem;
  color: #004884;
  text-decoration: none !important;
}

.DNPBotton-contratacion_filter a:nth-child(1) {
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid #004884;
  padding: 12px 16px;
}

.DNPBotton-contratacion_filter a:nth-child(2) {
  margin-left: 32px;
  text-decoration: underline !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPBotton-contratacion_filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-contratacion_filter a {
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPBotton-contratacion_filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-contratacion_filter a {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBotton-contratacion_filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-contratacion_filter a {
    font-size: var(--fuente-1_mobile);
  }
}

/* Filter content sidebar end */

/* Content Procesos */

.DNPContratacion_busqueda {
  width: 66%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px 40px 40px 0;
}

.DNPContratacion_busqueda a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContratacion_busqueda {
    width: 68vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContratacion_busqueda {
    width: 56vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPContratacion_busqueda {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

.DNPContratacion_busqueda .DNPContratacion_title-results {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  max-width: 1280px;
  margin-top: 18px;
  margin-left: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContratacion_busqueda .DNPContratacion_title-results {
    max-width: 90vw;
    font-size: var(--fuente4_tablet);
    margin-left: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContratacion_busqueda .DNPContratacion_title-results {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
    margin-left: 16px;
  }
}

@media screen and (max-width: 600px) {
  .DNPContratacion_busqueda .DNPContratacion_title-results {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

/* Busqueda */

.DNPContratacion-search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
}

.DNPResults-search_Contratacion {
  width: 80%;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #bababa;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 36px 0 36px 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPResults-search_Contratacion {
    width: 78%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPResults-search_Contratacion {
    width: 68%;
  }
}

@media screen and (max-width: 600px) {
  .DNPResults-search_Contratacion {
    width: 60%;
    margin-left: 0;
  }
}

.DNPResults-search_Contratacion .DNPsearch-icon-Contratacion {
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/serch-lup-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: 10px;
}

.DNPInput_Contratacion {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border: none;
}

@media screen and (max-width: 600px) {
  .DNPResults-search_Contratacion .DNPsearch-icon-Contratacion {
    width: 16px;
  }
}

.DNPButtonssearch_Contratacion {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 36px 0 36px 16px;
}

.DNPSearchbutton_Contratacion {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearchbutton_Contratacion {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearchbutton_Contratacion {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearchbutton_Contratacion {
    padding: 12px 30px;
    font-size: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
}

.DNPSearchbutton_Contratacion:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPSearchbutton_Contratacion:visited:hover {
  color: #ffffff !important;
}

.DNPSearchbutton_Contratacion-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPSearchbutton_Contratacion-color:visited {
  border-color: #3366cc;
  color: #ffffff !important;
}

.DNPSearchbutton_Contratacion:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPresults-search-item_Contratacion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 16px;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-search-item_Contratacion {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-search-item_Contratacion {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-search-item_Contratacion {
    width: 100%;
    margin: 0;
  }
}

.DNPresults-item-label_Contratacion {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin-bottom: 16px;
}

.DNPresults-select_Contratacion {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 32px;
  width: 30%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-select_Contratacion {
    background-size: var(--fuente1_tablet);
    width: 100%;
    max-width: 25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-select_Contratacion {
    background-size: var(--fuente1_tablet);
    padding: var(--fuente-1_tablet);
    width: 100%;
    font-size: var(--fuente2_tablet);
    max-width: 28vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-select_Contratacion {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    width: 100%;
    font-size: var(--fuente-1_mobile);
    max-width: 60vw;
  }
}

.DNPparagraph_Contratacion {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: bold;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPparagraph_Contratacion {
    font-size: var(--fuente0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPparagraph_Contratacion {
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPparagraph_Contratacion {
    font-size: var(--fuente-1);
  }
}

/* Busqueda end */

/* Content */

.DNPSearch-contratacion-Results {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  border-bottom: solid #bababa 1px;
  padding: 32px;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-contratacion-Results {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-contratacion-Results {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-contratacion-Results {
    width: 90vw;
    padding: var(--fuente0_mobile) 0;
    border-bottom-width: 0.1vw;
  }
}

.DNPSearch-contratacion-Results:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNPSearch-contratacion-Results-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.DNPSearch-contratacion-Results-image {
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-contratacion-Results-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-contratacion-Results-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-contratacion-Results-image {
    width: 15vw;
    height: 15vw;
  }
}

.DNPSearch-contratacion-Results-icon-size {
  color: #333;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  max-width: 1280px;
  margin: 0 !important;
  padding-top: 8px;
  text-decoration: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-contratacion-Results-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-contratacion-Results-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-contratacion-Results-icon-size {
    font-size: var(--fuente0_mobile);
  }
}

.DNPcontratacion-search-info {
  width: max-content;
  padding: 0 16px;
  box-sizing: content-box;
}

.DNPcontratacion-search-info a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPcontratacion-search-info {
    width: 55vw;
    padding: 0 2.8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPcontratacion-search-info {
    width: 45vw;
    padding: 0 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPcontratacion-search-info {
    width: 70vw;
    padding: 0 5vw;
  }
}

.DNPcontratacion_Title {
  color: #3366cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 3.2rem;
  max-width: 1280px;
  margin-bottom: 8px;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPcontratacion_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPcontratacion_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .DNPcontratacion_Title {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
    line-height: 2.6rem;
  }
}

.DNPcontratacion_Tipe {
  color: #333;
  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-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPcontratacion_Tipe {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPcontratacion_Tipe {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPcontratacion_Tipe {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPcontratacion_Date {
  font-family: "Work Sans", sans-serif;
  color: #535353;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPcontratacion_Date {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPcontratacion_Date {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPcontratacion_Date {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPcontratacion_Secop {
  font-weight: 400;
  font-size: var(--fuente-1);
  color: #36c;
  font-family: "Work Sans", sans-serif;
}

.DNPcontratacion_Secop .DNPicon_sec {
  margin-left: 4px;
}

a.DNPcontratacion_Link {
  font-weight: 400;
  font-size: var(--fuente-1);
  color: #36c;
  font-family: "Work Sans", sans-serif;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  a.DNPcontratacion_Link {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  a.DNPcontratacion_Link {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  a.DNPcontratacion_Link {
    font-size: var(--fuente-2_mobile);
  }
}

/* Content end */

/* Pagina contratacion end */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Biblioteca */
/* Title */

.DNPContent_library {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
}

.DNPContent_library .DNPTitle_library {
  font-family: "Work Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #004884;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContent_library {
    padding-left: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContent_library {
    padding-left: 22px;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent_library {
    padding-left: 16px;
  }

  .DNPContent_library .DNPTitle_library {
    font-size: var(--fuente4_mobile);
  }
}

.DNPContainer_library {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
}

/* sidebar */

.DNPSidebar-library_filter {
  background-color: #fff;
  width: 29%;
  display: inline-block;
  padding-top: 24px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSidebar-library_filter {
    width: 40vw;
    padding: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSidebar-library_filter {
    width: 42vw;
    padding: 32px;
  }
}

@media screen and (max-width: 600px) {
  .DNPSidebar-library_filter {
    width: 100vw;
    display: block;
    padding: 8vw 6vw;
    margin: 0 auto;
  }
}

/* Filter content sidebar */

.DNPContent-library_filter {
  width: 100%;
}

.DNPContent-library_filter p {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente0);
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 16px;
}

.DNPContent-library_filter .DNPlibrary-line_filter {
  width: 300px;
  border-bottom: 1px solid #bababa;
  margin-top: 32px;
  margin-bottom: 32px;
  height: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContent-library_filter .DNPlibrary-line_filter {
    width: 220px;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-library_filter .DNPlibrary-line_filter {
    width: 340px;
  }
}

.DNPlibrary-item_filter {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 90%;
}

/* checkbox start */

.DNPlibrary_checkbox {
  margin-top: 20px;
}

.DNPlibrary_checkbox input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}

.DNPlibrary-item_check {
  color: #004884;
  font-weight: 500;
  font-size: var(--fuente0);
  max-width: 1280px;
  margin: 8px;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPlibrary-item_check {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPlibrary-item_check {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

/* Button filter */

.DNPBotton-library_filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.DNPBotton-library_filter a {
  font-family: "Work Sans", sans-serif;
  font-size: var(--fuente0);
  font-weight: 600;
  line-height: 1rem;
  color: #004884;
  text-decoration: none !important;
}

.DNPBotton-library_filter a:nth-child(1) {
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid #004884;
  padding: 12px 16px;
}

.DNPBotton-library_filter a:nth-child(2) {
  margin-left: 32px;
  text-decoration: underline !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPBotton-library_filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-library_filter a {
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPBotton-library_filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-library_filter a {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBotton-library_filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-library_filter a {
    font-size: var(--fuente-1_mobile);
  }
}

/* Filter */

.DNPlibrary_filter-search {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPlibrary_filter-search {
    width: 82%;
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPlibrary_filter-search {
    width: 76%;
    margin-top: 6px;
  }
}

@media screen and (max-width: 600px) {
  .DNPlibrary_filter-search {
    width: 100%;
    margin-right: 8px;
  }
}

.DNPlibrary_filter-search-item {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  width: 90%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPlibrary_filter-search-item {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPlibrary_filter-search-item {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPlibrary_filter-search-item {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
    width: 100%;
  }
}

.DNPlibrary_busqueda {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-top: 20px;
}

.DNPlibrary_busqueda a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPlibrary_busqueda {
    width: 58vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPlibrary_busqueda {
    width: 56vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPlibrary_busqueda {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

.DNPlibrary_busqueda .DNPlibrary_title-results {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente4);
  max-width: 1280px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPlibrary_busqueda .DNPlibrary_title-results {
    max-width: 90vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPlibrary_busqueda .DNPlibrary_title-results {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPlibrary_busqueda .DNPlibrary_title-results {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
    line-height: var(--fuente2_mobile);
  }
}

.DNPlibrary_busqueda .DNPlibrary_text {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 2.2rem;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
}

@media screen and (max-width: 600px) {
}

/* Enlaces de interes */

.DNPContent-button_library {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}

.DNPContent-button_library a {
  text-decoration: none;
}

.DNPbutton_library {
  transition-duration: 0.5s;
}

.DNPbutton_library:hover {
  transform: scale(1.03);
}

.DNPBox-item_library {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 210px;
  height: 136px;
  border-radius: 8px;
  justify-content: center;
  border: 1px solid #3366cc;
}

.DNPBox-item_library figure img {
  width: 50px;
  height: 50px;
}

.DNPBoxContent_library {
  font-family: "Work Sans", sans-serif;
  font-size: var(--fuente0);
  font-weight: 800;
  line-height: 2rem;
  color: #333333;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPBox-item_library {
    max-width: 190px;
    height: 150px;
  }

  .DNPBoxContent_library {
    padding: 0 16px;
  }
}

/* Busqueda */

.DNPlibrary_busqueda .DNPLibrary_title-results {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  max-width: 1280px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPlibrary_busqueda .DNPLibrary_title-results {
    max-width: 90vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPlibrary_busqueda .DNPLibrary_title-results {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPlibrary_busqueda .DNPLibrary_title-results {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

.DNPLibrary-search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
}

.DNPResults-search_Library {
  width: 80%;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #bababa;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 36px 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPResults-search_Library {
    width: 78%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPResults-search_Library {
    width: 68%;
  }
}

@media screen and (max-width: 600px) {
  .DNPResults-search_Library {
    width: 60%;
    margin-left: 0;
  }
}

.DNPResults-search_Library .DNPsearch-icon-Library {
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/serch-lup-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: 10px;
}

.DNPInput_Library {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border: none;
}

.DNPButtonssearch_Library {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 36px 0 36px 16px;
}

.DNPSearchbutton_Library {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearchbutton_Library {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearchbutton_Library {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearchbutton_Library {
    padding: 12px 30px;
    font-size: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
}

.DNPSearchbutton_Library:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPSearchbutton_Library:visited:hover {
  color: #ffffff !important;
}

.DNPSearchbutton_Library-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPSearchbutton_Library-color:visited {
  border-color: #3366cc;
  color: #ffffff !important;
}

.DNPSearchbutton_Library:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPresults-search-item_Library {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-search-item_Library {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-search-item_Library {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-search-item_Library {
    width: 100%;
    margin: 0;
  }
}

.DNPresults-item-label_Library {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin-bottom: 16px;
}

.DNPresults-select_Library {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  width: 30%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-select_Library {
    background-size: var(--fuente1_tablet);
    width: 100%;
    max-width: 25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-select_Library {
    background-size: var(--fuente1_tablet);
    padding: var(--fuente-1_tablet);
    width: 100%;
    font-size: var(--fuente2_tablet);
    max-width: 28vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-select_Library {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    width: 100%;
    font-size: var(--fuente-1_mobile);
    max-width: 60vw;
  }
}

.DNPparagraph_Library {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: bold;
  margin: 48px 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPparagraph_Library {
    font-size: var(--fuente0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPparagraph_Library {
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPparagraph_Library {
    font-size: var(--fuente0);
  }
}

/* Content */

.DNPSearch-Library_Results {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  border-bottom: solid #bababa 1px;
  padding: 32px;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-Library_Results {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-Library_Results {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-Library_Results {
    width: 90vw;
    padding: 4vw 4vw;
    border-bottom-width: 0.1vw;
  }
}

.DNPSearch-Library_Results:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNPLibrary-search-info {
  width: max-content;
  padding: 0 16px;
  box-sizing: content-box;
}

.DNPLibrary-search-info a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPLibrary-search-info {
    width: 55vw;
    padding: 0 2.8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPLibrary-search-info {
    width: 45vw;
    padding: 0 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPLibrary-search-info {
    width: 75vw;
  }
}

.DNPLibrary_Title {
  color: #3366cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente1);
  line-height: 2.4rem;
  max-width: 1280px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPLibrary_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPLibrary_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .DNPLibrary_Title {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
    line-height: 2.2rem;
  }
}

.DNPLibrary_Autor {
  color: #333;
  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-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPLibrary_Autor {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPLibrary_Autor {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPLibrary_Autor {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPLibrary_Date {
  font-family: "Work Sans", sans-serif;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 1.3;
  max-width: 1280px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPLibrary_Date {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPLibrary_Date {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPLibrary_Date {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPLibrary_Content {
  font-family: "Work Sans", sans-serif;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPLibrary_Content {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPLibrary_Content {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPLibrary_Content {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

/* Boton */

.DNPButton_Library {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 16px;
  padding-top: 16px;
}

.DNPbutton-download_Library {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente-0);
  outline: none;
  margin-right: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPbutton-download_Library {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPbutton-download_Library {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPbutton-download_Library {
    padding: 12px 22px;
    font-size: 3.5vw;
    margin: 0;
  }
}

.DNPbutton-download_Library:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPbutton-download_Library:visited:hover {
  color: #ffffff !important;
}

.DNPbutton-download_Library-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPbutton-download_Library-color:visited {
  border-color: #3366cc;
  color: #ffffff !important;
}

.DNPbutton-download_Library:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff !important;
  text-decoration: none;
}

.DNPbutton-not_available {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #504f4e 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente-0);
  outline: none;
  margin-right: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPbutton-not_available {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPbutton-not_available {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPbutton-not_available {
    padding: 12px 22px;
    font-size: 3.5vw;
    line-height: 2rem;
    max-width: 300px;
    margin: 0;
  }
}

.DNPbutton-not_available:visited {
  border-color: #504f4e;
  color: #504f4e !important;
}

.DNPbutton-not_available:visited:hover {
  color: #ffffff !important;
}

.DNPbutton-not_available-color {
  border-color: #504f4e;
  background-color: #504f4e;
  color: #fff;
}

.DNPbutton-not_available-color:visited {
  border-color: #504f4e;
  color: #ffffff !important;
}

.DNPbutton-not_available:hover {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
  color: #fff !important;
  text-decoration: none;
  cursor: not-allowed;
}

.DNPbutton-download-Library_Rel {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #004884 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente-0);
  outline: none;
  margin-right: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPbutton-download-Library_Rel {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPbutton-download-Library_Rel {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPbutton-download-Library_Rel {
    padding: 12px 22px;
    font-size: 3.5vw;
    margin: 0;
  }
}

.DNPbutton-download-Library_Rel:visited {
  border-color: #3366cc;
  color: #3366cc !important;
}

.DNPbutton-download-Library_Rel:hover {
  color: #ffffff !important;
  background-color: #004884;
  border-color: #004884;
}

.DNPLibrary_Data_sheet {
  font-family: "Work Sans", sans-serif;
  font-size: var(--fuente-0);
  font-weight: 400;
  line-height: 1rem;
  color: #004884 !important;
  padding: 12px 22px;
  /* border: solid #e5eefd 2px !important;
  border-radius: 50px; */
}

.DNPLibrary_Data_sheet:hover {
  color: #004884 !important;
  background-color: #e5eefd;
  border-color: #004884;
  padding: 12px 22px;
  border-radius: 50px;
  text-decoration: underline !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPLibrary_Data_sheet {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPLibrary_Data_sheet {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPLibrary_Data_sheet {
    padding: 12px 22px;
    font-size: 3.5vw;
    margin: 0;
  }
}
/* Biblioteca end*/

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Ficha técnica */
/* Contenido */

.DNPTechnical_data {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);

  grid-template-areas:
    "DNPsidebar_Tecdata DNPcontent_Tecdata DNPcontent_Tecdata"
    "DNPsidebar_Tecdata DNPContent-Items_data DNPContent-Items_data"
    "DNPsidebar_Tecdata DNPPag_Technical_data DNPPag_Technical_data";
}

.DNPsidebar_Tecdata {
  grid-area: DNPsidebar_Tecdata;
  width: 92%;
}

.DNPcontent_Tecdata {
  grid-area: DNPcontent_Tecdata;
}

.DNPPag_Technical_data {
  display: flex;
  flex-direction: column;
  min-height: 100px;
  grid-area: DNPPag_Technical_data;
}

.DNPContent-Items_data {
  grid-area: DNPContent-Items_data;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPTechnical_data {
    max-width: 980px;
    margin: 0 auto;
  }

  .DNPsidebar_Tecdata {
    width: 92%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPTechnical_data {
    max-width: 718px;
    margin: 0 auto;
  }

  .DNPsidebar_Tecdata {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .DNPTechnical_data {
    max-width: 400px;
    margin: 0 auto;
  }

  .DNPsidebar_Tecdata {
    max-width: 428px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .DNPTechnical_data {
    grid-template-areas:
      "DNPsidebar_Tecdata DNPsidebar_Tecdata DNPsidebar_Tecdata"
      "DNPcontent_Tecdata DNPcontent_Tecdata DNPcontent_Tecdata"
      "DNPContent-Items_data DNPContent-Items_data DNPContent-Items_data"
      "DNPPag_Technical_data DNPPag_Technical_data DNPPag_Technical_data";
  }
}

/* Ficha tecnica */
.DNPTecdata-search {
  width: 100%;
  display: inline-block;
}

.DNPTecdata-search a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPTecdata-search {
    width: 65vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPTecdata-search {
    width: 100vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPTecdata-search {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

.DNPTecdata-results {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  align-items: center;
  gap: 32px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPTecdata-results {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPTecdata-results {
    max-width: 700px;
  }
}

@media screen and (max-width: 600px) {
  .DNPTecdata-results {
    width: 90vw;
    padding: var(--fuente0_mobile) 0;
    border-bottom-width: 0.1vw;
  }
}

.DNPTecdata-results:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNPTecdata-results-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.DNPTecdata-results-image {
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPTecdata-results-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPTecdata-results-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPTecdata-results-image {
    width: 15vw;
    height: 15vw;
  }
}

.DNPTecdata-results-icon-size {
  color: #333;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  max-width: 1280px;
  margin: 0 !important;
  padding-top: 8px;
  text-decoration: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPTecdata-results-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPTecdata-results-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPTecdata-results-icon-size {
    font-size: var(--fuente0_mobile);
  }
}

.DNPTecdata-search-info {
  width: max-content;
  padding: 0 16px;
  box-sizing: content-box;
}

.DNPTecdata-search-info a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPTecdata-search-info {
    width: 50vw;
    padding: 0 2.8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPTecdata-search-info {
    width: 90vw;
    padding: 0 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPTecdata-search-info {
    width: 70vw;
  }
}

.DNPTecdata-info_Title {
  color: #234a86;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 3.2rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPTecdata-info_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPTecdata-info_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .DNPTecdata-info_Title {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
    line-height: 2.6rem;
  }
}

/* Data */

.DNPContainer_data {
  width: 100%;
  display: flex;
}

.DNPLine-Center_V {
  position: absolute;
  width: 39%;
  height: 1280vh;
  z-index: 1;
  border-right: 1px solid #bababa;
}

.DNPContent_data_info {
  display: flex;
  width: 100%;
  gap: 32px;
}

.DNPContent-Title_Tecdata {
  width: 60%;
  display: flex;
  justify-content: end;
}

.DNPContent-Title_Tecdata .DNPTitle_Tecdata {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente0);
  font-weight: 800;
  line-height: 2.2rem;
  margin: 0;
  padding: 0 !important;
}

.DNPContent-Text_Tecdata {
  width: 100%;
}

.DNPContent-Text_Tecdata .DNPText_Tecdata {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 2.4rem;
}

.DNPContent-Text_Tecdata p a:visited {
  color: #36c;
}

.DNPTecdata_link {
  font-weight: 400;
  font-size: var(--fuente-1);
  color: #36c;
  font-family: "Work Sans", sans-serif;
  padding-bottom: var(--fuente0);
}

.DNPTecdata_link .DNPicon_Tec {
  margin-left: 4px;
}

.DNPTecdata_link a {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPLine-Center_V {
    width: 41.3%;
    height: 240vh;
  }

  .DNPContent-Title_Tecdata {
    width: 65%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPLine-Center_V {
    width: 37.3%;
    height: 218vh;
  }

  .DNPContent-Title_Tecdata {
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-Title_Tecdata .DNPTitle_Tecdata {
    font-size: var(--fuente-1_mobile);
  }

  .DNPContent-Text_Tecdata .DNPText_Tecdata {
    font-size: var(--fuente-1_mobile);
  }

  .DNPContent_data_info {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }

  .DNPContent-Title_Tecdata {
    width: 100%;
    display: flex;
    justify-content: start;
  }

  .DNPLine-Center_V {
    display: none;
  }
}
/* Ficha técnica end */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Analítica de datos */

/* Analítica de datos */

.DNPAnalytics-Text {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
}

.DNPAnalytics-Text .DNPTitle__Analytics {
  font-family: "Work Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #004884;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAnalytics-Text {
    margin: 20px 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAnalytics-Text {
    margin: 20px 24px;
  }
}

@media screen and (max-width: 600px) {
  .DNPAnalytics-Text {
    margin: 20px 16px;
  }
}

.DNPContainer_Analytics {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);

  grid-template-areas:
    "DNPsidebar_Analytic DNPcontenido_Analytic DNPcontenido_Analytic"
    "DNPsidebar_Analytic DNPPag_Analytic DNPPag_Analytic";
}

.DNPsidebar_Analytic {
  grid-area: DNPsidebar_Analytic;
  width: 92%;
}

.DNPcontenido_Analytic {
  grid-area: DNPcontenido_Analytic;
}

.DNPPag_Analytic {
  display: flex;
  flex-direction: column;
  min-height: 100px;
  grid-area: DNPPag_Analytic;
}

.DNPTitle-Content_Analytic h1 {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: var(--fuente5);
  line-height: 1.1;
  max-width: 1280px;
  margin: var(--fuente0) 0;
  padding-bottom: var(--fuente0);
  margin: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPTitle-Content_Analytic {
    max-width: 980px;
    margin: 0 auto;
  }

  .DNPTitle-Content_Analytic h1 {
    max-width: 1000px;
    margin: 0 auto;
  }

  .DNPContainer_Analytics {
    max-width: 980px;
    margin: 0 auto;
  }

  .DNPsidebar_Analytic {
    width: 92%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPTitle-Content_Analytic {
    max-width: 718px;
    margin: 0 auto;
  }

  .DNPTitle-Content_Analytic h1 {
    max-width: 718px;
    margin: 0 auto;
  }

  .DNPContainer_Analytics {
    max-width: 718px;
    margin: 0 auto;
  }

  .DNPsidebar_Analytic {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .DNPTitle-Content_Analytic {
    max-width: 400px;
    margin: 0 auto;
  }

  .DNPTitle-Content_Analytic h1 {
    max-width: 400px;
    margin: 0 auto;
    font-size: var(--fuente4_mobile);
  }

  .DNPContainer_Analytics {
    max-width: 400px;
    margin: 0 auto;
  }

  .DNPsidebar_Analytic {
    max-width: 428px;
    width: 100%;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .DNPContainer_Analytics {
    grid-template-areas:
      "DNPsidebar_Analytic DNPsidebar_Analytic DNPsidebar_Analytic"
      "DNPcontenido_Analytic DNPcontenido_Analytic DNPcontenido_Analytic"
      "DNPPag_Analytic DNPPag_Analytic DNPPag_Analytic";
  }
}

/* sidebar */

.DNPSidebar-Analytic_filter {
  width: 386px;
  display: inline-block;
  margin-top: 64px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSidebar-Analytic_filter {
    width: 30vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSidebar-Analytic_filter {
    margin-bottom: 64px;
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .DNPSidebar-Analytic_filter {
    width: 94vw;
    display: block;
  }
}

/* Filter content sidebar */

.DNPContent-Analytic_filter {
  width: 100%;
}

.DNPContent-Analytic_filter .DNPTitle_filter-Analytic {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 32px;
}

.DNPAnalytic-item_filter {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
}

.DNPAnalytic-item_filter .DNPAnalytic-title-filter {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 16px;
}

.DNPFilter_Analytic_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAnalytic-line_filter {
    max-width: 280px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAnalytic-item_filter {
    display: flex;
    flex-direction: initial;
    justify-content: center;
    width: 690px;
  }

  .DNPAnalytic-line_filter {
    display: none;
  }
}

.DNPAnalytic-line_filter {
  width: 386px;
  border-bottom: 1px solid #bababa;
  margin-top: 32px;
  margin-bottom: 32px;
  height: 0px;
}

.DNPAnalytic_filter-search {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAnalytic_filter-search {
    width: 82%;
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAnalytic_filter-search {
    width: 76%;
    margin-top: 6px;
  }
}

@media screen and (max-width: 600px) {
  .DNPAnalytic_filter-search {
    width: 100%;
    margin-right: 8px;
  }
}

.DNPAnalytic_filter-search-item {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 16px;
  width: 100%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAnalytic_filter-search-item {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAnalytic_filter-search-item {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPAnalytic_filter-search-item {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
    width: 100%;
  }
}

.DNPBotton-Analytic_filter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.DNPBotton-Analytic_filter a {
  font-family: "Work Sans", sans-serif;
  font-size: var(--fuente0);
  font-weight: 600;
  line-height: 1rem;
  color: #004884;
  text-decoration: none !important;
}

.DNPBotton-Analytic_filter a:nth-child(1) {
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid #004884;
  padding: 12px 16px;
}

.DNPBotton-Analytic_filter a:nth-child(2) {
  margin-left: 32px;
  text-decoration: underline !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPBotton-Analytic_filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-Analytic_filter a {
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPBotton-Analytic_filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-Analytic_filter a {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBotton-Analytic_filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-Analytic_filter a {
    font-size: var(--fuente-1_mobile);
  }
}

.DNPAnalytic-busqueda {
  width: 100%;
  display: inline-block;
}

.DNPAnalytic-busqueda a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAnalytic-busqueda {
    width: 65vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAnalytic-busqueda {
    width: 90vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPAnalytic-busqueda {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

/* Busqueda */

.DNPAnalytic-search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.DNPResults-search_Analytic {
  width: 84%;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #bababa;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 32px 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPResults-search_Analytic {
    width: 78%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPResults-search_Analytic {
    width: 74%;
  }
}

@media screen and (max-width: 600px) {
  .DNPResults-search_Analytic {
    width: 60%;
    margin-left: 0;
  }
}

.DNPResults-search_Analytic .DNPsearch-icon-Analytic {
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/serch-lup-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: 10px;
}

.DNPInput_Analytic {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border: none;
}

@media screen and (max-width: 600px) {
  .DNPResults-search_Analytic .DNPsearch-icon-Analytic {
    width: 16px;
  }
}

.DNPButtonsearch_Analytic {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 16px;
}

.DNPSearchbutton_Analytic {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearchbutton_Analytic {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearchbutton_Analytic {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearchbutton_Analytic {
    padding: 12px 30px;
    font-size: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
}

.DNPSearchbutton_Analytic:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPSearchbutton_Analytic:visited:hover {
  color: #ffffff !important;
}

.DNPSearchbutton_Analytic-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPSearchbutton_Analytic-color:visited {
  border-color: #3366cc;
  color: #ffffff !important;
}

.DNPSearchbutton_Analytic:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPresults-search_Analytic {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-search_Analytic {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-search_Analytic {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-search_Analytic {
    width: 100%;
    margin: 0;
  }
}

.DNPresults-label_Analytic {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin-bottom: 16px;
}

.DNPresults-select_Analytic {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 32px;
  width: 30%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-select_Analytic {
    background-size: var(--fuente1_tablet);
    width: 100%;
    max-width: 25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-select_Analytic {
    background-size: var(--fuente1_tablet);
    padding: var(--fuente-1_tablet);
    width: 100%;
    font-size: var(--fuente2_tablet);
    max-width: 28vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-select_Analytic {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    width: 100%;
    font-size: var(--fuente-1_mobile);
    max-width: 60vw;
  }
}

.DNPparagraph_Analytic {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: bold;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPparagraph_Analytic {
    font-size: var(--fuente0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPparagraph_Analytic {
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPparagraph_Analytic {
    font-size: var(--fuente0_mobile);
  }
}

/* Busqueda end */

/* Content */

.DNPAnalytic-results {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  border-bottom: solid #bababa 1px;
  padding: 32px;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAnalytic-results {
    padding: 1.7vw 0;
    border-bottom-width: 0.1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAnalytic-results {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
    max-width: 700px;
  }
}

@media screen and (max-width: 600px) {
  .DNPAnalytic-results {
    width: 90vw;
    padding: var(--fuente0_mobile) 0;
    border-bottom-width: 0.1vw;
  }
}

.DNPAnalytic-results:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNPAnalytic-search-info {
  width: max-content;
  box-sizing: content-box;
}

.DNPAnalytic-search-info a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAnalytic-search-info {
    width: 60vw;
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAnalytic-search-info {
    width: 90vw;
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPAnalytic-search-info {
    width: 90vw;
    padding: 0;
  }
}

.DNPAnalytic-info_Title {
  color: #3366cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 3.2rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

.DNPAnalytic-info_Subtitle {
  font-family: "Montserrat", sans-serif;
  max-width: 1280px;
  margin-bottom: 8px;
  color: #333;
  font-size: var(--fuente0);
  font-weight: 400;
  line-height: 2rem;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAnalytic-info_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAnalytic-info_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .DNPAnalytic-info_Title {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
    line-height: 2.6rem;
  }
}

.DNPContent_Capsula {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.DNPContent_Capsula .DNPAnalytic-white_Capsula {
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}

.DNPAnalytic_Capsula_color {
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
  padding: 4px 12px;
  background: #777;
  border-radius: 8px;
  color: #f4f4f4;
  margin: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAnalytic_Capsula_color {
    font-size: var(--fuente-2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAnalytic_Capsula_color {
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPAnalytic_Capsula_color {
    font-size: var(--fuente-2_mobile);
  }
}

.DNPAnalytic_Capsula {
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
  padding: 4px 12px;
  background: #f4f4f4;
  border-radius: 8px;
  color: #333;
  margin: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAnalytic_Capsula {
    font-size: var(--fuente-2);
  }

  .DNPContent_Capsula .DNPAnalytic-white_Capsula {
    font-size: var(--fuente-0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAnalytic_Capsula {
    font-size: var(--fuente0_tablet);
  }

  .DNPContent_Capsula .DNPAnalytic-white_Capsula {
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPAnalytic_Capsula {
    font-size: var(--fuente-2_mobile);
  }

  .DNPContent_Capsula .DNPAnalytic-white_Capsula {
    font-size: var(--fuente-1_mobile);
  }
}

.DNPAnalytic-white_Capsula {
  padding: 4px 12px;
  background: #fff;
  border-radius: 8px;
  color: #333;
  margin: 0;
}

.DNPAnalytic-Container_box {
  padding: 32px 24px;
  display: flex;
  column-gap: 16px;
}

.DNPAnalytic-Container_box .columna-1 {
  width: 70%;
}

.DNPAnalytic-Container_box .columna-2 {
  width: 30%;
}

.DNPAnalytic-Content_box {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.DNPAnalytic-Content_box img {
  width: 37px;
  height: auto;
  object-fit: cover;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAnalytic-Content_box img {
    width: 30px;
    height: auto;
  }

  .DNPAnalytic-Container_box .columna-1 {
    width: 100%;
  }

  .DNPAnalytic-Container_box .columna-2 {
    width: 45%;
  }

  .DNPAnalytic-Container_box {
    padding: 32px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAnalytic-Content_box img {
    width: 30px;
    height: auto;
  }

  .DNPAnalytic-Container_box .columna-1 {
    width: 100%;
  }

  .DNPAnalytic-Container_box .columna-2 {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .DNPAnalytic-Content_box img {
    width: 40px;
    height: auto;
  }

  .DNPAnalytic-Container_box {
    display: flex;
    flex-direction: column;
  }

  .DNPAnalytic-Container_box .columna-1 {
    width: 100%;
  }

  .DNPAnalytic-Container_box .columna-2 {
    width: 100%;
  }

  .DNPAnalytic-Container_box .DNPButton_Analytic {
    padding-left: 0;
    border-left: none;
  }
}

/* Boton */

.DNPButton_Analytic {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 120px;
  row-gap: 16px;
  border-left: 1px solid #bababa;
  padding-left: 16px;
}

.DNPbutton-download_Analytic {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: 1.4rem;
  outline: none;
  line-height: 1.7rem;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPbutton-download_Analytic {
    border-radius: 35vw;
    padding: 8px 32px;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPbutton-download_Analytic {
    border-radius: 35vw;
    padding: 8px 32px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPbutton-download_Analytic {
    padding: 8px 32px;
    font-size: 3.5vw;
    margin: 0;
  }
}

.DNPbutton-download_Analytic:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPbutton-download_Analytic:visited:hover {
  color: #ffffff !important;
}

.DNPbutton-download_Analytic-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPbutton-download_Analytic-color:visited {
  border-color: #3366cc;
  color: #ffffff !important;
}

.DNPbutton-download_Analytic:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff !important;
  text-decoration: none;
}

.DNPbutton-download-Analytic_Rel {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: 1.4rem;
  outline: none;
  line-height: 1.7rem;
  text-align: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPbutton-download-Analytic_Rel {
    border-radius: 35vw;
    padding: 8px 32px;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPbutton-download-Analytic_Rel {
    border-radius: 35vw;
    padding: 8px 32px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPbutton-download-Analytic_Rel {
    padding: 8px 32px;
    font-size: 3.5vw;
    margin: 0;
  }
}

.DNPbutton-download-Analytic_Rel:visited {
  border-color: #3366cc;
  color: #3366cc !important;
}

.DNPbutton-download-Analytic_Rel:hover {
  color: #004884 !important;
  background-color: #e5eefd;
  border-color: #004884;
}

.DNPbutton-pers-analytic {
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1rem;
  color: #004884 !important;
  padding: 8px 12px;
  line-height: 1.7rem;
}

.DNPbutton-pers-analytic:hover {
  color: #004884 !important;
  background-color: #e5eefd;
  border-color: #004884;
  padding: 8px 12px;
  border-radius: 50px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPbutton-pers-analytic {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPbutton-pers-analytic {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPbutton-pers-analytic {
    padding: 12px 22px;
    font-size: 3.5vw;
    margin: 0;
  }
}

/* Analítica de datos end */

/* Analítica de datos end */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Agenda - Detalles eventos */

.DNPContent_Agenda {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
}

.DNPContent_Agenda .DNPTitle-library_Agenda {
  font-family: "Work Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #004884;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContent_Agenda {
    padding-left: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContent_Agenda {
    padding-left: 22px;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent_Agenda {
    padding-left: 16px;
  }

  .DNPContent_Agenda .DNPTitle-library_Agenda {
    font-size: var(--fuente4_mobile);
  }
}

.DNPAgenda-drop-element-date {
  width: 8vw;
  background: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/Calendar%20Icon.svg")
    center no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 36px 16px 12px 16px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPAgenda-drop-element-date {
    width: 10.5vw;
    height: 10.5vw;
    padding-top: 4vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPAgenda-drop-element-date {
    width: 30vw;
    height: 30vw;
    padding-top: 11vw;
  }
}

.DNPAgenda-drop-element-date-day {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #004884;
  font-size: 35px;
  line-height: 40px;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPAgenda-drop-element-date-day {
    font-size: 2.9vw;
    line-height: 3.2vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPAgenda-drop-element-date-day {
    font-size: 7vw;
    line-height: 8vw;
  }
}

.DNPAgenda-drop-element-date-month {
  color: #004884;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  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) {
  .DNPAgenda-drop-element-date-month {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPAgenda-drop-element-date-month {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPAgenda-drop-element-date-month {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPAgenda-drop-element-date-month {
    margin: 0;
  }
}

.DNPContainer_Agenda {
  width: 100%;
  max-width: 1280px;
  margin: 32px auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);

  grid-template-areas:
    "DNPsidebar_Agenda DNPcontent_Agenda DNPcontent_Agenda"
    "DNPsidebar_Agenda DNPContent-Items_data-Age DNPContent-Items_data-Age";
}

.DNPsidebar_Agenda {
  grid-area: DNPsidebar_Agenda;
  width: 92%;
}

.DNPcontent_Agenda {
  grid-area: DNPcontent_Agenda;
}

.DNPContent-Items_data-Age {
  grid-area: DNPContent-Items_data-Age;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContainer_Agenda {
    max-width: 980px;
    margin: 32px auto;
  }

  .DNPsidebar_Agenda {
    width: 92%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContainer_Agenda {
    max-width: 718px;
    margin: 32px auto;
  }

  .DNPsidebar_Agenda {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .DNPContainer_Agenda {
    max-width: 400px;
    margin: 32px auto;
  }

  .DNPsidebar_Agenda {
    max-width: 428px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .DNPContainer_Agenda {
    grid-template-areas:
      "DNPsidebar_Agenda DNPsidebar_Agenda DNPsidebar_Agenda"
      "DNPcontent_Agenda DNPcontent_Agenda DNPcontent_Agenda"
      "DNPContent-Items_data-Age DNPContent-Items_data-Age DNPContent-Items_data-Age";
  }
}

.DNPAgenda-search {
  width: 100%;
  display: inline-block;
}

.DNPAgenda-search a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAgenda-search {
    width: 65vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAgenda-search {
    width: 100vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPAgenda-search {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

.DNPAgenda-results {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  align-items: center;
  gap: 32px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAgenda-results {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAgenda-results {
    max-width: 700px;
  }
}

@media screen and (max-width: 600px) {
  .DNPAgenda-results {
    width: 90vw;
    padding: var(--fuente0_mobile) 0;
    border-bottom-width: 0.1vw;
  }
}

.DNPAgenda-results:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNPAgenda-results-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.DNPAgenda-results-image {
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAgenda-results-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAgenda-results-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPAgenda-results-image {
    width: 15vw;
    height: 15vw;
  }
}

.DNPAgenda-results-icon-size {
  color: #333;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  max-width: 1280px;
  margin: 0 !important;
  padding-top: 8px;
  text-decoration: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAgenda-results-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAgenda-results-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPAgenda-results-icon-size {
    font-size: var(--fuente0_mobile);
  }
}

.DNPAgenda-search-info {
  width: max-content;
  padding: 0 16px;
  box-sizing: content-box;
}

.DNPAgenda-search-info a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAgenda-search-info {
    width: 50vw;
    padding: 0 2.8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAgenda-search-info {
    width: 90vw;
    padding: 0 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPAgenda-search-info {
    width: 70vw;
  }
}

.DNPAgenda-info_Title {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 3.2rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPAgenda-info_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPAgenda-info_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .DNPAgenda-info_Title {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
    line-height: 2.6rem;
  }
}

.DNPContainer-data_Agenda {
  width: 100%;
  display: flex;
}

.DNPLine-Center_age {
  position: absolute;
  width: 39%;
  height: 1280vh;
  z-index: 1;
  border-right: 1px solid #bababa;
}

.DNPContent_data_info_agenda {
  display: flex;
  width: 100%;
  gap: 32px;
}

.DNPContent-Title_AG {
  width: 60%;
  display: flex;
  justify-content: end;
}

.DNPContent-Title_AG .DNPTitle_AG {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente0);
  font-weight: 800;
  line-height: 2.2rem;
  margin: 0;
  padding: 0 !important;
}

.DNPContent-Text_AG {
  width: 100%;
}

.DNPContent-Text_AG .DNPText_AG {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 2.4rem;
}

.DNPContent-Text_AG p a:visited {
  color: #36c;
}

.DNPAgenda_link {
  font-weight: 400;
  font-size: var(--fuente-1);
  color: #36c;
  font-family: "Work Sans", sans-serif;
  padding-bottom: var(--fuente0);
}

.DNPAgenda_link .DNPicon_AG {
  margin-left: 8px;
}

.DNPAgenda_link a {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPLine-Center_age {
    width: 41.3%;
    height: 240vh;
  }

  .DNPContent-Title_AG {
    width: 65%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPLine-Center_age {
    width: 37.3%;
    height: 218vh;
  }

  .DNPContent-Title_AG {
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-Title_AG .DNPTitle_AG {
    font-size: var(--fuente-1_mobile);
  }

  .DNPContent-Text_AG .DNPText_AG {
    font-size: var(--fuente-1_mobile);
  }

  .DNPContent_data_info_agenda {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }

  .DNPContent-Title_AG {
    width: 100%;
    display: flex;
    justify-content: start;
  }

  .DNPLine-Center_age {
    display: none;
  }
}

/* Agenda - Detalles eventos End */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Pagina Inventario documental */
/* sidebar */

.DNPSidebar-Documental_filter {
  background-color: #f4f4f4;
  width: 400px;
  display: inline-block;
  padding: 64px;
  margin: 40px 50px 0 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSidebar-Documental_filter {
    width: 30vw;
    padding: 32px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSidebar-Documental_filter {
    width: 42vw;
    padding: 32px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 600px) {
  .DNPSidebar-Documental_filter {
    width: 90vw;
    display: block;
    padding: 8vw 16vw;
    margin: 0 auto;
  }
}

/* Filter content sidebar */

.DNPContent-Documental_filter {
  width: 100%;
}

.DNPContent-Documental_filter p {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: 700;
  line-height: 2rem;
}

.DNPContent-Documental_filter .DNPDocume-line_filter {
  width: 260px;
  border-bottom: 1px solid #bababa;
  margin-top: 32px;
  margin-bottom: 32px;
  height: 0px;
}

.DNPContent-Documental_filter .DNPDocumental-title-filter {
  font-size: var(--fuente0);
  margin-bottom: 16px;
}

.DNPDocumental-item_filter {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
}

.DNPDocumental_filter-search {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPDocumental_filter-search {
    width: 82%;
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPDocumental_filter-search {
    width: 76%;
    margin-top: 6px;
  }
}

@media screen and (max-width: 600px) {
  .DNPDocumental_filter-search {
    width: 100%;
    margin-right: 8px;
  }
}

.DNPDocumental_filter-search-item {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 16px;
  width: 100%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPDocumental_filter-search-item {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPDocumental_filter-search-item {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPDocumental_filter-search-item {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
    width: 100%;
  }
}

.DNPBotton-documental_filter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.DNPBotton-documental_filter a {
  font-family: "Work Sans", sans-serif;
  font-size: var(--fuente0);
  font-weight: 600;
  line-height: 1rem;
  color: #004884;
  text-decoration: none !important;
}

.DNPBotton-documental_filter a:nth-child(1) {
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid #004884;
  padding: 12px 16px;
}

.DNPBotton-documental_filter a:nth-child(2) {
  margin-left: 32px;
  text-decoration: underline !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPBotton-documental_filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-documental_filter a {
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPBotton-documental_filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-documental_filter a {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPBotton-documental_filter a:nth-child(1) {
    padding: 8px 12px;
  }

  .DNPBotton-documental_filter a {
    font-size: var(--fuente-1_mobile);
  }
}

/* Content Procesos */

.DNPDocumental_busqueda {
  width: 66%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px 40px 40px 0;
}

.DNPDocumental_busqueda a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPDocumental_busqueda {
    width: 68vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPDocumental_busqueda {
    width: 56vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPDocumental_busqueda {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

.DNPDocumental_busqueda .DNPDocumental_title-results {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  max-width: 1280px;
  margin-top: 18px;
  margin-left: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPDocumental_busqueda .DNPDocumental_title-results {
    max-width: 90vw;
    font-size: var(--fuente4_tablet);
    margin-left: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPDocumental_busqueda .DNPDocumental_title-results {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
    margin-left: 16px;
  }
}

@media screen and (max-width: 600px) {
  .DNPDocumental_busqueda .DNPDocumental_title-results {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

/* Busqueda */

.DNPDocumental-search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
}

.DNPResults-search_Documental {
  width: 80%;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #bababa;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 36px 0 36px 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPResults-search_Documental {
    width: 78%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPResults-search_Documental {
    width: 68%;
  }
}

@media screen and (max-width: 600px) {
  .DNPResults-search_Documental {
    width: 60%;
    margin-left: 0;
  }
}

.DNPResults-search_Documental .DNPsearch-icon-Documental {
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/serch-lup-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: 10px;
}

.DNPInput_Documental {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border: none;
}

@media screen and (max-width: 600px) {
  .DNPResults-search_Documental .DNPsearch-icon-Documental {
    width: 16px;
  }
}

.DNPButtonssearch_Documental {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 36px 0 36px 16px;
}

.DNPSearchbutton_Documental {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearchbutton_Documental {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearchbutton_Documental {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearchbutton_Documental {
    padding: 12px 30px;
    font-size: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
}

.DNPSearchbutton_Documental:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPSearchbutton_Documental:visited:hover {
  color: #ffffff !important;
}

.DNPSearchbutton_Documental-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPSearchbutton_Documental-color:visited {
  border-color: #3366cc;
  color: #ffffff !important;
}

.DNPSearchbutton_Documental:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPresults-search-item_Documental {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 16px;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-search-item_Documental {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-search-item_Documental {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-search-item_Documental {
    width: 100%;
    margin: 0;
  }
}

.DNPresults-item-label_Documental {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin-bottom: 16px;
}

.DNPresults-select_Documental {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 32px;
  width: 30%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-select_Documental {
    background-size: var(--fuente1_tablet);
    width: 100%;
    max-width: 25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-select_Documental {
    background-size: var(--fuente1_tablet);
    padding: var(--fuente-1_tablet);
    width: 100%;
    font-size: var(--fuente2_tablet);
    max-width: 28vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-select_Documental {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    width: 100%;
    font-size: var(--fuente-1_mobile);
    max-width: 60vw;
  }
}

.DNPparagraph_Documental {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: bold;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPparagraph_Documental {
    font-size: var(--fuente0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPparagraph_Documental {
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPparagraph_Documental {
    font-size: var(--fuente-1);
  }
}

/* Busqueda end */

/* Content */

.DNPSearch-documental-Results {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  border-bottom: solid #bababa 1px;
  padding: 32px;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-documental-Results {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-documental-Results {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-documental-Results {
    width: 90vw;
    padding: var(--fuente0_mobile) 0;
    border-bottom-width: 0.1vw;
  }
}

.DNPSearch-documental-Results:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNPSearch-documental-Results-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.DNPSearch-documental-Results-image {
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-documental-Results-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-documental-Results-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-documental-Results-image {
    width: 15vw;
    height: 15vw;
  }
}

.DNPSearch-documental-Results-icon-size {
  color: #333;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  max-width: 1280px;
  margin: 0 !important;
  padding-top: 8px;
  text-decoration: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-documental-Results-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-documental-Results-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-documental-Results-icon-size {
    font-size: var(--fuente0_mobile);
  }
}

.DNPdocumental-search-info {
  width: max-content;
  padding: 0 16px;
  box-sizing: content-box;
}

.DNPdocumental-search-info a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPdocumental-search-info {
    width: 55vw;
    padding: 0 2.8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPdocumental-search-info {
    width: 45vw;
    padding: 0 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPdocumental-search-info {
    width: 70vw;
    padding: 0 5vw;
  }
}

.DNPdocumental_Title {
  color: #3366cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 3.2rem;
  max-width: 1280px;
  margin-bottom: 8px;
  text-decoration: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPdocumental_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPdocumental_Title {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .DNPdocumental_Title {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
    line-height: 2.6rem;
  }
}

.DNPdocumental_Tipe {
  color: #333;
  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-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPdocumental_Tipe {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPdocumental_Tipe {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPdocumental_Tipe {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPdocumental_Date {
  font-family: "Work Sans", sans-serif;
  color: #535353;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPdocumental_Date {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPdocumental_Date {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPdocumental_Date {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPdocumental_Secop {
  font-weight: 400;
  font-size: var(--fuente-1);
  color: #36c;
  font-family: "Work Sans", sans-serif;
}

.DNPdocumental_Secop .DNPicon_sec {
  margin-left: 4px;
}

a.DNPdocumental_Link {
  font-weight: 400;
  font-size: var(--fuente-1);
  color: #36c;
  font-family: "Work Sans", sans-serif;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  a.DNPdocumental_Link {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  a.DNPdocumental_Link {
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  a.DNPdocumental_Link {
    font-size: var(--fuente-2_mobile);
  }
}
/* Pagina Inventario documental End */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Revista PyD - Búsqueda */
/* header */
.DNPContent_Search_PYD {
  display: flex;
  max-width: 1380px;
  width: 100%;
  padding: 24px 0;
  margin: 0 auto;
}

.DNPheader_PYD {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  gap: 10px;
}

.DNPheader_PYD .DNPbutton-Search_PYD {
  display: flex;
  justify-content: end;
}

.DNPbutton-Search_PYD {
  display: flex;
  align-items: center;
  justify-content: center;
}

.DNPcontwidth_PYD {
  width: 100%;
}

.DNP_content_PYD {
  display: flex;
  align-items: center;
  width: 100%;
}

.DNPTitle_PYD {
  width: 65%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.DNP_content_PYD .DNPTitle_PYD {
  width: 100%;
}

.DNPlogo_PYD {
  padding-right: 32px;
}

.DNPlogo_PYD img {
  margin: 0;
  width: 150px !important;
  height: 150px;
  object-fit: cover;
}

.DNPText-header_PYD,
h1.DNPText-header_PYD {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  line-height: 6rem;
  max-width: 1280px;
}

.DNPText-header_PYD-color2,
h1.DNPText-header_PYD-color2 {
  color: #004884;
}

.DNPText-subtitle_PYD {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  font-family: "Work Sans", sans-serif;
}

.DNPContainer-button_PYD {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.DNPAll-button_PYD {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  width: 230px;
  transition-duration: 0.5s;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: var(--fuente0);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.DNPAll-button_PYD:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPAll-button_PYD a {
  text-decoration: none;
}

.DNPButton-search_PYD input {
  width: 281px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #bababa;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/search.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 10px 8px;
  padding: 0 32px;
}

.DNPButton-search_PYD .DNPInput-ser_PYD {
  color: #7e7d7d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

.DNPheader_PYD .DNPButton-search_PYD {
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPlogo_PYD {
    padding: 0;
  }

  .DNPlogo_PYD img {
    margin-bottom: 16px;
  }

  .DNPContent_Search_PYD {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .DNPContent_Search_PYD .DNPcontwidth_PYD {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 16px;
  }

  .DNPheader_PYD .DNPButton-search_PYD {
    width: 30%;
  }

  .DNPcontwidth_PYD .DNPText-header_PYD {
    width: 100%;
  }

  .DNPTitle_PYD .DNPText-header_PYD {
    font-size: 3.8rem;
    line-height: 4rem;
    padding-bottom: 10px;
  }

  .DNPText-header_PYD .DNPSubtitleRev-edicion {
    font-size: 1.4rem;
    padding-bottom: 16px;
  }

  .DNPcontwidth_PYD .DNPbutton-Search_PYD {
    display: flex;
    flex-direction: column;
  }

  .DNP_content_PYD {
    display: flex;
    flex-direction: column;
  }

  .DNPbutton-Search_PYD .DNPContainer-button_PYD {
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPlogo_PYD {
    padding: 0;
  }

  .DNPlogo_PYD img {
    margin-bottom: 16px;
  }

  .DNPContent_Search_PYD {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .DNPContent_Search_PYD .DNPcontwidth_PYD {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 16px;
  }

  .DNPheader_PYD .DNPButton-search_PYD {
    width: 40%;
  }

  .DNPcontwidth_PYD .DNPText-header_PYD {
    width: 100%;
  }

  .DNPTitle_PYD .DNPText-header_PYD {
    font-size: 3.8rem;
    line-height: 4rem;
    padding-bottom: 10px;
  }

  .DNPText-header_PYD .DNPSubtitleRev-edicion {
    font-size: 1.4rem;
    padding-bottom: 16px;
  }

  .DNPcontwidth_PYD .DNPbutton-Search_PYD {
    display: flex;
    flex-direction: column;
  }

  .DNP_content_PYD {
    display: flex;
    flex-direction: column;
  }

  .DNPbutton-Search_PYD .DNPContainer-button_PYD {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPlogo_PYD {
    padding: 0;
  }

  .DNPlogo_PYD img {
    width: 70px !important;
    height: 50px;
  }

  .DNPContent_Search_PYD {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .DNPContent_Search_PYD .DNPcontwidth_PYD {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 16px;
  }

  .DNPheader_PYD .DNPbutton-Search_PYD {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .DNPheader_PYD .DNPButton-search_PYD {
    width: 80%;
  }

  .DNPcontwidth_PYD .DNPText-header_PYD {
    width: 100%;
    text-align: center;
  }

  .DNPTitle_PYD .DNPText-header_PYD {
    font-size: 2.7rem;
    line-height: 3rem;
    padding-bottom: 10px;
  }

  .DNPText-header_PYD .DNPSubtitleRev-edicion {
    font-size: 1.5rem;
    padding-bottom: 16px;
  }

  .DNP_content_PYD {
    display: flex;
    flex-direction: column;
  }

  .DNP_content_PYD .DNPbutton-Search_PYD {
    display: flex;
    flex-direction: column;
  }
}

/* sidebar */

.DNPSidebar-search_PYD {
  background-color: #f4f4f4;
  width: 400px;
  display: inline-block;
  padding: 64px;
  margin: 40px 50px 0 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSidebar-search_PYD {
    width: 30vw;
    padding: 32px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSidebar-search_PYD {
    width: 36vw;
    padding: 32px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 600px) {
  .DNPSidebar-search_PYD {
    width: 90vw;
    display: block;
    padding: 8vw 16vw;
    margin: 0 auto;
  }
}

/* Filter content sidebar */

.DNPContent-search_filter_PYD {
  width: 100%;
}

.DNPContent-search_filter_PYD p {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 32px;
}

.DNPContent-search_filter_PYD span {
  color: #36c;
  font-family: Work Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
}

.DNPContent-search_filter_PYD .DNP-Line_fil_PYD {
  width: 260px;
  border-bottom: 1px solid #bababa;
  margin-top: 32px;
  margin-bottom: 32px;
  height: 0px;
}

.DNPContent-search_filter_PYD .DNPItem-filter_PYD {
  font-size: var(--fuente1);
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 2rem;
  margin-bottom: 16px;
}

.DNPSearch-item_filter_PYD {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
}

.DNPFilter-search_PYD {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPFilter-search_PYD {
    width: 82%;
    margin-top: 8px;
  }

  .DNPContent-search_filter_PYD .DNP-Line_fil_PYD {
    width: 210px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPFilter-search_PYD {
    width: 76%;
    margin-top: 6px;
  }

  .DNPContent-search_filter_PYD .DNP-Line_fil_PYD {
    width: 200px;
  }
}

@media screen and (max-width: 600px) {
  .DNPFilter-search_PYD {
    width: 100%;
    margin-right: 8px;
  }

  .DNPContent-search_filter_PYD .DNP-Line_fil_PYD {
    width: 260px;
  }
}

.DNPFilter-search-item_PYD {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPFilter-search-item_PYD {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPFilter-search-item_PYD {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPFilter-search-item_PYD {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    border-width: 0.25vw;
    width: 100%;
  }
}

/* button */

.DNPButtons-container-filter_PYD {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
  margin-top: 32px;
}

.DNPSimple-filter-button_PYD {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #3366cc 2px !important;
  color: #004884;
  background-color: #fff;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPSimple-filter-button_PYD {
    border-radius: 35vw;
    padding: calc(var(--fuente0_tablet) * 0.75)
      calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSimple-filter-button_PYD {
    padding: calc(var(--fuente0_mobile) * 0.75)
      calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}

.DNPSimple-filter-button_PYD:visited {
  border-color: #535353;
  color: #3366cc !important;
}

.DNPSimple-filter-button_PYD:visited:hover {
  color: #ffffff !important;
}

.DNPSimple-filter-button-color_PYD {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPSimple-filter-button-color_PYD:visited {
  border-color: #3366cc;
  color: #ffffff !important;
}

.DNPSimple-filter-button_PYD:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff !important;
  text-decoration: none;
}

.DNPClean-filter-button_PYD {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #3366cc 2px !important;
  color: #004884;
  background-color: #fff;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .DNPClean-filter-button_PYD {
    border-radius: 35vw;
    padding: calc(var(--fuente0_tablet) * 0.75)
      calc(var(--fuente0_tablet) * 1.5);
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPClean-filter-button_PYD {
    padding: calc(var(--fuente0_mobile) * 0.75)
      calc(var(--fuente0_mobile) * 1.5);
    font-size: var(--fuente0_mobile);
  }
}

.DNPClean-filter-button_PYD:visited {
  border-color: #535353;
  color: #3366cc !important;
}

.DNPClean-filter-button_PYD:visited:hover {
  color: #ffffff !important;
}

.DNPClean-filter-button_PYD:hover {
  background-color: #e5eefd;
  color: #004884 !important;
  text-decoration: none;
}

/* Contenido */

.DNPContent-results_PYD {
  width: 66%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px 40px 40px 0;
}

.DNPContent-results_PYD a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContent-results_PYD {
    width: 68vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContent-results_PYD {
    width: 56vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-results_PYD {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

.DNPContent-results_PYD .DNPTitle-results_PYD {
  color: #004884;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  max-width: 1280px;
  margin: 18px 0 0 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContent-results_PYD .DNPTitle-results_PYD {
    max-width: 90vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContent-results_PYD .DNPTitle-results_PYD {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-results_PYD .DNPTitle-results_PYD {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

/* Busqueda */

.DNPSearch-PYD {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.DNPResults-search_PYD {
  width: 80%;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #bababa;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 36px 0 36px 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPResults-search_PYD {
    width: 78%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPResults-search_PYD {
    width: 68%;
  }
}

@media screen and (max-width: 600px) {
  .DNPResults-search_PYD {
    width: 60%;
    margin-left: 0;
  }
}

.DNPResults-search_PYD .DNPIcon-search_PYD {
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/serch-lup-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: 10px;
}

.DNPInput_PYD {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border: none;
}

@media screen and (max-width: 600px) {
  .DNPResults-search_PYD .DNPIcon-search_PYD {
    width: 16px;
  }
}

.DNPButtons-search_PYD {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 36px 0 36px 16px;
}

.DNPSearch-button_PYD {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente0);
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-button_PYD {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-button_PYD {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-button_PYD {
    padding: 12px 30px;
    font-size: var(--fuente0_mobile);
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
}

.DNPSearch-button_PYD:visited {
  border-color: #535353;
  color: #535353 !important;
}

.DNPSearch-button_PYD:visited:hover {
  color: #ffffff !important;
}

.DNPSearch-button_PYD-color {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.DNPSearch-button_PYD-color:visited {
  border-color: #3366cc;
  color: #ffffff !important;
}

.DNPSearch-button_PYD:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNPresults-search-item_PYD {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 16px;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-search-item_PYD {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-search-item_PYD {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-search-item_PYD {
    width: 100%;
    margin: 0;
  }
}

.DNPresults-item-label_PYD {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--fuente0);
  line-height: 1.1;
  max-width: 1280px;
  margin-bottom: 16px;
}

.DNPresults-select_PYD {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 32px;
  width: 30%;
  box-sizing: border-box;
  padding: var(--fuente-2);
  border-radius: 8px;
  border: solid 1px #bababa;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/home_rev/down-blue-gen.svg");
  background-position: calc(100% - 10px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: var(--fuente-2);
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPresults-select_PYD {
    background-size: var(--fuente1_tablet);
    width: 100%;
    max-width: 25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPresults-select_PYD {
    background-size: var(--fuente1_tablet);
    padding: var(--fuente-1_tablet);
    width: 100%;
    font-size: var(--fuente2_tablet);
    max-width: 28vw;
  }
}

@media screen and (max-width: 600px) {
  .DNPresults-select_PYD {
    background-size: var(--fuente0_mobile);
    padding: var(--fuente-2_mobile);
    width: 100%;
    font-size: var(--fuente-1_mobile);
    max-width: 60vw;
  }
}

.DNPparagraph_PYD {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fuente2);
  font-weight: bold;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPparagraph_PYD {
    font-size: var(--fuente0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPparagraph_PYD {
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPparagraph_PYD {
    font-size: var(--fuente0);
  }
}

/* Resultados de busqueda  */

.DNP_icon-search_PYD {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  border-bottom: solid #e6effd 1px;
  padding: 32px;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP_icon-search_PYD {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP_icon-search_PYD {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNP_icon-search_PYD {
    width: 90vw;
    padding: var(--fuente0_mobile) 0;
    border-bottom-width: 0.1vw;
  }
}

.DNP_icon-search_PYD:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNP_icon-search_PYD-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.DNP_icon-search_PYD-image {
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP_icon-search_PYD-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP_icon-search_PYD-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (max-width: 600px) {
  .DNP_icon-search_PYD-image {
    width: 15vw;
    height: 15vw;
  }
}

.DNP_icon-search_PYD-icon-size {
  color: #333;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  max-width: 1280px;
  margin: 0 !important;
  padding-top: 8px;
  text-decoration: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP_icon-search_PYD-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP_icon-search_PYD-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNP_icon-search_PYD-icon-size {
    font-size: var(--fuente0_mobile);
  }
}

.DNP_Container-info_PYD {
  width: max-content;
  padding: 0 16px;
  box-sizing: content-box;
}

.DNP_Container-info_PYD a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP_Container-info_PYD {
    width: 55vw;
    padding: 0 2.8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP_Container-info_PYD {
    width: 45vw;
    padding: 0 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNP_Container-info_PYD {
    width: 70vw;
    padding: 0 5vw;
  }
}

.DNP_Capsula_PYD {
  display: flex;
}

.DNP_Capsula_PYD p {
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}

.DNP_Capsula_PYD .DNPCapsula-color_PYD {
  padding: 4px 12px;
  background: #5c5c5f;
  border-radius: 8px;
  color: #fff;
}

.DNPSearch-info_title_PYD {
  color: #3366cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 3.2rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-info_title_PYD {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-info_title_PYD {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-info_title_PYD {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
    line-height: 2.6rem;
  }
}

.DNP-Search-info_Date_PYD {
  font-family: "Work Sans", sans-serif;
  color: #535353;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP-Search-info_Date_PYD {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP-Search-info_Date_PYD {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNP-Search-info_Date_PYD {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPSearch-info_text_PYD {
  color: #333;
  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-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-info_text_PYD {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-info_text_PYD {
    max-width: 90vw;
    font-size: var(--fuente0);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-info_text_PYD {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

/* Boton */

.DNPButton_Box_PYD {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 16px;
  padding-top: 16px;
}

.DNPbutton-article_PYD {
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: max-content;
  border: solid #004884 1px;
  color: #004884;
  border-radius: 50px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  font-size: var(--fuente-0);
  outline: none;
  margin-right: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPbutton-article_PYD {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPbutton-article_PYD {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPbutton-article_PYD {
    padding: 12px 16px;
    font-size: 3.5vw;
    margin: 0;
  }
}

.DNPbutton-article_PYD:visited {
  border-color: #3366cc;
  color: #3366cc !important;
}

.DNPbutton-article_PYD:hover {
  color: #004884 !important;
  background-color: #e5eefd;
  border-color: #004884;
}

.DNPData_sheet_PYD {
  font-family: "Work Sans", sans-serif;
  font-size: var(--fuente-0);
  font-weight: 400;
  line-height: 1rem;
  color: #004884 !important;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
}

.DNPData_sheet_PYD:hover {
  color: #004884 !important;
  background-color: #e5eefd;
  border-color: #004884;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  border-radius: 50px;
  /* text-decoration: underline !important; */
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPData_sheet_PYD {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPData_sheet_PYD {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPData_sheet_PYD {
    padding: 12px 22px;
    font-size: 3.5vw;
    margin: 0;
  }
}
/* Revista PyD - Búsqueda End */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Revista PyD - Detalle Número */
/* header */
.DNP_sheet-content_search_PYD {
  display: flex;
  max-width: 1380px;
  width: 100%;
  padding: 24px 0;
  margin: 0 auto;
}

.DNP_sheet-header_PYD {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  gap: 10px;
}

.DNP_sheet-header_PYD .DNP_sheet-button-sea_PYD {
  display: flex;
  justify-content: end;
}

.DNP_sheet-button-sea_PYD {
  display: flex;
  align-items: center;
  justify-content: center;
}

.DNP_sheet-contwidth_PYD {
  width: 100%;
}

.DNP_sheet-content_PYD {
  display: flex;
  align-items: center;
  width: 100%;
}

.DNP_sheet-title_PYD {
  width: 65%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.DNP_sheet-content_PYD .DNP_sheet-title_PYD {
  width: 100%;
}

.DNP_sheet-logo_PYD {
  padding-right: 32px;
}

.DNP_sheet-logo_PYD img {
  margin: 0;
  width: 150px !important;
  height: 150px;
  object-fit: cover;
}

.DNP_sheet-text-header_PYD,
h1.DNP_sheet-text-header_PYD {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  line-height: 6rem;
  max-width: 1280px;
}

.DNP_sheet-text-header_PYD-color2,
h1.DNP_sheet-text-header_PYD-color2 {
  color: #004884;
}

.DNP_sheet-subtitle_PYD {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  font-family: "Work Sans", sans-serif;
}

.DNP_sheet-container-button_PYD {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.DNP_sheet-all-button_PYD {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #3366cc;
  width: 230px;
  transition-duration: 0.5s;
  border: solid #3366cc 2px;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: var(--fuente0);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.DNP_sheet-all-button_PYD:hover {
  background-color: #004884;
  border-color: #004884;
  color: #fff;
  text-decoration: none;
}

.DNP_sheet-all-button_PYD a {
  text-decoration: none;
}

.DNP_sheet-button-search_PYD input {
  width: 281px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #bababa;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  background-image: url("https://colaboracion.dnp.gov.co/CDT/PublishingImages/HomeDNP/assets/icons/revista/search.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 10px 8px;
  padding: 0 32px;
}

.DNP_sheet-button-search_PYD .DNP_sheet-input-ser_PYD {
  color: #7e7d7d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

.DNP_sheet-header_PYD .DNP_sheet-button-search_PYD {
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP_sheet-logo_PYD {
    padding: 0;
  }

  .DNP_sheet-logo_PYD img {
    margin-bottom: 16px;
  }

  .DNP_sheet-content_search_PYD {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .DNP_sheet-content_search_PYD .DNP_sheet-contwidth_PYD {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 16px;
  }

  .DNP_sheet-header_PYD .DNP_sheet-button-search_PYD {
    width: 30%;
  }

  .DNP_sheet-contwidth_PYD .DNP_sheet-text-header_PYD {
    width: 100%;
  }

  .DNP_sheet-title_PYD .DNP_sheet-text-header_PYD {
    font-size: 3.8rem;
    line-height: 4rem;
    padding-bottom: 10px;
  }

  .DNP_sheet-text-header_PYD .DNPSubtitleRev-edicion {
    font-size: 1.4rem;
    padding-bottom: 16px;
  }

  .DNP_sheet-contwidth_PYD .DNP_sheet-button-sea_PYD {
    display: flex;
    flex-direction: column;
  }

  .DNP_sheet-content_PYD {
    display: flex;
    flex-direction: column;
  }

  .DNP_sheet-button-sea_PYD .DNP_sheet-container-button_PYD {
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP_sheet-logo_PYD {
    padding: 0;
  }

  .DNP_sheet-logo_PYD img {
    margin-bottom: 16px;
  }

  .DNP_sheet-content_search_PYD {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .DNP_sheet-content_search_PYD .DNP_sheet-contwidth_PYD {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 16px;
  }

  .DNP_sheet-header_PYD .DNP_sheet-button-search_PYD {
    width: 40%;
  }

  .DNP_sheet-contwidth_PYD .DNP_sheet-text-header_PYD {
    width: 100%;
  }

  .DNP_sheet-title_PYD .DNP_sheet-text-header_PYD {
    font-size: 3.8rem;
    line-height: 4rem;
    padding-bottom: 10px;
  }

  .DNP_sheet-text-header_PYD .DNPSubtitleRev-edicion {
    font-size: 1.4rem;
    padding-bottom: 16px;
  }

  .DNP_sheet-contwidth_PYD .DNP_sheet-button-sea_PYD {
    display: flex;
    flex-direction: column;
  }

  .DNP_sheet-content_PYD {
    display: flex;
    flex-direction: column;
  }

  .DNP_sheet-button-sea_PYD .DNP_sheet-container-button_PYD {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .DNP_sheet-logo_PYD {
    padding: 0;
  }

  .DNP_sheet-logo_PYD img {
    width: 70px !important;
    height: 50px;
  }

  .DNP_sheet-content_search_PYD {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .DNP_sheet-content_search_PYD .DNP_sheet-contwidth_PYD {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 16px;
  }

  .DNP_sheet-header_PYD .DNP_sheet-button-sea_PYD {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .DNP_sheet-header_PYD .DNP_sheet-button-search_PYD {
    width: 80%;
  }

  .DNP_sheet-contwidth_PYD .DNP_sheet-text-header_PYD {
    width: 100%;
    text-align: center;
  }

  .DNP_sheet-title_PYD .DNP_sheet-text-header_PYD {
    font-size: 2.7rem;
    line-height: 3rem;
    padding-bottom: 10px;
  }

  .DNP_sheet-text-header_PYD .DNPSubtitleRev-edicion {
    font-size: 1.5rem;
    padding-bottom: 16px;
  }

  .DNP_sheet-content_PYD {
    display: flex;
    flex-direction: column;
  }

  .DNP_sheet-content_PYD .DNP_sheet-button-sea_PYD {
    display: flex;
    flex-direction: column;
  }
}

/* sidebar */

.DNPSidebar-data-sheet_PYD {
  background-color: #f4f4f4;
  width: 400px;
  display: inline-block;
  padding: 64px;
  margin: 40px 50px 0 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSidebar-data-sheet_PYD {
    width: 30vw;
    padding: 32px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSidebar-data-sheet_PYD {
    width: 36vw;
    padding: 32px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 600px) {
  .DNPSidebar-data-sheet_PYD {
    width: 90vw;
    display: block;
    padding: 8vw 16vw;
    margin: 0 auto;
  }
}

/* Filter content sidebar */

.DNPContent-data-sheet_PYD {
  width: 100%;
}

.DNPContent-data-sheet_PYD span {
  color: #36c;
  font-family: Work Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
}

/* Contenido */

.DNPContent-results-data-sheet_PYD {
  width: 66%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px 40px 40px 0;
}

.DNPContent-results-data-sheet_PYD a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContent-results-data-sheet_PYD {
    width: 68vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContent-results-data-sheet_PYD {
    width: 56vw;
    padding: 2vw 3.2vw 3.2vw 0;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-results-data-sheet_PYD {
    width: 90vw;
    display: block;
    padding: 2vw 0 4vw 0;
    margin: 0 auto;
  }
}

.DNPContent-results-data-sheet_PYD .DNPTitle-data-sheet_PYD {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  max-width: 1280px;
  margin-left: 16px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContent-results-data-sheet_PYD .DNPTitle-data-sheet_PYD {
    max-width: 90vw;
    font-size: var(--fuente4_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContent-results-data-sheet_PYD .DNPTitle-data-sheet_PYD {
    max-width: 90vw;
    font-size: var(--fuente5_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-results-data-sheet_PYD .DNPTitle-data-sheet_PYD {
    max-width: 90vw;
    font-size: var(--fuente2_mobile);
  }
}

.DNPContent-results-data-sheet_PYD .DNPSubtitle-data-sheet_PYD {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  max-width: 1280px;
  margin-left: 16px;
}

/* Resultados de busqueda  */

.DNP_Data-sheet_PYD {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 1280px;
  border-bottom: solid #e6effd 1px;
  padding: 32px;
  align-items: center;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP_Data-sheet_PYD {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP_Data-sheet_PYD {
    padding: var(--fuente2_tablet);
    border-bottom-width: 0.1vw;
  }
}

@media screen and (max-width: 600px) {
  .DNP_Data-sheet_PYD {
    width: 90vw;
    padding: var(--fuente0_mobile) 0;
    border-bottom-width: 0.1vw;
  }
}

.DNP_Data-sheet_PYD:hover {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.DNP_Data-sheet_PYD-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.DNP_Data-sheet_PYD-image {
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP_Data-sheet_PYD-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP_Data-sheet_PYD-image {
    width: 5.71vw;
    height: 5.71vw;
  }
}

@media screen and (max-width: 600px) {
  .DNP_Data-sheet_PYD-image {
    width: 15vw;
    height: 15vw;
  }
}

.DNP_Data-sheet_PYD-icon-size {
  color: #333;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fuente-0);
  max-width: 1280px;
  margin: 0 !important;
  padding-top: 8px;
  text-decoration: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP_Data-sheet_PYD-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP_Data-sheet_PYD-icon-size {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNP_Data-sheet_PYD-icon-size {
    font-size: var(--fuente0_mobile);
  }
}

.DNP_Container-info-data-sheet_PYD {
  width: max-content;
  padding: 0 16px;
  box-sizing: content-box;
}

.DNP_Container-info-data-sheet_PYD a {
  text-decoration: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP_Container-info-data-sheet_PYD {
    width: 55vw;
    padding: 0 2.8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP_Container-info-data-sheet_PYD {
    width: 45vw;
    padding: 0 2.8vw;
  }
}

@media screen and (max-width: 600px) {
  .DNP_Container-info-data-sheet_PYD {
    width: 70vw;
    padding: 0 5vw;
  }
}

.DNP_Capsula_PYD {
  display: flex;
}

.DNP_Capsula_PYD p {
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}

.DNP_Capsula_PYD .DNPCapsula-color_PYD {
  padding: 4px 12px;
  background: #5c5c5f;
  border-radius: 8px;
  color: #fff;
}

.DNPContent-title-data-sheet_PYD {
  color: #3366cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: var(--fuente3);
  line-height: 3.2rem;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPContent-title-data-sheet_PYD {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPContent-title-data-sheet_PYD {
    max-width: 90vw;
    font-size: var(--fuente2_tablet);
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .DNPContent-title-data-sheet_PYD {
    max-width: 90vw;
    font-size: var(--fuente0_mobile);
    line-height: 2.6rem;
  }
}

.DNP-Sub-data-sheet_PYD {
  font-family: "Work Sans", sans-serif;
  color: #535353;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: var(--fuente-0);
  line-height: 1.3;
  max-width: 1280px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP-Sub-data-sheet_PYD {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP-Sub-data-sheet_PYD {
    max-width: 90vw;
    font-size: var(--fuente1_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNP-Sub-data-sheet_PYD {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

.DNPSearch-info_text-data-sheet_PYD {
  color: #333;
  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-bottom: 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNPSearch-info_text-data-sheet_PYD {
    max-width: 90vw;
    font-size: var(--fuente0_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNPSearch-info_text-data-sheet_PYD {
    max-width: 90vw;
    font-size: var(--fuente0);
  }
}

@media screen and (max-width: 600px) {
  .DNPSearch-info_text-data-sheet_PYD {
    max-width: 90vw;
    font-size: var(--fuente-1_mobile);
  }
}

/* Boton */

.DNPButton_Box-data-sheet_PYD {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 16px;
  padding-top: 16px;
}

.DNP_But-data_sheet_PYD {
  font-family: "Work Sans", sans-serif;
  font-size: var(--fuente-0);
  font-weight: 400;
  line-height: 1rem;
  color: #004884 !important;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
}

.DNP_But-data_sheet_PYD:hover {
  color: #004884 !important;
  background-color: #e5eefd;
  border-color: #004884;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
  border-radius: 50px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .DNP_But-data_sheet_PYD {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .DNP_But-data_sheet_PYD {
    border-radius: 35vw;
    padding: 12px 22px;
    font-size: var(--fuente2_tablet);
  }
}

@media screen and (max-width: 600px) {
  .DNP_But-data_sheet_PYD {
    padding: 12px 22px;
    font-size: 3.5vw;
    margin: 0;
  }
}
/* Revista PyD - Detalle Número End */

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Salto contenido principal */

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  /* background: #36c; */
  background: #f7b402;
  /* color: #fff !important; */
  color: #000000 !important;
  padding: 8px;
  z-index: 100;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.skip-link:focus {
  top: 16px;
  left: 20px;
  text-decoration: none;
  outline-offset: 0 !important;
  border-radius: 8px;
  border: solid 1px white;
  outline: none !important;
}

.skip-link a {
  list-style: none;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*//////////////////////*/
/*//////////////////////*/
/*//////SGR.GOV.CO//////*/
/*//////////////////////*/
/*//////////////////////*/


/*////////////////////////////*/
/*///////TRANSVERSALES////////*/
/*////////////////////////////*/

.enlaces-container {justify-content: flex-start !important; -webkit-box-pack: start !important; -webkit-box-align: start !important;}
.enlace-box { -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; width: 230px; height: 148px; display: -webkit-box; display: -ms-flexbox; display: flex ; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; filter: drop-shadow(0px 12px 36px #e3e3e3); margin: 8px 0 24px 0; border: 1px solid var(--bs-gray-200) !important; transition: all 0.2s ease; border-radius: 8px; background-color: #fff; text-align: center; }


/*//////////////////////*/
/*///////HOME SGR///////*/
/*//////////////////////*/

/*///////CTA OCAD///////*/

#ocad-home {
  padding: 80px 0 112px 0;
/*  background-color: var(--color-complementario);*/
}

#ocad-home h2 {
    color: #2f3f56;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    max-width: 1280px;
    margin: 18px 0 0 0;
}

#ocad-home .DNPText-principalsubtitle {
    margin: 0 0 !important;
}

#ocad-home .DNPRichtext {
    margin-bottom: var(--fuente2);
}

#ocad-home hr {border-top: 1px solid var(--color-complementario-30); opacity: 1; width: 40px; margin-bottom: var(--fuente2)}

.card-dropdown-btn {
    background-color: var(--white);
    border-radius: 8px;
    padding: 15px 0px 40px 0px;
    margin: 0 0 32px 0;
    position: relative;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 8px var(--sombra-gris-light));
    transition: all 0.3s ease;
    height: 120px;
}

.card-dropdown-btn:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0px 8px 40px var(--sombra-gris-dark));
}

.card-dropdown-btn h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    padding: 0 16px;
}

.card-dropdown-btn hr {
  margin: 0 16px !important;
  border-top: 0.5px solid var(--gray) !important;
}

.card-dropdown-btn ul li a {}
.card-dropdown-btn ul li a:focus {outline: none;}
.card-dropdown-btn ul li a:focus-visible {
    background: var(--color-complementario-10);
    /* border: 2px green !important; */
    /* box-shadow: none !important; */
    border-radius: 8px;
    margin: 3px 0px;
  }

.dropdown-list {
    background-color: var(--white);
    padding: 56px 0 16px 0;
    margin: 0.5rem 0;
    border-radius: 8px;
    transform-origin: top;
    transition: all 0.3s ease;
    opacity: 1;
    transform: scaleY(1);
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    position: relative; /* Asegura que el z-index funcione */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra para mejor visibilidad */
    z-index: -1;
}

.dropdown-list[hidden] {
  display: none !important;
}

#ocad-home .container .row section .card-dropdown-btn ul li .dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 16px;
    color: var(--matterhorn);
    text-decoration: underline;
    transition: all 0.2s ease;
    font-size: 1.5rem;
    line-height: 1.8rem;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;  /* Removemos la separación silábica */
    border-top: 1px solid var(--color-complementario-20);
/*    background-color: var(--white-smoke);*/
}

#ocad-home .container .row section .card-dropdown-btn ul li .dropdown-item:hover,
#ocad-home .container .row section .card-dropdown-btn ul li .dropdown-item:focus {
    background-color: var(--azul-10);
    color: var(--azul-sgr2);
}

#ocad-home .container .row section .card-dropdown-btn button {
    min-width: fit-content;
}


.SGR-flecha-menu img {
    width: 24px !important;
    transition: transform 0.3s ease;
}

.SGR-flecha-menu {
    border: none;
    background-color: transparent;
    padding: 4px;
    cursor: pointer;
    position: absolute;
    bottom: 8px;
    right: 16px;
    transition: 0.2s ease;
}


.SGR-flecha-menu:focus {
  outline: none;
}

.SGR-flecha-menu:focus-visible {
    background-color: var(--color-complementario-20);
    box-shadow: 0 0 0 3px var(--azul-sgr2);
    border-color: var(--white) !important;
    border-radius: 25px;
    padding: 8px 5px;
}

.SGR-flecha-menu[aria-expanded="true"] .arrow-icon {
    transform: rotate(180deg);
}

.SGR-flecha-menu img {
    width: 20px !important; background-size: cover; background-position: center;
    transition: transform 0.2s ease;
}


/*Fin OCAD Home ----------------------*/

/*---------- Noticia destacada e indicador destacado del Home ----------*/
.indicador-destacado-home {min-height: 160px; background-color: var(--color-complementario-90); background-size: cover; background-position: top; border-radius: 32px 32px 0 0; }
.indicador-home {padding: 40px 40px; background-color: var(--azul-sgr2); border-radius: 0 0 32px 32px; background-image: url(https://colaboracion.dnp.gov.co/CDT/Sistema%20General%20de%20las%20Regalas%20SGR/PublishingImages/backgrounds/patron-fondo.svg); background-size: 4px; background-repeat: repeat; min-height: 377px;}
.indicador-home h2 {color: var(--white);}
.indicador-home p {color: var(--white);}
.indicador-home a span img {width: var(--fuente4); margin-left: 16px; display: block;}
.indicador-home .DNPNews-item-content-text {min-height: auto;}
/*---------- Fin N destacada e indicador destacado del Home ----------*/

/*Cards SGR*/

.texto-complementario {
    font-size: 1.4rem;
    color: var(--azul-sgr2);
}

.header-card-sgr .d-flex {
    align-items: center;
}

.header-card-sgr h2 {
    font-size: 2.2rem;
    margin: 0 0;
    color: var(--azul-sgr2);
    font-weight: 700;
}

.header-card-sgr img {
    width: 32px;
    margin: 0 8px 0 0;
}



/*///////NOTICIA DESTACADA HOME///////*/

#noticia-destacada {
    filter: drop-shadow(0px 4px 24px var(--sombra-gris-light)); padding: 0 32px;
}

#noticia-destacada > .container > .row {
  align-items: stretch;
  margin-bottom: 40px;
}

#noticia-destacada > .container > .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

#noticia-destacada > .container > .row > [class*="col-"] > [role="region"] {
  height: 100%;
}

#noticia-destacada .indicador-home {
  flex: 1 1 auto;
}

#noticia-destacada .contenedor-card {
    padding: 0 0px 0 8px !important;
    background-color: var(--white);
    border-radius: 0 0 32px 32px;
    min-height: 120px;
    width: auto !important;
    margin: 0;
}

#noticia-destacada .contenedor-card .noticia-destacada-foto {
    background-size: cover; border-radius: 0 0 0 32px; background-position: top;
}

#noticia-destacada .contenedor-card .noticia-destacada-foto-mobile {padding: 0 7px 0 0;}
#noticia-destacada .contenedor-card .noticia-destacada-foto-mobile img {max-width: 100%; display: block;}

#noticia-destacada .contenedor-card .noticia-destacada-desc {
    padding: 24px 40px 24px 24px;
}

#noticia-destacada .contenedor-card .noticia-destacada-desc .contenedor {
    padding: 16px 40px 16px 40px;
    min-height: 440px;
}

#noticia-destacada .contenedor-card .noticia-destacada-desc .contenedor hr {
    width: 48px;
}

#noticia-destacada .header-card-sgr {
    background-color: var(--azul-sgr2-25);
    padding: 24px 24px;
    border-radius: 32px 32px 0 0;
    align-items: center !important;
}

#noticia-destacada .contenedor-card a span img {
    width: var(--fuente4); margin-left: 16px;

}


/*///////AGENDA HOME///////*/

#agenda-home{
    filter: drop-shadow(0px 4px 24px var(--sombra-gris-light));
    width: 95vw !important;
    margin: 48px auto 80px auto;
}
#agenda-home .header-agenda-home {
    background-color: var(--azul-sgr2-25);
    padding: 24px 24px;
    border-radius: 32px 32px 0 0;
    align-items: center;
}
#agenda-home .texto-complementario {
    font-size: 1.4rem;
    color: var(--azul-sgr2);
}

#agenda-home .header-agenda-home .d-flex {
    align-items: center;
}

#agenda-home .header-agenda-home h2 {
    font-size: 2.2rem;
    margin: 0 0;
    color: var(--azul-sgr2);
    font-weight: 700;
}

#agenda-home .header-agenda-home img {
    width: 32px;
    margin: 0 8px 0 0;
}

#agenda-home .contenedor-agenda-home {
    background-color: var(--white);
    border-radius: 0 0 32px 32px;
    min-height: 120px;
    padding: 48px 24px 0 24px;
    width: auto !important;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transition: height 320ms ease;

}

#agenda-home .contenedor-agenda-home .SGR-flecha-izq img{
    width: 24px !important;
    height: 24px !important;
    transition: 0.2s ease;
}

#agenda-home .contenedor-agenda-home .SGR-flecha-der img{
    width: 24px !important;
    transition: 0.2s ease;
}

#agenda-home .contenedor-agenda-home .SGR-flecha-izq {
    border: none;
    background-color: transparent;
    padding: 4px;
    cursor: pointer;
    transform: rotate(90deg) !important;
    transition: 0.2s ease;
    position: relative !important;
    left: -8px !important;
}

#agenda-home .contenedor-agenda-home .SGR-flecha-der {
    border: none;
    background-color: transparent;
    padding: 4px;
    cursor: pointer;
    transform: rotate(270deg) !important;
    transition: 0.2s ease;
    position: relative !important;
    right: 14px !important;
    width: 32px;
    height: 32px;
}

#agenda-home .contenedor-agenda-home .dias-agenda {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 224px;
    text-transform: capitalize !important; 
}

#agenda-home .contenedor-agenda-home .dias-agenda a.DNPSimplebutton {
    margin: 8px 8px 0 0 !important;
}

#agenda-home .contenedor-agenda-home .dias-agenda a.DNPSimplebutton:focus {
  outline: none;
}

#agenda-home .contenedor-agenda-home .dias-agenda a.DNPSimplebutton:focus-visible {
  background-color: var(--azul-30);
  border-color: var(--white) !important; /* Borde interno */
  box-shadow: 0 0 0 3px var(--azul-sgr2); /* Borde externo */
  outline: none;
}

#agenda-home .contenedor-agenda-home .dia {
    color: var(--gray);
    font-weight: 500;
    font-size: 1.6rem;
    text-transform: capitalize !important; 
    font-weight: 700;
}

#agenda-home .contenedor-agenda-home .dia-calendario {
    color: var(--gray);
    font-weight: 700;
    font-size: 7rem;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

#agenda-home .contenedor-agenda-home .dia-calendario::after {
    content: ""; /* Necesario para mostrar el pseudo-elemento */
    position: absolute; /* Posiciona el pseudo-elemento */
    left: 29px; /* Centra el borde */
    transform: translateX(-50%); /* Ajusta el centro del borde */
    bottom: 0; /* Posiciona el borde en la parte inferior del h2 */
    width: 48px; /* Ancho del borde */
    height: 1px; /* Grosor del borde */
    background-color: var(--gray); /* Color del borde */
}

#agenda-home .contenedor-agenda-home .current-day {
  color: var(--color-complementario) !important;
}

#agenda-home .contenedor-agenda-home .SGR-flecha-izq img,
.SGR-flecha-der img {
  filter: grayscale(100%);
  opacity: 0.6;
/*  transition: all 0.3s ease;*/
}

#agenda-home .contenedor-agenda-home .SGR-flecha-izq:hover img,
.SGR-flecha-der:hover img {
  filter: none;
  opacity: 1;
}

.SGR-flecha-izq,
.SGR-flecha-der {
  width: auto;
  max-width: 48px;
  height: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  align-self: center;
}

/* Estilos para botones deshabilitados */
#agenda-home .contenedor-agenda-home .SGR-flecha-izq.disabled,.SGR-flecha-der.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}

#agenda-home .contenedor-agenda-home .SGR-flecha-izq.disabled img,
.SGR-flecha-der.disabled:hover img {
  filter: grayscale(100%);
  opacity: 0.3;
}

/* Animación del carrusel */
#agenda-home .contenedor-agenda-home .carousel-container {
  overflow: hidden;
  min-height: 200px !important;
  padding:24px 0;
}

#agenda-home .contenedor-agenda-home .carousel-container > div {
  transition: all 0.3s ease-in-out;
}

#agenda-home .contenedor-agenda-home .carousel-container > div.sliding {
  opacity: 0.7;
  transform: translateX(5px);
}

/* Preparación para la animación */
.carousel-track {
  transition: transform 0.5s ease;
  will-change: transform;
}

/* Dirección: hacia la izquierda */
.slide-left {
  animation: slideLeft 0.5s forwards;
}

/* Dirección: hacia la derecha */
.slide-right {
  animation: slideRight 0.5s forwards;
}

/* Animaciones */
@keyframes slideLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

#agenda-home .contenedor-agenda-home .dias-agenda {
  transition: all 0.05s ease-in-out ;
}

#agenda-home .contenedor-agenda-home .dias-agenda.sliding {
  opacity: 0.7;
/*  transform: scale(0.1);*/
transform: translateX(5px);
}

#agenda-home .contenedor-agenda-home .etiquetas {
    background-color: var(--etiqueta-gris);
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 1.4rem;
    font-weight: 500;
    width: fit-content;
    transition: .2s;
  margin: 8px 8px 0 0;
}


#agenda-home .contenedor-agenda-home .etiquetas.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: var(--etiqueta-gris);
  margin: 8px 8px 0 0;
}

#agenda-home .contenedor-agenda-home .etiquetas.active {
  cursor: pointer;
  background-color: var(--etiqueta-gris);
}

#agenda-home .contenedor-agenda-home .etiquetas.active:hover {
  background-color: var(--color-complementario-20);
}

/* Estilos para el destacado */
#agenda-home .contenedor-agenda-home .destacado-agenda {
  width: 70%;
  opacity: 1;
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
  padding: 0 40px 0 0;
  cursor: pointer;
  margin-right: 16px;
}

#agenda-home .contenedor-agenda-home .destacado-agenda:hover {
  transform: translateY(3px);
}

#agenda-home .contenedor-agenda-home .tit-destacado-agenda {
  color: var(--azul-sgr2);
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 12px;
  display: block;
  font-weight: 700;
}

#agenda-home .contenedor-agenda-home .destacado-agenda a:focus-visible {
    border-radius: 12px;
    display: block;
}

#agenda-home .contenedor-agenda-home figure .img-destacado-agenda {
margin: 0 0 32px 0 !important;
height: 160px;
-o-object-fit: cover;
object-fit: cover;
display: block;
border-radius: 12px; width: 100%; margin-bottom: 12px;
}

#agenda-home .contenedor-agenda-home .DNPNews-item-content-title {
  color: var(--azul-sgr2);
/*  font-size: 1.8rem;*/
  font-weight: 700;
  margin: 12px 0 8px;
/*  line-height: 2;*/
}

#agenda-home .contenedor-agenda-home .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      border: 0;
    }

/* Modal contenido semanal*/
#agenda-home .contenedor-agenda-home .modal .modal-dialog .model-content #modalContent .contenido-semanal .contenido-dia {
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--azul-sgr);
}


.modal-open .modal .modal-dialog .modal-content #modalContent .contenido-semanal .DNPSimplebutton {
    text-align: center;
    margin: 8px 8px 0 0;
}

#externalLinkModal .modal-dialog .modal-content .modal-header .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    font-size: 2rem;
    color: var(--azul-sgr2);
    font-weight: 700;
}

#externalLinkModal .modal-dialog .modal-content .modal-footer button {
    margin: 24px 0 16px 0;
}


#weeklyContentModal .modal-dialog .modal-content .modal-header .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    font-size: 2rem;
    color: var(--azul-sgr2);
    font-weight: 700;
    padding: 0 0 16px 0;
}

#weeklyContentModal .contenedor-boton-cerrar {
    border-top: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color); 
}

#weeklyContentModal .contenedor-boton-cerrar button {
    margin: 16px 0 0px 0;
}

#weeklyContentModal .modal-dialog .modal-content button:focus-visible {
  background-color: var(--azul-30) !important;
  border-color: var(--white) !important;
  box-shadow: 0 0 0 3px var(--azul-sgr2) !important;
  outline: none;
  color: var(--azul-sgr2) !important;
  border-radius: 25px;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
}

#weeklyContentModal .modal-dialog .modal-content .modal-header .btn-close {
  outline: none;
  color: var(--black);
  padding: 8px 8px;
}

#weeklyContentModal .modal-dialog .modal-content .modal-header .btn-close:focus {
  outline: none;
}

#weeklyContentModal .modal-dialog .modal-content .modal-header .btn-close:focus-visible {
  padding: 8px 8px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  color: var(--azul-sgr2) !important;
}

/*Modal abandodo del diminio sgr.gov.co*/
#externalLinkModal .modal-dialog .modal-content .modal-header {
    padding: 0 0 16px 0;
    margin: 0 0 16px 0;
}

#externalLinkModal .modal-dialog .modal-content .modal-footer button#cancelExternalLink:focus-visible {
  background-color: var(--azul-30) !important;
  border-color: var(--white) !important;
  box-shadow: 0 0 0 3px var(--azul-sgr2);
  outline: none;
  color: var(--azul-sgr2) !important;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
}

#externalLinkModal .modal-dialog .modal-content .modal-footer button#confirmExternalLink:focus-visible {
  box-shadow: 0 0 0 3px var(--azul-sgr2);
  background-color: var(--azul-sgr) !important;
  border-color: var(--white) !important;
  padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);
}

.modal-open {
    padding-right: 0 !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 1);
}

.modal-open .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1045;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-open .modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  pointer-events: none;
  z-index: 1050;
  padding: 0 32px !important;
}

.modal-open .modal .modal-dialog .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  border-radius: 2rem; 
  outline: 0;
  padding: 20px;
}

.modal-open .modal .modal-dialog .modal-content #modalContent .contenido-semanal {
  padding: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
/*  border-top: 1px solid var(--sombra-gris-light) !important;*/
}

.modal-open .modal .modal-dialog .modal-content #modalContent .etiquetas {
    background-color: var(--etiqueta-gris);
    padding: 10px 16px;
    border-radius: 25px ;
    font-size: 1.4rem ;
    font-weight: 500;
    width: fit-content;
    display: block;
    margin: 8px 8px 0 0;
    transition: .2s;

}

/*.DNPSimplebutton:visited:focus-visible, a.DNPSimplebutton:visited:focus-visible {
    background-color: var(--azul-30);
    border-color: var(--white) !important;
    box-shadow: 0 0 0 3px var(--azul-sgr2);
    outline: none;
    color: var(--azul-sgr2) !important;
}*/

.modal-open .modal .modal-dialog .modal-content #modalContent .etiquetas.active {
  cursor: pointer !important;
  background-color: var(--etiqueta-gris);
  color: var(--havelock-blue);
}

.modal-open .modal .modal-dialog .modal-content #modalContent .etiquetas.active:hover {
  background-color: var(--color-complementario-20);
}

.modal-open .modal .modal-dialog .modal-content #modalContent .etiquetas.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: var(--etiqueta-gris);
  display: block;
  padding: 10px 16px;
  margin: 8px 8px 0 0;
}

.modal-open .modal .modal-dialog .modal-content #modalContent .contenido-semanal:last-child {
  border-bottom: none;
}

.modal-open .modal .modal-dialog .modal-content #modalContent .contenido-semanal p {
    margin: 0 0;
    padding: 0 0;
}

button:focus {
  outline: none;
}

button:focus-visible {
/*  background-color: var(--color-complementario-20) !important;*/
  box-shadow: 0 0 0 3px var(--azul-sgr2) !important;
  border-color: var(--white) !important;
  border-radius: 50px;
  padding: revert-rule;
  /*padding: 12px 0;*/
}

button img:focus-visible {
  filter: grayscale(0%);
  opacity: 1;
}

/* Transición suave del alto del contenedor agenda */
#agenda-home .contenedor-agenda-home.agenda-height-transition {
  transition: height .2s ease;
}

/* Estilo común para tags dentro de cada día */
#agenda-home .contenedor-agenda-home .agenda-tag-item {
  display: block;
  margin-bottom: 0.25rem;
}

#agenda-home .contenedor-agenda-home .agenda-weekly-cta {
  margin-top: 1.5rem;
}

#agenda-home .contenedor-agenda-home .d-flex.align-items-center {
  transition: padding .4s ease, margin .4s ease;
}

/*///////OCAD HOME///////*/

#ocad-regional-home {
  padding: 80px 0;
  position: relative;
  /*  background-color: var(--color-complementario);*/
  margin: 112px 0 0 0;
}

#ocad-regional-home .container .row {
    padding: 0 0;
} 

#ocad-regional-home h2 {
    color: var(--white);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    max-width: 1280px;
    margin: 18px 0 0 0;
}

#ocad-regional-home .DNPText-principalsubtitle {
    margin: 0 0;
    color: var(--white);
}

#ocad-regional-home .DNPRichtext {
    margin-bottom: var(--fuente2);
}

#ocad-regional-home .DNPRichtext p {
    color: var(--white);
}

#ocad-regional-home hr {border-top: 1px solid var(--color-complementario-30); opacity: 1; width: 40px; margin-bottom: var(--fuente2)}

#ocad-regional-home .plantilla-banner-3-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*///////// CTAs debajo del Hero /////////*/

.ctas-under-hero {
  margin-top: 40px;
}

.ctas-under-hero .cta-1 {
  filter: drop-shadow(0px 4px 24px var(--sombra-gris-light));
  background-image: url(https://colaboracion.dnp.gov.co/CDT/Sistema%20General%20de%20las%20Regalas%20SGR/PublishingImages/Home/2026/bg-cta-migracion.jpg);
  padding: 40px 180px 40px 40px;
  border-radius: 24px;
  background-size: cover;
  background-position-y: center;
  height: stretch;
}

.ctas-under-hero .cta-2 {
  filter: drop-shadow(0px 4px 24px var(--sombra-gris-light));
  background: var(--bg-blanco);
  padding: 32px;
  border-radius: 24px;
  height: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}

/*Correción de altura en Firefox*/
.ctas-under-hero .cta-1,
.ctas-under-hero .cta-2 {
  height: -webkit-fill-available; /* Firefox 146+ */
  height: stretch;                /* Chrome y navegadores que ya lo soportan */
  height: 100% !important;
}

.ctas-under-hero .cta-2 hr {
  margin: 1.5rem 0;
}

.lista-enlaces a h2 {
  padding: 1rem;
  border-radius: .5rem;
  transition: all ease .2s;
  font-size: var(--fuente1) !important;
}

.lista-enlaces a.disabled h2 {
  color: var(--bg-gris);
  cursor: default;
}

.lista-enlaces a.disabled:hover {
  color: var(--bg-gris);
  cursor: default;
  background-color: transparent;
}

.lista-enlaces a:hover {
  background-color: var(--azul-10);
  border-radius: 4px;
}

.lista-enlaces a:active {
  background-color: var(--azul-20);
}

.lista-enlaces a:focus {
  border: none !important;
}

.lista-enlaces a:focus-visible {
  background-color: var(--azul-10);
  outline-offset: 4px;
  outline: var(--azul-sgr) 3px solid;
  box-shadow: none !important;
}

.lista-enlaces a {
  text-decoration: none !important;
}

.ctas-under-hero .lista-enlaces a img {
  width: 32px;
  margin-right: 1.5rem;
  padding: 0 0;
}

.ctas-under-hero .lista-enlaces hr {
  width: 100%;  
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ctas-under-hero .cta-1 h2,
.ctas-under-hero .cta-2 h2 {
  font-weight: 600;
  color: var(--azul-sgr2);
  margin: 0 0;
}

.ctas-under-hero .cta-1 h2 {
  font-size: var(--fuente4);
}

.ctas-under-hero .cta-2 h2 {
  font-size: var(--fuente2);
}

.ctas-under-hero .cta-1 hr {
  width: 40px;
}

@media (max-width: 575.98px) {
  .ctas-under-hero .cta-2 {margin: 0 auto 3rem auto;}
}


/*/////////Obervatorio SGR - Home///////*/

  .card-etapa-1 {
    background-color: var(--etapa1-ciclo-proyecto);
    border-radius: 16px 16px; padding: 20px 20px 5px 20px;
    background-image: url(imgs/bg-home-etapa-1-ciclo-proyecto.svg);
    background-size: cover;
  }

  .card-etapa-2 {
    background-color: var(--etapa2-ciclo-proyecto);
    border-radius: 16px 16px; padding: 20px 20px 5px 20px;
    background-image: url(imgs/bg-home-etapa-2-ciclo-proyecto.svg);
    background-size: cover;
  }

  .card-etapa-3 {
    background-color: var(--etapa3-ciclo-proyecto);
    border-radius: 16px 16px; padding: 20px 20px 5px 20px;
    background-image: url(imgs/bg-home-etapa-1-ciclo-proyecto.svg);
    background-size: cover;
  }

  .card-etapa-4 {
    background-color: var(--etapa4-ciclo-proyecto);
    border-radius: 16px 16px; padding: 20px 20px 5px 20px;
    background-image: url(imgs/bg-home-etapa-2-ciclo-proyecto.svg);
    background-size: cover;
  }

:root {
  --bounce-easing: cubic-bezier(0.3, 3, 0.6, 2);
}

.card-etapa-1 a,
.card-etapa-2 a,
.card-etapa-3 a,
.card-etapa-4 a {text-decoration: none;}

.card-etapa-1,
.card-etapa-2,
.card-etapa-3,
.card-etapa-4 {
  margin: 0 0 14px 0;
  /*
   * TRANSICIÓN DE SALIDA (al quitar el cursor)
   * Esta será la transición por defecto.
   * Usamos la variable con la curva de rebote.
   */
  transition: transform 0.2s var(--bounce-easing);
}

.card-etapa-1:hover,
.card-etapa-2:hover,
.card-etapa-3:hover,
.card-etapa-4:hover {
  transform: translateY(-8px);
  /*
   * TRANSICIÓN DE ENTRADA (al poner el cursor)
   * Hacemos la entrada más rápida y suave,
   * sobreescribiendo la transición por defecto.
   */
  transition: transform 0.2s ease-out;
}

/* Se mantiene la configuración de accesibilidad */
@media (prefers-reduced-motion: reduce) {
  .card-etapa-1,
  .card-etapa-2,
  .card-etapa-3,
  .card-etapa-4 {
    transition: none;
    transform: none;
  }
}

.card-etapa-1 a:focus:not(:focus-visible),
.card-etapa-2 a|:focus:not(:focus-visible),
.card-etapa-3 a :focus:not(:focus-visible),
.card-etapa-4 a:focus:not(:focus-visible) {outline: none;}

.card-etapa-1 a:focus-visible,
.card-etapa-2 a:focus-visible,
.card-etapa-3 a:focus-visible,
.card-etapa-4 a:focus-visible {
    border: 2px solid var(--white);
    box-shadow: 0 0 0 3px var(--azul-90);
    outline: 1px #09f;
    display: block;
    border-radius: 6px;
}

  .card-etapa-1 .DNPRichtext img,
  .card-etapa-2 .DNPRichtext img {
    padding: 0 0; margin: 0 0 16px 0; width: 80px;
  }

  .card-etapa-1 h3, .card-etapa-2 h3 {padding: 0 0; min-height: 88px; color: var(--bs-gray-800);}
  .card-etapa-1 p, .card-etapa-2 p {padding: 0 0; color: var(--bs-gray-800);}
  .card-etapa-1 p span, .card-etapa-2 p span, .card-etapa-3 p span, .card-etapa-4 p span {margin: 0 0;}
  .card-etapa-1 hr, .card-etapa-2 hr {width: 44px; margin: 0 0 1rem 0; border-color: var(--bs-gray-800);}
  .card-etapa-1 .descripcion, .card-etapa-2 .descripcion {min-height: 136px;}

  .card-etapa-3 .DNPRichtext img,
  .card-etapa-4 .DNPRichtext img {
    padding: 0 0; margin: 0 0 16px 0; width: 80px;
  }

  .card-etapa-3 h3, .card-etapa-4 h3 {padding: 0 0; min-height: 88px; color: var(--white);}
  .card-etapa-3 p, .card-etapa-4 p {padding: 0 0; color: var(--white);}
  .card-etapa-3 hr, .card-etapa-4 hr {width: 44px; margin: 0 0 1rem 0; border-color: var(--white) !important;}
  .card-etapa-3 .descripcion, .card-etapa-4 .descripcion {min-height: 136px;}


/*/////////////////////////////*/
/*///////// OCAD PAZ //////////*/
/*/////////////////////////////*/

    .DNPRichtext .azul,
    .azul {
        color: var(--azul-sgr2) !important;
    }
    .DNPRichtext .azul-sgr-10,
    .azul-sgr-10 {
        color: var(--azul-20);
    }
    .DNPRichtext .azul-sgr-20,
    .azul-sgr-20 {
        color: var(--azul-20);
    }
    .DNPRichtext .azul-sgr-30,
    .azul-sgr-30 {
        color: var(--azul-30);
    }
    .DNPRichtext .azul-sgr-40,
    .azul-sgr-40 {
        color: var(--azul-40);
    }
    .DNPRichtext .azul-sgr-50,
    .azul-sgr-50 {
        color: var(--azul-50);
    }
    .DNPRichtext .azul-sgr-60,
    .azul-sgr-60 {
        color: var(--azul-60);
    }
    .DNPRichtext .azul-sgr-70,
    .azul-sgr-70 {
        color: var(--azul-70);
    }
    .DNPRichtext .azul-sgr-80,
    .azul-sgr-80 {
        color: var(--azul-80);
    }
    .DNPRichtext .azul-sgr-90,
    .azul-sgr-90 {
        color: var(--azul-90);
    }
    .azul2 {
        color: var(--azul) !important;
    }
    .azul3 {
        color: var(--azul-sgr) !important;
    }
    .verde {
        color: var(--color-complementario) !important;
    }
    .bold {
        font-weight: 700 !important;
    }
    .black {
        font-weight: 900 !important;
    }

    .ocadpaz .visor-ocad {
        margin: 64px 0;
    }
    .ocadpaz .enlaces-interes {

    }
    .ocadpaz .enlaces-interes .nav-table {
            width: 100%;
            border-collapse: collapse;
        }

    .ocadpaz .enlaces-interes .nav-table tr {
            border-bottom: 1px solid #E5E7EB;
        }

    .ocadpaz .enlaces-interes .nav-table td {
            padding: 12px 0;
        }
    .ocadpaz .enlaces-interes table tr td {
        font-size: 16px;
    }        
    .ocadpaz {
        width: 100%;
        font-family: "Nunito Sans", serif !important;
        font-weight: 500;
    }
    .ocadpaz h2 {
        margin: 0 0 48px 0;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        line-height: 28px;
        font-weight: 900;
        color:var(--azul2);
    }
/*        .ocadpaz p {
        font-size: 16px;
        line-height: 18px;
        color: var(--azul2);
    margin: auto 0;
    }*/
    .ocadpaz .nota {
        font-size: 14px;
    }
    .ocadpaz .contenedor-bullets {
      padding-right: 48px;
    
    }

    .ocadpaz .contenedor-bullets .bullet-numero {
    background-color: var(--azul-sgr2);
    color: var(--white);
    border-radius: 25px;
    padding: 9px 13px;
    font-size: var(--fuente1);
    font-weight: 900;
    margin: 24px 0px 0px 0px;
    display: inline-block;
    font-family: "Nunito Sans", serif !important;
    }

  .sector {padding: 0 0 !important;}

    .ocadpaz .contenedor-bullets .bg-verde {
      background-color: var(--bg-verde); color: var(--white);
    }

    .ocadpaz .contenedor-bullets .bg-azul {
      background-color: var(--bg-azul); color: var(--white);
    }

    .ocadpaz .contenedor-bullets .bg-naranja {
      background-color: var(--bg-naranja); color: var(--white);
    }

    .ocadpaz .contenedor-bullets .bg-lila {
      background-color: var(--bg-lila); color: var(--white);
    }

    .ocadpaz .contenedor-bullets .bg-magenta {
      background-color: var(--bg-magenta); color: var(--white);
    }

    .ocadpaz .contenedor-bullets .bg-turquesa {
      background-color: var(--bg-turquesa); color: var(--white);
    }

    .ocadpaz .contenedor-bullets .bg-negro {
      background-color: var(--bg-negro); color: var(--white);
    }

    .ocadpaz .contenedor-bullets .bg-azul-sgr {
      background-color: var(--azul-sgr2); color: var(--white);
    }

    .ocadpaz .contenedor-bullets .bullet-numero .bg-blanco {
      background-color: var(--bg-blanco); padding: 5px 10px !important; border-radius: 25px; border: 1px solid #333333;
    }



    .ocadpaz hr {
    border-bottom: 0.5px #e4e4e4 solid;
    width: 40px;
    margin: 40px 0 24px 0;
    border-left:none;
    border-right: none;
    }
    .ocadpaz .info-adicional {
        background-color: var(--white);
        padding: 24px;
        filter: drop-shadow(0px 8px 12px #e4e4e4);
        border-radius: 12px;
        margin: 32px 0 0 0;
    }

    .ocadpaz .info-adicional .icono-informacion {
      padding: 0 0 !important;
    }

    .ocadpaz .proyectos-pdet {
    font-size: var(--fuente0);
    min-height: 88px;
    margin: 12px 0 0 0;
    font-weight: 500;
    }
    .ocadpaz .contenedor-bullets .hr-pdet {
    width: 24px !important;
    }
    .ocadpaz .hr-divisor {
    border-top: none;
    width: 100% !important; 
    border-bottom: 1px var(--gris2) dotted !important;
    margin: 24px 0 48px 0 !important;
    display: block;
    }
/*    .ocadpaz a {
     color: var(--azul);
     text-decoration: underline;
     transition: all 0.2s ease-in-out;
     padding: 0.2em 0.1em;
     user-select: text;
     white-space: normal;
     word-wrap: break-word;
     cursor: pointer;
     outline: none;
    }
    .ocadpaz a:hover {
        color: var(--gris2);
        text-decoration-thickness: 2px;
    }
    .ocadpaz a:active {
        color: #002655;
        transform: translateY(1px);
    }
    .ocadpaz a:focus {
            outline: 2px solid #0056b3;
            outline-offset: 2px;
            background-color: rgba(0, 86, 179, 0.1);
    }
    .ocadpaz a:focus-visible {
            outline: 3px solid #0056b3;
            outline-offset: 3px;
            text-decoration: none;
    }
    .ocadpaz a:visited {
        color: #6b2fba;
    }*/
    .ocadpaz .iconos-enlaces {
        width:16px;
        margin: 0 8px 0 0;
    }
    .ocadpaz .icono-informacion {
        width: 32px;
        margin: 0 16px 0 0;
        padding: 0 0;
    }
    .ocadpaz .modulo {
        background-color: #f4f4f4;
        padding: 48px 48px 72px;
        margin: 0 0 0 0;
    }

    .ocadpaz .modulo figure img {max-width: 100%; padding: 0 0 !important;}

    .ocadpaz .modtop {
        border-radius: 20px 20px !important;
    }

    .ocadpaz .modmiddle {
        border-radius: 0 0;
    }
    .ocadpaz .productos-ocad {
        margin-bottom: 24px;
        align-items: anchor-center;
        margin: 0 0 24px 0 !important;
        padding-right: 48px;
    }

    .ocadpaz ul.row {
      padding-left: 10px !important;
    }

    .ocadpaz .productos-ocad img {
      width: 48px;
      margin: 0 6px 10px 0;
      padding: 0 0 !important;
    }
    .ocadpaz .queesocad {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        font-family: "Montserrat", sans-serif;
    }

    .ocadpaz .inicio-ocad {
        transition: transform 0.3s ease;
        margin: 0 20px 40px 20px;
    }
    .ocadpaz .inicio-ocad:hover {
        transform: translateY(-6px) rotate(0deg);
    }
    .ocadpaz .comillas-ini {
    width: 29px !important;
    position: relative;
    top: -70px;
    margin-right: 16px
    }
    .ocadpaz .comillas-fin {
    width: 29px !important;
    position: relative;
    top: 70px;
    }

    .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.lista-no-bullet {
  list-style: none !important;
  margin: 0 0 !important;
  padding: 0;
}

/*Tablas Convocatorias OCAD Paz*/
.tabla-convocatorias-ocad { width:100%; text-align:left; color: #fff;}
.tabla-convocatorias-ocad tbody {color: #000;}
.tabla-convocatorias-ocad tbody tr td {padding: 14px 8px; font-size: var(--fuente0);}
.tabla-convocatorias-ocad tr:nth-child(even) td {background-color: #f8f9fa;}
.tabla-convocatorias-ocad tr:nth-child(odd) td {background-color: #ffffff;}
.tabla-convocatorias-ocad th {background-color: #2f3f56; padding: 8px 8px; color: #ffffff; font-size: var(--fuente-0);}
.tabla-convocatorias-ocad tr {background-color: #e5ecf8; padding: 8px 8px;}
.tabla-convocatorias-ocad .borde-division-filas {border-bottom: 1px solid var(--azul-sgr2);}

/* Media queries para asegurar responsividad */

/* Contenido acoredones SGR */

.contenido-acordeones-sgr {
  width: 100%;
  font-family: "Nunito Sans", serif !important;
  font-weight: 500;
}
.contenido-acordeones-sgr h4 {
  margin: 0 0 48px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  color:var(--azul2);
}
.contenido-acordeones-sgr p {font-size: 16px; line-height: 18px; color: var(--azul2); margin: auto 0;}
.contenido-acordeones-sgr .nota {
  font-size: 14px;
}
.contenido-acordeones-sgr .contenedor-bullets {
padding-right: 48px;

}

.contenido-acordeones-sgr .contenedor-bullets .bullet-numero {
background-color: var(--azul-sgr2);
color: var(--white);
border-radius: 25px;
padding: 9px 13px;
font-size: var(--fuente1);
font-weight: 900;
margin: 24px 0px 0px 0px;
display: inline-block;
font-family: "Nunito Sans", serif !important;
}

.contenido-acordeones-sgr .sector {padding: 0 0 !important;}

.contenido-acordeones-sgr .contenedor-bullets .bg-verde {
background-color: var(--bg-verde); color: var(--white);
}

.contenido-acordeones-sgr .contenedor-bullets .bg-azul {
background-color: var(--bg-azul); color: var(--white);
}

.contenido-acordeones-sgr .contenedor-bullets .bg-naranja {
background-color: var(--bg-naranja); color: var(--white);
}

.contenido-acordeones-sgr .contenedor-bullets .bg-lila {
background-color: var(--bg-lila); color: var(--white);
}

.contenido-acordeones-sgr .contenedor-bullets .bg-magenta {
background-color: var(--bg-magenta); color: var(--white);
}

.contenido-acordeones-sgr .contenedor-bullets .bg-turquesa {
background-color: var(--bg-turquesa); color: var(--white);
}

.contenido-acordeones-sgr .contenedor-bullets .bg-negro {
background-color: var(--bg-negro); color: var(--white);
}

.contenido-acordeones-sgr .contenedor-bullets .bg-azul-sgr {
background-color: var(--azul-sgr2); color: var(--white);
}

.contenido-acordeones-sgr .contenedor-bullets .bullet-numero .bg-blanco {
background-color: var(--bg-blanco); padding: 5px 10px !important; border-radius: 25px; border: 1px solid #333333;
}



.contenido-acordeones-sgr hr {
border-bottom: 0.5px #e4e4e4 solid;
width: 40px;
margin: 40px 0 24px 0;
border-left:none;
border-right: none;
}
.contenido-acordeones-sgr .info-adicional {
  background-color: var(--white);
  padding: 24px;
  filter: drop-shadow(0px 8px 12px #e4e4e4);
  border-radius: 12px;
  margin: 32px 0 0 0;
}

.contenido-acordeones-sgr .info-adicional .icono-informacion {
padding: 0 0 !important;
}

.contenido-acordeones-sgr .proyectos-pdet {
font-size: var(--fuente0);
min-height: 88px;
margin: 12px 0 0 0;
font-weight: 500;
}
.contenido-acordeones-sgr .contenedor-bullets .hr-pdet {
width: 24px !important;
}
.contenido-acordeones-sgr .hr-divisor {
border-top: none;
width: 100% !important; 
border-bottom: 1px var(--gris2) dotted !important;
margin: 24px 0 48px 0 !important;
display: block;
}

.contenido-acordeones-sgr .iconos-enlaces {
  width:16px;
  margin: 0 8px 0 0;
}
.contenido-acordeones-sgr .icono-informacion {
  width: 32px;
  margin: 0 16px 0 0;
  padding: 0 0;
}
.contenido-acordeones-sgr .iconos img { margin-right: 12px; width: 56px; }
.contenido-acordeones-sgr .lista-bullets {margin-left: 40px; font-size: 16px !important; margin-top: -8px;}
.contenido-acordeones-sgr .lista-bullets li {margin-bottom: -2rem;}
.contenido-acordeones-sgr .modulo {
  background-color: #ffffff;
  margin: 0 0 0 0;
}

.modulo-bg-gris {
  background-color: #f4f4f4 !important;
  padding: 48px 48px 72px;
  margin: 0 0 0 0;
}

.contenido-acordeones-sgr .modulo figure img, .contenido-acordeones-sgr .modulo-bg-gris figure img {max-width: 100%; padding: 0 0 !important;}

.contenido-acordeones-sgr .modtop {
  border-radius: 20px 20px !important;
}

.contenido-acordeones-sgr .modmiddle {
  border-radius: 0 0;
}
.contenido-acordeones-sgr .productos-ocad {
  margin-bottom: 24px;
  align-items: anchor-center;
  margin: 0 0 24px 0 !important;
  padding-right: 48px;
}

.contenido-acordeones-sgr ul.row {
padding-left: 10px !important;
}

.contenido-acordeones-sgr .productos-ocad img {
width: 48px;
margin: 0 6px 10px 0;
padding: 0 0 !important;
}
.contenido-acordeones-sgr .introduccion {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
}

.contenido-acordeones-sgr .inicio-ocad {
  transition: transform 0.3s ease;
  margin: 0 20px 40px 20px;
}
.contenido-acordeones-sgr .inicio-ocad:hover {
  transform: translateY(-6px) rotate(0deg);
}
.contenido-acordeones-sgr .comillas-ini {
width: 29px !important;
position: relative;
top: -70px;
margin-right: 16px
}
.contenido-acordeones-sgr .comillas-fin {
width: 29px !important;
position: relative;
top: 70px;
}
/* Contenido acoredones SGR */

/*col-sm*/
@media (max-width: 575.98px) {

  #agenda-home .contenedor-agenda-home .dias-agenda a.DNPSimplebutton {margin: 8px 8px 0 0 !important;}
  .carousel-container {overflow-x: auto; -webkit-overflow-scrolling: touch; /* mejora para iOS */ display: flex; flex-wrap: nowrap; gap: 1rem; /* opcional, mejora separación entre días */ padding-bottom: 0.5rem; /* opcional, espacio para scroll */}
  .carousel-container > * {flex: 0 0 auto; /* asegura que los hijos no colapsen */ }
  .DNPSimplebutton {display: block; /* fuerza que ocupe el ancho disponible*/ white-space: normal !important; word-break: break-word !important; overflow-wrap: break-word; width: 100% !important; text-align: center;}
  #weeklyContentModal .modal-body .d-flex {flex-direction: column !important; gap: 0.5rem; /* opcional: separación entre botones*/}

  /*Botones*/
  .DNPSimplebutton > img,
  a.DNPSimplebutton > img {height: var(--fuente0_mobile); margin-left: var(--fuente0_mobile);}
    
  #agenda-home .header-agenda-home {flex-direction: column !important; align-items: center; text-align: center;}
  #agenda-home .contenedor-agenda-home .destacado-agenda {width: 90% !important;}
  #agenda-home .contenedor-agenda-home .justify-content-end {justify-content: center !important;}
  #agenda-home .texto-complementario {margin-top: 16px !important;}

  #noticia-destacada {margin-top: 6rem;}
  #noticia-destacada .DNPSimplebutton span, #noticia-destacada a.DNPSimplebutton span {display: none;}
  #noticia-destacada .contenedor-card .noticia-destacada-foto {display: none;}
  .indicador-home {min-height: 200px !important;}
  .indicador-home a span img {display: inline-block;}

  .card-dropdown-btn {padding: 12px 0 36px 0; height: 100px; margin: 0 auto;}
  #ocad-home .container .row section .card-dropdown-btn ul li .dropdown-item {padding: 10px 12px;}
  #noticia-destacada .contenedor-card a span img {width: var(--fuente3) !important;}
  .indicador-home {min-height: 200px !important;}
/*  #agenda-home .contenedor-agenda-home .SGR-flecha-der {right:-8px !important}
  #agenda-home .contenedor-agenda-home .SGR-flecha-izq {left:-40px !important}*/
  #agenda-home .contenedor-agenda-home {padding: 48px 16px 0 16px;}
  #ocad-home .DNPSimplebutton { display:block !important; width: fit-content !important;}
  .DNPSimplebutton-color-invertido, a.DNPSimplebutton-color-invertido:hover {display:block !important; width: fit-content !important;}
  .DNPSimplebutton, a.DNPSimplebutton-color:hover {display:block !important; width: fit-content !important;}
  #ocad-regional-home .container .row,
  #ocad-home .container .row {padding: 0 32px;} 
  #ocad-home .container div section {margin: 16px 0;} 
  .ocadpaz .inicio-ocad {transition: transform 0.3s ease; margin: 0 0 40px 0;}
  .ocadpaz .comillas-ini {top: -88px;}
  .ocadpaz .comillas-fin {top: 70px;}

  /* CTAs Under Hero */
  .ctas-under-hero .cta-1 {padding: 40px;}
  .ctas-under-hero .cta-1 h2,
  .ctas-under-hero .cta-2 h2 {
    font-size: var(--fuente1_mobile);
  }
  /*  SISU  */
.card-sgr-3:hover p.sisu-ruta-cta {
    font-size: var(--fuente0_mobile);
  }
}



/*col-md*/
@media (max-width: 767.98px) {
  #agenda-home .dias-agenda {width: 80% !important; padding: 0 20px;}
  #agenda-home .contenedor-agenda-home .header-agenda-home {flex-direction: column !important; align-items: center !important; text-align: center !important;}
  #agenda-home .contenedor-agenda-home .texto-complementario {margin-top: 18px !important;}
  #agenda-home .contenedor-agenda-home .contenedor-agenda-home {overflow: hidden;}
  #agenda-home .contenedor-agenda-home .d-flex.w-100.position-relative {margin: 0 24px;}
  #agenda-home .texto-complementario {margin-top: 8px !important;}
  #agenda-home .contenedor-agenda-home .agenda-tag-item {max-width: 260px;}
  #noticia-destacada .contenedor-card .noticia-destacada-foto {display: none;}
  .indicador-home {min-height: 200px !important;}
  .indicador-home a span img {display: inline-block;}
  .ocadpaz .comillas-ini {display: none;}
  .ocadpaz .comillas-fin {display: none;}

  /* Agenda móvil: flechas fijas a 20px del contenedor */
  #agenda-home .contenedor-agenda-home .d-flex.w-100.position-relative.justify-content-between {
    position: relative;
    padding-left: 16px;   /* espacio para flecha izquierda */
    padding-right: 16px;  /* espacio para flecha derecha */
  }

  #agenda-home .contenedor-agenda-home .SGR-flecha-izq {
    position: absolute !important;
    left: -50px !important;
    right: auto !important;
    top: 50%;
    transform: translateY(-50%) rotate(90deg) !important;
    z-index: 2;
  }

  #agenda-home .contenedor-agenda-home .SGR-flecha-der {
    position: absolute !important;
    right: -50px !important;
    left: auto !important;
    top: 50%;
    transform: translateY(-50%) rotate(270deg) !important;
    z-index: 2;
  }
  #agenda-home .contenedor-agenda-home .destacado-agenda {
    width: 96% !important;
    max-width: 96% !important;
  }
  /* CTAs Under Hero */
  .ctas-under-hero .cta-1 h2 {
    font-size: var(--fuente4);
  }
  .ctas-under-hero .cta-2 h2 {
    font-size: var(--fuente2);
  }

  /* Contenidos destacados home  */
  .ms-webpartzone-cell {
    display: grid !important;
  }
  .DNPDocs {
    width: 100%;
  }
  /*  SISU  */
  .card-sgr-3:hover p.sisu-ruta-cta {
      font-size: var(--fuente0_mobile);
    }
}

/*col-lg*/
@media (max-width: 991.98px) {

  #agenda-home .contenedor-agenda-home .destacado-agenda {width: 80% !important;}
  #agenda-home .contenedor-agenda-home .dias-agenda {width: 80% !important;}
  #agenda-home .contenedor-agenda-home .agenda-tag-item {max-width: 267px;}
  .indicador-home {min-height: 200px;}
  #noticia-destacada .contenedor-card .noticia-destacada-foto {display: none;}
  .indicador-home a span img {display: none;}
  .ocadpaz .comillas-ini {display: none;}
  .ocadpaz .comillas-fin {display: none;}
  /* CTAs Under Hero */
  .ctas-under-hero .cta-1 h2,
  .ctas-under-hero .cta-2 h2 {
    font-size: var(--fuente1_tablet);
  }
  .ctas-under-hero .cta-1 {
    margin: 0 auto 3rem auto;
  }
  /*  SISU  */
  .card-sgr-3:hover p.sisu-ruta-cta {
      font-size: var(--fuente0_mobile);
    }
}

/*col-xl*/
@media (max-width: 1199.98px) {
  #agenda-home .contenedor-agenda-home .dias-agenda {width: 80% !important;}
  #agenda-home .contenedor-agenda-home .agenda-tag-item {max-width: 267px;}
  #noticia-destacada-desc .contenedor {min-height: 440px;}
  #noticia-destacada .contenedor-card a span img {width: var(--fuente2) !important; margin-left: var(--fuente0_tablet) !important;}
  #agenda-home .contenedor-agenda-home .destacado-agenda {width: 80% !important;}
  #noticia-destacada .contenedor-card .noticia-destacada-desc .contenedor {min-height: 400px;}
  .indicador-home {min-height: 400px;}
  .indicador-home a span img {display: inline-block;}
  .ocadpaz .comillas-ini {display: -55px;}
  .ocadpaz .comillas-fin {top: 90px;}
  /* CTAs Under Hero */
  .ctas-under-hero .cta-1 h2,
  .ctas-under-hero .cta-2 h2 {
    font-size: var(--fuente0);
  }
}

/*col-xxl*/
@media (max-width: 1399.98px) {
  #agenda-home .contenedor-agenda-home .dias-agenda {width: 100% !important;}
  #agenda-home .contenedor-agenda-home .agenda-tag-item {max-width: 267px;}
  #noticia-destacada-desc .contenedor {min-height: 440px;}
  #noticia-destacada .contenedor-card .noticia-destacada-desc .contenedor {min-height: 200px;}
  .indicador-home {min-height: 200px;}
}

/*col-xxl*/
@media (min-width: 1399.98px) {

  #agenda-home .contenedor-agenda-home .dias-agenda {width: 24% !important;}
  #agenda-home .contenedor-agenda-home .SGR-flecha-der {right: -8px !important;}
  #agenda-home .contenedor-agenda-home .destacado-agenda {width: 30% !important;}
  #agenda-home .contenedor-agenda-home .agenda-tag-item {max-width: 267px;}
  #noticia-destacada .contenedor-card .noticia-destacada-desc .contenedor {min-height: 420px;}
  .indicador-home {min-height: 388px; }
}



/*Preferencias de accesibilidad del usuario*/
@media (prefers-reduced-motion: reduce) {
  #agenda-home .contenedor-agenda-home .dias-agenda,
      .destacado-agenda,
      .carousel-container {
        transition: none;
    }
}



/*//////////////////////////////////////////////////////////////////
/////Estilos DNP que no están en esta hoja pero si se utilizan//////
//////////////////////////////////////////////////////////////////*/

.DNPWindow_PND {border: solid 2px #E6EFFD; border-radius: 8px; width: 344px; height: 110px; padding: 15px 25px 25px 25px; margin: 0 0 15px 0 !important; position: relative; box-sizing: border-box; display: table;}
.DNPWindow_PND img {max-width: 237px;}
.DNPWindow_PND img:nth-child(1) {padding: 0 0 0 10px !important;}
.DNPWindow_PND img:nth-child(2) {padding: 0 10px 0 0 !important;}

@media screen and (min-width: 600px) and (max-width: 1200px) {
.DNPBlock { padding: 2vw 0; width: 90%;}
}

/*Carrusel Home*/
.DNPSlider input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button:hover {
    border-color: #92c0e0;
    background-color: var(--white);
    transition: all 0.2s ease;
  }

/*Perfiles directores*/

.DNP-perfiles-directores .perfil-header {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}
.DNP-perfiles-directores .perfil-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  align-self: center;
}
.DNP-perfiles-directores .perfil-header div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.DNP-perfiles-directores h3, .DNP-perfiles-directores p {
  margin: 0;
  text-align: left;
}


.DNP-perfiles-directores h3 {

color: #466381;
font-family: "Work Sans", sans-serif;
font-weight: 700;
font-size: var(--fuente3);
line-height: 1.1;
margin: var(--fuente0) 0;
margin: 0;
padding-bottom: 0px !important;
 }

.DNP-perfiles-directores {
background-color: #f6fbff;
border-top: 4px solid #506d8b;
padding: 20px;
border-radius: 4px;
width: 100%;
margin: auto;
margin-bottom: 20px
}

.DNP-perfiles-directores .descripcion {
  color: #333;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .DNP-perfiles-directores {
      text-align: center;
  }
  .DNP-perfiles-directores .perfil-header {
      flex-direction: column;
      text-align: center;
  }
  .DNP-perfiles-directores .descripcion {
      text-align: center;
  }
}

.DNP-perfiles-subdirectores {
border: 2px solid #e2f1ff;
padding: 20px;
border-radius: 8px;
width: 100%;
margin: auto;
margin-bottom: 20px
}



.DNP-perfiles-subdirectores .perfil-header {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}
.DNP-perfiles-subdirectores .perfil-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  align-self: center;
}
.DNP-perfiles-subdirectores .perfil-header div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.DNP-perfiles-subdirectores h3, .DNP-perfiles-directores p {
  margin: 0;
  text-align: left;
}


.DNP-perfiles-subdirectores h3 {

color: #466381;
font-family: "Work Sans", sans-serif;
font-weight: 700;
font-size: var(--fuente2);
line-height: 1.1;
margin: var(--fuente0) 0;
margin: 0;
padding-bottom: 0px !important;
 }


.DNP-perfiles-subdirectores .descripcion {
  color: #333;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .DNP-perfiles-subdirectores {
      text-align: center;
  }
  .DNP-perfiles-subdirectores .perfil-header {
      flex-direction: column;
      text-align: center;
  }
  .DNP-perfiles-subdirectores .descripcion {
      text-align: center;
  }
}


/*////////////////////////
/////COMPONENTES SGR//////
////////////////////////*/

/*////////////////////////
//////////Cards///////////
////////////////////////*/


.mensaje-instruccion {font-family: 'Work Sans', sans-serif; font-size: 14px !important; line-height: 2rem; background-color: var(--bg-instruccion); border-radius: 8px; display: block; margin: 0 0 24px 0; padding: 16px 20px !important; border: 1px solid var(--azul-sgr2); width: 100%;}
.mensaje-instruccion p img, .mensaje-instruccion img {float: left; width: 20px; position: relative; top: 2px; margin-right: 8px;}

.card-sgr {box-shadow: inset 2px 2px 45px rgba(0, 0, 0, 0.1); width: 100%; padding: 32px 32px; border-radius: 16px 16px 0 0;}
.card-sgr d-flex {display: flex !important; align-items: center;}
.card-sgr .subtitulo-1 {font-family: 'Work Sans'; font-size: 18px; font-weight: 700; vertical-align: middle;}
.card-sgr h2 {font-family: 'Work Sans'; color: var(--azul-sgr2); font-size: var(--fuente2); font-weight: bold;}
.card-sgr hr-divisor {width: 100% !important; text-align: left; margin: 20px 0 16px 0;}

.notas {font-size: var(--fuente-1);}

.card-sgr-1 {width: 100%; background-color: #FFF; padding: 40px 40px; margin-right: 3em; border-radius: 8px; filter: drop-shadow(0px 12px 36px #e3e3e3); margin: 8px 0 24px 0; border: 2px solid transparent; transition: all 0.2s ease;}
.card-sgr-1:hover {transform: translateY(-2px); cursor: pointer; text-decoration: none !important;}
.card-sgr-1:hover .sigla {background-color: var(--color-complementario-bg-blanco);}
.link-card-sgr {display: block; border-radius: 8px; border: 2px solid transparent; transition: all 0.2s ease; text-decoration: none; color: inherit;}
.link-card-sgr:focus:not(:focus-visible) {outline: none;}
.link-card-sgr:focus-visible .card-sgr-1 {box-shadow: 0 0 0 3px var(--azul-sgr2); background-color: var(--azul-10) !important; border-width: 2px !important; border-style: solid !important; border-color: var(--white) !important; outline: none;}
.card-sgr-1-tit {color: var(--azul-sgr2)!important; font-family: "Work Sans", sans-serif; font-weight: 700; line-height: 3rem; max-width: 160px; margin: 0 10px 0 10px; text-wrap: balance;}

.card-sgr-2 {
  margin: 0 0 0 0;
  border-radius: 20px 20px !important;
  background-color: var(--etiqueta-gris);
  padding: 48px 48px;
  margin-bottom: 5rem;
}

.card-sgr-2 .subtitulo {
  font-size: var(--fuente2);
  margin-bottom: 1.5rem;
}

.card-sgr-2 p:last-child {
  padding-bottom: 0;
}

.card-sgr-2 p a,
.card-sgr-2 li a{
  text-decoration: underline !important;
}

.card-sgr-3 {
  margin: 0 0 0 0;
  border-radius: 20px 20px !important;
  background-color: var(--azul-sgr2);
  padding: 48px 48px;
  margin-bottom: 5rem;
  transition: all .2s ease;
}

.card-sgr-3:hover {
  background-color: var(--azul-sgr2-50);
  transform: translateY(-8px);
  transition: transform 0.2s ease-out;
}

.card-sgr-3:hover p {
    color: var(--azul-sgr2);
}

.card-sgr-3 .subtitulo {
  font-size: var(--fuente2);
  margin-bottom: 1.5rem;
}

.card-sgr-3 p {
  color: var(--white);
}

.card-sgr-3 p:last-child {
  padding-bottom: 0;
}

.card-sgr-3 p a,
.card-sgr-3 li a{
  text-decoration: underline !important;
}

.subtitulo {margin: 10px; color: var(--azul-80); font-size: 1.4rem}

.contenedor-somos-sgr {width: 100%; padding: 0 0; margin-bottom: 40px;}
.contenedor-somos-sgr .header {display: flex; align-items: center; height: 64px;}
.contenedor-somos-sgr .header .card-sgr-1-tit {max-width: 100% !important; margin-left: 16px;}

.DNPRichtext .contenedor-somos-sgr .header .sigla-icono img {padding: 3px 3px; width: 32px;}

.DNPDropdown-element-content .contenedor-somos-sgr .header .card-sgr-1-tit {font-size: var(--fuente1);}

.contenedor-somos-sgr .sigla {  width: 48px; height: 48px; border-radius: 50%; background-color: var(--azul-sgr); color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; text-transform: uppercase; font-family: sans-serif; text-align: center; overflow: hidden;}
.contenedor-somos-sgr hr {width:44px; text-align:left; margin: 20px 0 16px 0;}
.contenedor-somos-sgr #SearchBox .SGRButtonscontainer-horizontal {margin: 0 0 0 8px;}
.contenedor-somos-sgr .SGRButtonscontainer-horizontal #btnLimpiarFiltro {margin: -20px 0 20px -16px !important;}
.contenedor-somos-sgr .contenedor-sesiones-ocad-mob #sesion-reciente .DNPRichtext .tipo-documento {margin: 0 0 -16px 0 !important;}
.contenedor-somos-sgr .contenedor-sesiones-ocad-mob #sesion-reciente article header h2 {font-size: var(--fuente3_mobile); margin-bottom: var(--fuente2_mobile) !important;}
.contenedor-somos-sgr .contenedor-sesiones-ocad-mob #sesion-reciente  article section h3 {font-size: var(--fuente2_mobile) !important;}
/*OCAD Regionales*/
.contenedor-somos-sgr .contenedor-sesiones-ocad-mob .sesion-reciente .DNPRichtext .tipo-documento {margin: 0 0 -16px 0 !important;}
.contenedor-somos-sgr .contenedor-sesiones-ocad-mob .sesion-reciente article header h2 {font-size: var(--fuente3_mobile); margin-bottom: var(--fuente2_mobile) !important;}
.contenedor-somos-sgr .contenedor-sesiones-ocad-mob .sesion-reciente  article section h3 {font-size: var(--fuente2_mobile) !important;}
.contenedor-somos-sgr h2 {font-family: 'Work Sans'; color: var(--azul-sgr2); font-size: var(--fuente2); font-weight: bold;}

/* Efecto de transición para el cambio de card en mobile */
.sesion-mobile-card {
    transition: opacity 0.3s ease-in-out;
}
.fade-out {
    opacity: 0;
}


.buttons-brake {max-width: 90%; display: block; line-height: 1.8rem;}

.card-sgr-1 .header {display: flex; align-items: center; height: 96px;}
.card-sgr-1 .sigla {  width: 48px; height: 48px; border-radius: 50%; background-color: var(--azul-sgr); color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; text-transform: uppercase; font-family: sans-serif; text-align: center; overflow: hidden;}
.card-sgr-1 hr {width:44px; text-align:left; margin: 20px 0 16px 0;}
.card-sgr-1-logo {max-width: 160px; max-height: 112px;}
.sigla-icono {border-radius: 50%; background-color: var(--azul-sgr); display: flex; align-items: center; justify-content: center; padding: 14px;}
.una-letra   { font-size: 1.1rem; }
.dos-letras  { font-size: 1rem; }
.tres-letras { font-size: 0.85rem; }
.cuatro-letras { font-size: 0.75rem; }
.cinco-letras  { font-size: 0.7rem; }

.card-mapa {background-color: var(--white); border-radius: 24px; filter: drop-shadow(0px 12px 36px #e3e3e3); padding: 24px; width: 100%;}
.ocad-regional-mapa img {width: 75%}
.ocad-regional-mapa {position: relative; padding-right: 1em; text-align: center;}
.ocad-regional-mapa::after {content: ''; position: absolute; right: 10%; top: 11%; transform: translateY(-50%); width: 1px; height: 20%; background-color: var(--azul-sgr2);}
.indice-mapas {background-color: var(--color-complementario); color: var(--white); font-weight: 500; border-radius: 25px; padding: 1px 6px; line-height: 2.5rem;}

.contenedor-sgr .d-flex {align-items: center;}
.contenedor-somos-sgr .mapas-regionales, .contenedor-sgr .mapas-regionales p {font-size: var(--fuente-1); min-height: 40px;}
.contenedor-somos-sgr .mapas-regionales, .contenedor-sgr .mapas-regionales hr {width: 32px !important; text-align: left; margin: 0 0 10px 0 !important;}
.contenedor-somos-sgr .mapas-regionales, .contenedor-sgr .mapas-regionales {text-align: left !important; margin-bottom: 16px;}
.contenedor-somos-sgr .mapas-regionales img, .contenedor-sgr .mapas-regionales img {transition: transform 0.2s var(--bounce-easing);}
.contenedor-somos-sgr .mapas-regionales img:hover, .contenedor-sgr .mapas-regionales img:hover {transform: translateY(-8px); transition: transform 0.2s ease-out;}
/*.contenedor-somos-sgr .mapas-regionales hr {margin: 0px auto 16px auto;}*/

.link-logo-img {padding: 16px 32px; background-color: var(--white); border: 2px solid var(--azul-20); display: block; border-radius: 16px; width: fit-content; transition: 0.2s all ease; display: flex ; flex-direction: column; align-content: center; flex-wrap: nowrap; justify-content: flex-start; align-items: center;}
.link-logo-img:hover{transform: translateY(-2px);}
.link-logo-img:focus {outline: none;}
.link-logo-img:focus-visible {box-shadow: 0 0 0 3px var(--azul-sgr); border: solid 2px var(--azul-30);}
.link-logo-img img {transition: 0.2s all ease}

/*////////////////////////
/////////Tablas///////////
////////////////////////*/

.tablas-sgr {border: none; border-radius: 4px; margin: 0 0 48px 0; width: 100%;}
.tablas-directorios-sgr {max-width: 1280px; vertical-align: middle; margin: 0 auto;}
.tablas-directorios-sgr .td-header-sgr {background-color: var(--azul-sgr); width: 100%; text-align: center; color: var(--white); font-weight: bold; padding: 16px 12px; border-radius: 2px 2px 0 0;}
.tablas-directorios-sgr tr {width: 100%;min-height: 112px; transition: 0.2s all ease}
.tablas-directorios-sgr th {width: 33%; padding: 12px 16px; background-color: var(--azul-sgr2); text-align: left; font-size: 1.4rem; vertical-align: middle; color: var(--white);}
.tablas-directorios-sgr .celdas-sgr {text-align: left; ; vertical-align: middle;}
.tablas-directorios-sgr td {width: 33%; padding: 12px 16px 24px 16px; font-size: 14px ; vertical-align: top;}
.tablas-directorios-sgr p {padding: 0 0 4px 0;}
.tablas-directorios-sgr tbody tr td {    padding: 12px 16px 12px 16px}
.tablas-directorios-sgr p {margin: 0 0; padding: 0 0;}
.tablas-directorios-sgr .sesion-cancelada, .sesion-mobile-card section .sesion-cancelada {color: #9a1717; font-weight: 600;}
.tablas-sgr p a {color: var(--azul-80) !important; font-weight: 500 !important;}
.tablas-sgr p a:hover {font-weight: 500 !important; text-decoration: underline !important;}
.tablas-sgr #tabla-escritorio-body tr td {vertical-align: top;}
.tablas-sgr .tabla-escritorio-body tr td {vertical-align: top;} /*OCAD Regionales*/
.SGRButtonscontainer-horizontal .DNPSimplebutton, a.DNPSimplebutton {margin: 0 0; }
.SGRresults-item-input {padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5) !important; height: fit-content !important;}
#tabla-enfoque-etnico .tablas-directorios-sgr td {padding: 24px 16px 24px 16px;}
#tabla-enfoque-etnico .tablas-directorios-sgr p {padding: 0 0;}

#tabla-escritorio .tablas-directorios-sgr td {padding: 12px 16px 12px 16px;}
#tabla-escritorio .tablas-directorios-sgr td p {margin-bottom: 0; padding: 0px 0px;}
#tabla-escritorio .tablas-directorios-sgr td .DNPText-small {font-size: var(--fuente-1) !important;}
#tabla-miembros-escritorio .tablas-directorios-sgr td {padding: 20px 16px 20px 16px;}
#tabla-miembros-escritorio .tablas-directorios-sgr td p {margin-bottom: 0; padding: 0px 0px;}
#tabla-miembros-movil section {border-bottom: 1px solid var(--azul-20);}
#tabla-miembros-movil section .contenedor-somos-sgr {padding: 0 0 !important; margin-bottom: 0;}
#tabla-miembros-movil section .columna-miembros-etnico {padding: 16px 0; display: flex !important; align-items: center;}
#tabla-miembros-movil section .columna-miembros-etnico .fila-miembro-etnico p {padding: 0 !important;}
#tabla-miembros-movil section .columna-miembros-etnico .sigla-icono {margin-right: 16px !important; background-color: var(--bs-gray-600);}
#tabla-miembros-movil section .columna-miembros-etnico .sigla-icono img {padding: 0px !important;}

.tabla-escritorio .tablas-directorios-sgr td {padding: 12px 16px 12px 16px;}
.tabla-escritorio .tablas-directorios-sgr td p {margin-bottom: 0; padding: 0px 0px;}
.tabla-miembros-escritorio .tablas-directorios-sgr td {padding: 20px 16px 20px 16px;}
.tabla-miembros-escritorio .tablas-directorios-sgr td p {margin-bottom: 0; padding: 0px 0px;}
.tabla-miembros-movil section {border-bottom: 1px solid var(--azul-20);}
.tabla-miembros-movil section .contenedor-somos-sgr {padding: 0 0 !important; margin-bottom: 0;}
.tabla-miembros-movil section .columna-miembros-etnico {padding: 16px 0; display: flex !important; align-items: center;}
.tabla-miembros-movil section .columna-miembros-etnico .fila-miembro-etnico p {padding: 0 !important;}
.tabla-miembros-movil section .columna-miembros-etnico .sigla-icono {margin-right: 16px !important; background-color: var(--bs-gray-600);}
.tabla-miembros-movil section .columna-miembros-etnico .sigla-icono img {padding: 0px !important;}

/*Títulos de las tablas en los acordeones del directorio del SGR*/
.contenedor-somos-sgr .header .acordeon-h3 {font-size: var(--fuente1); line-height: var(--fuente1); font-weight: 600;}


.tablas-directorios-sgr tbody tr:hover {transform: translateY(-2px);}
.tablas-directorios-sgr .info-anexos {color: var(--bs-dark-text-emphasis); margin-bottom: 0 !important; font-size: 1.4rem; line-height: 1.4rem;}

/* Fondo claro para filas impares */
.tablas-sgr tbody tr:nth-child(odd) {background-color: var(--bs-tertiary-bg);}
 /* Fondo blanco para filas pares */
.tablas-sgr tbody tr:nth-child(even) {background-color: var(--azul-10);}
.tablas-sgr tbody tr:last-child td:first-child {border-radius: 0 0 0 14px;}
.tablas-sgr tbody tr:last-child td:last-child {border-radius: 0 0 14px 0; /* esquina inferior derecha */}
#encabezado-columna-variable {background-color: var(--azul-10);}

/*Directorios*/
.tablas-sgr-td-th-10 {width: 10% !important;} /* columna de 10% */
.tablas-sgr-td-th-15 {width: 15% !important;} /* columna de 15% */
.tablas-sgr-td-th-20 {width: 20% !important;} /* columna de 20% */
.tablas-sgr-td-th-25 {width: 25% !important;} /* columna de 25% */
.tablas-sgr-td-th-30 {width: 30% !important;} /* columna de 30% */
.tablas-sgr-td-th-33 {width: 33.3% !important;} /* columna de 33.3% */
.tablas-sgr-td-th-40 {width: 40% !important;} /* columna de 40% */
.tablas-sgr-td-th-45 {width: 45% !important;} /* columna de 45% */
.tablas-sgr-td-th-50 {width: 50% !important;} /* columna de 50% */
.tablas-sgr-td-th-60 {width: 60% !important;} /* columna de 60% */
.tablas-sgr-td-th-70 {width: 70% !important;} /* columna de 70% */
.tablas-sgr-td-th-75 {width: 75% !important;} /* columna de 75% */
.tablas-sgr-td-th-80 {width: 80% !important;} /* columna de 80% */
.tablas-sgr-td-th-100 {width: 100% !important;} /* columna de 100% */

.contenedor-somos-sgr #tabla-movil section .contenedor-somos-sgr {padding: 0 0 !important; margin-bottom: 0;}
.contenedor-somos-sgr #tabla-movil .slide-item {display: flex; align-items: center;}
.contenedor-somos-sgr #tabla-movil .slide-item div p {margin-bottom: 0 !important;}

/*Sesiones*/
.columna-sesiones-enfoque-etnico .num-sesion {font-size: var(--fuente1_mobile); font-weight: bolder;}
.columna-sesiones-enfoque-etnico .contenedor-sesiones-instancias {padding: 32px 0;}
.columna-sesiones-enfoque-etnico .contenedor-sesiones-instancias p {margin-bottom: 0;}
.columna-sesiones-enfoque-etnico .contenedor-sesiones-instancias .info-anexos {margin-top: -10px !important}
.columna-sesiones-enfoque-etnico .contenedor-sesiones-instancias p:first-child {margin-top: 16px;}
/*.columna-sesiones-enfoque-etnico .contenedor-sesiones-instancias p:nth-child(2n) {margin-bottom: 16px;}*/
.columna-sesiones-enfoque-etnico .contenedor-sesiones-instancias p:last-child {margin-bottom: 0 !important;}

/*Miembros*/
.columna-sesiones-enfoque-etnico {border-bottom: 1px solid var(--azul-20);}
.columna-sesiones-enfoque-etnico .fila-sesiones-enfoque-etnico {padding: 10px 0;}
.columna-sesiones-enfoque-etnico .fila-sesiones-enfoque-etnico p {padding: 0 0;}
.fila-sesiones-enfoque-etnico {display: flex ; justify-content: space-between; align-items: center; padding-bottom: 24px;}

.tabla-directorio-mobile {width: 100%;}
.columna-fija { background-color: var(--azul-30); font-weight: bold; padding: 10px; min-height: 80px; text-align: center; display: flex; align-items: center; word-break: break-word; white-space: normal; justify-content: center;}
.columna-fija-link { background-color: var(--white); font-weight: bold; padding: 10px; min-height: 80px; text-align: left; display: flex; align-items: center; word-break: break-word; white-space: normal;}

#encabezado-columna-variable {background-color: var(--azul-10); font-weight: bold; padding: 10px 14px; min-height: 80px; text-align: left; display: flex; align-items: center; word-break: break-word; white-space: normal;}

.columna-variable {text-align: left;display: flex; align-items: center; overflow: hidden; position: relative; padding: 10px; background-color: var(--white); word-break: break-word; white-space: normal;}
.columna-variable .contenido-slide {display: flex; width: 300%; transition: transform 0.35s ease-in-out;}
.contenido-slide {display: flex; width: 300%; transition: transform 0.35s ease-in-out; background-color: var(--white);}
.contenido-slide > div {width: 100%; flex: 0 0 100%; max-width: 100%; box-sizing: border-box; padding: 0 12px;}

.slide-0 { transform: translateX(0%); }
.slide-1 { transform: translateX(-100%); }
.slide-2 { transform: translateX(-200%); }
.slide-0, .slide-1, .slide-2 > div p {display: flex; align-items: center;}
.fila-directorio {display: flex; width: 100%; border-bottom: 1px solid var(--azul-40);}
.btn-circulo {min-width: 12px !important; height: 12px; margin: 4px; border-radius: 50%; border: none; background-color: #ccc; display: inline-block; padding: 0 0;}
.btn-circulo.activo {background-color: #005aa7;}
.botones-navegacion {position: relative;}

/*////////////////////////
/////////Listas///////////
////////////////////////*/

.contenedor-somos-sgr .lista-sgr {padding: 0 0 0 0px;}
.contenedor-somos-sgr .lista-sgr li hr {width:100%; text-align:left; margin: 12px 0 0 0;}
.contenedor-somos-sgr .lista-sgr li {margin-bottom: -14px !important;}
.contenedor-somos-sgr .DNPRichtext {max-width: 100%;}
.lista-sgr li::marker {color: var(--azul-sgr); font-weight: bold; font-family: inherit;}
.contenedor-somos-sgr p strong {color: var(--azul-sgr2); font-weight: 900; font-size: var(--fuente0);}

.item-numero {font-size: var(--fuente4);border-radius: 50%; border: 3px solid var(--azul-sgr); min-width: 56px; max-width: 56px; padding: 11px 20px; font-weight: 800; display: block; margin: 0 0 8px 0; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; transition: all 0.2s ease;}
.item-numero:hover {transform: translateY(-2px); background: var(--azul-sgr); color: var(--white);}

.lista-sesiones-ocad-paz {font-size: var(--fuente2_mobile) !important;}

.contenedor-somos-sgr #btnLimpiarFiltro { display: none; margin: -20px 0 20px -16px;}

.contenedor-sesiones-ocad-mob {background-color: var(--bs-gray-100); padding: 20px 40px 48px 40px; border-radius: 16px 16px 0 0; border-bottom: 3px solid var(--azul-sgr2); margin: 0 0 40px 0; border-top: 1px solid var(--bs-dark-bg-subtle); border-left: 1px solid var(--bs-dark-bg-subtle); border-right: 1px solid var(--bs-dark-bg-subtle); }
.contenedor-sesiones-ocad-mob p {padding-bottom: var(--fuente0_mobile) !important; }
.contenedor-sesiones-ocad-mob hr {width: 100%; margin: 4px 0 14px 0;}
.contenedor-sesiones-ocad-mob ul li {margin-left: 0px;}
.contenedor-sesiones-ocad-mob ul li p {color: var(--bs-dark-text-emphasis); font-size: var(--fuente-1_mobile); margin-bottom: -10px !important;}
.contenedor-sesiones-ocad-mob .buscador p strong {color: var(--black);}
.contenedor-sesiones-ocad-mob .buscador {margin: 32px 0 0px 0px !important;}
.contenedor-sesiones-ocad-mob ul li p a {color: var(--gray); font-size: var(--fuente0_mobile);}
.contenedor-sesiones-ocad-mob .buscador input {min-height: 32px; padding: 4px 8px; max-width: 80px; border-radius: 6px; max-height: 48px; margin: 0 16px 0 0; font-family: "Montserrat", sans-serif; font-weight: 600; color: var(--azul-90); border: 1px solid var(--azul-sgr2);}
.contenedor-sesiones-ocad-mob .buscador .DNPSimplebutton {margin: 0 0 !important;}
.contenedor-sesiones-ocad-mob .buscador .DNPSimplebutton:focus-visible {box-shadow: 0 0 0 3px var(--azul-sgr2) !important; border-color: var(--white) !important; background-color: var(--azul-sgr) !important; padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5);}
.contenedor-sesiones-ocad-mob .buscador .d-flex {}
.contenedor-sesiones-ocad-mob .DNPRichtext input {max-width: 50%; height: 56px; border-radius: 12px; border: solid 1px var(--azul-sgr2);}
.contenedor-sesiones-ocad-mob .DNPRichtext button {margin: 0 0;}
.contenedor-sesiones-ocad-mob td, .contenedor-sesiones-ocad-mob a, .contenedor-somos-sgr p {  word-break: break-word; overflow-wrap: break-word; max-width: 100%;}
.buscador #buscador-sesion-movil {width: 40%; margin: 0 16PX 0 0; height: 40px; border-radius: 8px; border: 1px solid var(--azul-sgr2); padding: 4px 12px;}
.SGRresults-item-input {height: fit-content !important; padding: calc(var(--fuente0) * 0.75) calc(var(--fuente0) * 1.5) !important; height: fit-content !important;}

.DNPSimplebutton, a.DNPSimplebutton { margin:20px 0;}

/*Paginador SGR*/
.pagina-activa {
  font-weight: bold;
  text-decoration: none !important;
  cursor: default;
  pointer-events: none;
}

#PageLinkNext, .PageLinkNext {border: none; display: inline-block; padding: 0 0; color: var(--azul-sgr2); transition: all 0.2s ease;}
#PageLinkNext:hover, .PageLinkNext:hover {color: var(--azul-90); background-color: transparent;}
#PageLinkNext:focus, .PageLinkNext:focus {outline: none;}
#PageLinkNext:focus-visible, .PageLinkNext:focus-visible {padding: 4px 0; margin-top: -4px; background-color: transparent !important;}

#PageLinkPrev, .PageLinkPrev {border: none; display: inline-block; padding: 0 0; color: var(--azul-sgr2); transition: all 0.2s ease;}
#PageLinkPrev:hover, .PageLinkPrev:hover {color: var(--azul-90); background-color: transparent;}
#PageLinkPrev:focus. .PageLinkPrev:focus {outline: none;}
#PageLinkPrev:focus-visible, .PageLinkPrev:focus-visible {padding: 4px 0; margin-top: -4px; background-color: transparent !important;}

/*////////////////////////
////Estilos párrafos//////
////////////////////////*/
.links-interes-genericos {padding: 0 0 !important;}
/*.links-interes-genericos hr {margin: 6px 0 16px 1px !important; width: 16px !important;}*/


.no-padding {padding: 0 0 !important;}

.enlaces-p-sgr {font-size: var(--fuente-0); background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); text-align: var(--bs-body-text-align);}

/*////////////////////////
//////Brake Points////////
////////////////////////*/

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media screen and (max-width: 576px) {
.card-sgr-1 {padding: 20px 20px}
.card-sgr-1 .sigla img {padding: 0 1px}
.sigla-icono {min-width: 48px; max-width: 48px; height: 48px;}
.sigla-icono img, .sigla-icono svg {width: 24px;}
.dos-letras {padding: 0 22px;}
.tres-letras {padding: 0 22px;}
.cuatro-letras {padding: 0 22px;}
.ocad-regional-mapa {margin: 0 0 32px 0;}
.ocad-regional-mapa img {width: 60%}
.ocad-regional-mapa::after {display: none;}
.notas {font-size: var(--fuente-2_mobile);}

/* Se mantiene la configuración de accesibilidad */
@media (prefers-reduced-motion: reduce) {
.contenedor-somos-sgr .mapas-regionales img:hover, .contenedor-sgr .mapas-regionales img:hover {
    transition: none;
    transform: none;
  }
}

.link-logo-img {margin: 0 auto; width: 20px !important; height: auto; display: inline-block;}
.desk-left-mob-center {text-align: center;}
.DNPDirecciones_section .desk-left-mob-center {margin: 40px 0 0 0;}
.card-sgr-1-logo {margin: 20px 0 24px 0;}
.mensaje-instruccion {padding: 16px 16px;}
.mensaje-instruccion p {min-height: fit-content; padding: 0 0 !important;}
.contenedor-somos-sgr #btnLimpiarFiltro { display: none; margin: 0px;}
/*.DNPFullfront-info {display: flex; align-items: center;}*/
.contenedor-somos-sgr p strong {font-size: var(--fuente0_mobile);}
.contenedor-somos-sgr h2 {font-size: var(--fuente1_mobile);}
.card-dropdown-btn:hover {transform: translateY(0px) !important; filter: drop-shadow(0px 4px 8px var(--sombra-gris-light)) !important;}
.card-etapa-1 hr, .card-etapa-2 hr {width: 44px; margin: 2rem 0 2rem 0;}
.contenedor-somos-sgr .header .acordeon-h3 {font-size: var(--fuente1_mobile); line-height: var(--fuente3); font-weight: 600;}
.DNPRichtext .contenedor-somos-sgr .header .sigla-icono img {padding: 6px 0; width: 32px;}
.DNPDropdown-element-content .contenedor-somos-sgr .header .card-sgr-1-tit {font-size: var(--fuente-1_mobile);}
.ocadpaz .productos-ocad img { width: 44px; margin: 0 24px 16px 0; }
.DNPRichtext .ocadpaz img:not(.DNPFulltext-icon), .DNPRichtext iframe {padding: 1vw 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.info-adicional .d-flex {display: flex !important; align-items: flex-start; flex-direction: column;}
.ocadpaz .modulo .d-flex {display: flex !important; align-items: flex-start; flex-direction: column;}
.tabla-convocatorias-ocad th {font-size: var(--fuente-1_mobile);}
.tabla-convocatorias-ocad tbody tr td {padding: 8px 8px; font-size: var(--fuente-2_mobile);}
}

@media (min-width: 577px) and (max-width: 767.98px) {
.card-sgr-1 {padding: 20px 20px}
.sigla-icono {min-width: 48px; max-width: 48px; height: 48px;}
.sigla-icono img, .sigla-icono svg {width: 20px;}
.tres-letras {padding: 0 22px;}
.ocad-regional-mapa::after {display: none;}
.link-logo-img img {width: 144px}
.desk-left-mob-center {text-align: center;}
.DNPDirecciones_section .desk-left-mob-center {margin: 40px 0 0 0;}
.card-sgr-1-logo {margin: 20px 0 24px 0;}
.contenedor-somos-sgr #btnLimpiarFiltro { display: none; margin: 0px;}
/*.DNPFullfront-info {display: flex; align-items: center;}*/
.contenedor-somos-sgr p strong {font-size: var(--fuente0_mobile);}
.contenedor-somos-sgr h2 {font-size: var(--fuente1_mobile);}
.card-dropdown-btn:hover {transform: translateY(0px) !important; filter: drop-shadow(0px 4px 8px var(--sombra-gris-light)) !important;}
.card-etapa-1 hr, .card-etapa-2 hr {width: 44px; margin: 2rem 0 2rem 0;}
.contenedor-somos-sgr .header .acordeon-h3 {font-size: var(--fuente2_tablet); line-height: var(--fuente2); font-weight: 600;}
.DNPRichtext .contenedor-somos-sgr .header .sigla-icono img {padding: 6px 0; width: 32px;}
.DNPDropdown-element-content .contenedor-somos-sgr .header .card-sgr-1-tit {font-size: var(--fuente-1_mobile);}
.DNPRichtext .ocadpaz img:not(.DNPFulltext-icon), .DNPRichtext iframe { padding: 0 1vw; }
.info-adicional .d-flex {display: flex !important; align-items: flex-start; flex-direction: column;}
.ocadpaz .modulo .d-flex {display: flex !important; align-items: flex-start; flex-direction: column;}
.tabla-convocatorias-ocad th {font-size: var(--fuente-1_mobile);}
.tabla-convocatorias-ocad tbody tr td {padding: 8px 8px; font-size: var(--fuente-2_mobile);}
.notas {font-size: var(--fuente-2_mobile);}
}
/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) and (max-width: 991.98px) {
.card-sgr-1 .sigla {font-size: var(--fuente0_tablet); width: 48px; min-height: 48px;}
.sigla-icono {width: 48px; height: 48px;}
.sigla-icono img, .sigla-icono svg {width: 20px;}
.link-logo-img img {width: 144px;}
.desk-left-mob-center {text-align: left;}
.DNPDirecciones_section .desk-left-mob-center {margin: 40px 0 0 0;}
.card-sgr-1-logo {margin: 0 0 16px 0;}
.card-dropdown-btn:hover {transform: translateY(0px) !important; filter: drop-shadow(0px 4px 8px var(--sombra-gris-light)) !important;}
.contenedor-somos-sgr .header .acordeon-h3 {font-size: var(--fuente2_tablet); line-height: var(--fuente2); font-weight: 600;}
.DNPRichtext .contenedor-somos-sgr .header .sigla-icono img {padding: 3px 3px; width: 32px;}
.DNPDropdown-element-content .contenedor-somos-sgr .header .card-sgr-1-tit {font-size: var(--fuente-1_tablet);}
.tablas-directorios-sgr p {font-size: 1.4rem !important;}
.tabla-convocatorias-ocad th {font-size: var(--fuente-1_tablet);}
.tabla-convocatorias-ocad tbody tr td {padding: 8px 8px; font-size: var(--fuente-1_tablet);}
.notas {font-size: var(--fuente-2_tablet);}
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
.tablas-directorios-sgr td { font-size: var(--fuente0_tablet);}
.contenedor-somos-sgr .DNPButtonscontainer-horizontal  .DNPSimplebutton, a.DNPSimplebutton {/*margin: 0 0 0 -16px !important;*/}
.SGRresults-item-input {padding: calc(var(--fuente0_tablet) * 0.75) calc(var(--fuente0_tablet) * 1.5) !important; height: fit-content !important;}
.contenedor-somos-sgr p strong {font-size: var(--fuente0_tablet);}
.contenedor-somos-sgr h2 {font-size: var(--fuente1_tablet);}
.DNPRichtext .contenedor-somos-sgr .header .sigla-icono img {padding: 3px 3px; width: 32px;}
.DNPDropdown-element-content .contenedor-somos-sgr .header .card-sgr-1-tit {font-size: var(--fuente-1_tablet);}
.contenedor-somos-sgr #SearchBox .SGRButtonscontainer-horizontal {margin: 0px 0 0 32px; top: -4px; position: relative;}
.SGRresults-search-item {width: 70%;}
.mensaje-instruccion p img, .mensaje-instruccion img {padding: 0 0 !important;}
}
/* Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
.card-sgr-1 p {min-height: 120px;}
.card-sgr-1 .sigla {font-size: var(--fuente-3);width: 32px; min-height: 45px;}
.sigla-icono {min-width: 32px; height: 42px;}
.sigla-icono img, .sigla-icono svg {width: 14px;}
.dos-letras {padding: 0 22px;}
.tres-letras {padding: 2px 0 0 0;}
.cuatro-letras {padding: 0 22px;}
.link-logo-img img {width: 192px}
.desk-left-mob-center {text-align: left;}
.DNPDirecciones_section .desk-left-mob-center {margin: 40px 0 -16px 24px;}
.card-sgr-1-logo {margin: 0 0 16px 0;}
.contenedor-somos-sgr h2 {font-size: var(--fuente1);}
.DNPDropdown-element-content .contenedor-somos-sgr .header .card-sgr-1-tit {font-size: var(--fuente-1);}
/* Solo aplica a partir del segundo anexo */
.tablas-directorios-sgr .info-anexos:not(:first-of-type) {margin-bottom: 24px !important;}
.contenedor-somos-sgr #SearchBox .SGRButtonscontainer-horizontal {margin: 0px 0 0 40px;}
.SGRresults-search-item {width: 70%;}
.numero-sesion {font-size: var(--fuente3) !important;}
}

/* X-Large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px) {
.card-sgr-1 p {min-height: 90px;}
.sigla-icono {min-width: 48px; max-width: 48px; height: 48px;}
.sigla-icono img, .sigla-icono svg {width: 20px;}
.dos-letras {padding: 0 22px;}
.tres-letras {padding: 0 15px;}
.cuatro-letras {padding: 0 22px;}
.link-logo-img img {width: 240px}
.desk-left-mob-center {text-align: left;}
.DNPDirecciones_section .desk-left-mob-center {margin: 40px 0 -16px 24px;}
.card-sgr-1-logo {margin: 0 0 16px 0;}
.contenedor-somos-sgr h2 {font-size: var(--fuente1);}
/* Solo aplica a partir del segundo anexo */
.tablas-directorios-sgr .info-anexos:not(:first-of-type) {margin-bottom: 24px !important;}
.contenedor-somos-sgr #SearchBox .SGRButtonscontainer-horizontal {margin: 0 0 0 8px;}
.SGRresults-search-item {width: 70%;}
.numero-sesion {font-size: var(--fuente3) !important;}
}

@media screen and (min-width: 1289.98px) and (max-width: 1320px) {
  #DeltaPlaceHolderMain {width: 95vw !important;}
/* Solo aplica a partir del segundo anexo */
.tablas-directorios-sgr .info-anexos:not(:first-of-type) {margin-bottom: 24px !important;}
.SGRresults-search-item {width: 80%;}
}


