@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/*  
    "IBM Plex Sans Condensed", sans-serif
*/

:root {

  --black: #000000;
  --white: #FFFFFF;

  --celeste: #00A5D2;
  --aguamarina: #00C5CD;
  --clarito: #DDF2F9;
  --dark: #296A7C;

  --gris: #101117;
  --gris-medio: #3C3C3B;
  --gris-claro: #D4D6D6;
  --gris-clarito: #f3f5f5;

  --blanco: #FFFFFF;
  --negro: #13181A;
  --negro-medio: #1C1C1C;

  --live: #CD2329;

  --azul-ruta: #1450D7;
  --rojo-ruta: #EA4335;
  --gris-ruta: #919DA5;

  --rojo-food: #CD2329;
  --verde-food: #65AC3B;

  --color-1: #1450D7;
  --color-2: #65AC3B;
  --color-3: #CD2329;
  --color-4: #00A5D2;
  --color-5: #EA4335;
  --destacado-gris: #e8e8e8;

  --font-1: "IBM Plex Sans Condensed", sans-serif;
  --font-2: "IBM Plex Sans Condensed", sans-serif;
  --font-3: "IBM Plex Sans Condensed", sans-serif;

  --gap-1: 4px;
  --gap-2: 10px;
  --gap-3: 24px;
  --gap-4: 48px;
  --gap-5: 96px;

}

/* keyframes */
@keyframes play-infinite {
  0% {
    transform: rotate(0deg);
    clip-path: polygon(0% 0%, 0% 100%, 50% 75%, 50% 75%, 50% 75%, 50% 75%, 100% 50%, 100% 50%);
  }

  15% {
    transform: rotate(0deg);
    clip-path: polygon(0% 0%, 0% 100%, 50% 75%, 50% 75%, 50% 75%, 50% 75%, 100% 50%, 100% 50%);
  }

  30% {
    transform: rotate(90deg);
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 100% 0%);
  }

  44.99% {
    transform: rotate(90deg);
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 100% 0%);
  }

  45% {
    transform: rotate(-90deg);
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 100% 0%);
  }

  60% {
    transform: rotate(0deg);
    clip-path: polygon(0% 0%, 0% 100%, 40% 100%, 40% 0%, 60% 0%, 60% 100%, 100% 100%, 100% 0%);
  }

  75% {
    transform: rotate(0deg);
    clip-path: polygon(0% 0%, 0% 100%, 40% 100%, 40% 0%, 60% 0%, 60% 100%, 100% 100%, 100% 0%);
  }

  90% {
    transform: rotate(90deg);
    clip-path: polygon(50% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 50% 0%);
  }

  100% {
    transform: rotate(90deg);
    clip-path: polygon(50% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 50% 0%);
  }
}

@-webkit-keyframes play-infinite {
  0% {
    transform: rotate(0deg);
    clip-path: polygon(0% 0%, 0% 100%, 50% 75%, 50% 75%, 50% 75%, 50% 75%, 100% 50%, 100% 50%);
  }

  15% {
    transform: rotate(0deg);
    clip-path: polygon(0% 0%, 0% 100%, 50% 75%, 50% 75%, 50% 75%, 50% 75%, 100% 50%, 100% 50%);
  }

  30% {
    transform: rotate(90deg);
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 100% 0%);
  }

  44.99% {
    transform: rotate(90deg);
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 100% 0%);
  }

  45% {
    transform: rotate(-90deg);
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 100% 0%);
  }

  60% {
    transform: rotate(0deg);
    clip-path: polygon(0% 0%, 0% 100%, 40% 100%, 40% 0%, 60% 0%, 60% 100%, 100% 100%, 100% 0%);
  }

  75% {
    transform: rotate(0deg);
    clip-path: polygon(0% 0%, 0% 100%, 40% 100%, 40% 0%, 60% 0%, 60% 100%, 100% 100%, 100% 0%);
  }

  90% {
    transform: rotate(90deg);
    clip-path: polygon(50% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 50% 0%);
  }

  100% {
    transform: rotate(90deg);
    clip-path: polygon(50% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 50% 0%);
  }
}

@keyframes on-air-circle {
  0% {
    opacity: 0.1;
    transform: scale(1);
  }

  25% {
    opacity: 1;
    transform: scale(1.5);
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes on-air-in {
  0% {
    opacity: 0.3;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes on-air-out {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.3;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

@-webkit-keyframes on-air-circle {
  0% {
    opacity: 0.1;
    transform: scale(1);
  }

  25% {
    opacity: 1;
    transform: scale(1.5);
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0.3;
  }
}

@-webkit-keyframes on-air-in {
  0% {
    opacity: 0.3;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

@-webkit-keyframes on-air-out {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.3;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes live {

  0%,
  100% {
    background: none;
  }

  50% {
    background: var(--live);
  }
}

@-webkit-keyframes live {

  0%,
  100% {
    background: none;
  }

  50% {
    background: var(--live);
  }
}

@keyframes punto {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes punto {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* GENERAL */
[type=checkbox]:checked+label:before {
  top: 0;
  left: 0px;
  width: 16px;
  height: 16px;
  border-top: 2px solid var(--color-periodico-2);
  border-left: 2px solid var(--color-periodico-2);
  border-right: 2px solid var(--color-periodico-2);
  border-bottom: 2px solid var(--color-periodico-2);
  -webkit-transform: rotate(40deg);
  transform: unset;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: unset;
  position: absolute;
  background: var(--color-periodico-2);
}

ul:not(.browser-default)>li {
  list-style: none !important;
}

.wrap-HEADER .wrap-NAV .NAV-Bottom ul li {
  list-style: none !important;
}
.wrap-HEADER .wrap-NAV .NAV-Bottom ul > li {
  border-bottom: 0!important;
}

* {
  font-variant-numeric: lining-nums;
}

.cd-main-content {
  padding-top: 12px;
  z-index: 2;
  position: relative;
}

input:not([type]):focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="datetime"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid var(--color-periodico-1);
  box-shadow: 0 1px 0 0 var(--color-periodico-1);
}

.MODULO article img, .MODULO article .wrap-both .wrap-text header, .MODULO article .img-wrap, .MODULO article .wrap-otros .pie-noticia .contenedor-comentarios svg, .MODULO article:hover .es-multimedia {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: 0.5s all ease;
  transition: all 0.5s ease;
}

.MODULO article:hover .es-multimedia {
  background-color: var(--color-periodico-1) !important;
}

.MODULO article .img-wrap {
  background-image: none;
  border-radius: 0;
}

.MODULO article:hover .wrap-both .wrap-text header {
  opacity: 0.8;
  cursor: pointer;
}

.MODULO article:hover img {
  opacity: 0.9;
}

.MODULO article:hover .es-multimedia .element {
  animation: play-infinite 4s ease infinite;
  transform-origin: center center;
}

.btn_primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 30px;
  color: var(--neutral-white);
  background: var(--neutral-gray-1);
  border: solid 1px var(--neutral-gray-1);
  border-radius: 0;
  white-space: nowrap;
  letter-spacing: 0;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn_primary span {
  color: var(--neutral-white);
  font-family: var(--font-2);
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: var(--fw-500);
  text-align: center;
}

.btn_primary svg path {
  fill: var(--neutral-white);
}

.btn_primary:hover {
  color: var(--neutral-white);
  background: var(--neutral-gray-1);
  opacity: 0.8;
  cursor: pointer;
}

.btn_primary_outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 30px;
  color: var(--neutral-gray-1);
  background: transparent;
  border-radius: 0;
  border: solid 1px var(--neutral-gray-1);
  white-space: nowrap;
  letter-spacing: 0;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn_primary_outline span {
  color: var(--neutral-gray-1);
  font-family: var(--font-2);
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: var(--fw-500);
  text-align: center;
}

.btn_primary_outline svg path {
  fill: var(--neutral-gray-1);
}

.btn_primary_outline:hover {
  color: var(--neutral-white);
  background: var(--neutral-gray-1);
  border: solid 1px var(--neutral-gray-1);
  opacity: 0.8;
  cursor: pointer;
}

.btn_primary_outline:hover span {
  color: var(--neutral-white);
}

.btn_primary_outline:hover svg path {
  fill: var(--neutral-white);
}

.btn_primary_outline_acceso {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 30px;
  color: var(--neutral-gray-1);
  background: transparent;
  border-radius: 0;
  border: solid 1px var(--neutral-gray-1);
  white-space: nowrap;
  letter-spacing: 0;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn_primary_outline_acceso span {
  color: var(--neutral-gray-1);
  font-family: var(--font-2);
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: var(--fw-500);
  text-align: center;
}

.btn_primary_outline_acceso:hover {
  color: var(--neutral-white);
  background: var(--neutral-gray-1);
  border: solid 1px var(--neutral-gray-1);
  opacity: 0.8;
  cursor: pointer;
}

.btn_primary_outline_acceso:hover span {
  color: var(--neutral-white);
}

.btn_primary_outline_acceso:hover svg path {
  fill: var(--neutral-white);
}

.btn-simple {
  font-size: 16px;
  font-weight: var(--fw-400);
  font-size: 16px;
  line-height: 18px;
  padding: 4px 0px;
  color: var(--neutral-gray-1);
  background: transparent;
  border: 0;
  border-bottom: solid 1px var(--neutral-gray-1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: fit-content;
}

.btn-usuario .wrap-img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  overflow: hidden;
  display: none;
}

.btn-usuario .wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-usuario:hover .wrap-img img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

/*.wrap-PAGINA-CORPORATIVA a {color: var(--color-periodico-1);}*/
.wrap-HEADER.pinned {
  padding: 12px 0px;
  padding-top: 0;
  border-bottom: 0;
}

.wrap-HEADER.pinned .NAV-Bottom {
  display: none;
}

.wrap-HEADER.pinned .wrap-CORP .container .wrap-logo {
  height: 36px;
}

#slide-out .collapsible-header, #slide-out.fixed .collapsible-heade {
  border-left: 0px;
}

#sidenav-overlay {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.wrap-ULTIMAHORA {
  margin: 0;
  margin-bottom: 12px;
  margin-top: 24px;
}

.wrap-ULTIMAHORA .container .ticker-fijo {
  background: var(--neutral-gray-1);
}

.wrap-ULTIMAHORA .container .simple-ticker {
  background: var(--neutral-gray-4);
}

#slide-out li>a>i {
  color: var(--gray-2);
}

#slide-out li>a>svg>path {
  fill: var(--gray-2);
}

#slide-out .collapsible-header {
  font-size: 14px;
  padding: 0px 20px 0px 4px;
  font-family: var(--font-1);
  font-weight: var(--fw-700);
  color: var(--neutral-black);
  line-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
#slide-out .no-padding.bg-darkblue > a{
  font-size: 14px;
  padding: 0px 20px 0px 4px;
  font-family: var(--font-1);
  font-weight: var(--fw-700);
  color: var(--neutral-black);
  line-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}

.no-padding{
  border-bottom: 1px solid rgba(0, 0, 0, .2) !important;
}

#slide-out .collapsible-body{
  display: block!important;
}
#slide-out .collapsible.collapsible-accordion .material-icons{
  display: none!important;
}

#slide-out>li, #slide-out .collapsible-body ul li {
  border-bottom: 0;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

#slide-out li:first-of-type {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#slide-out li>a>i, #slide-out li>a>i.material-icons {
  color: var(--neutral-gray-1);
}

.collapsible-header i {
  font-size: 1.1rem;
}

#slide-out ul.social {
  border-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px 24px;
  margin-top: 0;
  gap: 24px;
  padding-bottom: 12px;
  align-items: center;
  background: var(--color-periodico-1)
}

#slide-out ul.social li {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: var(--blanco);
  display: flex;
  align-items: center;
  justify-content: center;
}

#slide-out ul.social li a i {
  color: var(--color-periodico-1);
  font-size: 18px;
  line-height: 18px;
}

#slide-out ul.social li a svg path {
  fill: var(--color-periodico-1)
}

#slide-out.active, #slide-out li.active {
  background-color: transparent !important;
}

#slide-out .collapsible-body ul li a {
  background-color: var(--neutral-gray-4);
  font-size: 14px !important;
  font-family: var(--font-2);
  font-weight: var(--fw-400)!important;
  color: var(--neutral-gray-1);
  position: relative;
}

#slide-out .collapsible-body ul li a::after {
  display: none;
  position: absolute;
  top: 0;
  left: 18px;
  content: "\25A0";
  font-size: 15px;
  color: var(--color-periodico-1);
}

#slide-out>li #cd-search {
  left: unset;
  opacity: 1;
  position: relative;
  top: unset;
  transform: unset;
  visibility: visible;
  width: 100%;
  z-index: 1;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0px;
}

#slide-out>li #cd-search form label {
  color: var(--neutral-gray-2);
  font-size: 16px;
  font-weight: var(--fw-500);
  font-family: var(--font-2);
}

#slide-out>li #cd-search form input {
  background: var(--gris-claro);
  border-bottom: solid 1px var(--negro-medio);
  border-radius: 0;
  box-sizing: border-box;
  color: var(--negro-medio);
  font-size: 18px;
  font-weight: var(--fw-300);
  font-family: var(--font-3);
  height: 59px;
  padding: 1em;
  margin-bottom: 0 !important;
  padding-right: 60px !important;
  text-align: left;
  border-top: 0 !important;
  padding-bottom: 12px;
}

#slide-out>li #cd-search form input::placeholder {
  color: var(--neutral-white);
  font-size: 16px;
  font-weight: var(--fw-300);
  font-family: var(--font-3);
}

#slide-out>li #cd-search form div {
  width: 100%;
  height: 59px;
  position: relative;
}

#slide-out>li #cd-search form svg {
  position: absolute;
  left: unset;
  top: 7px;
  right: 10px;
  z-index: 2;
  width: auto;
  height: auto;
  opacity: 1;
}

#cd-search.floating-search form input {
  background: var(--gris-medio) !important;
}

#cd-search.floating-search form input {
  border: 0 !important;
  padding: .5em .5em .5em 64px !important;
}

#cd-search.floating-search form input::placeholder {
  color: var(--blanco) !important;
  font-size: 2rem !important;
}

.nav-offcanvas {
  width: auto;
  background: var(--neutral-white);
  height: 100%;
  min-height: 100vh;
  position: fixed;
  overflow-x: auto;
  z-index: 2000;
  padding: 0;
  top: 0;
  right: -100%;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-offcanvas .close {
  position: absolute;
  right: 10px;
  top: 20px;
  outline: 0;
  opacity: 1;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.nav-offcanvas .close i {
  font-size: 24px;
  color: var(--neutral-gray-1);
  text-shadow: none;
  font-weight: 700;
}

.nav-offcanvas .close:hover {
  transform: rotate(90deg);
}

.nav-offcanvas-menu ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav-offcanvas-menu ul li {
  position: relative;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-offcanvas-menu ul li:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}

.nav-offcanvas-menu ul li.name-usuario:hover {
  transform: translateX(0px);
}

.nav-offcanvas.open {
  right: 0;
}

.offcanvas-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1999;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  opacity: 0;
}

.offcanvas-overlay.on {
  opacity: 1;
  visibility: visible;
}

.nav-offcanvas .nav-offcanvas-menu {
  height: 100%;
}

.nav-offcanvas .wrap-principal {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  height: 100%;
}

.nav-offcanvas .wrap-principal .wrap-links {
  background: var(--neutral-gray-4);
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 370px;
  min-width: 370px;
  height: 50%;
}

.nav-offcanvas .wrap-principal .wrap-links ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin: 0;
  margin-top: 24px;
}

.nav-offcanvas .wrap-principal .wrap-links ul li {
  width: 100%;
}

.nav-offcanvas .wrap-principal .wrap-links ul li .separador {
  height: 1px;
  background: var(--neutral-gray-1);
  width: 100%;
}

.nav-offcanvas .wrap-principal .wrap-links ul li.name-usuario {
  font-family: var(--font-2);
  font-weight: var(--fw-700);
  color: var(--neutral-gray-1);
  font-size: 22px;
  line-height: 24px;
}

.nav-offcanvas .wrap-principal .wrap-links ul li a {
  font-family: var(--font-2);
  font-weight: var(--fw-400);
  color: var(--neutral-gray-1);
  font-size: 16px;
  line-height: 18px;
}

.nav-offcanvas .wrap-principal .wrap-suscripcion {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 370px;
  min-width: 370px;
  height: 50%;
}

.nav-offcanvas .wrap-principal .wrap-suscripcion .wrap-s-top {
  width: 100%;
  min-height: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nav-offcanvas .wrap-principal .wrap-suscripcion .wrap-s-bottom {
  width: 100%;
  padding: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50%;
}

.nav-offcanvas .wrap-principal .wrap-suscripcion .wrap-s-bottom p {
  font-family: var(--font-1);
  font-weight: bold;
  color: var(--neutral-white);
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}

.wrap-HEADER .wrap-NAV .NAV-Bottom .collapsible-accordion > li > a > i{
  float: right;
  margin-right: 0;
  margin-left: 4px;
  width: fit-content;
  line-height: 48px;
}
.wrap-HEADER .wrap-NAV .NAV-Bottom .collapsible-body{
  top: 0;
  padding: 12px;
  box-shadow: 0 24px 48px 2px rgba(0,0,0,.25);
  background-color: #fff;
  border: solid 1px #e7e7e7;
  position: absolute;
  top: 95%;
  z-index: 1;
  overflow: unset;
}
.wrap-HEADER .wrap-NAV .NAV-Bottom .collapsible-body ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.wrap-HEADER .wrap-NAV .NAV-Bottom .collapsible-body ul li a{
  line-height: 24px!important;
}
.wrap-HEADER .wrap-NAV .NAV-Bottom .collapsible-body ul li{
    width: 100%;
    border-bottom: solid 1px #ebebeb !important;
}
.wrap-HEADER .wrap-NAV .NAV-Bottom .collapsible-body ul li:last-of-type{
  border-bottom: 0 !important;
}

.btn-accesos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.MODULO_HORIZ_3 .es-multimedia, .MODULO_HORIZ_3 .cate-tag {
  display: none;
}

.MODULO_S .es-multimedia {
  height: 25px;
  width: 25px;
  border-radius: 25px;
}

.MODULO_S .es-multimedia .element {
  width: 10px;
  height: 10px;
}

.MODULO_S .cate-tag {
  font-size: 11px;
  line-height: 11px;
}

.MODULO_S .cate-tag svg {
  max-width: 16px;
}

.slick-arrow i.material-icons {
  color: var(--color-periodico-1);
}

.MODULO_1_Banner_3 .sec-wrap {
  background-color: var(--neutral-5);
}

.MODULO article .wrap-both .wrap-media {
  position: relative;
}

.cate-tag {
  position: absolute;
  z-index: 1;
  background: var(--color-periodico-1);
  padding: 12px;
  border-radius: 0;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  color: var(--neutral-white);
  font-family: var(--font-1);
  font-weight: bold;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-bottom-right-radius: 4px;
}

.cate-tag>svg path#on-air-out {
  animation: on-air-out 2s infinite;
}

.cate-tag>svg path#on-air-in {
  animation: on-air-in 2s infinite;
}

.cate-tag>svg ellipse {
  transform-origin: 50% 50%;
  animation: on-air-circle 2s infinite;
}

.MODULO .wrap-both .wrap-text .wrap-otros {
  display: none;
  margin-top: 12px;
}

.wrap-otros .pie-noticia {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
}

.wrap-otros .pie-noticia .contenedor-redactor span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.wrap-otros .pie-noticia .contenedor-redactor .firma-hibrida {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 30px;
  overflow: hidden;
}

.wrap-otros .pie-noticia .contenedor-redactor .firma-hibrida img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrap-otros .pie-noticia .contenedor-redactor span a {
  font-family: var(--font-1);
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: var(--fw-700);
  color: var(--color-periodico-1);
  position: relative;
  padding-left: 0;
}

.wrap-otros .pie-noticia .contenedor-comentarios {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin-left: 12px;
}

.wrap-otros .pie-noticia .contenedor-comentarios span {
  font-family: var(--font-2);
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-weight: var(--fw-400);
  color: var(--neutral-gray-2);
}

.wrap-otros .pie-noticia .contenedor-comentarios svg {
  max-width: 18px;
}

.wrap-otros .pie-noticia .contenedor-comentarios .save {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  max-width: 16px;
}

.wrap-otros .pie-noticia .contenedor-comentarios .save:hover {
  cursor: pointer;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

.wrap-otros .pie-noticia .contenedor-comentarios .save.guardado path {
  fill: var(--color-periodico-1);
}

.MODULO .wrap-both .wrap-text .entradilla {
  font-family: var(--font-2);
  font-weight: var(--fw-400);
  color: var(--gris-medio);
  line-height: 160%;
  margin-top: 12px;
}

.MODULO .wrap-text .pretitulo {
  padding-left: 0px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  position: relative;
}

.MODULO .wrap-text .pretitulo::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 3px;
  background-color: var(--color-periodico-1);
  display: none;
}

.MODULO .wrap-text .pretitulo a {
  color: var(--gris-medio);
  font-family: var(--font-3);
  font-weight: var(--fw-500);
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.MODULO .MODULO-OPINION-4 .pretitulo {
  text-align: center;
}

.MODULO .MODULO-OPINION-5 .container-1 .pretitulo {
  text-align: center;
}

.MODULO .MODULO-OPINION-7 .container-1 .pretitulo {
  text-align: center;
}

.MODULO .wrap-text h3 a {
  color: var(--negro);
  font-family: var(--font-1);
  line-height: 140%;
  font-weight: 600;
}

.MODULO .wrap-text .link-redactor-edicion {
  font-family: var(--font-2);
  font-size: 18px;
  font-weight: 500;
}

.MODULO .wrap-text h3 a span, .MODULO .wrap-text h3 a span {
  color: var(--color-periodico-1);
  display: flex;
  margin-bottom: 4px;
}

.TITULO-listado {
  margin: 24px 0px;
  padding: 24px 0px 0px 0px;
  border-top: solid 1px var(--gris-claro);
}
.wrap-TRIPLE .TITULO-listado{
  margin-top: 0;
}


.MODULO_1_3_1_2 .first-wrap .wrap-text .link-redactor-edicion {
  display: none !important;
}

.TITULO-listado h2 {
  font-family: var(--font-1);
  font-weight: 500;
  line-height: normal;
  color: var(--negro);
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;;
  border-bottom: 0;
  text-transform: uppercase;
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.TITULO-listado h2::after {
  display: none;
}

.TITULO-listado h2 span {
  background: transparent;
  position: relative;
  z-index: 2;
  padding: 0;
}

.TITULO-listado h2 span:after {
  background: transparent;
  display: none;
}

.TITULO-listado h2 .enlace-agrupador{
  display: none;
  font-size: 18px;
  line-height: 18px;
}

.btn-agrupador-movil{
  display: none;
}

.TITULO-listado h2 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  background: var(--neutral-white);
  position: relative;
  z-index: 2;
  padding: 0px 24px 0px 8px;
}

.TITULO-listado h2 ul li a {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: var(--font-2);
  font-size: 18px;
  line-height: 20px;
  font-weight: var(--fw-400);
  font-style: italic;
  color: var(--neutral-gray-2);
  text-transform: capitalize;
}

.TITULO-bloque h4 {
  font-family: var(--font-2);
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 20%;
  color: var(--neutral-gray-1);
  border-bottom: 0;
  text-transform: uppercase;
  justify-content: center;
  position: relative;
  display: flex;
  gap: 0.5em;
  align-items: center;
  flex-direction: row;
}

.lo-mas-leido-cabecero {
  font-family: var(--font-1);
  line-height: 26px;
  color: var(--negro);
  border-bottom: 0;
  justify-content: flex-start;
  position: relative;
  display: flex;
  gap: 0;
  align-items: center;
  flex-direction: row;
  margin: 0;
  text-transform: uppercase !important;
  width: 100%;
  padding-left: 0;
  font-size: 22px;
  text-align: left;
  margin-bottom: 12px !important;
  font-weight: 600;
  letter-spacing: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid var(--gris-claro);
  margin-bottom: 0 !important;
}

/*.TITULO-bloque h4::after, .lo-mas-leido-cabecero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background-color: var(--neutral-gray-1);
}*/

.TITULO-bloque h4 span, .lo-mas-leido-cabecero span {
  background: transparent;
  position: relative;
  z-index: 2;
  padding: 0;
}

.TITULO-bloque h4 span:after, .lo-mas-leido-cabecero span::after {
  background: transparent;
}

.TITULO-listado.sin_enlace h2 {
  display: flex;
  gap: 0em;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.TITULO-listado li {
  line-height: 10px;
}

.TITULO-listado h2 .auspiciante {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: var(--neutral-white);
  padding-left: 0;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}

.TITULO-listado h2 .auspiciante span {
  font-family: var(--font-2);
  font-size: 16px;
  line-height: 18px;
  font-weight: var(--fw-400);
  font-style: italic;
  color: var(--gray-2);
  padding: 0;
  text-transform: initial;
}

.TITULO-listado h2 .auspiciante img {
  max-height: 35px;
  width: auto;
}

.wrap-NAV .NAV-Bottom .container nav ul li a {
  font-weight: var(--fw-700);
  font-family: var(--font-3);
  text-transform: uppercase;
  font-size: 16px;
  color: var(--negro);
  line-height: 48px;
}

.wrap-NAV .NAV-Bottom .container nav ul li a.activo {
  color: var(--negro);
}

.wrap-NAV .NAV-Bottom .container nav ul li a.activo:after {
  background: var(--neutral-gray-2);
  height: 2px;
  left: 10px;
  width: calc(100% - 20px);
}

.wrap-HEADER {
  border-bottom: none;
  position: relative;
  z-index: 3;
}

.gallery-open .wrap-HEADER{
  z-index: 2;
}
.gallery-open .cd-main-content{
  z-index: 3;
}

.wrap-HEADER::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, var(--gris), var(--gris) 1px, transparent 1px, transparent 10px);
  z-index: -1;
}

.wrap-HEADER.pinned::after {
  display: none;
}

.wrap-HEADER .wrap-CORP .container .CORP-left .cd-search-trigger {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--neutral-white);
  padding: 0px;
}

.wrap-HEADER .wrap-CORP .container .CORP-left .cd-search-trigger svg {
  color: var(--neutral-white);
}

.wrap-HEADER .wrap-CORP .container .CORP-left .button-collapse svg {
  color: var(--color-periodico-1);
}

ul.logos-footer li a.logos-pie.logo-ai {
  opacity: 1;
  background-size: contain !important;
  min-height: 136px;
}

.wrap-HEADER .wrap-CORP .container .CORP-right {
  order: 3;
  width: 30%;
  justify-content: flex-end;
  max-width: 100%;
}

.wrap-HEADER .wrap-CORP .container .CORP-left {
  order: 1;
  width: 30%;
  justify-content: flex-start;
  max-width: 100%;
}

.wrap-HEADER.pinned .wrap-CORP {
  margin-top: 12px;
  margin-bottom: 4px;
}

.wrap-HEADER .icon-acceso-sm {
  display: none;
}

.wrap-FOOTER .page-footer {
  background: var(--neutral-white);
  border-top: 3px solid var(--neutral-black);
  margin-top: 0;
}

.page-footer .footer-top {
  background: var(--neutral-white);
}

.footer-top nav ul li a {
  color: var(--neutral-gray-2);
  font-size: 16px;
  line-height: 18px;
  padding: 0 10px;
  text-transform: none;
  font-family: var(--font-2);
  font-weight: var(--fw-300);
}

.wrap-FOOTER .footer-copyright span, .wrap-FOOTER .footer-copyright .developer, .wrap-FOOTER .footer-copyright a {
  font-size: 16px;
  font-weight: var(--fw-400);
  color: var(--neutral-gray-1);
}

ul.logos-footer li a.logos-pie.logo-pbs {
  background-image: url(../img/logos-pie/logo-negro-verde.svg) !important;
}

.MODULO_SLIDER .slider-x1 .wrap-text {
  background: var(--neutral-white);
}

.MODULO_SLIDER .slider-x1 .wrap-text h3 a .edicion, .MODULO_SLIDER .slider-x1 .wrap-text h3 a .redaccion {
  color: var(--neutral-gray-1);
}

.MODULO_SLIDER .slider-x1 .wrap-text h3 a {
  color: var(--neutral-gray-1) !important;
}

.MODULO_1_1_4 .first-wrap {
  position: relative;
}

.MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a {
  color: var(--negro) !important;
}

.MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a span {
  color: var(--color-periodico-1) !important;
}

.MODULO_1_3_1_2 .first-wrap .wrap_one .wrap-otros {
  display: flex;
  margin-top: 12px;
}

.MODULO_1_3_1_2 .first-wrap .wrap_one .wrap-otros .pie-noticia {
  justify-content: center;
}

.destacado .MODULO_1_3_1_2 .wrap-both .wrap-text header h3 a, .destacado .MODULO_1_4_3 .wrap-both .wrap-text header h3 a, .destacado .MODULO_1_Banner_4 .wrap-both .wrap-text header h3 a, .destacado .MODULO_2_1_4 .wrap-both .wrap-text header h3 a {
  color: var(--neutral-white);
}

.destacado .MODULO_1_3_1_2 .wrap-both .wrap-text header h3 a span, .destacado .MODULO_1_4_3 .wrap-both .wrap-text header h3 a span, .destacado .MODULO_1_Banner_4 .wrap-both .wrap-text header h3 a span, .destacado .MODULO_2_1_4 .wrap-both .wrap-text header h3 a span {
  color: var(--neutral-gray-1);
}

.destacado .MODULO_1_3_1_2 .wrap-both .wrap-text .entradilla, .destacado .MODULO_1_4_3 .wrap-both .wrap-text .entradilla, .destacado .MODULO_1_Banner_4 .wrap-both .wrap-text .entradilla, .destacado .MODULO_2_1_4 .wrap-both .wrap-text .entradilla {
  color: var(--neutral-white);
}

.formulario-listado-busqueda {
  background: transparent;
  border: 0;
}

.formulario-listado-busqueda h4 {
  font-family: var(--font-2);
  margin-bottom: 1em;
  color: var(--color-5);
}

.formulario-listado-busqueda .input-field.col label {
  color: var(--color-5);
  font-family: var(--font-2);
  font-weight: var(--fw-700);
}

.formulario-listado-busqueda .input-field.col input::placeholder {
  color: var(--color-6);
  font-family: var(--font-2);
  font-weight: var(--fw-300);
}

.formulario-listado-busqueda .btn_periodico_color_1 {
  min-height: 3rem;
  width: 100%;
  max-width: 100%;
}

.LISTADO_BUSQUEDA .TITULO-listado h1 {
  font-family: var(--font-3);
  color: var(--negro);
}

.LISTADO_BUSQUEDA .TITULO-listado {
  border-top: 0;
  padding-top: 0;
}

.LISTADO_BUSQUEDA .MODULO .MODULO_M .sec-wrap article {
  border-bottom: 0;
  margin-bottom: 1em;
}

.LISTADO_BUSQUEDA .MODULO .MODULO_M .sec-wrap article .wrap-both .wrap-media .img-wrap {
  padding-bottom: 56%;
}

.TITULO-listado+.MODULO article .wrap-both {
  display: flex;
  flex-direction: column !important;
}
.TITULO-listado+.MODULO article .wrap-media {
 width:100% !important;
 flex: 1 !important;

}
.wrap-DOBLE .MODULO_SLIDER .wrap-both .wrap-text, .wrap-TRIPLE .MODULO_SLIDER .wrap-both .wrap-text {
  bottom: 2em;
  left: unset;
  right: 2em;
}

.wrap-TRIPLE .MODULO_SLIDER .img-wrap:before {
  background: none;
}

.MODULO_Numerado {
  background: var(--neutral-gray-4);
}

.MODULO_Numerado li h3 {
  font-family: var(--font-2);
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: var(--neutral-gray-1);
  margin: 0 !important;
}

.MODULO_Numerado li {
  margin: 0;
  padding: 1em 1em 1em 1em;
  position: relative;
  border-bottom: 0;
}

.MODULO_Numerado li:before {
  width: 22px;
  height: 22px;
  border-radius: 0;
  background: transparent;
  color: var(--neutral-gray-2);
  font-size: 22px;
  line-height: 22px;
  font-family: var(--font-2) !important;
  left: 1em;
}

.MODULO_Numerado li:hover:before {
  color: var(--color-periodico-1);
}

.wrap-MEDIO .wrap-SIMPLE.CENTRO .MODULO .MODULO_S article .wrap-both {
  background: var(--neutral-gray-4);
}

.TITULO-bloque h4 a {
  border-bottom: solid 8px var(--color-5);
  text-transform: capitalize !important;
  margin: 1px 0;
  color: var(--color-5);
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--font-1);
  width: 100%;
  padding-left: 0;
  border-bottom: 0;
}

/* srtart páginas corporativas */
.wrap-PAGINA-CORPORATIVA h1 {
  border-bottom: solid 8px var(--color-5);
  color: var(--color-5);
  margin: 1px 0;
  display: flex;
  width: 100%;
  gap: 16px;
  align-items: center;
}

.wrap-PAGINA-CORPORATIVA.first-wrap {
  position: relative;
}

.ul-lo-mas-leido {
  list-style: none;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  width: 100%;
  background: transparent;
}

.ul-lo-mas-leido li {
  margin: 0;
  padding: 0.5em 0.5em 0.5em 0.5em;
  position: relative;
  border-bottom: 0;
}

.ul-lo-mas-leido li a .div-number {
  border-radius: 0;
  background: transparent;
  color: var(--gris-medio);
  font-size: 24px;
  font-family: var(--font-1) !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-weight: bold;
  line-height: 24px;
}

.ul-lo-mas-leido li a {
  word-break: break-word;
  text-wrap: pretty;
  font-size: 14px !important;
  margin: 0 !important;
  font-family: var(--font-1) !important;
  font-weight: bold;
  color: var(--negro);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
}

.wrap-PAGINA-CORPORATIVA .first-wrap {
  display: block;
}

.wrap-PAGINA-CORPORATIVA .wrap-both .wrap-media figure {
  line-height: 10px;
  margin: 0;
  padding: 0;
  position: relative;
}

.wrap-PAGINA-CORPORATIVA .first-wrap .wrap-media .img-wrap {
  padding-bottom: 66% !important;
  /*padding-bottom: 50%;*/
}

.wrap-PAGINA-CORPORATIVA .first-wrap .wrap-text h3 div {
  color: var(--color-periodico-1) !important;
}

.wrap-PAGINA-CORPORATIVA .first-wrap .wrap-text h3 div .edicion, .wrap-PAGINA-CORPORATIVA .first-wrap .wrap-text h3 div .redaccion {
  color: var(--neutral-gray-1);
}

.wrap-PAGINA-CORPORATIVA .wrap-both .wrap-text .entradilla p {
  font-family: var(--font-2);
  font-weight: var(--fw-300);
  color: var(--color-5);
  margin-bottom: 0;
}

.wrap-PAGINA-CORPORATIVA .wrap-text h3 {
  margin-top: 0;
}

.wrap-PAGINA-CORPORATIVA .wrap-text .nombre_redactor {
  border-left: solid 5px var(--color-periodico-1);
  padding-left: 4px;
  margin-bottom: 8px;
  text-align: left;
}

.wrap-PAGINA-CORPORATIVA .wrap-text .nombre_redactor span {
  color: var(--neutral-gray-1);
  font-family: var(--font-2);
  font-weight: var(--fw-700);
}

.wrap-PAGINA-CORPORATIVA .wrap-both {
  margin: 3em 0;
}

.wrap-PAGINA-CORPORATIVA .wrap-reverse {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.wrap-PAGINA-CORPORATIVA .wrap-reverse .first-wrap-reverse {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  padding-right: 48px;
}

.wrap-PAGINA-CORPORATIVA .wrap-reverse .first-wrap-reverse p {
  margin: 0;
}

.wrap-PAGINA-CORPORATIVA .wrap-reverse .first-wrap-reverse p.title {
  color: var(--neutral-gray-1);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 110%;
  font-family: var(--font-1);
}

.wrap-PAGINA-CORPORATIVA .wrap-reverse .first-wrap-reverse p.title span {
  color: var(--color-periodico-1);
  font-weight: 700;
  font-size: 1.3rem;
  font-family: var(--font-1);
}

.wrap-PAGINA-CORPORATIVA .wrap-reverse .first-wrap-reverse p.entradilla {
  font-family: var(--font-2);
  font-weight: var(--fw-300);
  color: var(--color-5);
  font-size: 1.1rem;
  line-height: 1.2;
}

.wrap-PAGINA-CORPORATIVA .wrap-reverse .sec-wrap-reverse {
  width: 50%;
  height: 600px;
}

.wrap-PAGINA-CORPORATIVA .wrap-reverse .sec-wrap-reverse img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-PAGINA-CORPORATIVA .wrap-count {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 96px;
  width: fit-content;
  margin: auto;
  margin: 3em 0;
}

.wrap-PAGINA-CORPORATIVA .wrap-count .wrap-text {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.wrap-PAGINA-CORPORATIVA .wrap-count .wrap-text span {
  color: var(--color-periodico-1);
  font-weight: var(--fw-300);
  font-family: var(--font-1);
  text-align: center;
  font-size: 5em;
  line-height: 100%;
  white-space: nowrap;
}

.wrap-PAGINA-CORPORATIVA .wrap-count .wrap-text p {
  color: var(--color-6);
  font-weight: var(--fw-300);
  font-family: var(--font-2);
  text-align: center;
  font-size: 24px;
  margin: 0;
  line-height: 100%;
}

.wrap-PAGINA-CORPORATIVA .wrap-float {
  width: 100%;
  height: 550px;
  position: relative;
  margin-bottom: 3em;
}

.wrap-PAGINA-CORPORATIVA .wrap-float .wrap-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrap-PAGINA-CORPORATIVA .wrap-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-PAGINA-CORPORATIVA .wrap-float .wrap-text {
  position: absolute;
  bottom: 0;
  right: 60px;
  background: var(--neutral-white);
  padding: 48px;
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.wrap-PAGINA-CORPORATIVA .wrap-float p.title {
  color: var(--neutral-gray-1);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 110%;
  font-family: var(--font-1);
}

.wrap-PAGINA-CORPORATIVA .wrap-float p.title span {
  color: var(--color-periodico-1);
  font-weight: 700;
  font-size: 1.3rem;
  font-family: var(--font-1);
}

.wrap-PAGINA-CORPORATIVA .wrap-float p.entradilla {
  font-family: var(--font-2);
  font-weight: var(--fw-300);
  color: var(--color-5);
  font-size: 1.1rem;
  line-height: 1.2;
}

.wrap-PAGINA-CORPORATIVA .wrap-float p {
  margin: 0;
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
  width: 100%;
  margin: 3em 0;
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .first-wrap {
  width: 100%;
  max-width: min-content;
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .first-wrap .title {
  font-size: 1.3rem;
  font-family: var(--font-1);
  color: var(--neutral-gray-1);
  line-height: 100%;
  margin: 0;
  margin-bottom: 10px;
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .first-wrap ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-top: solid 5px var(--color-5);
  margin: 0;
  padding: 0;
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .first-wrap ul li {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: solid 2px var(--color-periodico-1);
  background-color: var(--color-4);
  width: 100%;
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .first-wrap ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .first-wrap ul li a svg {
  min-width: 50px;
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .first-wrap ul li a span {
  color: var(--color-5);
  font-weight: var(--fw-700);
  font-size: 1.3rem;
  line-height: 110%;
  font-family: var(--font-2);
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap form {
  width: 50%;
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap form label {
  font-size: 1em;
  font-family: var(--font-1);
  font-weight: 700;
  color: var(--neutral-gray-1);
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap form input::placeholder, .wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap form textarea::placeholder {
  font-family: var(--font-2);
  font-weight: var(--fw-300);
  color: var(--color-6);
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap form p {
  margin: 0.5em 0;
  font-family: var(--font-2);
  font-weight: var(--fw-300);
  color: var(--color-6);
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap form .form-check-label {
  margin: 0.5em 0;
  padding-left: 25px;
  font-family: var(--font-2);
  font-weight: var(--fw-300);
  color: var(--color-6);
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap form .form-check {
  margin-bottom: 2em;
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap form .form-check-label a {
  color: var(--color-periodico-1);
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap form textarea {
  border: 0;
  border-bottom: solid 1px var(--neutral-gray-1);
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap .wrap-map {
  width: 50%;
}

.wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap .wrap-map iframe {
  width: 100%;
  height: 528px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.wrap-PAGINA-CORPORATIVA .wrap-publicidad {
  width: 100%;
  margin: 3em 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
}

.wrap-PAGINA-CORPORATIVA .wrap-publicidad .wrap-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.wrap-PAGINA-CORPORATIVA .wrap-publicidad .wrap-text .titulo {
  border-left: solid 5px var(--color-periodico-1);
  padding-left: 4px;
  margin: 0px;
  text-align: left;
  color: black;
  font-family: var(--font-2);
  font-weight: var(--fw-700);
  font-size: 1.3rem;
  line-height: 110%;
}

.wrap-PAGINA-CORPORATIVA .wrap-publicidad .wrap-text .entradilla {
  font-family: var(--font-2);
  font-weight: var(--fw-300);
  color: var(--color-5);
  font-size: 1.1rem;
  line-height: 1.2;
  margin: 0;
}

.wrap-PAGINA-CORPORATIVA .wrap-publicidad .wrap-text .entradilla a {
  color: var(--color-periodico-1);
}

.wrap-PAGINA-CORPORATIVA .wrap-politicas {
  margin: 3em 0;
}

.wrap-PAGINA-CORPORATIVA .wrap-politicas p {
  font-family: var(--font-2);
  font-weight: var(--fw-300);
  color: var(--color-5);
  font-size: 1.1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.8em;
}

.wrap-PAGINA-CORPORATIVA .wrap-politicas ul {
  margin: 0;
}

.wrap-PAGINA-CORPORATIVA .wrap-politicas ul li {
  font-family: var(--font-2);
  font-weight: var(--fw-300);
  color: var(--color-5);
  font-size: 1.1rem;
  line-height: 1.2;
}

.wrap-PAGINA-CORPORATIVA .wrap-politicas a {
  color: var(--color-periodico-1);
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .ADDTOANY .wrap-addtoanys span {
  background: transparent !important;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .ADDTOANY .wrap-addtoanys a.color svg path {
  fill: var(--color-periodico-1) !important;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .ADDTOANY .wrap-addtoanys a.link_especial svg path {
  fill: var(--color-periodico-1) !important;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .ADDTOANY .wrap-addtoanys a.link_especial svg path+path {
  fill: var(--color-periodico-1) !important;
}

.publicacion-auditada {
  font-family: var(--font-2);
  color: var(--neutral-white);
  font-weight: var(--fw-400);
}

.wrap-loader {
  order: 3;
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-loader svg path, .wrap-loader svg rect {
  fill: var(--color-5);
}

.wrap-HEADER .wrap-DEST {
  background-color: transparent;
  border-bottom: 0;
}

.wrap-HEADER .wrap-DEST .container .destfijo a {
  font-family: var(--font-3);
  font-size: 14px;
  color: var(--gris-medio);
  font-weight: var(--fw-600);
  font-style: italic;
}

.wrap-HEADER .wrap-DEST .container ul li {
  list-style: none !important;
}

.wrap-HEADER .wrap-DEST .container ul li a {
  font-family: var(--font-3);
  font-size: 14px;
  color: var(--gris-medio);
  font-weight: var(--fw-400);
  font-style: italic;
  text-transform: capitalize;
}

.wrap-HEADER .wrap-CAROUSEL {
  display: none;
}

.wrap-submenu-destacado {
  display: flex;
  order: 2;
  margin-top: 0;
  background-color: var(--gris-medio);
  padding: 8px 0px;
}

.wrap-submenu-destacado ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  -webkit-overflow-scrolling: touch;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.wrap-submenu-destacado ul::-webkit-scrollbar {
  display: none;
}

.wrap-submenu-destacado ul li {
  list-style-type: none !important;
}

.wrap-submenu-destacado ul li a {
  font-family: var(--font-1);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: var(--blanco);
  text-transform: uppercase;
  white-space: nowrap;
}

/** BLOG **/
.LISTADO_BLOGS.articulo-opinion .titulo-pagina {
  display: flex;
  gap: 0.5em;
  align-items: center;
  flex-direction: row;
  border-bottom: solid 8px var(--color-5);
  color: var(--color-5);
  font-size: 2em !important;
  text-align: left;
  padding: 0.75em 0;
  font-weight: var(--fw-700);
  margin-top: 0;
  padding-top: 0;
}

.wrap-FICHA-ARTICULO .MODULO_AUTOR {
  border-radius: 0;
  position: relative;
}

.wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor {
  align-content: flex-start;
  background: var(--neutral-white);
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-between;
  min-height: 300px;
}

.wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .autor-foto {
  width: 40%;
  background: var(--bg-autor);
  padding: 0;
}

.wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .autor-foto img {
  width: 100%;
  background: var(--bg-autor);
  padding: 0;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  mix-blend-mode: luminosity;
  border-radius: 0;
  border: 0;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .contenedor-derecho {
  width: 60%;
  padding: 24px 48px;
  background: var(--color-4);
}

.wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .autor-detalles {
  background: transparent;
  flex-grow: 1;
  padding: 0;
}

.wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .autor-detalles h4 {
  font-size: 2em;
  margin-top: 0;
  color: var(--color-periodico-1);
  font-weight: 500;
  font-family: var(--font-1);
  text-align: left;
  margin-bottom: 8px;
}

.wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .autor-detalles p {
  font-family: var(--font-2);
  font-weight: var(--fw-300);
  color: var(--color-5);
  text-align: left;
  margin-top: 0;
}

.wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .autor-detalles ul {
  margin-top: 8px;
  text-align: left;
}

.wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .autor-detalles ul li a i {
  color: var(--color-periodico-1);
}

.wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .detalles-blog {
  margin-top: 24px;
  background: transparent;
  padding: 0;
}

.wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .detalles-blog h5 {
  color: var(--color-5);
  text-align: left;
  font-weight: 500;
}

.wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .detalles-blog p {
  font-family: var(--font-2);
  font-weight: var(--fw-300);
  color: var(--color-5);
  text-align: left;
  margin-top: 0;
}

.wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .detalles-blog .btn {
  background: var(--color-periodico-1);
  font-family: var(--font-2);
  float: left;
}

.ARTICULO_BLOG.articulo-opinion h1, .LISTADO_BLOGS_ARTICULOS.articulo-opinion h1 {
  margin-top: 0;
  font-size: 48px;
  font-family: var(--font-1);
  color: var(--color-5);
  text-align: center;
  max-width: 750px;
  margin: auto;
}

.LISTADO_BLOGS_ARTICULOS h1:after, .wrap-FICHA-ARTICULO.ARTICULO_BLOG h1:after, .wrap-FICHA-ARTICULO.articulo-opinion h1:after {
  color: var(--color-periodico-1);
  width: 200px;
  font-weight: 700;
  font-size: 18px;
}

.LISTADO_BLOGS_ARTICULOS h1:before {
  background: var(--color-periodico-1);
  width: 340px;
}

.LISTADO_BLOGS_ARTICULOS p.detalles {
  margin-bottom: 0;
  border: 0;
  color: var(--color-5);
  font-family: var(--font-2);
  max-width: 950px;
  margin: auto;
}

.ARTICULO_BLOG.articulo-opinion .MODULO_AUTOR, .LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR {
  border-radius: 0;
  box-shadow: none;
}

.LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor .autor-foto {
  padding: 0;
  background: var(--bg-autor);
  height: 350px;
  position: relative;
}

.LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor .autor-foto:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-10px, 40px);
  -webkit-transform: translate(-10px, 40px);
  width: 78px;
  height: 150px;
  background-image: url(../img/decor/exclamation-white.svg);
  z-index: 2;
}

.LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor .autor-foto img {
  width: 100%;
  background: var(--bg-autor);
  padding: 0;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  mix-blend-mode: luminosity;
  border-radius: 0;
  border: 0;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor .autor-detalles {
  padding: 24px;
  background-color: var(--color-4);
  text-align: left;
}

.LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor .autor-detalles h4 {
  font-size: 2em;
  margin-top: 0;
  color: var(--color-periodico-1);
  font-weight: 500;
  font-family: var(--font-1);
  text-align: left;
  margin-bottom: 8px;
}

.LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor .autor-detalles p {
  font-family: var(--font-2);
  font-weight: var(--fw-300);
  color: var(--color-5);
  text-align: left;
  margin-bottom: 0;
}

.ARTICULO_BLOG.articulo-opinion .MODULO_AUTOR .datos-autor .detalles-blog, .LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor .detalles-blog {
  background: transparent;
  padding: 24px 0;
}

.LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor .detalles-blog h5 {
  color: var(--color-6);
  font-weight: 700;
  margin-top: 0;
  text-align: left;
  font-family: var(--font-1);
  font-size: 24px;
}

.LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor .detalles-blog p {
  color: var(--color-5);
  font-family: var(--font-2);
  font-size: 0.8em;
  text-align: left;
}

.wrap-FICHA-ARTICULO .wrap-media .art-entradilla {
  color: var(--negro);
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px !important;
}

.ARTICULO_BLOG.articulo-opinion .CONTENIDO-ARTICULO .MODULO_AUTOR .datos-autor, .LISTADO_BLOGS_ARTICULOS.articulo-opinion .CONTENIDO-ARTICULO .MODULO_AUTOR .datos-autor {
  background: var(--bg-autor);
}

.ARTICULO_BLOG.articulo-opinion .MODULO_AUTOR .datos-autor .autor-detalles h4 a, .LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor .autor-detalles h4 a {
  color: var(--color-5);
}

.ARTICULO_BLOG.articulo-opinion .MODULO_AUTOR .datos-autor .autor-detalles ul li a, .LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor .autor-detalles ul li a {
  color: var(--color-periodico-1);
}

/** blog end **/
/* end páginas corporativas */
ul.logos-footer.logosotros li a {
  width: 150px !important;
}

.destacado.dest-secundario .MODULO_2_1_4 a span {
  color: var(--color-periodico-1) !important;
}

.es-multimedia {
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.1);
  bottom: 12px;
  right: 12px;
  left: unset;
  height: 45px;
  width: 45px;
  padding: 0;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.es-multimedia .element {
  background-color: var(--neutral-white);
  width: 18px;
  height: 18px;
  position: absolute;
  clip-path: polygon(0% 0%, 0% 100%, 50% 75%, 50% 75%, 50% 75%, 50% 75%, 100% 50%, 100% 50%);
}

.es-multimedia .play {
  transform-origin: center center;
}

.destacado.dest-secundario .wrap-both .wrap-text .entradilla {
  color: var(--color-5);
}

#estilo-modulo-bomarzo .wrap-text h3 a span svg {
  display: none;
}

#estilo-modulo-bomarzo .wrap-text h3 a:first-of-type {
  font-size: 18px;
}

#estilo-modulo-bomarzo .wrap-text h3 a span {
  color: var(--color-5);
}

.destacado.dest-principal .wrap-both .wrap-text .entradilla {
  color: var(--neutral-white);
}

.exclusiva {
  background: var(--color-periodico-1);
  display: inline;
  padding: 2px;
  border-radius: 4px;
  color: var(--neutral-white);
  padding-left: 4px;
  padding-right: 4px;
  font-size: 75%;
  display: none;
}

.destacado.dest-principal .sec-wrap a {
  color: var(--neutral-white);
}

.destacado.dest-principal .sec-wrap a:first-of-type {
  color: var(--neutral-gray-1) !important;
}

/*.MODULO .wrap-both .wrap-text header h3 {
  margin-top: 0;
}*/

.MODULO_VERT_4 .wrap-both header {
  margin-top: .7em;
}

.MODULO .sec-wrap article .wrap-both .wrap-media, .MODULO .third-wrap article .wrap-both .wrap-media {
  margin-bottom: 0;
}

.wrap-MEDIO .wrap-SIMPLE.CENTRO .MODULO .wrap-text {
  padding: 1em 0.5em;
}

.MODULO_ASIM_2_1 article:nth-child(3) .wrap-text {
  padding: 0 0;
}

.MODULO .slick-list .wrap-text .nombre_redactor {
  margin-top: 0.5em;
}

/*.MODULO .sec-wrap .wrap-both header {
  margin-bottom: 0.5em;
  margin-top: .3em;
}*/

.CONT-IZQ-DER.CENTRO.wrap-SIMPLE .MODULO .sec-wrap .wrap-both header {
  margin-top: 0em;
}

.MODULO_VERT_6 .wrap-both header {
  margin-top: .7em;
}

.MODULO_1_1_3 .first-wrap .wrap-both header {
  margin-top: 1em;
}

.MODULO_VERT_3 .wrap-both header {
  margin-top: .7em;
}

.MODULO_ASIM_2_1 article:nth-child(3) .wrap-both header {
  margin-top: 4px;
}

/* MÓDULOS DESTACADOS */
.destacado-azul .wrap-otros .pie-noticia .contenedor-redactor .firma-hibrida, .destacado-verde .wrap-otros .pie-noticia .contenedor-redactor .firma-hibrida, .destacado-rojo .wrap-otros .pie-noticia .contenedor-redactor .firma-hibrida, .destacado-celeste .wrap-otros .pie-noticia .contenedor-redactor .firma-hibrida, .destacado-naranja .wrap-otros .pie-noticia .contenedor-redactor .firma-hibrida {
  background: white;
  padding: 4px;
}

.destacado-azul .TITULO-listado h2, .destacado-verde .TITULO-listado h2, .destacado-rojo .TITULO-listado h2, .destacado-azul .TITULO-listado h2 ul li a, .destacado-verde .TITULO-listado h2 ul li a, .destacado-rojo .TITULO-listado h2 ul li a, .destacado-azul .TITULO-listado h2 .auspiciante span, .destacado-verde .TITULO-listado h2 .auspiciante span, .destacado-rojo .TITULO-listado h2 .auspiciante span {
  color: var(--neutral-white);
}

.destacado-azul .TITULO-listado h2 .auspiciante img, .destacado-verde .TITULO-listado h2 .auspiciante img, .destacado-rojo .TITULO-listado h2 .auspiciante img {
  filter: brightness(0) invert(1);
}

.destacado-celeste .TITULO-listado h2 .auspiciante img, .destacado-naranja .TITULO-listado h2 .auspiciante img {
  filter: brightness(0) invert(1);
}

.destacado-gris .TITULO-listado h2 .auspiciante img {
  filter: brightness(0) invert(0);
}

.destacado-azul .TITULO-listado h2 span, .destacado-azul .TITULO-listado h2 ul, .destacado-azul .TITULO-listado h2 .auspiciante {
  background: var(--color-1);
}

.destacado-verde .TITULO-listado h2 span, .destacado-verde .TITULO-listado h2 ul, .destacado-verde .TITULO-listado h2 .auspiciante {
  background: var(--color-2);
}

.destacado-rojo .TITULO-listado h2 span, .destacado-rojo .TITULO-listado h2 ul, .destacado-rojo .TITULO-listado h2 .auspiciante {
  background: var(--color-3);
}

.destacado-azul .TITULO-listado h2::after, .destacado-verde .TITULO-listado h2::after, .destacado-rojo .TITULO-listado h2::after {
  background-color: var(--neutral-white);
}

.destacado-azul .MODULO article:hover .es-multimedia {
  background-color: var(--color-1) !important;
}

.destacado-verde .MODULO article:hover .es-multimedia {
  background-color: var(--color-2) !important;
}

.destacado-rojo .MODULO article:hover .es-multimedia {
  background-color: var(--color-3) !important;
}

.destacado-azul .cate-tag {
  background: var(--color-1);
}

.destacado-verde .cate-tag {
  background: var(--color-2);
}

.destacado-rojo .cate-tag {
  background: var(--color-3);
}

.destacado-azul .MODULO_1_Banner_3 .sec-wrap, .destacado-verde .MODULO_1_Banner_3 .sec-wrap, .destacado-rojo .MODULO_1_Banner_3 .sec-wrap {
  background-color: #ffffff4d;
}

.destacado-celeste .MODULO_1_Banner_3 .sec-wrap, .destacado-naranja .MODULO_1_Banner_3 .sec-wrap {
  background-color: #ffffff4d;
}

.destacado-gris .MODULO_1_Banner_3 .sec-wrap {
  background-color: hsla(0, 0%, 59%, 0.15);
}

.destacado-celeste .TITULO-listado h2, .destacado-naranja .TITULO-listado h2, .destacado-celeste .TITULO-listado h2 ul li a, .destacado-naranja .TITULO-listado h2 ul li a, .destacado-celeste .TITULO-listado h2 .auspiciante span, .destacado-naranja .TITULO-listado h2 .auspiciante span {
  color: var(--negro);
}

.destacado-gris .TITULO-listado h2, .destacado-gris .TITULO-listado h2 ul li a, .destacado-gris .TITULO-listado h2 .auspiciante span {
  color: var(--negro);
}

.destacado-celeste .TITULO-listado h2 span, .destacado-celeste .TITULO-listado h2 ul, .destacado-celeste .TITULO-listado h2 .auspiciante {
  background: var(--color-4);
}

.destacado-naranja .TITULO-listado h2 span, .destacado-naranja .TITULO-listado h2 ul, .destacado-naranja .TITULO-listado h2 .auspiciante {
  background: var(--color-5);
}

.destacado-gris .TITULO-listado h2 span, .destacado-gris .TITULO-listado h2 ul, .destacado-gris .TITULO-listado h2 .auspiciante {
  background: var(--destacado-gris);
  color: var(--negro);
}

.destacado-celeste .TITULO-listado h2::after, .destacado-naranja .TITULO-listado h2::after {
  background-color: var(--neutral-white);
}

.destacado-gris .TITULO-listado {
  border-top: solid 1px var(--negro);
}

.destacado-celeste .MODULO .wrap-both .wrap-text header h3 a, .destacado-naranja .MODULO .wrap-both .wrap-text header h3 a {
  color: var(--negro);
}

.destacado-gris .MODULO .wrap-both .wrap-text header h3 a {
  color: var(--negro);
}

.destacado-gris .MODULO .MODULO_LO_MAS_LEIDO .count_lo_mas_leido {
  color: var(--negro);
}

.destacado-celeste .MODULO .wrap-both .wrap-text .entradilla, .destacado-naranja .MODULO .wrap-both .wrap-text .entradilla {
  color: var(--negro);
}

.destacado-gris .MODULO .wrap-both .wrap-text .entradilla {
  color: var(--negro);
}

.destacado-celeste .wrap-otros .pie-noticia .contenedor-redactor span a, .destacado-celeste .wrap-otros .pie-noticia .contenedor-comentarios span, .destacado-naranja .wrap-otros .pie-noticia .contenedor-redactor span a, .destacado-naranja .wrap-otros .pie-noticia .contenedor-comentarios span {
  color: var(--negro);
}

.destacado-gris .wrap-otros .pie-noticia .contenedor-redactor span a, .destacado-gris .wrap-otros .pie-noticia .contenedor-comentarios span {
  color: var(--negro) !important;
}

.destacado-celeste .MODULO article .wrap-otros .pie-noticia .contenedor-comentarios svg path, .destacado-naranja .MODULO article .wrap-otros .pie-noticia .contenedor-comentarios svg path {
  stroke: var(--negro);
}

.destacado-gris .MODULO article .wrap-otros .pie-noticia .contenedor-comentarios svg path {
  stroke: var(--negro);
}

.destacado-celeste .wrap-otros .pie-noticia .contenedor-comentarios .save.guardado path, .destacado-naranja .wrap-otros .pie-noticia .contenedor-comentarios .save.guardado path {
  fill: var(--negro);
}

.destacado-gris .wrap-otros .pie-noticia .contenedor-comentarios .save.guardado path {
  fill: var(--negro);
}

.destacado-celeste .MODULO article:hover .es-multimedia {
  background-color: var(--color-4) !important;
}

.destacado-naranja .MODULO article:hover .es-multimedia {
  background-color: var(--color-5) !important;
}

.destacado-gris .MODULO article:hover .es-multimedia {
  background-color: var(--destacado-gris) !important;
}

.destacado-celeste .cate-tag {
  background: var(--color-4);
  color: var(--negro);
}

.destacado-naranja .cate-tag {
  background: var(--color-5);
  color: var(--negro);
}

.destacado-gris .cate-tag {
  background: var(--destacado-gris);
  color: var(--negro);
}

.destacado-celeste .cate-tag svg ellipse {
  fill: var(--neutral-white);
}

.destacado-naranja .cate-tag svg ellipse {
  fill: var(--neutral-white);
}

.destacado-gris .cate-tag svg ellipse {
  fill: var(--negro);
}

.destacado-celeste .cate-tag svg path {
  fill: var(--neutral-white);
}

.destacado-naranja .cate-tag svg path {
  fill: var(--neutral-white);
}

.destacado-gris .cate-tag svg path {
  fill: var(--negro);
}

/* clase dolcevita */
.dolcevita .TITULO-listado.sin_enlace h2 {
  color: var(--dolcevita);
}

.dolcevita article .wrap-both .wrap-text header {
  padding-left: 8px;
  border-left: solid 5px var(--dolcevita);
}

.dolcevita .MODULO article:hover .wrap-otros .pie-noticia .contenedor-comentarios svg path {
  stroke: var(--dolcevita);
}

.dolcevita .wrap-otros .pie-noticia .contenedor-comentarios .save.guardado path {
  fill: var(--dolcevita);
  stroke: var(--dolcevita);
}

.dolcevita .cate-tag {
  background: var(--dolcevita);
}

.dolcevita .MODULO article:hover .es-multimedia {
  background-color: var(--dolcevita);
}

/* clases colores sin fondo */
.titulo-color-azul .TITULO-listado.sin_enlace h2 {
  color: var(--color-1);
}

.titulo-color-verde .TITULO-listado.sin_enlace h2 {
  color: var(--color-2);
}

.titulo-color-rojo .TITULO-listado.sin_enlace h2 {
  color: var(--color-3);
}

.titulo-color-celeste .TITULO-listado.sin_enlace h2 {
  color: var(--color-4);
}

.titulo-color-naranja .TITULO-listado.sin_enlace h2 {
  color: var(--color-5);
}

.titulo-color-azul .TITULO-listado {
  border-top: solid 1px var(--color-1);
}

.titulo-color-verde .TITULO-listado {
  border-top: solid 1px var(--color-2);
}

.titulo-color-rojo .TITULO-listado {
  border-top: solid 1px var(--color-3);
}

.titulo-color-celeste .TITULO-listado {
  border-top: solid 1px var(--color-4);
}

.titulo-color-naranja .TITULO-listado {
  border-top: solid 1px var(--color-5);
}

.titulo-color-azul .MODULO article:hover .wrap-otros .pie-noticia .contenedor-comentarios svg path {
  stroke: var(--color-1);
}

.titulo-color-verde .MODULO article:hover .wrap-otros .pie-noticia .contenedor-comentarios svg path {
  stroke: var(--color-2);
}

.titulo-color-rojo .MODULO article:hover .wrap-otros .pie-noticia .contenedor-comentarios svg path {
  stroke: var(--color-3);
}

.titulo-color-celeste .MODULO article:hover .wrap-otros .pie-noticia .contenedor-comentarios svg path {
  stroke: var(--color-4);
}

.titulo-color-naranja .MODULO article:hover .wrap-otros .pie-noticia .contenedor-comentarios svg path {
  stroke: var(--color-5);
}

.titulo-color-azul .wrap-otros .pie-noticia .contenedor-comentarios .save.guardado path {
  fill: var(--color-1);
  stroke: var(--color-1);
}

.titulo-color-verde .wrap-otros .pie-noticia .contenedor-comentarios .save.guardado path {
  fill: var(--color-2);
  stroke: var(--color-2);
}

.titulo-color-rojo .wrap-otros .pie-noticia .contenedor-comentarios .save.guardado path {
  fill: var(--color-3);
  stroke: var(--color-3);
}

.titulo-color-celeste .wrap-otros .pie-noticia .contenedor-comentarios .save.guardado path {
  fill: var(--color-4);
  stroke: var(--color-4);
}

.titulo-color-naranja .wrap-otros .pie-noticia .contenedor-comentarios .save.guardado path {
  fill: var(--color-5);
  stroke: var(--color-5);
}

.titulo-color-azul .cate-tag {
  background: var(--color-1);
}

.titulo-color-verde .cate-tag {
  background: var(--color-2);
}

.titulo-color-rojo .cate-tag {
  background: var(--color-3);
}

.titulo-color-celeste .cate-tag {
  background: var(--color-4);
}

.titulo-color-naranja .cate-tag {
  background: var(--color-5);
}

.titulo-color-azul .MODULO article:hover .es-multimedia {
  background-color: var(--color-1);
}

.titulo-color-verde .MODULO article:hover .es-multimedia {
  background-color: var(--color-2);
}

.titulo-color-rojo .MODULO article:hover .es-multimedia {
  background-color: var(--color-3);
}

.titulo-color-celeste .MODULO article:hover .es-multimedia {
  background-color: var(--color-4);
}

.titulo-color-naranja .MODULO article:hover .es-multimedia {
  background-color: var(--color-5);
}

/* DESTACADOS NUEVO */
.destacado-azul .MODULO .MODULO_SLIDER .wrap-both .wrap-text header h3 a, .destacado-azul .container, .destacado-azul a, .destacado-azul b, .destacado-azul div, .destacado-azul h1, .destacado-azul h2, .destacado-azul h3, .destacado-azul h4, .destacado-azul h5, .destacado-azul h6, .destacado-azul p, .destacado-azul span, .destacado-azul strong, .destacado-verde .MODULO .MODULO_SLIDER .wrap-both .wrap-text header h3 a, .destacado-verde .container, .destacado-verde a, .destacado-verde b, .destacado-verde div, .destacado-verde h1, .destacado-verde h2, .destacado-verde h3, .destacado-verde h4, .destacado-verde h5, .destacado-verde h6, .destacado-verde p, .destacado-verde span, .destacado-verde strong, .destacado-rojo .MODULO .MODULO_SLIDER .wrap-both .wrap-text header h3 a, .destacado-rojo .container, .destacado-rojo a, .destacado-rojo b, .destacado-rojo div, .destacado-rojo h1, .destacado-rojo h2, .destacado-rojo h3, .destacado-rojo h4, .destacado-rojo h5, .destacado-rojo h6, .destacado-rojo p, .destacado-rojo span, .destacado-rojo strong, .destacado-celeste .MODULO_ASIM_2_1 article:nth-child(3) .entradilla, .destacado-celeste .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros a, .destacado-celeste .MODULO_ASIM_2_1 article:nth-child(3) h3 a, .destacado-naranja .MODULO_ASIM_2_1 article:nth-child(3) .entradilla, .destacado-naranja .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros a, .destacado-naranja .MODULO_ASIM_2_1 article:nth-child(3) h3 a, .destacado-gris .MODULO_ASIM_2_1 article:nth-child(3) .entradilla, .destacado-gris .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros a, .destacado-gris .MODULO_ASIM_2_1 article:nth-child(3) h3 a {
  color: var(--neutral-white) !important;
  border: 0;
  margin-top: 0;
  padding-top: 0;
}

.destacado-celeste .MODULO .MODULO_SLIDER .wrap-both .wrap-text header h3 a, .destacado-celeste .container, .destacado-celeste a, .destacado-celeste b, .destacado-celeste div, .destacado-celeste h1, .destacado-celeste h2, .destacado-celeste h3, .destacado-celeste h4, .destacado-celeste h5, .destacado-celeste h6, .destacado-celeste p, .destacado-celeste span, .destacado-celeste strong {
  color: var(--neutral-white) !important
}

.destacado-naranja .MODULO .MODULO_SLIDER .wrap-both .wrap-text header h3 a, .destacado-naranja .container, .destacado-naranja a, .destacado-naranja b, .destacado-naranja div, .destacado-naranja h1, .destacado-naranja h2, .destacado-naranja h3, .destacado-naranja h4, .destacado-naranja h5, .destacado-naranja h6, .destacado-naranja p, .destacado-naranja span, .destacado-naranja strong {
  color: var(--neutral-white) !important
}

.destacado-azul .container {
  background-color: var(--color-1) !important
}

.destacado-verde .container {
  background-color: var(--color-2) !important
}

.destacado-rojo .container {
  background-color: var(--color-3) !important
}

.destacado-celeste .container, .destacado-naranja .container, .destacado-gris .container {
  color: var(--neutral-gray-1) !important
}

.destacado-celeste .container {
  background-color: var(--color-4) !important
}

.destacado-naranja .container {
  background-color: var(--color-5) !important
}

.destacado-gris .container {
  background-color: var(--destacado-gris) !important
}

.destacado-azul .container, .destacado-verde .container, .destacado-rojo .container, .destacado-celeste .container, .destacado-naranja .container, .destacado-gris .container {
  padding: 24px;
}

.destacado-azul svg path, .destacado-verde svg path, .destacado-rojo svg path {
  stroke: var(--neutral-white)
}

.destacado-azul svg.guardado path, .destacado-verde svg.guardado path, .destacado-rojo svg.guardado path {
  fill: var(--neutral-white);
  stroke: var(--neutral-white)
}

.destacado-azul .MODULO_1_1_4 .first-wrap .wrap-text a, .destacado-azul .MODULO_1_1_4 .first-wrap .wrap-text div, .destacado-azul .MODULO_1_1_4 .first-wrap .wrap-text h3, .destacado-azul .MODULO_ASIM_2_1 article:nth-child(3) .entradilla, .destacado-verde .MODULO_1_1_4 .first-wrap .wrap-text a, .destacado-verde .MODULO_1_1_4 .first-wrap .wrap-text div, .destacado-verde .MODULO_1_1_4 .first-wrap .wrap-text h3, .destacado-verde .MODULO_ASIM_2_1 article:nth-child(3) .entradilla, .destacado-rojo .MODULO_1_1_4 .first-wrap .wrap-text a, .destacado-rojo .MODULO_1_1_4 .first-wrap .wrap-text div, .destacado-rojo .MODULO_1_1_4 .first-wrap .wrap-text h3, .destacado-rojo .MODULO_ASIM_2_1 article:nth-child(3) .entradilla, .destacado-celeste .MODULO .MODULO_SLIDER .wrap-both .wrap-text header h3 a, .destacado-celeste .MODULO_1_1_4 .first-wrap .wrap-text a, .destacado-celeste .MODULO_1_1_4 .first-wrap .wrap-text div, .destacado-celeste .MODULO_1_1_4 .first-wrap .wrap-text h3, .destacado-celeste a, .destacado-celeste b, .destacado-celeste div, .destacado-celeste h1, .destacado-celeste h2, .destacado-celeste h3, .destacado-celeste h4, .destacado-celeste h5, .destacado-celeste h6, .destacado-celeste p, .destacado-celeste span, .destacado-celeste strong, .destacado-naranja .MODULO .MODULO_SLIDER .wrap-both .wrap-text header h3 a, .destacado-naranja .MODULO_1_1_4 .first-wrap .wrap-text a, .destacado-naranja .MODULO_1_1_4 .first-wrap .wrap-text div, .destacado-naranja .MODULO_1_1_4 .first-wrap .wrap-text h3, .destacado-naranja a, .destacado-naranja b, .destacado-naranja div, .destacado-naranja h1, .destacado-naranja h2, .destacado-naranja h3, .destacado-naranja h4, .destacado-naranja h5, .destacado-naranja h6, .destacado-naranja p, .destacado-naranja span, .destacado-naranja strong, .destacado-gris .MODULO_1_1_4 .first-wrap .wrap-text a, .destacado-gris .MODULO_1_1_4 .first-wrap .wrap-text div, .destacado-gris .MODULO_1_1_4 .first-wrap .wrap-text h3, .destacado-gris a, .destacado-gris b, .destacado-gris div, .destacado-gris h1, .destacado-gris h2, .destacado-gris h3, .destacado-gris h4, .destacado-gris h5, .destacado-gris h6, .destacado-gris p, .destacado-gris span, .destacado-gris strong {
  color: var(--neutral-white)
}

.destacado-azul .MODULO_1_1_4 .first-wrap .wrap-text svg path, .destacado-verde .MODULO_1_1_4 .first-wrap .wrap-text svg path, .destacado-rojo .MODULO_1_1_4 .first-wrap .wrap-text svg path, .destacado-celeste .MODULO_1_1_4 .first-wrap .wrap-text svg path, .destacado-celeste svg path, .destacado-naranja .MODULO_1_1_4 .first-wrap .wrap-text svg path, .destacado-naranja svg path, .destacado-gris .MODULO_1_1_4 .first-wrap .wrap-text svg path, .destacado-gris svg path {
  stroke: var(--neutral-white)
}

.destacado-celeste svg.guardado path, .destacado-naranja svg.guardado path, .destacado-gris svg.guardado path {
  fill: var(--neutral-gray-1);
  stroke: var(--neutral-gray-1)
}

.destacado-azul .MODULO .MODULO_DIRECTO.en_directo_general .wrap-tit h2 span, .destacado-azul .MODULO .MODULO_XL_OVER .wrap-both .wrap-text, .destacado-azul .slick-slider .slick-arrow {
  background: var(--color-1)
}

.destacado-verde .MODULO .MODULO_DIRECTO.en_directo_general .wrap-tit h2 span, .destacado-verde .MODULO .MODULO_XL_OVER .wrap-both .wrap-text, .destacado-verde .slick-slider .slick-arrow {
  background: var(--color-2)
}

.destacado-rojo .MODULO .MODULO_DIRECTO.en_directo_general .wrap-tit h2 span, .destacado-rojo .MODULO .MODULO_XL_OVER .wrap-both .wrap-text, .destacado-rojo .slick-slider .slick-arrow {
  background: var(--color-3)
}

.destacado-celeste .MODULO .MODULO_DIRECTO.en_directo_general .wrap-tit h2 span, .destacado-celeste .MODULO .MODULO_XL_OVER .wrap-both .wrap-text, .destacado-celeste .slick-slider .slick-arrow {
  background: var(--color-4)
}

.destacado-naranja .MODULO .MODULO_DIRECTO.en_directo_general .wrap-tit h2 span, .destacado-naranja .MODULO .MODULO_XL_OVER .wrap-both .wrap-text, .destacado-naranja .slick-slider .slick-arrow {
  background: var(--color-5)
}

.destacado-gris .MODULO .MODULO_DIRECTO.en_directo_general .wrap-tit h2 span, .destacado-gris .MODULO .MODULO_XL_OVER .wrap-both .wrap-text, .destacado-gris .MODULO-4-4 .second-wrap .contenedor-1, .destacado-gris .slick-slider .slick-arrow {
  background: var(--destacado-gris)
}

.destacado-azul .slick-slider .slick-arrow i.material-icons, .destacado-verde .slick-slider .slick-arrow i.material-icons, .destacado-rojo .slick-slider .slick-arrow i.material-icons, .destacado-celeste .MODULO_ASIM_2_1 article:nth-child(3) a, .destacado-celeste .MODULO_ASIM_2_1 article:nth-child(3) div, .destacado-naranja .MODULO_ASIM_2_1 article:nth-child(3) a, .destacado-naranja .MODULO_ASIM_2_1 article:nth-child(3) div, .destacado-gris .MODULO_ASIM_2_1 article:nth-child(3) a, .destacado-gris .MODULO_ASIM_2_1 article:nth-child(3) div {
  color: var(--neutral-white)
}

.destacado-celeste .slick-slider .slick-arrow i.material-icons, .destacado-naranja .slick-slider .slick-arrow i.material-icons, .destacado-gris .slick-slider .slick-arrow i.material-icons {
  color: var(--neutral-gray-1)
}

.destacado-celeste .MODULO .MODULO_DIRECTO.en_directo_general .wrap-tit h2::before, .destacado-naranja .MODULO .MODULO_DIRECTO.en_directo_general .wrap-tit h2::before, .destacado-gris .MODULO .MODULO_DIRECTO.en_directo_general .wrap-tit h2::before {
  background: #ffffff4d
}

.destacado-azul .MODULO_ASIM_2_1 article:nth-child(3) svg path, .destacado-verde .MODULO_ASIM_2_1 article:nth-child(3) svg path, .destacado-rojo .MODULO_ASIM_2_1 article:nth-child(3) svg path {
  stroke: var(--neutral-gray-1) !important
}

.destacado-azul .MODULO_ASIM_2_1 article:nth-child(3) svg.guardado path, .destacado-verde .MODULO_ASIM_2_1 article:nth-child(3) svg.guardado path, .destacado-rojo .MODULO_ASIM_2_1 article:nth-child(3) svg.guardado path {
  fill: var(--neutral-gray-1) !important
}

.destacado-celeste .MODULO_ASIM_2_1 article:nth-child(3) svg path, .destacado-naranja .MODULO_ASIM_2_1 article:nth-child(3) svg path, .destacado-gris .MODULO_ASIM_2_1 article:nth-child(3) svg path {
  stroke: var(--neutral-white) !important
}

.destacado-celeste .MODULO_ASIM_2_1 article:nth-child(3) svg.guardado path, .destacado-naranja .MODULO_ASIM_2_1 article:nth-child(3) svg.guardado path, .destacado-gris .MODULO_ASIM_2_1 article:nth-child(3) svg.guardado path {
  fill: var(--neutral-white) !important
}

.destacado-azul .MODULO_1_1_4 .first-wrap .wrap-text svg.guardado path, .destacado-verde .MODULO_1_1_4 .first-wrap .wrap-text svg.guardado path, .destacado-rojo .MODULO_1_1_4 .first-wrap .wrap-text svg.guardado path, .destacado-celeste .MODULO_1_1_4 .first-wrap .wrap-text svg.guardado path, .destacado-naranja .MODULO_1_1_4 .first-wrap .wrap-text svg.guardado path, .destacado-gris .MODULO_1_1_4 .first-wrap .wrap-text svg.guardado path {
  fill: var(--neutral-gray-1)
}

.destacado-azul .MODULO_DIRECTO_TIMELINE .second-wrap .timeline, .destacado-verde .MODULO_DIRECTO_TIMELINE .second-wrap .timeline, .destacado-rojo .MODULO_DIRECTO_TIMELINE .second-wrap .timeline {
  border-left: 1px solid var(--neutral-white)
}

.destacado-celeste .MODULO_DIRECTO_TIMELINE .second-wrap .timeline, .destacado-naranja .MODULO_DIRECTO_TIMELINE .second-wrap .timeline, .destacado-gris .MODULO_DIRECTO_TIMELINE .second-wrap .timeline {
  border-left: 1px solid var(--neutral-gray-1)
}

.destacado-azul .MODULO .MODULO_SLIDER .wrap-both .wrap-text {
  background: var(--color-1) !important
}

.destacado-verde .MODULO .MODULO_SLIDER .wrap-both .wrap-text {
  background: var(--color-2) !important
}

.destacado-rojo .MODULO .MODULO_SLIDER .wrap-both .wrap-text {
  background: var(--color-3) !important
}

.destacado-celeste .MODULO .MODULO_SLIDER .wrap-both .wrap-text {
  background: var(--color-4) !important
}

.destacado-naranja .MODULO .MODULO_SLIDER .wrap-both .wrap-text {
  background: var(--color-5) !important
}

.destacado-gris .MODULO .MODULO_SLIDER .wrap-both .wrap-text {
  background: var(--destacado-gris) !important
}

.destacado-azul .MODULO-4-4 .second-wrap .contenedor-1 {
  background: #ffffff4d
}

.destacado-verde .MODULO-4-4 .second-wrap .contenedor-1 {
  background: #ffffff4d
}

.destacado-rojo .MODULO-4-4 .second-wrap .contenedor-1 {
  background: #ffffff4d
}

.destacado-celeste .MODULO-4-4 .second-wrap .contenedor-1 {
  background: #ffffff4d
}

.destacado-naranja .MODULO-4-4 .second-wrap .contenedor-1 {
  background: #ffffff4d
}

.destacado-azul .MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a, .destacado-verde .MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a, .destacado-rojo .MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a, .destacado-celeste .MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a, .destacado-naranja .MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a {
  color: white !important;
}

.destacado-azul .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros .pie-noticia .contenedor-redactor span a, .destacado-verde .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros .pie-noticia .contenedor-redactor span a, .destacado-rojo .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros .pie-noticia .contenedor-redactor span a, .destacado-celeste .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros .pie-noticia .contenedor-redactor span a, .destacado-naranja .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros .pie-noticia .contenedor-redactor span a {
  color: var(--neutral-white) !important;
}

.destacado-gris .MODULO_ASIM_2_1 article:nth-child(3) a, .destacado-gris .MODULO_ASIM_2_1 article:nth-child(3) h3 a, .destacado-gris .MODULO_ASIM_2_1 article:nth-child(3) .entradilla {
  color: var(--negro) !important;
}

.destacado-azul article.articulo-opinion .firma-hibrida img, .destacado-verde article.articulo-opinion .firma-hibrida img, .destacado-rojo article.articulo-opinion .firma-hibrida img, .destacado-celeste article.articulo-opinion .firma-hibrida img, .destacado-naranja article.articulo-opinion .firma-hibrida img {
  border: 0;
}

.destacado-azul .MODULO_1_1_4 .first-wrap .wrap-text, .destacado-verde .MODULO_1_1_4 .first-wrap .wrap-text, .destacado-rojo .MODULO_1_1_4 .first-wrap .wrap-text, .destacado-celeste .MODULO_1_1_4 .first-wrap .wrap-text, .destacado-naranja .MODULO_1_1_4 .first-wrap .wrap-text {
  background: #ffffff4d;
}

.destacado-azul .MODULO_1_1_4 .first-wrap .wrap-text h3 a, .destacado-verde .MODULO_1_1_4 .first-wrap .wrap-text h3 a, .destacado-rojo .MODULO_1_1_4 .first-wrap .wrap-text h3 a, .destacado-celeste .MODULO_1_1_4 .first-wrap .wrap-text h3 a, .destacado-naranja .MODULO_1_1_4 .first-wrap .wrap-text h3 a {
  color: var(--neutral-white) !important;
}

.destacado-gris .MODULO_1_1_4 .first-wrap .wrap-text {
  background: var(--gris);
}

.destacado-gris .MODULO_1_1_4 .first-wrap .wrap-text .entradilla {
  color: var(--blanco) !important;
}

.destacado-gris .MODULO_1_1_4 .first-wrap .wrap-text h3 a {
  color: var(--blanco) !important;
}

.destacado-gris .MODULO_1_1_4 .wrap-both .wrap-text .entradilla {
  color: var(--negro-medio);
}

.destacado-gris .MODULO_1_1_4 .third-wrap {
  border-left: 1px solid var(--gray-2);
}

.destacado-gris .MODULO_1_1_4 .wrap-otros .pie-noticia .contenedor-redactor span a, .destacado-gris .MODULO_1_1_4 .wrap-otros .pie-noticia .contenedor-comentarios span {
  color: var(--blanco);
}

.destacado-gris .MODULO_1_1_4 .first-wrap .wrap-otros .pie-noticia .contenedor-comentarios span {
  color: var(--blanco) !important;
}

.destacado-gris .MODULO .MODULO_DIRECTO .wrap-tit h2::before {
  background: var(--negro);
}

.destacado-gris .MODULO_DIRECTO_TIMELINE .second-wrap .noticia-timeline a strong {
  color: var(--negro) !important;
}

/* sistema de comentarios */
.comment-section {
  width: 100%;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  display: block !important
}

.toggle-comments {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 10px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.toggle-comments:focus {
  background-color: transparent;
}

.toggle-comments .item-izquierdo div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.toggle-comments .item-izquierdo span {
  font-family: var(--font-2);
  color: var(--neutral-gray-1);
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}

.toggle-comments .item-izquierdo p {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 8px;
  font-family: var(--font-2);
  color: var(--neutral-gray-1);
  font-weight: bold;
  font-size: 16px;
}

.toggle-comments .item-derecho {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.toggle-comments .item-derecho p {
  margin-bottom: 0;
  margin-top: 0;
  font-family: var(--font-2);
  color: var(--gris);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.arrow {
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.arrow.up {
  transform: rotate(180deg);
}

.comments-container {
  margin-top: 0;
  border: 0;
  border-top: none;
  padding: 15px;
  background-color: transparent;
}

.comments-container .acceso-obligatorio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
  margin-bottom: 48px;
}

.comments-container .acceso-obligatorio p {
  margin: 0;
  font-family: var(--font-2);
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color: var(--neutral-gray-2);
}

.comments-container .acceso-obligatorio .btn-accesos {
  justify-content: flex-start;
  width: 100%;
}

.comments-container .acceso-obligatorio .btn-accesos>a {
  max-width: 100%;
  width: 50%;
}

.comment {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px var(--gris-claro);
}

.comment-avatar {
  width: 75px;
  min-width: 75px;
  height: 75px;
  border-radius: 75px;
  overflow: hidden;
}

.comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.comment-body {
  flex-grow: 1;
}

.comment-body p {
  margin: 0 0 10px;
}

.comment-body .nombre {
  font-family: var(--font-2);
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: var(--gris-medio);
}

.comment-body .fecha {
  font-family: var(--font-2);
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color: var(--gris-medio);
  margin-bottom: 0;
}

.comment-body .comentario {
  margin-top: 10px;
  font-family: var(--font-2);
  font-size: 16px;
  font-weight: 300;
  color: var(--gris-medio);
}

.comment-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.comment-actions .reacciones {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.comment-actions .reply-btn {
  background: transparent;
  border: 0;
  padding: 0;
  font-family: var(--font-2);
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: var(--gris-medio);
}

.comment-actions .reply-btn, .comment-actions .like, .comment-actions .dislike {
  cursor: pointer;
}

.comment-actions .like, .comment-actions .dislike {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: var(--gris-medio);
  padding: 4px 8px;
  border-radius: 50px;
}

.comment-actions .like span, .comment-actions .dislike span {
  font-family: var(--font-2);
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: var(--gris-medio);
}

.comment-actions .like svg, .comment-actions .dislike svg {
  position: relative;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.comment-actions .like svg:hover, .comment-actions .dislike svg:hover {
  transform: translateY(-10px) scale(1.5);
}

.comment-actions .like svg:hover path, .comment-actions .dislike svg:hover path {
  fill: var(--color-periodico-1);
}

.reply-form {
  margin-top: 10px;
}

.reply-form textarea {
  width: 100%;
  height: 60px;
  padding: 8px;
  border: 1px solid var(--gris-ruta);
  margin-bottom: 5px;
  resize: none;
  font-family: var(--font-2);
  font-size: 16px;
  font-weight: 300;
  color: var(--gris-ruta);
}

.reply-form textarea::placeholder {
  font-family: var(--font-2);
  font-size: 16px;
  font-weight: 300;
  color: var(--gris-ruta);
}

.reply-form button {
  margin-left: auto;
  padding: 6px 18px;
}

.new-comment {
  margin-top: 20px;
}

.new-comment textarea {
  width: 100%;
  height: 60px;
  padding: 8px;
  border: 1px solid var(--gris-ruta);
  margin-bottom: 5px;
  resize: none;
  font-family: var(--font-2);
  font-size: 16px;
  font-weight: 300;
  color: var(--gris-ruta);
}

.new-comment .send-comment-btn {
  margin-top: 5px;
}

/* Ocultar comentarios al inicio */
.hidden {
  display: none;
}

/* profile */
.profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
}

.profile p {
  margin: 0;
  font-family: var(--font-2);
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: var(--neutral-gray-1);
}

.profile .separador {
  width: 100%;
  height: 1px;
  background-color: var(--neutral-gray-1);
}

.profile div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
}

.profile .form-control {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
}

.profile .form-control div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: fit-content;
}

.profile .form-control div label {
  font-weight: var(--fw-400);
  color: var(--neutral-gray-2);
  font-size: 16px;
  font-family: var(--font-2);
}

.profile .form-control div input {
  height: auto;
  font-weight: var(--fw-400);
  color: var(--neutral-gray-1);
  font-size: 22px;
  font-family: var(--font-2);
  margin-bottom: 0 !important;
}

.profile.reset-pass-profile .form-control div input{
  height: 45px;
}

.profile button {
  margin-top: 24px;
}

/* avatar upload */
.avatar-upload {
  position: relative;
  width: fit-content !important;
  margin: 0;
  gap: 8px !important;
}

.avatar-upload p {
  font-weight: var(--fw-400);
  color: var(--neutral-gray-2);
  font-size: 16px;
  font-family: var(--font-2);
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: var(--neutral-white);
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 100px;
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* cabecero panel usuario */
.cabecero-panel-usuario {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: solid 2px var(--neutral-gray-1);
}

.cabecero-panel-usuario>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.cabecero-panel-usuario .left {
  width: 50%;
}

.cabecero-panel-usuario .center {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.cabecero-panel-usuario .center img {
  max-height: 60px;
  width: auto;
}

.cabecero-panel-usuario .right {
  width: 50%;
  justify-content: flex-end;
}

/* suscripciones */
.suscripciones {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-bottom: 48px;
}

.suscripciones .titulos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.suscripciones .titulos p {
  font-family: var(--font-1);
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: var(--neutral-gray-1);
  margin: 0;
}

.suscripciones .titulos span {
  font-family: var(--font-2);
  font-size: 22px;
  text-align: center;
  font-weight: 300;
  color: var(--neutral-gray-2);
}

.suscripciones .precios {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.suscripciones .precios .subs {
  padding: 24px;
  min-height: 320px;
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: 0.5s all ease;
  transition: all 0.5s ease;
}

.suscripciones .precios .subs .titulo {
  font-family: var(--font-2);
  font-size: 16px;
  font-weight: 400;
  color: var(--neutral-black);
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

.suscripciones .precios .subs .precio {
  font-family: var(--font-1);
  font-size: 64px;
  line-height: 64px;
  font-weight: bold;
  color: var(--neutral-black);
  margin: 0;
  text-align: center;
}

.suscripciones .precios .subs .texto {
  font-family: var(--font-2);
  font-size: 16px;
  font-weight: 400;
  color: var(--neutral-gray-2);
  margin: 0;
  text-align: center;
}

.suscripciones .precios .subs:hover {
  background-color: var(--neutral-gray-4);
  transform: scale(1.1)
}

/* equipo & error */
.page-equipo .titulo p, .page-error p {
  margin: 0;
  font-family: var(--font-1);
  font-weight: 700;
  font-size: 32px
}

.page-aportaciones .seccion-tres, .page-aportaciones .seccion-uno {
  min-height: 300px;
  background-color: var(--neutral-gray-4);
  display: flex;
  position: relative
}

.page-error {
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row
}

.page-error .left, .page-error .right {
  width: 50%;
  height: 100%
}

.page-error .left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px
}

.page-equipo .subtitulo, .page-equipo .titulo {
  padding: 24px 0;
  border-top: solid 1px var(--neutral-gray-1)
}

.page-error .right {
  background-image: url("../../assets/img/decor/404.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.page-error .left div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 48px;
  max-width: 400px;
  margin: auto
}

.page-error p {
  color: var(--neutral-gray-1)
}

.page-error p span {
  color: var(--color-periodico-1)
}

.page-equipo .titulo {
  margin-bottom: 0
}

.page-equipo .titulo p {
  text-align: left;
  color: var(--neutral-gray-1)
}

.page-aportaciones .seccion-uno>div>p, .page-equipo .subtitulo p {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-1);
  margin: 0;
  text-align: left;
  color: var(--neutral-gray-1)
}

.page-equipo .subtitulo {
  margin-bottom: 24px
}

.page-equipo .contenido {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px
}

.page-equipo .contenido.sin-subcate {
  gap: 0
}

.page-equipo .contenido .subtitulo {
  width: 25%
}

.page-equipo .contenido .integrantes {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px
}

.page-equipo .contenido.sin-subcate .integrantes {
  width: 100%
}

.page-equipo .contenido .integrantes div.card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(33% - 14px);
  box-shadow: none;
  margin: 0;
  background-color: transparent;
  padding: 0;
  position: relative
}

.page-equipo .contenido .integrantes div.card .wrap-image {
  width: 110px;
  height: 110px;
  border-radius: 110px;
  border: solid 1px var(--neutral-gray-1);
  overflow: hidden;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  position: relative;
  z-index: 1
}

.page-equipo .contenido .integrantes div.card .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.page-equipo .contenido .integrantes div.card .card-body {
  min-height: 180px;
  border: solid 1px var(--neutral-gray-1);
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  position: relative;
  top: -30px
}

.page-equipo .contenido .integrantes div.card .card-body .datos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px
}

.page-equipo .contenido .integrantes div.card .card-body .datos .nombre {
  font-family: var(--font-2);
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--neutral-gray-1);
  margin: 0
}

.page-equipo .contenido .integrantes div.card .card-body .datos .cate {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--neutral-gray-1);
  margin: 0
}

.page-equipo .contenido .integrantes div.card .card-body .contacto {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px
}

.page-equipo .contenido .integrantes div.card .card-body .contacto a svg path {
  -moz-transition: .5s;
  -o-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s
}

.page-equipo .contenido .integrantes div.card .card-body .contacto a:hover svg path {
  fill: var(--color-periodico-1)
}

.page-aportaciones .seccion-uno {
  padding: 48px 0;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
  flex-wrap: wrap
}

.page-aportaciones .seccion-uno img {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  max-width: 250px
}

.page-aportaciones .seccion-uno>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  max-width: 768px;
  margin-left: 48px
}

.page-aportaciones .seccion-uno>div>p {
  line-height: 120%
}

.page-aportaciones .seccion-uno>div>span {
  font-size: 16px;
  font-weight: var(--fw-400);
  font-family: var(--font-2);
  line-height: 120%;
  color: var(--neutral-gray-1);
  text-align: left
}

.page-aportaciones .seccion-uno form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 4px;
  background: var(--neutral-white)
}

.page-aportaciones .seccion-uno form .titulo {
  font-family: var(--font-2);
  font-weight: var(--fw-400);
  font-size: 16px;
  line-height: 18px;
  color: var(--neutral-gray-1);
  margin-bottom: 8px
}

.page-aportaciones .seccion-uno form .form-check-inline {
  margin: 4px 0
}

.page-aportaciones .seccion-dos .box {
  width: 100%;
  margin: 48px 0;
  background: 0 0
}

::-webkit-details-marker {
  float: right;
  margin-top: 3px
}

.page-aportaciones .seccion-dos details {
  background: 0 0;
  padding: 10px 20px;
  border-radius: 0;
  margin-top: 20px;
  font-family: var(--font-2);
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
  border-bottom: solid 1px var(--neutral-gray-2)
}

.page-aportaciones .seccion-dos details summary {
  outline: 0
}

.page-aportaciones .seccion-tres {
  padding: 48px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 16px
}

.page-aportaciones .seccion-tres svg {
  position: absolute;
  top: 48px;
  left: 48px
}

.page-aportaciones .seccion-tres p {
  font-family: var(--font-2);
  color: var(--neutral-gray-1);
  font-size: 20px;
  font-weight: 500;
  margin: 0 !important
}

.page-aportaciones .seccion-tres span {
  color: var(--neutral-gray-2);
  font-weight: 400
}

/* ARTÍCULO */
.FEX, .FEN, .FP, .FD, .FB {
  display: none;
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .FD {
  display: flex
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit {
  border-top: solid 1px var(--gris-claro);
  padding-top: 24px;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2 {
  background-color: transparent;
  clip-path: unset;
  margin: unset;
  position: relative;
  width: 100%
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2.top-title {
  margin-bottom: 24px
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background: var(--neutral-gray-1)
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2 span {
  padding: 0 24px;
  background: var(--neutral-white);
  position: relative;
  z-index: 1;
  font-family: var(--font-2);
  color: var(--neutral-gray-1);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  gap: 12px
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2.cate {
  padding: 0
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2.cate a {
  font-family: var(--font-1);
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--color-periodico-1);
  letter-spacing: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: fit-content;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2.cate::before {
  display: none
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2 span .live-icon {
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--live);
  width: 14px;
  height: 14px;
  animation: 1.6s infinite live
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h1 {
  color: var(--negro);
  font-weight: 700;
  text-align: left;
  font-family: var(--font-1);
  font-size: 3rem;
  margin-bottom: 0;
}

/*area usuario */
.area-usuario {
  padding-bottom: 24px
}

.area-usuario .contenedor-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow-x: scroll
}

.area-usuario .inputs, .area-usuario [type=radio]:checked+label:after, .area-usuario [type=radio]:checked+label:before, .area-usuario [type=radio]:not(:checked)+label:after, .area-usuario [type=radio]:not(:checked)+label:before {
  display: none
}

.area-usuario .inputs:checked+label {
  background: var(--neutral-gray-4);
  color: var(--neutral-gray-1)
}

.area-usuario .contenedor-tabs label {
  display: inline-block;
  height: 47px !important;
  line-height: 47px !important;
  width: 100%;
  background: 0 0;
  color: #555;
  position: relative;
  transition: background .25s;
  cursor: pointer;
  text-align: center;
  padding: 0 !important;
  font-family: var(--font-2);
  font-weight: var(--fw-400);
  color: var(--neutral-gray-2);
  border-bottom: solid 1px var(--neutral-gray-3);
  min-width: 175px;
  font-size: 16px
}

.area-usuario .content-container {
  background: 0 0;
  position: relative;
  height: auto;
  margin-top: 1rem
}

.area-usuario .content-container .content {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: .25s;
  display: none
}

.area-usuario .content-container .content.active {
  opacity: 1;
  display: block
}

.text-center {
  text-align: center;
  justify-content: center !important;
  align-items: center !important;
}

.area-usuario .titulo {
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px
}

.mt-3 {
  margin-top: 1rem !important;
}

.area-usuario .titulo span {
  text-align: center;
  font-family: var(--font-1);
  font-size: 32px;
  line-height: 34px;
  color: var(--neutral-gray-1);
  font-weight: 700
}

.area-usuario .wrap-img {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  overflow: hidden
}

.area-usuario .wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center
}

.area-usuario .content-container .content .CONTENIDO-DER .contenedor-menu-lateral {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
  background: var(--neutral-gray-3);
  padding: 24px 12px;
}

.area-usuario .content-container .content .CONTENIDO-DER .titulo {
  text-align: left;
  margin: 0;
  font-family: var(--font-1);
  font-weight: 700;
  font-size: 32px;
  color: var(--neutral-black)
}

.area-usuario .content-container .content .CONTENIDO-DER .estado-subs {
  text-align: center;
  margin: 0;
  font-family: var(--font-2);
  font-weight: var(--fw-400);
  font-size: 18px;
  color: var(--neutral-black)
}

.area-usuario .content-container .content .CONTENIDO-DER select {
  display: block;
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  padding: 10px;
  border: 1px solid var(--neutral-gray-1);
  border-radius: 0;
  height: 3rem;
  text-align: center;
  color: var(--neutral-gray-1);
  font-family: var(--font-2);
  font-weight: 700;
  font-size: 18px
}

.area-usuario .content-container .content #cd-search {
  left: unset;
  opacity: 1;
  position: relative;
  top: unset;
  transform: unset;
  visibility: visible;
  width: 100%;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0
}

.area-usuario .content-container .content #cd-search form label {
  color: var(--neutral-gray-2);
  font-size: 16px;
  font-weight: var(--fw-500);
  font-family: var(--font-2);
  text-align: left;
  border-bottom: 0
}

.area-usuario .content-container .content #cd-search form input {
  background: 0 0;
  border-bottom: solid 1px var(--neutral-gray-1);
  border-radius: 0;
  box-sizing: border-box;
  color: var(--neutral-gray-1);
  font-size: 20px;
  font-weight: var(--fw-300);
  font-family: var(--font-2);
  height: 32px;
  padding: .5em .5em 16px;
  margin-bottom: 0 !important;
  position: relative
}

.area-usuario .content-container .content #cd-search form input::placeholder {
  color: var(--neutral-gray-1)
}

.area-usuario .content-container .content #cd-search form div {
  width: 100%;
  height: 32px;
  position: relative
}

.area-usuario .content-container .content #cd-search form svg {
  position: absolute;
  left: unset;
  top: -3px;
  right: 5px;
  z-index: 2
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-text .fecha-guardado {
  margin: 0;
  font-family: var(--font-2);
  font-size: 14px;
  font-style: italic;
  font-weight: var(--fw-400);
  color: var(--neutral-gray-2)
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-text .wrap-otros {
  margin-top: 0
}

.area-usuario .content-container .content .CONTENIDO-IZQ .contenedor-premium {
  width: 100%;
  display: flex
}

.area-usuario .content-container .content .CONTENIDO-IZQ .contenedor-premium .wrap-izq {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  width: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 48px
}

.area-usuario .content-container .content .CONTENIDO-IZQ .contenedor-premium .wrap-izq .titulo {
  margin: 0;
  font-family: var(--font-1);
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: var(--neutral-white)
}

.area-usuario .content-container .content .CONTENIDO-IZQ .contenedor-premium .wrap-izq ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  margin: 0
}

.area-usuario .content-container .content .CONTENIDO-IZQ .contenedor-premium .wrap-izq ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-2);
  font-weight: var(--fw-500);
  font-size: 22px;
  line-height: 24px;
  color: var(--neutral-white)
}

.area-usuario .content-container .content .CONTENIDO-IZQ .contenedor-premium .wrap-izq ul li.line {
  width: 100%;
  height: 1px;
  background-color: var(--neutral-white)
}

.area-usuario .content-container .content .CONTENIDO-IZQ .contenedor-premium .wrap-der {
  width: 40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.area-usuario .content-container .content .tipo-newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid var(--color-periodico-1);
  border-radius: 5px;
  padding: 8px
}
.area-usuario .content-container .content .tipo-newsletter a:hover{
  color: var(--neutral-gray-1);
  opacity: .8;
}
.area-usuario .content-container .content .tipo-newsletter .msg-unsuscribe-sm{
  display: none;
}

.area-usuario .content-container .content .tipo-newsletter .tipo {
  font-family: var(--font-2);
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: var(--neutral-gray-1);
  margin: 0
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;


}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter .lista {
  padding-right: 1rem;
  border-right: 1px solid var(--color-periodico-1);
  height: 100%;
  width: 50%;
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter .titulo {
  font-family: var(--font-2);
  font-weight: var(--fw-400);
  font-size: 22px;
  line-height: 24px;
  color: var(--color-periodico-1);
  margin: 0
}

.area-usuario .content-container .content .CONTENIDO-IZQ .titulo {
  font-family: var(--font-2);
  font-weight: var(--fw-400);
  font-size: 22px;
  line-height: 24px;
  color: var(--color-periodico-1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter .newsletter_ {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  width: 100%;
  margin-bottom: 6px;
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter .newsletter_.blocked {
  opacity: .5
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter .newsletter_.blocked:hover {
  cursor: not-allowed;
  opacity: .7
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter .newsletter_ .textos {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter .newsletter_ .textos h3 {
  margin: 0;
  font-family: var(--font-2);
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: var(--neutral-gray-1)
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter .newsletter_ .textos .descripcion {
  margin: 0;
  font-family: var(--font-2);
  font-weight: var(--fw-400);
  font-size: 16px;
  line-height: 18px;
  color: var(--neutral-gray-2)
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter .newsletter_ .textos .frecuencia {
  margin: 0;
  font-family: var(--font-2);
  font-weight: var(--fw-400);
  font-size: 22px;
  line-height: 24px;
  color: var(--neutral-gray-1)
}

.area-usuario .content-container .content .CONTENIDO-IZQ .premium {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%
}

.area-usuario .content-container .content .CONTENIDO-IZQ .premium>div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px
}

.area-usuario .content-container .content .CONTENIDO-IZQ .premium>div>div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter .newsletter_ .check>div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter .newsletter_ .check label {
  font-family: var(--font-1);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: var(--neutral-gray-1)
}

.area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter .newsletter_ .check input {
  /*position: unset;
  opacity: 1;
  border-radius: 0;
  border-color: var(--neutral-gray-1)*/
}

.area-usuario-restringida{
  padding-bottom: 0;
  padding-top: 24px;
}
.area-usuario-restringida .titulo-area-restringida{
  margin-bottom: 0;
}
.area-usuario-restringida .titulo-area-restringida span{
  text-align: left;
}

/* TIPOS DE FICHAS ARTÍCULOS */
.wrap-listado-noticias ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1px;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding-left: 20px;
}

.wrap-listado-noticias ul li {
  text-align: left
}
.wrap-listado-noticias ul li{
  list-style: disc !important;
}

.wrap-listado-noticias ul li a {
  font-family: var(--font-1);
  color: var(--negro);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  padding-left: 0
}

.wrap-listado-noticias ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\25A0";
  font-size: 15px;
  color: var(--negro);
  display: none;
}

.wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .wrap-listado-noticias, .wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .wrap-listado-noticias {
  display: flex
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .mas-informacion {
  margin-bottom: 48px;
  display: flex
}

.wrap-FICHA-ARTICULO .mas-informacion ul li {
  margin: 0;
  padding: 18px .5em;
  position: relative;
  border-bottom: solid 1px var(--neutral-4)
}

.wrap-FICHA-ARTICULO .mas-informacion ul li:last-child {
  border-bottom: 0
}

.wrap-FICHA-ARTICULO .mas-informacion ul li a {
  word-break: break-word;
  text-wrap: pretty;
  font-size: 16px !important;
  margin: 0 !important;
  font-family: var(--font-1) !important;
  font-weight: bold;
  color: var(--negro);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  line-height: normal;
}

.wrap-FICHA-ARTICULO .lo-mas-leido-cabecero span {
  font-size: 22px
}

.wrap-FICHA-ARTICULO .lo-mas-leido-cabecero span {
  padding-left: 0;
}

.newsletter .TITULO-listado h2 span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: capitalize !important
}

.newsletter .TITULO-listado p {
  font-family: var(--font-1);
  color: var(--neutral-black);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  max-width: 80%;
  margin: auto;
  line-height: 120%;
  text-wrap: pretty
}

.newsletter .BLOQUE-BOLETIN {
  background: var(--neutral-white);
  border: 0;
  border-radius: 0;
  margin: 0 0 24px;
  padding: 0
}

.newsletter .TITULO-listado {
  margin-bottom: 0
}

.newsletter .BLOQUE-BOLETIN .wrap-boletin input {
  background: 0 0 !important;
  margin: 0;
  padding-left: 0;
  font-family: var(--font-2);
  border: 0 !important;
  border-bottom: solid 1px var(--neutral-gray-1) !important;
  box-sizing: border-box;
  color: var(--neutral-gray-1);
  font-family: var(--font-2)
}

.LISTADO_BLOGS_ARTICULOS h1:after, .newsletter .select-wrapper span.caret, .wrap-FICHA-ARTICULO .art-relacionados .MODULO>div>div .cate-tag, .wrap-FICHA-ARTICULO .art-relacionados .MODULO>div>div .es-multimedia, .wrap-FICHA-ARTICULO.ARTICULO_BLOG h1:after, .wrap-FICHA-ARTICULO.ARTICULO_BLOG h1:before, .wrap-FICHA-ARTICULO.ARTICULO_PREMIUM .FP .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p, .wrap-FICHA-ARTICULO.ARTICULO_SIN_COMENTARIOS .comment-section, .wrap-FICHA-ARTICULO.ARTICULO_SIN_PUB .BANNER, .wrap-FICHA-ARTICULO.articulo-opinion h1:after, .wrap-FICHA-ARTICULO.articulo-opinion h1:before {
  display: none
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO ul.art-etiquetas li {
  font-family: var(--font-2);
  color: var(--neutral-gray-2);
  font-weight: var(--fw-700);
  font-size: 16px;
  font-family: var(--font-2);
  font-style: normal;
  text-transform: capitalize
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO ul.art-etiquetas li a {
  border-right: 0;
  display: block;
  padding: 0 .5em;
  font-family: var(--font-2);
  color: var(--neutral-gray-1);
  font-weight: var(--fw-700);
  text-decoration: none;
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize
}

.wrap-FICHA-ARTICULO .art-relacionados .TITULO-listado h2 span {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-2);
  color: var(--neutral-gray-1)
}

.wrap-FICHA-ARTICULO .art-relacionados .MODULO>div {
  display: flex;
  flex-wrap: wrap;
  gap: 24px
}

.art-relacionados .unslick article .wrap-media {
  margin: 0 !important
}

.wrap-FICHA-ARTICULO .BN-intermedio-especial {
  width: 100%;
  border-top: solid 1px var(--neutral-gray-1);
  border-bottom: solid 1px var(--neutral-gray-1);
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  min-height: 200px;
  margin-bottom: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px
}

.wrap-FICHA-ARTICULO .BN-intermedio-especial .wrap-logo {
  background-image: url(../img/logos/logo-central.png);
  max-width: 150px;
  height: 30px
}

.wrap-FICHA-ARTICULO .BN-intermedio-especial div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  max-width: 260px
}

.wrap-FICHA-ARTICULO .BN-intermedio-especial div>p {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-1);
  line-height: 120%;
  color: var(--neutral-gray-1);
  margin: 0;
  text-align: left
}

.wrap-FICHA-ARTICULO .BN-intermedio-especial div>span {
  font-size: 16px;
  font-weight: var(--fw-400);
  font-family: var(--font-2);
  line-height: 120%;
  color: var(--neutral-gray-1);
  text-align: left
}

.wrap-FICHA-ARTICULO .BN-intermedio-especial div>img {
  position: absolute;
  max-height: 200px;
  width: auto;
  right: 0;
  bottom: 0;
  opacity: .9;
  z-index: -1
}

.wrap-FICHA-ARTICULO .CONTENIDO-ARTICULO .art-autor ul li.redactor a:first-child {
  margin-bottom: 8px;
  color: var(--neutral-gray-1) !important;
  font-weight: 400;
  font-family: var(--font-2);
  font-size: 22px
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.redactor {
  position: relative;
  padding-left: 0;
  text-align: left;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.redactor a {
  padding-right: 0;
  color: var(--color-periodico-1) !important;
  font-weight: bold;
  font-size: 16px;
  font-family: var(--font-1);
  /*text-transform: uppercase;*/
}

.wrap-FICHA-ARTICULO .CONTENIDO-ARTICULO .art-autor>ul li a, .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.redactor a:first-child {
  color: var(--gris)
}

.wrap-FICHA-ARTICULO .CONTENIDO-ARTICULO .art-autor ul li .edicion a {
  font-size: 18px;
  margin-bottom: 8px;
}

.wrap-FICHA-ARTICULO .CONTENIDO-ARTICULO .art-autor ul.social-media li a {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--gris-claro);
}


.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.redactor a:first-child {
  color: var(--color-periodico-1) !important;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.redactor .edicion a {
  color: var(--color-periodico-1) !important;
  font-family: var(--font-1);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.edicion {
  color: var(--neutral-gray-1) !important;
  font-family: var(--font-2)
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado .fecha-mod, .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado .fecha-pub, .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado .hora-pub {
  display: inline;
  white-space: nowrap;
  color: var(--gris-claro);
  font-family: var(--font-3)
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado .fecha-pub,
.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado .hora-pub{
  color: var(--gris-medio);
  font-size: 12px;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado .fecha-pub svg{
  height: 11px;
  margin-bottom: -1px;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado .fecha-mod strong {
  color: var(--gris-claro);
  font-weight: 400
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .seg-vivo {
  width: 100%;
  padding: 48px;
  background: var(--neutral-gray-4);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .seg-vivo .lo-mas-leido-cabecero span {
  background: var(--neutral-gray-4)
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .seg-vivo ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  overflow: scroll;
  max-height: 400px;
  width: 100%
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .seg-vivo ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .seg-vivo ul li .wrap-image {
  width: 25%;
  min-width: 25%;
  height: 115px
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .seg-vivo ul li .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .seg-vivo ul li .wrap-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .seg-vivo ul li .wrap-info .hora {
  font-family: var(--font-2);
  font-weight: var(--fw-400);
  font-size: 16px;
  color: var(--color-periodico-1)
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .seg-vivo ul li .wrap-info .entradilla {
  font-family: var(--font-1);
  font-weight: 700;
  font-size: 16px;
  color: var(--neutral-gray-1);
  text-decoration: none
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .FB, .wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .FEN, .wrap-FICHA-ARTICULO.ARTICULO_EXCLUSIVA .FEX, .wrap-FICHA-ARTICULO.ARTICULO_PREMIUM .FP {
  display: block
}

.wrap-FICHA-ARTICULO.ARTICULO_PREMIUM .FP .suscripciones {
  gap: 12px;
  padding-bottom: 24px
}

.wrap-FICHA-ARTICULO.ARTICULO_PREMIUM .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p:first-child {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis
}

.wrap-FICHA-ARTICULO.ARTICULO_PREMIUM .premium {
  min-height: 200px;
  width: 100%;
  background: var(--neutral-gray-4);
  position: relative
}

.wrap-FICHA-ARTICULO.ARTICULO_PREMIUM .premium:before {
  content: "";
  position: absolute;
  top: -13.3125rem;
  left: 0;
  height: 12.5rem;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 23%, var(--neutral-white) 74%);
  pointer-events: none
}

.wrap-FICHA-ARTICULO.ARTICULO_PREMIUM .premium .suscripciones .precios .subs:hover {
  box-shadow: 1px 1px 30px var(--neutral-gray-1)
}

.wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo .art-cita.FEN, .wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo blockquote {
  border: none !important;
  color: var(--neutral-gray-2);
  font-size: .95em !important;
  font-style: italic;
  line-height: 1.45em;
  margin: 2em 0;
  position: relative;
  width: 100%;
  background: #fbfbfb;
  padding: 24px
}

.wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo .art-cita.FEN:before, .wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo blockquote:before {
  -webkit-font-feature-settings: "liga";
  color: var(--color-periodico-1);
  content: "format_quote";
  font-family: Material Icons;
  font-size: 4em;
  font-style: normal;
  left: 0;
  position: absolute;
  top: -10px;
  transform: scaleX(-1);
  opacity: .5
}

.wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo blockquote h2{font-size: 30px;}

.wrap-FICHA-ARTICULO.ARTICULO_ANCHO .CONTENIDO-ARTICULO, .wrap-FICHA-ARTICULO.ARTICULO_ANCHO .wrap-media, .wrap-FICHA-ARTICULO.ARTICULO_ANCHO .wrap-tit {
  width: 100% !important
}

.wrap-FICHA-ARTICULO.ARTICULO_ANCHO .COLUMNA-DER {
  display: none !important
}

/* CAMBIOS LEO */
.MODULO-4-4 .second-wrap .card-noticias-destacada h3, .titulo-destacado h2 {
  font-size: 16px !important
}

.MODULO .wrap-media .img-wrap {
  padding-bottom: 40%
}

.side-nav {
  padding: 0;
  padding-left: 0 !important;
  z-index: 9999999999;
  width: 400px;
  max-height: fit-content;
  overflow: scroll;
}

.side-nav li>a li>a>[class*=mdi-], .side-nav li>a>[class^=mdi-], .side-nav li>a>i, .side-nav li>a>i.material-icons {
  line-height: 100%;
  height: 22px
}

.side-nav li>a{
  height: 40px;
}

.side-nav li {
  line-height: normal;
}

.collapsible-header {
  min-height: 1px;
}

#slide-out .zmdi {
  font-size: 22px
}

.MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros .pie-noticia .contenedor-comentarios span, .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros .pie-noticia .contenedor-redactor span a {
  color: var(--neutral-white) !important
}

.MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros .pie-noticia .contenedor-comentarios svg, .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros .pie-noticia .contenedor-comentarios svg path {
  stroke: var(--neutral-white)
}

.wrap-otros .pie-noticia .contenedor-comentarios svg:hover path {
  stroke: var(--color-periodico-1) !important
}

.MODULO-30-70 {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem
}

.MODULO-30-70 .first-wrap {
  width: 30%;
  gap: 24px
}

.MODULO-30-70 .first-wrap article, .MODULO-OPINION-6 .contenedores.container-1 {
  margin-bottom: 2em
}

.MODULO-30-70 .first-wrap .firma-hibrida, .MODULO-30-70 .first-wrap .wrap-media, .MODULO-4-4 .second-wrap .card-noticias-destacada .entradilla, .MODULO-4-4 .second-wrap .card-noticias-destacada .wrap-media, .MODULO-4-4 .second-wrap .contenedor-1 .wrap-both .wrap-text .entradilla, .MODULO-4-4 .second-wrap .contenedor-1 .wrap-both .wrap-text .firma-hibrida, .MODULO-OPINION .first-wrap .contenedores .entradilla, .MODULO-OPINION .first-wrap .contenedores .wrap-media, .MODULO-OPINION.MODULO-OPINION-6 .wrap-both .firma-hibrida::before, .MODULO_DIRECTO_TIMELINE .second-wrap .entradilla, .MODULO_DIRECTO_TIMELINE .second-wrap .wrap-media, article.articulo-opinion .img-wrap {
  display: none
}

.MODULO-30-70 .first-wrap .entradilla, .MODULO_DIRECTO .entradilla, .directo .MODULO_DIRECTO_TIMELINE .second-wrap .TITULO-listado a::after {
  display: none !important
}

.MODULO-30-70 .first-wrap h3 {
  font-size: 20px !important
}

.MODULO-30-70 .second-wrap, .MODULO_DIRECTO_TIMELINE .first-wrap {
  width: 70%
}

.MODULO-30-70 .second-wrap .wrap-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  padding-top: 1rem;
  align-items: center;
}

.MODULO-30-70 .second-wrap .wrap-text .entradilla, .MODULO-30-70 .second-wrap .wrap-text header {
  width: calc(50% - .5em)
}

.MODULO-30-70 .second-wrap .wrap-text header h3 a {
  font-size: .8em
}

.MODULO-30-70 .second-wrap .wrap-text .wrap-otros {
  width: 100%;
  margin-top: 0
}

.MODULO-30-70 .second-wrap .entradilla, .MODULO-30-70 .second-wrap .wrap-otros, .MODULO-30-70 .second-wrap header, .MODULO-OPINION .first-wrap .contenedores .wrap-both .wrap-text, .MODULO-OPINION .first-wrap .contenedores.container-1 .wrap-both .firma-hibrida, .MODULO-OPINION .first-wrap .contenedores.container-1 .wrap-both .wrap-text, .MODULO-OPINION.MODULO-OPINION-4 .contenedores {
  width: 100%
}

.MODULO-30-70 .second-wrap h3 {
  font-size: 2.5em;
  margin-bottom: .3em;
}

.MODULO .MODULO_DIRECTO .first-wrap .wrap-media .img-wrap {
  padding-bottom: 50%
}

.directo .TITULO-listado h2 span {
  background: var(--neutral-white);
  position: relative;
  z-index: 2;
  padding-left: 16px;
  padding-right: 32px
}

.directo .TITULO-listado a {
  position: relative
}

.MODULO_DIRECTO a, .MODULO_DIRECTO_TIMELINE .second-wrap .noticia-timeline a {
  color: var(--neutral-gray-1)
}

.directo .TITULO-listado a::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  animation: 2s infinite punto;
  background-color: var(--live);
  border-radius: 16px
}

.directo .MODULO_DIRECTO_TIMELINE .second-wrap .TITULO-listado h2 span {
  background: var(--neutral-white);
  position: relative;
  z-index: 2;
  padding-left: 16px;
  padding-right: 16px
}

.MODULO_DIRECTO_TIMELINE {
  display: flex;
  gap: 24px;
  position: relative
}

.MODULO_DIRECTO_TIMELINE .second-wrap {
  width: 30%;
  display: flex;
  flex-direction: column;
  height: 100%
}

.MODULO_DIRECTO_TIMELINE .second-wrap .timeline-container {
  overflow-x: visible !important;
  overflow-y: scroll !important;
  max-height: 546px;
  padding-left: 1rem
}

.MODULO_DIRECTO_TIMELINE .second-wrap header h3 {
  font-size: 16px
}

.MODULO_DIRECTO_TIMELINE .second-wrap .timeline {
  border-left: 1px solid var(--neutral-black);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem
}

.MODULO_DIRECTO_TIMELINE .second-wrap .titulo-timeline h2 {
  font-size: 16px !important;
  font-weight: 400
}

.MODULO_DIRECTO_TIMELINE .second-wrap .noticia-timeline {
  position: relative;
  min-height: 121px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 8px
}

.MODULO_DIRECTO_TIMELINE .second-wrap .noticia-timeline::before {
  content: "";
  background-image: url(/web/assets_new/img/decor/circulito.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -25px;
  top: 10px;
  z-index: 99
}

.MODULO_DIRECTO_TIMELINE .second-wrap .noticia-timeline.is_video::before {
  background-image: url(/web/assets_new/img/decor/icon-video.svg)
}

.MODULO_DIRECTO_TIMELINE .second-wrap .noticia-timeline.is_multimedia::before {
  background-image: url(/web/assets_new/img/decor/icon-multimedia.svg)
}

.MODULO_DIRECTO_TIMELINE .second-wrap .noticia-timeline .hora {
  font-size: 1.5rem;
  color: var(--neutral-gray-2);
  font-family: var(--font-2)
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit {
  width: calc(100% - 2em)
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo ul {
  padding-left: 35px;
}

.MODULO-4-4, .MODULO-4-4 .second-wrap .contenedor-1 .wrap-both {
  display: flex
}

.MODULO-4-4 .first-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.MODULO-4-4 .first-wrap article .wrap-both .wrap-text header {
  margin-top: 1rem
}

.MODULO-4-4 .second-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  gap: 1rem
}

.MODULO-4-4 .second-wrap .contenedor-1 {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  background-color: var(--neutral-5);
  padding: 1em
}

.MODULO-4-4 .second-wrap .contenedor-1 .wrap-both .wrap-media {
  width: 40%
}

.MODULO-4-4 .second-wrap .contenedor-1 .wrap-both .wrap-text {
  width: 60%;
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.MODULO-4-4 .second-wrap .contenedor-1 .wrap-both .wrap-text h3 {
  font-size: 16px;
  padding-right: 10px
}

.titulo-destacado h2 {
  font-weight: 400 !important
}

.MODULO-4-4 .second-wrap .card-noticias-destacada .numero-destacado {
  font-size: 22px !important;
  color: var(--neutral-gray-2);
  margin: 0 0 8px
}

.MODULO-4-4 .second-wrap .contenedor-2 .noticias-destacadas {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.MODULO-4-4 .second-wrap .contenedor-2 .titulo-destacado, .MODULO-OPINION-6 .contenedores.container-1:last-child {
  margin-bottom: 0
}

.MODULO_ASIM_1_6 .sec-wrap article {
  margin-right: 0
}

.MODULO_ASIM_1_6 .sec-wrap {
  gap: 1rem
}

.MODULO-OPINION {
  display: flex;
  flex-direction: column;
  padding-top: 1em;
  padding-bottom: 1em;
}

.MODULO-OPINION .first-wrap {
  display: flex;
  gap: 1rem
}

.MODULO-OPINION .first-wrap .contenedores {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5em
}

.MODULO-OPINION .first-wrap .contenedores h3 {
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-max-lines: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.MODULO-OPINION .contenedores, .MODULO-OPINION.MODULO-OPINION-5 .container-1 {
  width: 33%
}

.MODULO-OPINION .first-wrap .contenedores .wrap-both .firma-hibrida {
  width: 25%;
  border-radius: 50%;
  border: 0;
  height: fit-content;
  display: flex;
  justify-content: center;
  margin-bottom: 0
}

.MODULO-OPINION .first-wrap .contenedores .wrap-both .firma-hibrida img {
  border-radius: 50%;
}

.MODULO-OPINION .first-wrap .contenedores.container-1 .wrap-both .firma-hibrida {
  border: 0;
  max-width: 110px;
  position: relative
}

.MODULO-OPINION .first-wrap .contenedores.container-1 .wrap-both {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem
}

.MODULO-OPINION .first-wrap .contenedores.container-1 .wrap-both .wrap-text h3 {
  display: block;
  text-align: center
}

.MODULO-OPINION .wrap-otros .pie-noticia, .articulo-opinion .pie-noticia {
  justify-content: center !important
}

.articulo-opinion h3 a {
  text-align: center !important
}

.MODULO-OPINION.MODULO-OPINION-4 .first-wrap .container-1 {
  display: flex;
  flex-direction: row
}

.MODULO-OPINION.MODULO-OPINION-4 .first-wrap .container-1 article {
  width: 25%
}

.MODULO-OPINION.MODULO-OPINION-4 .container-1 .firma-hibrida, .MODULO-OPINION.MODULO-OPINION-5 .container-1 .firma-hibrida {
  display: flex;
  justify-content: center
}

.MODULO .MODULO-OPINION-7 .container-2 .wrap-both .wrap-text .wrap-otros, .MODULO .MODULO-OPINION-7 .container-3 .wrap-both .wrap-text .wrap-otros, .MODULO-OPINION.MODULO-OPINION-4 .wrap-both .wrap-text .wrap-otros {
  margin-top: 12px
}

.MODULO-OPINION.MODULO-OPINION-5 .container-2 {
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  height: fit-content;
  width: 66%
}

.MODULO-OPINION.MODULO-OPINION-5 .container-2 article {
  width: calc(50% - 1rem);
  height: fit-content
}

.MODULO .MODULO-OPINION-7 .container-2 .wrap-both, .MODULO .MODULO-OPINION-7 .container-3 .wrap-both, .MODULO-OPINION.MODULO-OPINION-5 .container-2 .wrap-both {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em
}

.MODULO-OPINION.MODULO-OPINION-5 .container-2 .wrap-both .firma-hibrida {
  margin-bottom: 0;
  min-width: 80px
}

.MODULO-OPINION.MODULO-OPINION-5 .container-2 .wrap-both .wrap-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .5em
}

.MODULO .MODULO-OPINION-7 .container-2 .wrap-both .wrap-text header h3 a, .MODULO .MODULO-OPINION-7 .container-3 .wrap-both .wrap-text header h3 a, .MODULO-OPINION.MODULO-OPINION-5 .container-2 .wrap-both .wrap-text header h3 a, .MODULO-OPINION.MODULO-OPINION-6 .wrap-both .wrap-text header h3 a {
  text-align: left !important
}

.MODULO-OPINION.MODULO-OPINION-5 .container-2 article .wrap-otros, .MODULO-OPINION.MODULO-OPINION-6 .wrap-both .wrap-text .wrap-otros {
  margin-top: 0
}

.MODULO .MODULO-OPINION-7 .container-2 .wrap-otros .pie-noticia, .MODULO .MODULO-OPINION-7 .container-3 .wrap-otros .pie-noticia, .MODULO-OPINION.MODULO-OPINION-5 .container-2 article .wrap-otros .pie-noticia {
  justify-content: flex-start !important
}

.MODULO-OPINION-6 .first-wrap {
  display: block
}

.MODULO-OPINION-6 .contenedores {
  flex-direction: row !important;
  width: 100%
}

.MODULO-OPINION-6 .contenedores article {
  width: calc(33% - 1rem)
}

.MODULO-OPINION.MODULO-OPINION-6 .wrap-both {
  flex-direction: row !important
}

.MODULO-OPINION.MODULO-OPINION-6 .wrap-both .firma-hibrida {
  width: 25px !important;
  border: 1px solid var(--color-periodico-1) !important;
  min-width: 80px
}

.MODULO-OPINION.MODULO-OPINION-6 .wrap-both .wrap-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

article.articulo-opinion .wrap-both {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

article.articulo-opinion .wrap-both .pretitulo {
  text-align: center;
  margin-top: 0;
}

article.articulo-opinion .wrap-both .wrap-text h3, article.articulo-opinion .wrap-both .wrap-text h3 a {
  text-align: center;
  font-weight: 400;
}

article.articulo-opinion .firma-hibrida {
  display: flex !important;
  width: 44%;
  justify-content: center;
  margin: 0 auto;
  max-width: 150px;
  min-width: 150px;
  height: 150px;
  border-radius: 150px;
  overflow: hidden;
  background-color: var(--color-periodico-2);
}

article.articulo-opinion .firma-hibrida img {
  border-radius: 150px;
  border: 0;
  filter: grayscale(100%) contrast(1.2);
  opacity: .8;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

article.articulo-opinion .firma-hibrida::after {
  content: '';
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 0;
  transition: all ease-in-out .5s;
  mix-blend-mode: lighten;
  filter: contrast(1.1);
}

.directo .cate-tag.en-directo, article.exclusiva .cate-tag.en-exclusiva {
  display: block !important
}

article.exclusiva * {
  color: var(--neutral-white) !important;
  stroke: var(--neutral-white)
}

.wrap-text {
  padding: 1rem 1rem 1rem 0
}

.MODULO-4-4 .second-wrap .contenedor-1 .wrap-text {
  padding: 0 0 0 1rem !important
}

.MODULO-4-4 .noticias-destacadas .wrap-text {
  padding: 0 !important
}

.MODULO .MODULO-OPINION-7 .first-wrap .contenedores {
  justify-content: flex-start
}

.MODULO .MODULO-OPINION-7 .container-1 .wrap-both .wrap-text header {
  max-width: 90%;
  margin: auto
}

.wrap-FICHA-ARTICULO .social-media {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.2em;
  margin-top: .5em !important
}

.wrap-FICHA-ARTICULO .social-media li {
  display: flex !important;
  align-items: center;
  justify-content: center
}

.wrap-FICHA-ARTICULO .social-media li a i {
  color: var(--gris);
  font-size: 18px
}

.wrap-FICHA-ARTICULO .social-media .autor-comentarios {
  position: relative;
  border-left: solid 1px var(--neutral-gray-1);
  padding-left: 8px
}

.wrap-FICHA-ARTICULO .social-media .autor-comentarios span {
  position: absolute;
  background: var(--neutral-gray-1);
  width: 18px;
  height: 18px;
  border-radius: 15px;
  color: var(--neutral-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--font-2);
  top: -8px;
  right: -8px
}

/* cambios solicitados 26/09/24 */
.MODULO_XL .wrap-media .img-wrap {
  padding-bottom: 40%
}

.MODULO_XL .wrap-media .img-wrap img, .wrap-media .img-wrap.img-center img {
  object-fit: cover;
  object-position: center
}

.wrap-media .img-wrap.img-top img {
  object-fit: cover;
  object-position: top
}

.wrap-media .img-wrap.img-bottom img {
  object-fit: cover;
  object-position: bottom
}

.wrap-media .img-wrap.img-left img {
  object-fit: cover;
  object-position: left
}

.wrap-media .img-wrap.img-right img {
  object-fit: cover;
  object-position: right
}

.wrap-FICHA-ARTICULO .container .BN {
  /*background: 0 0;*/
  border: 0
}

.wrap-ULTIMAHORA h3 {
  line-height: 40px
}

.wrap-ULTIMAHORA .container .simple-ticker ul li article .wrap-both .wrap-text {
  padding: 0 !important
}

.MODULO_ASIM_1_3 .sec-wrap article .wrap-both .wrap-text, .MODULO_HORIZ_3 .sec-wrap article .wrap-both .wrap-text, .MODULO_HORIZ_3 .third-wrap article .wrap-both .wrap-text {
  padding-top: 0
}

.MODULO_ASIM_1_3 article .wrap-both .wrap-text header, .MODULO_HORIZ_3 article .wrap-both .wrap-text header {
  margin-top: 0
}

.MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros .pie-noticia .contenedor-redactor span a {
  color: var(--neutral-gray-1) !important
}

.MODULO_VERT_4_Opinion article {
  padding-right: 2em
}

.MODULO_VERT_4_Opinion article:last-child {
  padding-right: 0
}

.slick-slider .slick-arrow {
  background: var(--color-periodico-1)
}

.slick-slider .slick-arrow i.material-icons {
  color: var(--blanco)
}

.MODULO .MODULO_1_4_1 .sec-wrap article .es-multimedia {
  display: none
}

.wrap-text {
  padding: 0
}

.MODULO .sec-wrap article .wrap-both .wrap-text {
  margin-bottom: 0
}

.MODULO_XL_OVER .entradilla {
  font-size: 1.4rem
}

.MODULO_SLIDER .wrap-text {
  padding: .75em 2em
}

.MODULO .MODULO_DIRECTO_TIMELINE article .wrap-both .wrap-text header, .MODULO_1_4 .first-wrap header, .MODULO_XL .wrap-both .wrap-text header h3 {
  margin-top: .7rem
}

.MODULO_1_4_1 .third-wrap article .wrap-both .wrap-text header, .MODULO_ASIM_1_3_3 .first-wrap article .wrap-both .wrap-text header, .MODULO_VERT_2 header {
  margin-top: 1em
}

.MODULO_ASIM_1_3 .first-wrap article .wrap-both .wrap-text header, .MODULO_ASIM_1_6 .first-wrap article .wrap-both .wrap-text header, .MODULO_XXL .first-wrap article .wrap-both .wrap-text header {
  margin-top: 1em !important
}

.MODULO_XXL .first-wrap article .wrap-both .wrap-text header {
  width: 100%;
}

.MODULO_1_4 .sec-wrap header {
  margin-top: 0 !important
}

.MODULO_1_4 .sec-wrap article {
  margin-bottom: 1rem
}

.MODULO_1_4 .sec-wrap article:last-child {
  margin-bottom: 0
}

.MODULO_1_4 .first-wrap article .wrap-media .img-wrap {
  padding-bottom: 50%
}

.MODULO .MODULO_HORIZ_1 article .wrap-both .wrap-text header, .MODULO .MODULO_M article .wrap-both .wrap-text header, .MODULO_1_4_1 .sec-wrap article .wrap-both .wrap-text header {
  margin-top: 0
}

.MODULO_ASIM_1_3_3 {
  flex-wrap: wrap
}

.MODULO_ASIM_1_3_3 .sec-wrap article:last-child {
  border-bottom: none;
  margin-bottom: 0
}

.gridtab--0>div.wrap-text {
  border-width: 0 !important;
  border-color: transparent !important;
  background: 0 0 !important;
  width: 25% !important
}

.gridtab--0>div:first-child, .gridtab--0>div:nth-child(2), .gridtab--0>div:nth-child(3), .gridtab--0>div:nth-child(4) {
  padding-top: 0
}

.MODULO_DIRECTO .wrap-both {
  display: flex;
  flex-direction: column
}

.MODULO_DIRECTO .wrap-both .wrap-media {
  order: 1
}

.MODULO_DIRECTO .wrap-both header {
  order: 2
}

.MODULO_DIRECTO .wrap-both .wrap-text {
  order: 3
}

.MODULO_DIRECTO .wrap-both .wrap-text .wrap-otros {
  display: flex;
  margin-top: .5rem
}

.MODULO .MODULO_DIRECTO .first-wrap .wrap-media .img-wrap, .MODULO .MODULO_L .sec-wrap article .wrap-both .wrap-media .img-wrap, .MODULO .MODULO_M .sec-wrap article .wrap-both .wrap-media .img-wrap {
  padding-bottom: 40%
}

.MODULO .MODULO_DIRECTO .wrap-tit {
  width: 100%
}

.MODULO .MODULO_DIRECTO .wrap-tit h2 {
  clip-path: unset;
  margin: auto;
  position: relative;
  font-size: .85em;
  font-weight: var(--fw-700);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-5);
  background-color: transparent;
  padding: 10px;
  width: 100%;
  margin-bottom: 1rem
}

.MODULO .MODULO_DIRECTO .wrap-tit h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background: var(--neutral-gray-1)
}

.MODULO .MODULO_DIRECTO .wrap-tit h2 span {
  padding: 0 24px;
  background: var(--neutral-white);
  position: relative;
  z-index: 1;
  font-family: var(--font-3);
  color: var(--negro);
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  gap: 12px
}

.MODULO .MODULO_DIRECTO .wrap-tit h2 span .live-icon {
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--live);
  width: 14px;
  height: 14px;
  animation: 1.6s infinite live
}

.MODULO .MODULO_DIRECTO_TIMELINE .TITULO-listado h2 span {
  padding-bottom: 0;
  padding-top: 0
}

.MODULO .MODULO_M .sec-wrap article .wrap-both {
  flex-direction: row
}

.MODULO .MODULO_M .sec-wrap article .wrap-both .wrap-media {
  width: 40%;
  margin-right: 2em
}

.MODULO .MODULO_M .sec-wrap article .wrap-both .wrap-text {
  width: 60%
}

.MODULO .MODULO_XL .wrap-otros .pie-noticia {
  justify-content: center
}

.MODULO .MODULO_SLIDER .wrap-both .wrap-text {
  left: 2em;
  right: unset
}

/* BN */
.BN.BN-MEGATOP {
  margin: 0;
  display: block;
  text-align: center;
}

.BN.BN-MEGATOP img {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 10px;
}

.BN .thumbnails-a .trc_rbox_header {
  position: relative !important;
  text-align: center !important;
  margin-bottom: 24px !important
}

.BN .thumbnails-a .trc_rbox_header .logoDiv {
  display: none !important
}

.BN .thumbnails-a .trc_rbox_header::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 50% !important;
  transform: translate(0, -50%) !important;
  width: 100% !important;
  height: 1px !important;
  background-color: var(--neutral-gray-1) !important
}

.BN .trc_rbox_container [class*=span] {
  background: var(--neutral-white) !important;
  position: relative !important;
  z-index: 2 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  font-family: var(--font-2) !important;
  font-weight: 400 !important;
  letter-spacing: .2em !important;
  text-transform: uppercase !important;
  line-height: 26px !important;
  font-size: 18px !important
}

.BN .thumbnails-a .syndicatedItem .video-title {
  font-family: var(--font-1) !important;
  color: var(--neutral-gray-1) !important;
  line-height: normal !important;
  margin-top: 8px !important
}

.BN .thumbnails-a .syndicatedItem .branding {
  font-family: var(--font-2) !important;
  color: var(--neutral-gray-2) !important;
  text-transform: uppercase !important
}

.BN .videoCube .video-cta-href button.video-cta-button {
  color: var(--neutral-gray-1) !important;
  font-family: var(--font-2) !important;
  font-weight: 500 !important;
  padding: 1px 8px !important;
  border: 1px solid var(--neutral-gray-1) !important;
  border-radius: 0 !important
}

/*timeline dentro de ficha en directo */
.wrap-FICHA-ARTICULO .timeline-container {
  display: none;
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .timeline-container {
  width: 100%;
  margin-bottom: 24px;
  padding-left: 1rem;
  display: block;
}

.ARTICULO_EN_DIRECTO .timeline {
  border-left: 1px solid var(--neutral-black);
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding-left: 1rem;
  margin-top: 24px
}

.ARTICULO_EN_DIRECTO .titulo-timeline h2 {
  font-size: 16px !important;
  font-weight: 400
}

.ARTICULO_EN_DIRECTO .noticia-timeline {
  position: relative;
  min-height: 121px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px
}

.ARTICULO_EN_DIRECTO .noticia-timeline::before {
  content: "";
  background-image: url(/web/assets_new/img/decor/circulito.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -25px;
  top: 10px;
  z-index: 2
}

.ARTICULO_EN_DIRECTO .noticia-timeline.is_video::before {
  background-image: url(/web/assets_new/img/decor/icon-video.svg)
}

.ARTICULO_EN_DIRECTO .noticia-timeline.is_multimedia::before {
  background-image: url(/web/assets_new/img/decor/icon-multimedia.svg)
}

.ARTICULO_EN_DIRECTO .noticia-timeline .hora {
  font-size: 1.5rem;
  color: var(--neutral-gray-2);
  font-family: var(--font-2)
}

.ARTICULO_EN_DIRECTO .noticia-timeline a {
  color: var(--neutral-gray-1)
}

.ARTICULO_EN_DIRECTO .noticia-timeline .wrap-image {
  max-width: 150px;
  height: 100px;
  min-width: 150px
}

.ARTICULO_EN_DIRECTO .noticia-timeline .wrap-image iframe, .ARTICULO_EN_DIRECTO .noticia-timeline .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ARTICULO_EN_DIRECTO .noticia-timeline .container-video-responsive {
  position: relative;
  width: 100%;
  height: 310px;
  max-height: 310px;
  max-width: 500px;
  min-width: 500px;
  padding-bottom: 0
}

.ARTICULO_EN_DIRECTO .noticia-timeline.is_video .wrap-image, .articulo-opinion .wrap-media, .barra-compartir-articulo .a2a_kit .a2a_dd, .paginadores {
  display: none
}

.ARTICULO_EN_DIRECTO .lo-mas-leido-cabecero {
  font-family: var(--font-2);
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0;
  color: var(--gris-medio);
  border-bottom: 0;
  text-transform: uppercase;
  justify-content: center;
  position: relative;
  display: flex;
  gap: .5em;
  align-items: center;
  flex-direction: row;
  margin-bottom: 0 !important
}

.ARTICULO_EN_DIRECTO .lo-mas-leido-cabecero span {
  background: var(--blanco);
  position: relative;
  z-index: 2;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 400
}

.ARTICULO_EN_DIRECTO .lo-mas-leido-cabecero span::after {
  background: 0 0
}

.barra-compartir-articulo {
  width: 100%;
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}

.barra-compartir-articulo .a2a_kit {
  max-width: fit-content;
  margin-right: auto;
}

.barra-compartir-articulo .a2a_default_style:not(.a2a_flex_style) a {
  background-color: var(--color-periodico-3);
  padding: 4px;
  border-radius: 100%;
  margin: 0 6px;
}

.barra-compartir-articulo .a2a_default_style:not(.a2a_flex_style) a:first-of-type {
  margin-left: 0;
}

.barra-compartir-articulo a span {
  background-color: transparent !important
}

.barra-compartir-articulo a span svg path {
  fill: var(--gray-2) !important
}

.barra-compartir-articulo .a2a_svg {
  height: 26px;
  line-height: 26px;
  width: 26px
}

.ARTICULO_ANCHO .CONTENIDO-ARTICULO {
  margin-right: 0 !important
}

.MODULO_1_4_1 .articulo-opinion .entradilla {
  text-align: center
}

.MODULO_1_4_1 .sec-wrap .articulo-opinion .wrap-both {
  align-items: center
}

.MODULO_1_4_1 .sec-wrap .articulo-opinion .firma-hibrida {
  width: 33% !important
}

div#content-sticky {
  display: none;
  position: fixed;
  bottom: 0;
  text-align: center;
  background: var(--neutral-white);
  border-top: 1px solid #ccc;
  width: 100%;
  padding: .5rem;
  z-index: 3
}

/* MODALES LOGIN Y REGISTRO */
.modal {
  /*z-index: 9999999999 !important;*/
  z-index: 9!important;
}

#modal-pass p, .modalNew p.lead {
  color: var(--neutral-black);
  font-size: 18px
}

.modalNew#modal-login, .modalNew#modal-registro {
  border-top: 0 !important
}

.modalNew#modal-login .modal-content {
  padding-top: 0;
}

.modalNew#modal-login .wrap-logo-modal {
  height: 40px;
  width: auto;
  margin-bottom: 24px;
}

.modalNew#modal-login, .modalNew#modal-pass, .modalNew#modal-registro {
  border-top: 0;
  background-color: var(--neutral-white)
}

.modalNew#modal-pass .modal-footer button {
  margin-left: auto
}

.modalNew h3 {
  font-family: var(--font-1);
  font-weight: var(--fw-700)
}

.modalNew p.lead {
  font-family: var(--font-2);
  font-weight: var(--fw-400);
  margin-top: 0
}

.modalNew .Formulario .select-wrapper+label, .modalNew .modal-close, .modalNew .modal-footer p, .modalNew form p:last-child small {
  font-size: 16px;
  font-family: var(--font-2);
  font-weight: var(--fw-400)
}

.modalNew .Formulario input {
  color: var(--negro);
  font-weight: var(--fw-400);
  font-family: var(--font-2)
}

.modalNew .Formulario input+label {
  color: var(--gris);
  font-weight: var(--fw-400);
  font-family: var(--font-2)
}

.modalNew .modal-close {
  color: var(--neutral-black)
}

.modalNew .modal-close.close-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px
}

.modalNew form p:last-child {
  position: relative
}

.modalNew form p:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background-color: var(--neutral-gray-2)
}

.modalNew form p:last-child small {
  background: var(--neutral-white);
  position: relative;
  z-index: 2;
  padding: .75em 8px;
  color: var(--neutral-gray-2)
}

.modalNew .Formulario .btn_primary_outline_acceso:first-child {
  margin-bottom: 12px !important
}

.modalNew .modal-footer {
  background-color: var(--neutral-white) !important;
  height: auto;
  padding: .75rem;
  border-top: solid 1px var(--neutral-gray-3)
}

.modalNew .modal-footer p {
  color: var(--neutral-gray-1);
  margin: 0 !important
}

.modalNew .modal-close.link_primary {
  color: var(--color-periodico-1)
}

.modalNew .Formulario .select-wrapper+label {
  color: var(--neutral-gray-2)
}

.modalNew .select-wrapper span.caret {
  top: 30px;
  height: 100%;
  z-index: 2;
  color: var(--negro);
}

#modal-denuncia .modal-content h4, #modal-pass .modal-content h4 {
  background: var(--color-periodico-1);
  color: var(--neutral-white);
  font-family: var(--font-1);
  font-weight: var(--fw-700)
}

#modal-denuncia .modal-content h4:after, #modal-pass .modal-content h4:after {
  border-color: var(--color-periodico-1) transparent transparent
}

#modal-pass p {
  font-family: var(--font-2);
  font-weight: var(--fw-400)
}

/* Swal alert */
div:where(.swal2-container) h2:where(.swal2-title) {
  color: var(--neutral-gray-1) !important;
  font-family: var(--font-1) !important
}

div:where(.swal2-container) .swal2-html-container {
  font-family: var(--font-2) !important
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: var(--color-periodico-1) !important
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: 0 0 0 3px rgb(28 159 0 / 50%) !important
}

/* MODALES LOGIN Y REGISTRO */
.ad-wrapper-side {
  display: none
}

.LISTADO_BUSQUEDA .MODULO .MODULO_M .sec-wrap article .wrap-both .wrap-text {
  width: 100% !important
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo a {
  color: var(--color-periodico-1) !important;
  text-decoration: underline
}

.cabecero-redactor {
  position: relative;
  width: 100%;
  min-height: 250px;
  margin-bottom: 36px;
  background: #0ba568;
  background: -moz-linear-gradient(90deg, #0ba568 35%, #0db15f 100%);
  background: -webkit-linear-gradient(90deg, #0ba568 35%, #0db15f 100%);
  background: linear-gradient(90deg, #0ba568 35%, #0db15f 100%)
}

.cabecero-redactor .bg-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  left: 50px;
  z-index: 0;
  opacity: .5
}

.cabecero-redactor .contenedor-redactor-datos {
  width: 100%;
  max-width: 850px;
  margin: auto;
  padding: 24px 24px 0;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: end;
  gap: 24px
}

.cabecero-redactor .contenedor-redactor-datos img {
  height: 200px;
  width: 200px;
  max-height: 200px;
  border-radius: 200px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1)
}

.cabecero-redactor .contenedor-redactor-datos .datos-redactor {
  padding: 24px;
  background: var(--neutral-white)
}

.cabecero-redactor .contenedor-redactor-datos .nombre {
  margin: 1rem 0;
  text-align: start;
  color: var(--neutral-gray-1);
  font-family: var(--font-1);
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase
}

.cabecero-redactor .contenedor-redactor-datos .departamento {
  margin: 1rem 0;
  text-align: start;
  color: var(--neutral-gray-2);
  font-family: var(--font-2);
  font-size: 16px;
  line-height: 18px;
  font-weight: 500
}

.cabecero-redactor .contenedor-redactor-datos .descripcion, .cabecero-subportadas .sub-subportadas ul li a, .cabecero-subportadas h1 {
  color: var(--neutral-gray-1);
  font-weight: 400;
  font-family: var(--font-2)
}

.cabecero-redactor .contenedor-redactor-datos .descripcion {
  margin: 1rem 0;
  text-align: start;
  font-size: 18px;
  line-height: 24px
}

.cabecero-redactor .contenedor-redactor-datos .redes-sociales {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%
}

.cabecero-redactor .contenedor-redactor-datos .redes-sociales li a {
  text-decoration: none
}

.cabecero-redactor .contenedor-redactor-datos .redes-sociales li a svg {
  max-width: 14px;
  min-width: 14px;
  min-height: 16px;
  height: 16px
}

.cabecero-redactor .contenedor-redactor-datos .redes-sociales li a svg path {
  fill: var(--neutral-gray-1)
}

.cabecero-subportadas, .cabecero-subportadas .sub-subportadas, .container-mega {
  width: 100%
}

.cabecero-subportadas h1 {
  text-transform: capitalize !important;
  margin: 1px 0;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  position: relative;
  text-align: left;
  margin-bottom: 1em !important;
  line-height: 26px;
  border-bottom: 0;
  letter-spacing: .2em;
  font-size: 1.5em
}

.cabecero-subportadas h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background-color: var(--neutral-gray-1)
}

.cabecero-subportadas h1 span {
  background: var(--neutral-white);
  position: relative;
  z-index: 2;
  padding-left: 16px;
  padding-right: 16px
}

.cabecero-subportadas .sub-subportadas ul {
  width: 100%;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap
}

.cabecero-subportadas .sub-subportadas ul li a {
  font-style: italic;
  text-decoration: none
}

.tag {
  width: 100%;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center
}

.tag h1 {
  width: fit-content;
  padding: 8px 16px;
  background-color: var(--color-periodico-1);
  color: var(--neutral-white);
  font-family: var(--font-2);
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 28px;
  font-size: 24px;
  margin: 0;
  text-align: center
}

.MODULO_XXL_NUEVO .first-wrap .wrap-text .wrap-otros .pie-noticia {
  justify-content: center
}

.modal-overlay {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, .5);
  opacity: 1 !important;
  z-index: 8!important;
}

#content-sticky div, #content-sticky iframe, .BN div, .BN iframe, .BN iframe html {
  margin: auto !important
}

/* modal politicas */
#modal-politicas {
  max-width: 911px
}

#modal-politicas .modal-content {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  flex-direction: column
}

#modal-politicas .modal-content .bloque-superior {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  flex-direction: row;
  width: 100%
}

#modal-politicas .modal-content .bloque-superior .superior-der, #modal-politicas .modal-content .bloque-superior .superior-izq {
  width: 50%
}

#modal-politicas .modal-content .bloque-superior .superior-izq {
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 48px
}

#modal-politicas .modal-content .bloque-superior .superior-izq .titulo {
  font-family: var(--font-1);
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  color: var(--neutral-gray-1);
  margin: 0
}

#modal-politicas .modal-content .bloque-superior .superior-izq .titulo span {
  color: var(--color-periodico-1)
}

#modal-politicas .modal-content .bloque-superior .superior-izq .cuerpo {
  font-family: var(--font-2);
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: var(--neutral-gray-1);
  margin: 0
}

#modal-politicas .modal-content .bloque-superior .superior-der .sup {
  width: 100%;
  height: 65%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

#modal-politicas .modal-content .bloque-superior .superior-der .inf {
  width: 100%;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 35%
}

#modal-politicas .modal-content .bloque-inferior {
  background-color: var(--neutral-gray-3);
  padding: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

#modal-politicas .modal-content .bloque-inferior p {
  color: var(--neutral-gray-2);
  font-family: var(--font-2);
  font-weight: 400;
  line-height: normal;
  font-size: 12px;
  text-align: left;
  margin: 0
}

/*MODIFICACIONES PUBLI PARA CONTROL ENTRADA PROGRAMÁTICA */
.container-mega {
  width: 100%;
  position: relative;
  z-index: 3;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.container {
  position: relative;
  z-index: 3;
}

/* MÓDULO COTIZACIONES ESTRATEGIAS DE INVERSIÓN */
.wrap-iframes {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}

.wrap-iframes .wrap__ {
  width: calc(33% - 16px);
}

.wrap-iframes .wrap__ iframe {
  width: 100% !important;
}

/* MODULOS NUEVOS */
.MODULO_LO_MAS_LEIDO{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 24px;
}
.MODULO_LO_MAS_LEIDO .first-wrap{
  flex: 1 0 calc(66% - 12px);
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.MODULO_LO_MAS_LEIDO .third-wrap{
  display: flex;
  flex: 1 0 calc(33% - 12px);
  flex-direction: column;
  margin-right: 0;
  max-width: 300px;
}
.MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps{
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}
.MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article{
  width: calc(50% - 12px);
  min-width: calc(50% - 12px);
}
.MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both{
  display: flex;
  flex-direction: row !important;
  gap: 12px;
}
.MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both .wrap-media{
  width: calc(60% - 12px)!important;
}
.MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both .wrap-text{
  width: calc(40% - 12px);
}
.MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both .wrap-text .count_lo_mas_leido{
  display: flex;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--negro);
  font-family: var(--font-1);
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 12px;
}
.MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both .wrap-text h3{
  margin-top: 0;
  font-size: 14px;
}
.MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both .wrap-text h3 a{
  font-weight: 600;
  color: var(--negro);
  font-family: var(--font-1);
  line-height: 18px;
}
.MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both .wrap-text .op-redactor,
.MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both .wrap-text .pretitulo,
.MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both .wrap-text .entradilla{
  display: none;
}

.MODULO_NEWSLETTER .BN{
  background: #dbdbdb;
  height: 100%;
  position: relative;
}
.MODULO_NEWSLETTER .BN::after{
  content: "PUBLI";
  color: gray;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  font-family: var(--font-1);
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.MODULO_NEWSLETTER{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 24px;
}
.MODULO_NEWSLETTER .first-wrap{
  gap: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.MODULO_NEWSLETTER .third-wrap{
  display: flex;
  flex: 1 0 calc(33% - 12px);
  flex-direction: column;
  margin-right: 0;
  max-width: 300px;
}
.MODULO_NEWSLETTER .first-wrap .internal-wraps{
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px var(--gris-claro);
}
.MODULO_NEWSLETTER .first-wrap .internal-wraps .wrap_newsletter{
  width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: space-between;
}
.MODULO_NEWSLETTER .first-wrap .internal-wraps .wrap_newsletter a h3{
  margin-top: 0;
  font-weight: 600;
  color: var(--negro);
  font-family: var(--font-1);
  font-size: 24px;
  line-height: 130%;
  margin: 0;
}
.MODULO_NEWSLETTER .first-wrap .internal-wraps .wrap_newsletter a h3 span{
  color: #747474;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.MODULO_NEWSLETTER .first-wrap .internal-wraps .wrap_newsletter p{
  font-family: var(--font-2);
  font-weight: var(--fw-400);
  color: var(--gris-medio);
  line-height: 130%;
  margin: 0;
  font-size: 18px;
}
.MODULO_NEWSLETTER .first-wrap .internal-wraps .wrap_newsletter .btn_{
  font-size: 14px;
  margin-top: 8px;
  padding-left: 0;
  padding-right: 0;
}
.MODULO_NEWSLETTER .first-wrap .wrap-four .box_{
  margin: 0 auto;
}

/* MODULO_70_TOTAL */
.MODULO_70_TOTAL {
  display: flex;
  gap: 1rem
}

.MODULO_70_TOTAL .sec-wrap {
  flex-direction: column;
  width: 30%;
  flex: initial;
  border-right: 1px solid var(--neutral-gray-2)
}

.MODULO_70_TOTAL .first-wrap {
  flex-direction: column;
  width: 70%;
  flex: initial
}

.MODULO .MODULO_70_TOTAL .sec-wrap article {
  border-bottom: 1px solid var(--neutral-gray-2);
  margin-bottom: 0 !important;
  padding-bottom: 1rem
}

.MODULO .MODULO_70_TOTAL .sec-wrap article:last-child {
  margin-right: 2em;
  border: 0
}

.MODULO_70_TOTAL .sec-wrap article .wrap-media {
  display: none
}

.MODULO_70_TOTAL .sec-wrap article:last-child .wrap-media {
  display: block
}

.MODULO_70_TOTAL .sec-wrap article:first-child h3 {
  font-size: 1.5em
}

.MODULO_70_TOTAL .sec-wrap article:last-child .wrap-both {
  display: flex;
  flex-direction: row
}

.MODULO_70_TOTAL .sec-wrap article:last-child .wrap-both .wrap-media {
  order: 2;
  width: 100%
}

.MODULO_70_TOTAL .sec-wrap article:last-child .wrap-both .wrap-text {
  order: 1
}

/* 30_colmena */
.MODULO_30_COLMENA {
  display: flex;
  gap: 1rem
}

.MODULO_30_COLMENA .first-wrap {
  display: flex;
  gap: 1rem;
  width: 60%;
  flex: initial;
  border-right: 1px solid var(--neutral-gray-2);
  padding-right: 1rem
}

.MODULO_30_COLMENA .sec-wrap {
  flex: initial;
  gap: 1rem;
  width: 40%
}

.MODULO_30_COLMENA .sec-wrap article:first-child {
  border-right: 1px solid var(--neutral-gray-2);
  padding-right: 1rem;
  margin: 0
}

.MODULO_30_COLMENA .first-wrap .wrap-both {
  display: flex;
  gap: 1rem;
  flex: initial
}

.MODULO_30_COLMENA .first-wrap .wrap-both .wrap-text {
  order: 1;
  width: 50%
}

.MODULO_30_COLMENA .first-wrap .wrap-both .wrap-media {
  width: 50%;
  order: 2
}

/* 25_colmena */
.MODULO_25_COLMENA {
  display: flex;
  gap: 1rem
}

.MODULO_25_COLMENA .first-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-right: 1px solid var(--neutral-gray-2);
  width: 50%;
  flex: initial;
  padding-right: 1rem
}

.MODULO_25_COLMENA .sec-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex: initial
}

.MODULO .MODULO_25_COLMENA .sec-wrap article:first-child, .MODULO_25_COLMENA article {
  margin-right: 0 !important;
  border-bottom: 1px solid var(--neutral-gray-2);
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
  margin-bottom: 0 !important
}

.MODULO_25_COLMENA article h3 {
  font-size: 1.2em !important;
  margin-top: 0 !important
}

.MODULO_25_COLMENA .sec-wrap .wrap-both header {
  margin-top: 0 !important
}

.MODULO_25_COLMENA .wrap-both {
  display: flex;
  flex-direction: row !important;
  gap: .5rem
}

.MODULO_25_COLMENA .wrap-both .wrap-text {
  width: 70%;
  flex: initial;
  order: 1
}

.MODULO_25_COLMENA .wrap-both .wrap-media {
  width: 30% !important;
  flex: initial;
  order: 2
}

/* MODULO_30_30_30 */
.MODULO_30_30_30 .sec-wrap {
  display: flex;
  flex-direction: row;
}

.MODULO_30_30_30 article {
  width: 33%;
}

/* MODULO_70_15_30 */
.MODULO_70_15_30 {
  display: flex;
  gap: 1rem
}

.MODULO_70_15_30 .first-wrap, .MODULO_70_15_30 .sec-wrap {
  display: flex;
  flex-direction: column;
  width: 50%;
  flex: initial
}

.MODULO_70_15_30 .sec-wrap article:first-child .wrap-media, .MODULO_70_15_30 .sec-wrap article:nth-child(2) .wrap-media {
  display: none
}

.MODULO_70_15_30 .sec-wrap article:nth-child(3) .wrap-both, .MODULO_70_15_30 .sec-wrap article:nth-child(4) .wrap-both {
  display: flex;
  flex: initial;
  flex-direction: row
}

.MODULO_70_15_30 .sec-wrap article {
  margin-right: 0 !important
}

.MODULO_70_15_30 .sec-wrap article:nth-child(3) .wrap-both .wrap-media, .MODULO_70_15_30 .sec-wrap article:nth-child(4) .wrap-both .wrap-media {
  width: 30%;
  flex: initial
}

.MODULO_70_15_30 .sec-wrap article:nth-child(3) .wrap-both .wrap-text, .MODULO_70_15_30 .sec-wrap article:nth-child(4) .wrap-both .wrap-text {
  width: 70%;
  flex: initial;
  padding-left: 1rem
}

/* MODULO_70_30_15 */
.MODULO_70_30_15 {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.MODULO_70_30_15 .sec-wrap {
  display: flex;
  flex-direction: column;
  width: 50%;
  flex: initial;
}

.MODULO_70_30_15 .first-wrap {
  display: flex;
  flex-direction: column;
  width: 50%;
  flex: initial;
}

.MODULO_70_30_15 .sec-wrap .wrap-media {
  display: none;
}

.MODULO_70_30_15 .sec-wrap article:first-child .wrap-media {
  display: block;
  width: 70%;
  margin: 0 auto;
}

/* MODULO_70_15_SLIDER */
.MODULO_70_15_slider {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
}

.MODULO_70_15_slider .first-wrap .wrap-both {
  float: left;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.MODULO_70_15_slider .first-wrap .wrap-media {
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 62.5%;
}

.MODULO_70_15_slider .first-wrap .wrap-text {
  position: absolute !important;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: var(--neutral-gray-4);
  color: var(--neutral-gray-1) !important;
  min-height: 1px;
  float: right;
  margin-bottom: 2em;
  margin-left: -12.5%;
  margin-top: 40px;
  padding: 20px 40px 30px;
  position: relative;
  width: 50%;
  z-index: 1;
}

.MODULO_70_15_slider .sec-wrap {
  flex-direction: column;
  width: 50%;
}

.MODULO_70_15_slider .sec-wrap .wrap-media {
  display: none;
}

.MODULO_70_15_slider .slider-x4 article {
  margin-right: 2em;
}

.MODULO_70_15_slider .slider-x4 article h3 {
  font-size: 1.3rem;
}

.MODULO_70_15_slider .slider-x4 article .entradilla {
  display: none;
}

/* MODULO_70_25_25 */
.MODULO_70_25_25 {
  display: flex;
  gap: 1rem
}

.MODULO_70_25_25 .first-wrap {
  width: 50%;
  flex: initial
}

.MODULO_70_25_25 .sec-wrap {
  width: 50%;
  flex-direction: column;
  flex: initial
}

.MODULO_70_25_25 .sec-wrap article:last-child {
  margin-right: 2em
}

.MODULO_70_25_25 .sec-wrap .wrap-both {
  flex-direction: row !important;
  gap: 1rem
}

.MODULO_70_25_25 .sec-wrap .wrap-both .wrap-media {
  width: 30%
}

.MODULO_70_25_25 .sec-wrap .wrap-both .wrap-text {
  width: 70%
}

.MODULO_70_25_25 .sec-wrap .wrap-both .wrap-text header {
  margin-top: 0 !important
}

/* MODULO_70-hombrillo */
.MODULO_70-hombrillo {
  display: flex
}

.MODULO .MODULO_70-hombrillo .sec-wrap {
  flex-direction: column !important;
  justify-content: space-between
}

.MODULO .MODULO_70-hombrillo .sec-wrap article .wrap-both {
  flex-direction: row
}

.MODULO_70-hombrillo .sec-wrap {
  border-bottom: none;
  flex: initial !important;
  width: 50%;
  padding-bottom: 0
}

.MODULO_70-hombrillo .sec-wrap article:last-child {
  margin-right: 2em !important
}

.MODULO_70-hombrillo .first-wrap {
  border-bottom: none;
  flex: initial !important;
  width: 50% !important
}

.MODULO_70-hombrillo .first-wrap .img-wrap {
  padding-bottom: 40%
}

.MODULO_70-hombrillo .sec-wrap {
  display: block;
  flex: initial;
  flex-direction: column
}

.MODULO_70-hombrillo .sec-wrap .wrap-both header {
  margin-top: 0 !important
}

.MODULO_70-hombrillo .sec-wrap article .wrap-both .wrap-media {
  flex: initial !important;
  margin-right: 1em !important
}

.MODULO .MODULO_70-hombrillo .third-wrap, .MODULO .MODULO_70-hombrillo .wrap-both .wrap-text .wrap-otros .contenedor-comentarios, .MODULO_70-hombrillo .wrap-text .nombre_redactor {
  display: none
}

.MODULO_70-hombrillo .sec-wrap article .wrap-both .wrap-text h3, .MODULO_70-hombrillo .third-wrap article .wrap-both .wrap-text h3 {
  margin-top: 0
}

/* MODULO 70-25-15  */
.MODULO_70-25-15 .third-wrap article .wrap-both {
  gap: 2rem;
}

.MODULO_70-25-15 .third-wrap article .wrap-both .wrap-media {
  width: 50%;
  flex: unset !important;
  margin-bottom: unset !important;
  margin-right: unset !important;
}

.MODULO_70-25-15 .third-wrap article .wrap-both .wrap-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* MODULO 35-35-35  */
.MODULO_35-35-35 .sec-wrap article {
  padding: 2rem;
  margin-bottom: 0 !important;
}

.MODULO_35-35-35 .sec-wrap article:nth-of-type(2) {
  padding: 2rem;
  background-color: var(--neutral-gray-4);
}

/* MODULO 50-50-XS  */
.MODULO_50-50-XS, .MODULO_50-50-XS .wrap-both {
  display: flex
}

.MODULO_50-50-XS .nombre_redactor {
  display: none
}

.MODULO_50-50-XS {
  display: flex;
  justify-content: space-between
}

.MODULO_50-50-XS .sec-wrap, .MODULO_50-50-XS .third-wrap {
  border-bottom: none;
  flex: initial !important;
  padding-bottom: 0
}

.MODULO_50-50-XS header {
  margin-top: 0 !important
}

.MODULO_50-50-XS .sec-wrap article, .MODULO_50-50-XS .third-wrap article {
  border-bottom: none;
  padding-bottom: 0
}

.MODULO_50-50-XS .sec-wrap article .wrap-both, .MODULO_50-50-XS .third-wrap article .wrap-both {
  display: flex;
  flex-direction: row !important
}

.MODULO_50-50-XS .sec-wrap article .wrap-both .wrap-media, .MODULO_50-50-XS .third-wrap article .wrap-both .wrap-media {
  flex: initial !important;
  margin-bottom: 1em;
  margin-right: 1em !important
}

.MODULO_50-50-XS .sec-wrap article .wrap-both .wrap-media .img-wrap, .MODULO_50-50-XS .third-wrap article .wrap-both .wrap-media .img-wrap {
  padding-bottom: 56% !important
}

.MODULO_50-50-XS .sec-wrap article .wrap-both .wrap-text, .MODULO_50-50-XS .third-wrap article .wrap-both .wrap-text {
  margin-bottom: 1em
}

.MODULO_50-50-XS .sec-wrap article .wrap-both .wrap-text h3, .MODULO_50-50-XS .third-wrap article .wrap-both .wrap-text h3 {
  font-size: 1.414em;
  margin-top: 0
}

.MODULO_50-50-XS .sec-wrap article .wrap-both .wrap-text .entradilla, .MODULO_50-50-XS .third-wrap article .wrap-both .wrap-text .entradilla {
  display: none !important
}

/* MODULO_70-hombrillo  */
.MODULO_70-hombrillo {
  display: flex;
}

.MODULO .MODULO_70-hombrillo .sec-wrap {
  flex-direction: column !important;
  justify-content: space-between;
  padding-left: 24px;
}

.MODULO .MODULO_70-hombrillo .sec-wrap article .wrap-both {
  flex-direction: row;
}

.MODULO_70-hombrillo .sec-wrap, .MODULO_70-hombrillo .third-wrap {
  border-bottom: none;
  flex: initial !important;
  padding-bottom: 0
}

.MODULO_70-hombrillo .first-wrap {
  border-bottom: none;
  flex: initial !important;
  width: 50%;
  padding-right: 2em;
}

.MODULO_70-hombrillo .first-wrap .img-wrap {
  padding-bottom: 40%
}

.MODULO_70-hombrillo .sec-wrap {
  display: block;
  flex: initial;
  flex-direction: column
}

.MODULO_70-hombrillo .sec-wrap article .wrap-both .wrap-media {
  flex: initial !important;
  margin-right: 1em !important;
}

.MODULO_70-hombrillo .wrap-text .nombre_redactor {
  display: none;
}

.MODULO_70-hombrillo .sec-wrap article .wrap-both .wrap-text h3, .MODULO_70-hombrillo .third-wrap article .wrap-both .wrap-text h3 {
  margin-top: 0
}

.MODULO .MODULO_70-hombrillo .wrap-both .wrap-text .wrap-otros .contenedor-comentarios {
  display: none;
}

.MODULO .MODULO_70-hombrillo .third-wrap {
  display: none;
}

/* MODULO_70-25-opi */
.MODULO_70-25-opi {
  display: flex;
  flex-direction: column;
}

.MODULO_70-25-opi .sec-wrap article:first-child {
  display: none;
}

.MODULO_70-25-opi .contenedores article {
  width: calc(51% - 1rem);
  display: none;
  margin-top: 15px;
}

.MODULO_70-25-opi .contenedores {
  display: flex;
}

.MODULO_70-25-opi .contenedores article:first-child {
  display: block;
}

.MODULO .MODULO_70-25-opi .sec-wrap article .wrap-both {
  display: flex;
  justify-content: center;
  flex-direction: column !important;
}

.MODULO_70-25-opi .contenedores article.articulo-opinion .firma-hibrida {
  display: flex !important;
  width: 13%;
  justify-content: center;
  margin: 0 28px;
}

.MODULO .MODULO_70-25-opi .third-wrap article .wrap-both .wrap-text {
  margin-bottom: 0em;
  margin-top: 3rem;
}

.MODULO .MODULO_70-25-opi .third-wrap {
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* MODULO_70-opi-25 */
.MODULO_70-opi-25 {
  display: flex;
  flex-direction: column;
}

.MODULO_70-opi-25 .contenedores article {
  width: calc(51% - 1rem);
  display: none;
  margin-top: 15px;
}

.MODULO_70-opi-25 .contenedores article:first-child {
  display: block;
}

.MODULO_70-opi-25 .contenedores article:first-child {
  display: flex;
  justify-content: center;
  width: 95%;
}

.MODULO .MODULO_70-opi-25 .sec-wrap article .wrap-both, .MODULO .MODULO_70-opi-25 .third-wrap article .wrap-both {
  display: flex;
  justify-content: center;
}

.MODULO_70-opi-25 .contenedores article.articulo-opinion .firma-hibrida {
  display: flex !important;
  width: 13%;
  justify-content: center;
  margin: 0 28px;
}

.MODULO .MODULO_70-opi-25 .third-wrap article .wrap-both .wrap-text {
  margin-bottom: 0em;
  margin-top: 1rem;
}

.MODULO .MODULO_70-opi-25 .third-wrap {
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.MODULO .MODULO_70-opi-25 .first-wrap {
  flex: 1;
  padding-bottom: 0;
}

/* MODULO_70-25-listado */
.MODULO_70-25-listado {
  display: flex;
  gap: 1rem;
}

.MODULO .MODULO_70-25-listado .sec-wrap {
  flex-direction: column !important;
  justify-content: space-between;
}

.MODULO .MODULO_70-25-listado .sec-wrap article .wrap-both {
  flex-direction: row;
}

.MODULO_70-25-listado .third-wrap {
  border-bottom: none;
  width: 50%;
  padding-bottom: 0
}

.MODULO_70-25-listado .first-wrap {
  border-bottom: none;
  flex: initial;
  width: 50%;
}

.MODULO_70-25-listado .sec-wrap article:last-child {
  margin-right: 2em;
}

.MODULO_70-25-listado .first-wrap .img-wrap {
  padding-bottom: 40%
}

.MODULO_70-25-listado .sec-wrap {
  display: block;
  flex: initial;
  flex-direction: column;
  width: 50%;
}

.MODULO_70-25-listado .sec-wrap article .wrap-both .wrap-media {
  flex: initial !important;
  margin-right: 1em !important;
}

.MODULO_70-25-listado .wrap-text .nombre_redactor {
  display: none;
}

.MODULO_70-25-listado .sec-wrap article .wrap-both .wrap-text h3, .MODULO_70-25-listado .third-wrap article .wrap-both .wrap-text h3 {
  margin-top: 0
}

.MODULO .MODULO_70-25-listado .wrap-both .wrap-text .wrap-otros .contenedor-comentarios {
  display: none;
}

.MODULO .MODULO_70-25-listado .third-wrap {
  display: none;
}

.MODULO_70-25-listado .first-wrap .wrap-both {
  margin-bottom: 1rem;
}

/* MODULO_70-listado-30 */
.MODULO_70-listado-30 {
  display: flex;
  gap: 1rem
}

.MODULO .MODULO_70-listado-30 .sec-wrap {
  flex-direction: column !important;
  justify-content: space-between;
  width: 50%
}

.MODULO .MODULO_70-listado-30 .sec-wrap article .wrap-both {
  flex-direction: row
}

.MODULO_70-listado-30 .sec-wrap, .MODULO_70-listado-30 .third-wrap {
  border-bottom: none;
  flex: initial !important;
  padding-bottom: 0;
  width: 50%
}

.MODULO_70-listado-30 .first-wrap {
  border-bottom: none;
  flex: initial !important;
  width: 50%
}

.MODULO_70-listado-30 .first-wrap .img-wrap {
  padding-bottom: 40%
}

.MODULO_70-listado-30 .sec-wrap {
  display: block;
  flex: initial;
  width: 50%;
  flex-direction: column
}

.MODULO_70-listado-30 .sec-wrap article .wrap-both .wrap-media, .MODULO_70-listado-30 .sec-wrap article:nth-of-type(3) .wrap-both .wrap-media {
  flex: initial !important;
  margin-right: 1em !important
}

.MODULO .MODULO_70-listado-30 .sec-wrap article .wrap-both .wrap-media, .MODULO .MODULO_70-listado-30 .third-wrap, .MODULO .MODULO_70-listado-30 .wrap-both .wrap-text .wrap-otros .contenedor-comentarios, .MODULO_70-listado-30 .wrap-text .nombre_redactor {
  display: none
}

.MODULO_70-listado-30 .sec-wrap article .wrap-both .wrap-text h3, .MODULO_70-listado-30 .third-wrap article .wrap-both .wrap-text h3 {
  margin-top: 0
}

.MODULO .MODULO_70-listado-30 .sec-wrap article {
  margin-bottom: 1rem !important
}

.MODULO .MODULO_70-listado-30 .sec-wrap article:nth-of-type(3) .wrap-both .wrap-media, .MODULO .MODULO_70-listado-30 .sec-wrap article:nth-of-type(3) .wrap-both .wrap-text {
  display: block;
  width: 50%
}

/* MODULO FULL */
.MODULO_FULL {
  display: flex;
  flex-wrap: wrap
}

.MODULO .MODULO_FULL .first-wrap, .MODULO .MODULO_FULL .sec-wrap {
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  margin-right: 0
}

.MODULO .MODULO_FULL .third-wrap article {
  flex: 0 0 47%
}

.MODULO .MODULO_FULL .sec-wrap, .MODULO .MODULO_FULL .third-wrap {
  display: flex;
  flex: 1 0 50%;
  flex-direction: column
}

.MODULO .MODULO_FULL .sec-wrap article:first-of-type .wrap-both .wrap-media, .MODULO .MODULO_FULL .sec-wrap article:nth-of-type(2) .wrap-both .wrap-media, .MODULO_FULL .first-wrap article .wrap-both .wrap-media {
  display: none
}

.MODULO .MODULO_FULL .sec-wrap {
  display: flex;
  flex-direction: row !important;
  display: flex;
  flex-direction: column !important;
  padding-right: 10px
}

.MODULO .MODULO_FULL .third-wrap, .MODULO .MODULO_FULL .third-wrap article:first-of-type {
  display: flex;
  flex: 1 0 50%;
  flex-direction: row;
  margin-right: 0
}

.MODULO .MODULO_FULL .sec-wrap {
  display: flex;
  flex: 1 0 12%;
  flex-direction: column;
  margin-right: 0
}

.MODULO .MODULO_FULL .third-wrap article .wrap-both {
  display: flex;
  flex-direction: column !important
}

.MODULO .MODULO_FULL .third-wrap article {
  border-bottom: 0 solid hsla(0, 0%, 59%, .4);
  flex: 0 0 36%;
  margin-bottom: 1em;
  margin-right: 0;
  padding-bottom: 0
}

/* MODULO 70-50-50 */
.MODULO .MODULO_70-50-50 .sec-wrap article .wrap-both .wrap-media {
  flex: 1 0 51%;
  margin-right: 0;
}

.MODULO .MODULO_70-50-50 .sec-wrap article .wrap-both {
  flex-direction: row;
}

.MODULO .MODULO_70-50-50 .sec-wrap article .wrap-both .wrap-media {
  order: 2;
}

.MODULO .MODULO_70-50-50 .sec-wrap article:nth-of-type(2) .wrap-both .wrap-text {
  margin-right: 1rem;
}

/* MODULO_70-25-colmena */
.MODULO_70-25-colmena .first-wrap {
  display: flex;
}

.MODULO_70-25-colmena .first-wrap article:nth-of-type(1) {
  flex: 1 0 67%;
  margin-right: 1rem;
}

/* MODULO_70-slider */
.MODULO_70-slider .first-wrap {
  position: relative;
}

.MODULO_70-slider .first-wrap article .wrap-both {
  height: 450px;
  position: relative;
}

.MODULO_70-slider .first-wrap article .wrap-both .wrap-media {
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 62.5%;
}

.MODULO_70-slider .first-wrap article .wrap-both .wrap-text {
  position: absolute !important;
  top: 47%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: var(--neutral-gray-4);
  min-height: 1px;
  width: 50%;
  padding: 20px 40px 30px;
  z-index: 1;
}

.MODULO_70-slider .sec-wrap .wrap-media {
  display: none;
}

/* MODULO_70-30 */
.MODULO_70-30 {
  display: flex;
  gap: 2rem;
}

.MODULO_70-30 .first-wrap {
  border-bottom: none;
  flex: unset;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 35%;
}

.MODULO_70-30 .first-wrap article {
  padding-bottom: 2rem;
}

.MODULO_70-30 .sec-wrap {
  display: flex;
  flex: unset;
  flex-direction: column;
  margin-right: 0;
  width: 65%;
}

/* MODULO_70-colmena */
.MODULO_70-colmena {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--color-periodico-1);
  padding: 40px
}

.MODULO_70-colmena .first-wrap {
  position: relative;
  width: 100%;
  flex: none
}

.MODULO_70-colmena .first-wrap article .wrap-both {
  height: 450px;
  position: relative
}

.MODULO_70-colmena .first-wrap article .wrap-both .wrap-media {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 62.5%
}

.MODULO_70-colmena .first-wrap article .wrap-both .wrap-text {
  position: absolute !important;
  top: 44%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: var(--neutral-gray-4);
  min-height: 1px;
  width: 50%;
  padding: 20px 40px 30px;
  z-index: 1
}

.MODULO_70-colmena .third-wrap {
  display: flex;
  flex: none;
  flex-direction: column;
  margin-right: 0;
  width: 48%;
  border-left: 1px solid var(--neutral-white);
  margin-left: 1em;
  padding-left: 1em
}

.MODULO_70-colmena .third-wrap article {
  flex: none;
  margin-bottom: 1em;
  margin-right: 0;
  padding-bottom: 0
}

.MODULO .third-wrap article .wrap-both .wrap-media {
  flex: unset;
  width: 55%;
  margin-bottom: 1em;
  margin-right: 1em
}

.MODULO_70-colmena .sec-wrap {
  flex: none;
  position: relative;
  width: 50%
}

/* Modificaciones última hora 22/11/2024 */
.breaking-news-container {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  background: var(--neutral-white);
  padding: 0;
  border: 0;
  overflow: hidden;
  width: 100%;
  flex-shrink: 0
}

.breaking-news-container .breaking-news-label {
  white-space: nowrap;
  padding-right: 15px;
  font-weight: 700;
  flex-shrink: 0
}

.breaking-news-container .black-label {
  background: var(--gris);
  color: var(--blanco);
  padding: 7px 30px;
  border-radius: 0;
  height: 25px;
  text-align: center;
  font-family: var(--font-1);
  font-style: normal;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.breaking-news-container.red-news .black-label {
  background: #EA4335;
  color: var(--neutral-white)
}

.breaking-news-container.blue-news .black-label {
  background: #00C5CD;
  color: var(--neutral-white)
}

.breaking-news-container.green-news .black-label {
  background: #65AC3B;
  color: var(--neutral-white)
}

.breaking-news-container .news-slider {
  flex-grow: 1;
  overflow: hidden;
  background: #F5F5F5;
  padding: 8px 10px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 100%;

}

.breaking-news-container.red-news .news-slider {
  background: #F5F5F5;
}

.breaking-news-container.blue-news .news-slider {
  background: #F5F5F5;
}

.breaking-news-container.green-news .news-slider {
  background: #F5F5F5;
}

.breaking-news-container .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%
}

.breaking-news-container .news-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1
}

.breaking-news-container .news-list li a {
  color: var(--negro-medio);
  text-decoration: none;
  max-width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--font-1);
  font-style: normal;
  font-weight: 500;
}

.breaking-news-container.red-news .news-list li a {
  color: var(--negro-medio)
}

.breaking-news-container.blue-news .news-list li a {
  color: var(--negro-medio)
}

.breaking-news-container.green-news .news-list li a {
  color: var(--negro-medio)
}

/* Pretitulo */
.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2.cate a {
  padding: 12px 24px;
  padding-left: 0;
  border-radius: 5px;
  background: transparent;
}

.MODULO .MODULO_XL .wrap-text .pretitulo {
  margin-top: 12px;
  text-align: center;
}

/*NEW*/
.MODULO .MODULO_1_3_1_2 .first-wrap .wrap-text .pretitulo {
  text-align: center;
}

.MODULO .MODULO_XXL_NUEVO .first-wrap .wrap-text .pretitulo {
  text-align: center;
}

.MODULO .MODULO-30-70 .second-wrap .wrap-text .pretitulo {
  display: none;
}

.MODULO_DIRECTO_TIMELINE .titulo-timeline h2 span {
  padding-left: 16px;
}

.MODULO_DIRECTO_TIMELINE .titulo-timeline h2 span a {
  font-family: var(--font-3);
  color: var(--negro);
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}

.subs-and-seguidores {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}

.subs-and-seguidores p,
.subs-and-seguidores span {
  font-family: var(--font-1);
  color: var(--gris-ruta);
  line-height: normal;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

/* paginas corporativas */
.information-pages>h2 {
  border-bottom: 0;
  margin-top: 0px;
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: solid 1px var(--negro);
}

.information-pages p,
.information-pages ul li,
.information-pages span {
  margin-top: 0;
  margin-bottom: .75em;
  font-weight: 400;
  color: var(--gray-1);
  font-family: var(--font-1);
  font-size: 16px;
  line-height: normal;
}

.information-pages ul {
  padding-left: 1.5em;
}

.information-pages ul:not(.browser-default)>li {
  list-style-type: disc !important;
}

.information-pages a {
  margin-top: 0;
  margin-bottom: .75em;
  font-weight: 400;
  color: var(--color-periodico-1);
  font-family: var(--font-1);
  font-size: 16px;
  line-height: normal;
  text-decoration: underline;
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.information-pages a:hover {
  cursor: pointer;
  color: var(--color-periodico-1);
  opacity: .8;
}

.information-pages .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.information-pages .table-responsive table {
  width: 100%;
  max-width: 100%;
}

.art-cuerpo p.has-image-text .image-container {
  float: left;
  margin-right: 24px;
  text-align: center;
  width: 100%;
  max-width: 415px;
  margin-bottom: 1em;
}

.art-cuerpo p.has-image-text .image-container img {
  display: block;
  width: 100%;
  margin-top: 0!important;
}

.art-cuerpo p.has-image-text .image-container small {
  display: block;
  text-align: left;
  line-height: normal;
  margin-top: 4px;
}

.MODULO .MODULO_ROBA_L .wrap-both .wrap-text .wrap-otros{
  display: flex;
}
.MODULO .MODULO_1_4_3 .first-wrap .wrap-both .wrap-text .wrap-otros{
  display: flex;
}

.wrap-FICHA-ARTICULO .CONTENIDO-ARTICULO .art-autor .wrap-autores{
  display: flex;
}
.wrap-FICHA-ARTICULO .CONTENIDO-ARTICULO .art-autor .wrap-autores.contiene-doble-autor{
  flex-direction: row;
  gap: 8px;
} 
.wrap-FICHA-ARTICULO .CONTENIDO-ARTICULO .art-autor .wrap-autores .wrap-autor{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: min-content;
}
.wrap-FICHA-ARTICULO .CONTENIDO-ARTICULO .art-autor .wrap-autores.contiene-doble-autor .divider{
  height: 100%;
  overflow: hidden;
  background-color: #e0e0e0;
  width: 1px;
}
.wrap-FICHA-ARTICULO .CONTENIDO-ARTICULO .art-autor .wrap-autores.contiene-doble-autor .wrap-autor{
  gap: 8px;
}
.wrap-FICHA-ARTICULO .CONTENIDO-ARTICULO .art-autor .wrap-autores.contiene-doble-autor .wrap-autor .autor-foto{
  margin-right: 0!important;
  width: 30px!important;
  min-width: 30px!important;
  height: 30px!important;
  border-radius: 30px!important;
  max-width: 30px!important;
} 
.wrap-FICHA-ARTICULO .CONTENIDO-ARTICULO .art-autor .wrap-autores.contiene-doble-autor .wrap-autor .redactor a{
  font-size: 14px!important;
  margin: 0!important;
}

/* Asegurarte que el contenedor .BN tenga position: relative */
.TRIPLE_SUPERIOR .BN{
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* Cuando la publi está fija al top */
.fixed_add {
  z-index: 1; /* Asegura que quede encima */
}

/* Si el div interior necesita un ancho fijo, aplicalo directamente */
.fixed_add > * {
  width: inherit;
}

/* Cuando la publi se pega al fondo del contenedor */
.stick-bottom {
  z-index: 1; /* Puede ser más bajo si querés que quede debajo de algo */
}

/* BREACKPOINTS */
/* max-width: de mayor a menor */
@media (max-width: 1500px) {
  .skyscraper#sky1 {
    right: 1205px;
  }

  .skyscraper#sky2 {
    left: 1205px;
  }
}

@media (max-width: 1199px) {
  .wrap-HEADER .wrap-CORP .container .enlaces-extra {
    gap: 8px;
  }
}

@media only screen and (max-width: 992px) {
  .ARTICULO_BLOG.articulo-opinion .MODULO_AUTOR .datos-autor, .LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor {
    flex-direction: column;
  }

  .LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor .detalles-blog {
    padding: 24px;
    padding-bottom: 0;
    width: 100%;
  }

  .LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor .autor-foto {
    width: 100%;
  }

  .LISTADO_BLOGS_ARTICULOS.articulo-opinion .MODULO_AUTOR .datos-autor .autor-detalles {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .art-cuerpo p.has-image-text .image-container {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .MODULO_LO_MAS_LEIDO{
    flex-direction: column;
  }
  .MODULO_LO_MAS_LEIDO .first-wrap{
    flex: 1 0 calc(100%);
    margin-bottom: 0;
  }
  .MODULO_LO_MAS_LEIDO .third-wrap {
    flex: 1 0 calc(100%);
    max-width: 100%;
    align-self: center;
  }

  .MODULO_NEWSLETTER{
    flex-direction: column;
  }
  .MODULO_NEWSLETTER .first-wrap{
    flex: 1 0 calc(100%);
    margin-bottom: 0;
  }
  .MODULO_NEWSLETTER .third-wrap {
    flex: 1 0 calc(100%);
    max-width: 100%;
    align-self: center;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-text .nombre_redactor {
    margin-top: 1em;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-contacto {
    flex-direction: column;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-contacto .first-wrap {
    width: 100%;
    max-width: 100%;
  }

  .wrap-HEADER .wrap-CORP .container .enlaces-extra {
    display: none;
  }

  .wrap-HEADER .wrap-CORP .container .CORP-right {
    display: flex;
  }

  .wrap-HEADER .wrap-CORP .container .CORP-right .btn-acceso-usuarios {
    padding: 0;
    background-color: transparent;
  }

  .wrap-HEADER .wrap-CORP .container .CORP-right .btn-acceso-usuarios .icon-acceso-lg, .wrap-HEADER .wrap-CORP .container .CORP-right .btn-acceso-usuarios span {
    display: none !important;
  }

  .wrap-HEADER .wrap-CORP .container .CORP-right .icon-acceso-sm {
    display: flex;
  }

  .wrap-HEADER .wrap-CORP .container .CORP-right .social {
    display: none !important;
  }

  .wrap-HEADER.pinned .wrap-CORP .CORP-center {
    margin: auto;
  }

  .wrap-HEADER.pinned .wrap-CORP .CORP-center .wrap-logo {
    display: block;
    max-height: 40px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .wrap-NAV .NAV-Bottom .container nav ul {
    justify-content: flex-start;
  }

  .btn_primary.btn-suscribirse {
    display: none !important;
  }

  .btn-usuario {
    padding: 0;
    border: 0;
  }

  .btn-usuario:hover {
    background: transparent;
    border: 0;
  }

  .btn-usuario span {
    display: none !important;
  }

  .btn-usuario .wrap-img {
    display: flex;
  }

  .btn-usuario i {
    display: none !important;
  }

  .btn-accesos {
    display: none !important;
  }

  .area-usuario .content-container .CONTENIDO-DER {
    margin-bottom: 48px;
  }

  .gridtab--0>div.wrap-media {
    min-width: 50% !important;
    width: 50% !important;
  }

  .MODULO_1_Banner_3 .sec-wrap {
    margin-top: 1em;
  }

  .wrap-HEADER .wrap-CORP .container .CORP-right #bloque_botones_invitado .icon-acceso-sm {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
  }

  .wrap-HEADER .wrap-CORP .container .CORP-right #bloque_botones_invitado .icon-acceso-sm svg {
    margin: auto;
  }

  .CONTENIDO-DER .wrap-SIMPLE {
    margin-top: 24px;
  }

  .wrap-iframes .wrap__:first-child {
    width: 100% !important;
  }

  .wrap-iframes .wrap__:first-child iframe section {
    margin-bottom: 0 !important;
  }

  .wrap-iframes .wrap__ {
    width: calc(50% - 12px);
  }

  .MODULO-OPINION.MODULO-OPINION-4 .first-wrap .container-1 {
    gap: 1em;
    flex-wrap: wrap;
  }

  .MODULO-OPINION.MODULO-OPINION-4 .first-wrap .container-1 article {
    width: calc(50% - 1em);
  }

  .MODULO-OPINION.MODULO-OPINION-5 .first-wrap {
    flex-direction: column;
  }

  .MODULO-OPINION.MODULO-OPINION-5 .first-wrap .container-1 {
    width: 100%;
  }

  .MODULO-OPINION.MODULO-OPINION-5 .first-wrap .container-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .MODULO .MODULO-OPINION-5 .contenedores.container-2 article .wrap-both {
    align-items: center;
    justify-content: center;
    gap: 0.5em;
  }

  .MODULO .MODULO-OPINION-5 .contenedores.container-2 article .wrap-text {
    text-align: center;
  }

  .MODULO .MODULO-OPINION-5 .contenedores.container-2 article .wrap-text header h3 a {
    text-align: center !important;
  }

  .MODULO .MODULO-OPINION-5 .wrap-both .wrap-text .wrap-otros {
    margin-top: 0px;
    width: 100%;
  }

  .MODULO-OPINION.MODULO-OPINION-5 .container-2 article .wrap-otros .pie-noticia {
    justify-content: center !important;
  }

  .MODULO-OPINION .first-wrap .contenedores .wrap-both {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .MODULO-OPINION .first-wrap .contenedores .wrap-both .wrap-text {
    width: 100%;
  }

  .MODULO-OPINION .first-wrap .contenedores h3 {
    display: block;
  }

  .MODULO-OPINION.MODULO-OPINION-5 .first-wrap .contenedores.container-1 .wrap-both .firma-hibrida {
    width: 50%;
  }

  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap {
    flex-wrap: wrap;
    gap: 0;
  }

  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .contenedores {
    width: 50%;
  }

  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .container-1 {
    width: 100%;
    margin-bottom: 2em;
  }

  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .container-2 {
    width: calc(50% - 1em);
    padding-right: 1em;
  }

  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .container-3 {
    width: calc(50% - 1em);
    padding-left: 1em;
  }

  .MODULO .MODULO-OPINION-7 .container-2 .wrap-both .wrap-text header h3 a, .MODULO .MODULO-OPINION-7 .container-3 .wrap-both .wrap-text header h3 a {
    text-align: center !important;
  }

  .MODULO .MODULO-OPINION-7 .container-2 .wrap-otros .pie-noticia, .MODULO .MODULO-OPINION-7 .container-3 .wrap-otros .pie-noticia {
    justify-content: center !important;
  }

  .MODULO_ASIM_1_3 .sec-wrap article .wrap-both .wrap-text {
    padding-top: .3rem;
  }

  .MODULO_HORIZ_3 .sec-wrap article .wrap-both .wrap-text, .MODULO_HORIZ_3 .third-wrap article .wrap-both .wrap-text {
    padding-top: 0;
  }

  .MODULO_70_15_slider .first-wrap .wrap-text {
    position: absolute !important;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -100%);
    background: var(--neutral-gray-4);
    color: var(--neutral-gray-1) !important;
    min-height: 1px;
    float: right;
    margin-bottom: 2em;
    margin-left: -12.5%;
    margin-top: 40px;
    padding: 20px 40px 30px;
    position: relative;
    width: 50%;
    z-index: 1;
  }

  .MODULO .MODULO_XXL .sec-wrap {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 990px) {
  .wrap-FICHA-ARTICULO .MODULO_AUTOR {
    flex: 0 0 100% !important;
  }

  .wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor {
    max-height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .wrap-HEADER.pin-top {
    position: relative;
  }

  .wrap-HEADER.pinned {
    padding-top: 0px;
    padding-bottom: 4px;
  }

  .MODULO .sec-wrap .wrap-both .wrap-media .img-wrap, .MODULO .third-wrap .wrap-both .wrap-media .img-wrap {
    padding-bottom: 56% !important;
  }

  .wrap-SUPERIOR .MODULO {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo blockquote{margin: 1em 0;padding-bottom: 12px;}
  .wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo blockquote h2{font-size: 22px;}
  .wrap-FICHA-ARTICULO .MODULO_AUTOR::before {
    top: 30%;
    left: 100%;
    transform: translate(-100%, -30%);
    -webkit-transform: translate(-100%, -30%);
  }

  .wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor {
    max-height: 100%;
    flex-direction: column;
  }

  .wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .autor-foto {
    width: 100%;
    height: 250px;
  }

  .wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .autor-foto img {
    object-fit: contain;
  }

  .wrap-FICHA-ARTICULO .MODULO_AUTOR .datos-autor .contenedor-derecho {
    width: 100%;
    padding: 24px;
  }

  .LISTADO_BLOGS_ARTICULOS h1:before {
    display: none;
  }

  .LISTADO_BLOGS_ARTICULOS h1:after, .wrap-FICHA-ARTICULO.ARTICULO_BLOG h1:after, .wrap-FICHA-ARTICULO.articulo-opinion h1:after {
    width: fit-content;
    left: 50%;
    transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
  }

  .LISTADO_BLOGS_ARTICULOS p.detalles {
    text-align: center;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-reverse {
    flex-direction: column-reverse;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-reverse .first-wrap-reverse, .wrap-PAGINA-CORPORATIVA .wrap-reverse .sec-wrap-reverse {
    width: 100%;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-reverse .first-wrap-reverse {
    padding-right: 0;
    margin-top: 2em;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-reverse .sec-wrap-reverse {
    height: 364px;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-count {
    flex-wrap: wrap;
    gap: 24px;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-float .wrap-text {
    max-width: 90%;
    left: 50%;
    right: unset;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    padding: 12px;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-float {
    height: 1px;
    min-height: 400px;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap form, .wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap .wrap-map {
    width: 100%;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-contacto .sec-wrap .wrap-map iframe {
    height: 250px;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-contacto .first-wrap ul li {
    justify-content: center;
  }

  .wrap-PAGINA-CORPORATIVA .wrap-contacto .first-wrap ul li a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .MODULO_SLIDER .wrap-text {
    padding: 0.5em 0em 1.5em;
  }

  .MODULO_SLIDER .slider-x1 .wrap-text h3 a {
    color: var(--neutral-gray-1) !important;
  }

  .MODULO_SLIDER .slider-x1 .wrap-text h3 a .edicion, .MODULO_SLIDER .slider-x1 .wrap-text h3 a .redaccion {
    color: var(--neutral-gray-1);
  }

  .paginadores .paginador {
    background: var(--color-periodico-1);
  }

  .paginadores .paginador a:before {
    color: var(--neutral-white);
  }

  .wrap-HEADER {
    gap: 0;
    padding-top: 0px;
    border-bottom: 0;
    padding-bottom: 0;
  }

  /*.wrap-HEADER .wrap-NAV .NAV-Bottom {
    height: 30px;
    line-height: 30px;
    max-height: 30px;
  }*/

  .wrap-NAV .NAV-Bottom .container nav{
    position: relative;
  }

  .wrap-HEADER .wrap-NAV .NAV-Bottom{
    display: none;
  }

  .wrap-HEADER::after{
    display: none;
  }

  .wrap-HEADER .wrap-NAV .NAV-Bottom .collapsible-body{
    left: 0;
    width: 100%;
  }

  .wrap-HEADER .wrap-CAROUSEL .slick-slide img {
    max-height: 40px;
  }

  .page-footer .footer-top {
    padding: 12px 0px;
  }

  .footer-top nav {
    gap: 12px;
  }

  .MODULO_1_1_4 .first-wrap::before {
    display: none;
  }

  .MODULO_ASIM_2_1 .wrap-text {
    flex: 1 0 50%;
  }

  .wrap-MEDIO .wrap-SIMPLE.CENTRO .MODULO .MODULO_S article .wrap-both {
    background: transparent;
  }

  .paginadores .paginador {
    opacity: 1;
  }

  .paginadores .paginador a h5 {
    color: var(--neutral-white);
    font-family: var(--font-2);
    font-weight: 300;
  }

  .cd-main-content {
    padding-top: 12px;
  }

  .MODULO .sec-wrap article .wrap-both, .MODULO .third-wrap article .wrap-both {
    flex-direction: column;
  }

  .wrap-HEADER .wrap-CORP .container .CORP-right, .wrap-HEADER .wrap-CORP .container .CORP-left {
    width: 20%;
  }

  footer.page-footer {
    border-top: solid 1px var(--neutral-gray-1);
  }

  footer .footer-mid {
    padding-top: 24px;
    padding-bottom: 12px;
  }

  ul.logos-footer {
    margin: 0;
    padding: 0;
  }

  ul.logos-footer li a.logos-pie.logo-pbs {
    background-size: 200px !important;
    height: 48px !important;
  }

  .MODULO .wrap-both .wrap-text .wrap-otros {
    margin-top: 16px;
  }

  .es-multimedia {
    backdrop-filter: blur(0px);
    background-color: var(--color-periodico-1);
    bottom: 8px;
    right: 8px;
    height: 25px;
    width: 25px;
    border-radius: 25px;
  }

  .es-multimedia .element {
    width: 10px;
    height: 10px;
    animation: play-infinite 4s ease infinite;
  }

  .cate-tag {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    font-family: var(--font-3);
  }

  .cate-tag svg {
    max-width: 10px;
  }

  .nav-offcanvas {
    right: -200%;
  }

  .nav-offcanvas .wrap-principal .wrap-links ul {
    gap: 8px;
    margin-top: 24px;
  }

  .nav-offcanvas .wrap-principal .wrap-links, .nav-offcanvas .wrap-principal .wrap-suscripcion {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .nav-offcanvas .wrap-principal .wrap-links {
    height: 50%;
    padding: 24px;
  }

  .nav-offcanvas .wrap-principal .wrap-links>div {
    width: 100%;
  }

  .nav-offcanvas .wrap-principal .wrap-suscripcion {
    height: 40%;
  }

  .nav-offcanvas .wrap-principal .wrap-suscripcion .wrap-s-top {
    display: none;
  }

  .nav-offcanvas .wrap-principal .wrap-suscripcion .wrap-s-bottom {
    padding: 24px;
    height: 100%;
    align-items: center;
  }

  .nav-offcanvas .wrap-principal .wrap-suscripcion .wrap-s-bottom p {
    text-align: center;
  }

  .TITULO-listado h2 {
    flex-direction: column !important;
    gap: 8px;
  }

  .TITULO-listado h2 ul {
    gap: 12px;
    padding: 4px 12px;
  }

  .TITULO-listado h2 ul li a {
    font-size: 14px;
    line-height: 16px;
  }

  .TITULO-listado h2 .auspiciante {
    padding: 4px 12px;
  }

  .comment-section {
    margin: 0px auto;
  }

  .comments-container {
    margin-top: 0;
  }

  .comments-container .acceso-obligatorio {
    margin-bottom: 24px;
  }

  .comments-container .acceso-obligatorio .btn-accesos {
    display: flex !important;
    flex-wrap: wrap;
  }

  .comments-container .acceso-obligatorio .btn-accesos a {
    width: 100%;
  }

  .comment {
    flex-direction: column;
    gap: 12px;
  }

  .profile {
    gap: 24px;
  }

  .profile div {
    gap: 24px;
  }

  .profile .form-control div {
    max-width: 100%;
  }

  .cabecero-panel-usuario {
    gap: 12px;
    margin-bottom: 24px;
  }

  .cabecero-panel-usuario .center img {
    max-height: 30px;
  }

  .cabecero-panel-usuario>div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cabecero-panel-usuario .left, .cabecero-panel-usuario .right {
    width: 100%;
  }

  .cabecero-panel-usuario .left {
    text-align: center;
  }

  .suscripciones {
    gap: 12px;
    margin-bottom: 24px;
  }

  .suscripciones .precios {
    flex-direction: column;
  }

  .suscripciones .precios .subs {
    padding: 24px;
    min-height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: 0.5s all ease;
  }

  .page-error {
    height: 100vh;
    flex-direction: column-reverse;
  }

  .page-error .left, .page-error .right {
    width: 100%;
    height: 50%;
  }

  .page-error .left div {
    gap: 24px;
    max-width: 100%;
    margin: 0;
  }

  .page-error p {
    line-height: 34px;
  }

  .page-equipo .contenido {
    gap: 12px;
    flex-direction: column;
  }

  .page-equipo .titulo {
    padding: 24px 0px;
    margin-bottom: 0;
  }

  .page-equipo .contenido .subtitulo {
    width: 100%;
    padding: 12px 0px;
  }

  .page-equipo .subtitulo {
    padding: 24px 0px;
    border-top: solid 1px var(--neutral-gray-1);
    border-bottom: solid 1px var(--neutral-gray-1);
  }

  .page-equipo .titulo p {
    font-size: 24px;
  }

  .page-equipo .subtitulo p {
    font-size: 20px;
    font-weight: 400;
  }

  .page-equipo .contenido .integrantes {
    width: 100%;
  }

  .page-equipo .contenido .integrantes div.card {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    border-bottom: solid 1px var(--neutral-gray-2);
    padding-bottom: 16px;
  }

  .page-equipo .contenido .integrantes div.card .wrap-image {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    min-width: 80px;
  }

  .page-equipo .contenido .integrantes div.card .card-body {
    min-height: 1px;
    border: 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    top: unset;
    padding: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .area-usuario .wrap-img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }

  .area-usuario .titulo span {
    font-size: 24px;
    line-height: 26px;
  }

  .area-usuario .content-container {
    margin-top: 24px;
  }

  .area-usuario .content-container .CONTENIDO-DER {
    margin-bottom: 24px;
  }

  .area-usuario .content-container .content .CONTENIDO-DER .contenedor-menu-lateral {
    gap: 12px;
  }

  .area-usuario .titulo {
    gap: 12px;
    margin-bottom: 24px;
  }

  .area-usuario .titulo-area-restringida{
    flex-direction: column;
    margin-bottom: 0;
  }
  .area-usuario-restringida .titulo-area-restringida span{
    text-align: center;
  }
  .area-usuario-restringida .wrap-img {
    width: 85px;
    height: 85px;
    border-radius: 85px;
  }

  .area-usuario .content-container .content .CONTENIDO-DER .titulo {
    font-size: 24px;
  }

  .area-usuario .content-container .content .CONTENIDO-DER select {
    background-color: var(--neutral-gray-4);
  }

  .area-usuario .content-container .content .CONTENIDO-IZQ .contenedor-premium {
    flex-direction: column;
  }

  .area-usuario .content-container .content .CONTENIDO-IZQ .contenedor-premium .wrap-izq {
    padding: 24px 12px;
    width: 100%;
  }

  .area-usuario .content-container .content .CONTENIDO-IZQ .contenedor-premium .wrap-izq .titulo {
    font-size: 24px;
    line-height: 26px;
  }

  .area-usuario .content-container .content .CONTENIDO-IZQ .contenedor-premium .wrap-izq ul {
    gap: 12px;
  }

  .area-usuario .content-container .content .CONTENIDO-IZQ .contenedor-premium .wrap-izq ul li {
    font-size: 16px;
    line-height: 18px;
  }

  .area-usuario .content-container .content .CONTENIDO-IZQ .contenedor-premium .wrap-izq ul li svg {
    max-width: 18px;
  }

  .area-usuario .content-container .content .CONTENIDO-IZQ .contenedor-premium .wrap-der {
    width: 100%;
    height: 250px;
  }

  .area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter{
    flex-direction: column!important;
  }
  .area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter .lista{
    width: 100%;
    border-bottom: 1px solid var(--color-periodico-1);
    border-right: 0;
    padding-right: 0;
    padding-top: 12px;
  }

  .area-usuario .content-container .content .tipo-newsletter a{
    text-decoration: none;
    border-bottom: 0;
  }
  .area-usuario .content-container .content .tipo-newsletter .msg-unsuscribe-lg{
    display: none;
  }
  .area-usuario .content-container .content .tipo-newsletter .msg-unsuscribe-sm{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .area-usuario .content-container .content .tipo-newsletter .msg-unsuscribe-sm svg{
    width: 14px;
  }
  .area-usuario .content-container .content .tipo-newsletter .msg-unsuscribe-sm svg path{
    fill: var(--color-periodico-1);
  }

  .area-usuario .content-container .content .tipo-newsletter::before {
    display: none;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--color-periodico-1);
    position: absolute;
    top: 9px;
    left: -1px;
  }

  .area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter {
    gap: 0px;
  }

  .area-usuario .content-container .content .CONTENIDO-IZQ .wrap-newsletter .newsletter_ {
    flex-direction: column;
    gap: 12px;
    border-bottom: solid 1px var(--neutral-gray-3);
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .area-usuario .content-container .content .CONTENIDO-IZQ .premium {
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }

  .wrap-FICHA-ARTICULO .TITULO-listado h2 span {
    padding-bottom: 18px;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo {
    margin-bottom: 0px;
  }

  .wrap-FICHA-ARTICULO .art-relacionados .MODULO>div {
    gap: 12px;
  }

  .wrap-FICHA-ARTICULO .mas-informacion {
    margin-bottom: 24px;
  }

  .ul-lo-mas-leido {
    margin-bottom: 24px;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .seg-vivo {
    padding: 12px;
    gap: 12px;
    margin-bottom: 24px;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .seg-vivo ul {
    gap: 24px;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .seg-vivo ul li {
    flex-direction: column;
    gap: 12px;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .seg-vivo ul li .wrap-image {
    width: 100%;
    min-width: 100%;
    height: 150px;
  }

  .MODULO_DIRECTO_TIMELINE .second-wrap .timeline-container {
    overflow-x: unset !important;
    overflow-y: unset !important;
    max-height: 100%;
  }

  .ARTICULO_EN_DIRECTO .noticia-timeline {
    flex-direction: column;
    gap: 12px;
  }

  /*.barra-compartir-articulo {
    margin-top: 0.3em;
  }*/

  .MODULO .wrap-media .img-wrap {
    padding-bottom: 56%;
  }

  .MODULO-30-70 .first-wrap article {
    margin-bottom: 0.5em;
  }

  .MODULO-30-70 .second-wrap .wrap-text {
    display: block !important;
  }

  .MODULO-30-70 .second-wrap .wrap-text header, .MODULO-30-70 .second-wrap .wrap-text .entradilla {
    width: 100% !important;
  }

  .MODULO-30-70 .second-wrap .wrap-text .wrap-otros {
    margin-top: 12px !important;
  }

  .MODULO-30-70 .second-wrap .wrap-text header h3 {
    margin-bottom: 0;
  }

  .MODULO-30-70 .second-wrap .wrap-text header h3 a {
    font-size: 1.3rem;
    line-height: normal;
    margin-bottom: 8px;
  }

  .MODULO-30-70 .second-wrap .wrap-text header {
    margin: 0;
    margin-top: 0 !important;
  }

  .MODULO_ASIM_1_3 {
    flex-wrap: nowrap;
  }

  .destacado-azul .MODULO_1_Banner_3 .sec-wrap, .destacado-verde .MODULO_1_Banner_3 .sec-wrap, .destacado-rojo .MODULO_1_Banner_3 .sec-wrap {
    background-color: transparent;
    padding: 0;
  }

  .MODULO_1_1_4 {
    flex-wrap: nowrap;
  }

  .MODULO_1_4 .sec-wrap header {
    margin-top: 1rem !important;
  }

  .MODULO_1_4 .first-wrap {
    margin-top: 1rem;
  }

  .MODULO_1_4_1 .sec-wrap article .wrap-both .wrap-text header {
    margin-top: 1em;
  }

  .MODULO_GRIDTAB .gridtab .wrap-media {
    padding: 0.7em;
  }

  .gridtab--0>div.wrap-media {
    min-width: 50% !important;
    width: 50% !important;
  }

  .MODULO_DIRECTO .wrap-both header h3 {
    margin: 0 !important;
  }

  .MODULO .MODULO_M .sec-wrap article .wrap-both {
    flex-direction: column;
  }

  .MODULO .MODULO_M .sec-wrap article .wrap-both .wrap-media {
    width: 100%;
    margin-right: 0;
  }

  .MODULO .MODULO_M .sec-wrap article .wrap-both .wrap-text {
    width: 100%;
  }

  .MODULO .MODULO_M article .wrap-both .wrap-text header {
    margin-top: 1rem;
  }

  .MODULO .MODULO_XL .wrap-otros .pie-noticia {
    justify-content: flex-start;
  }

  .MODULO .MODULO-OPINION-4 .wrap-both header {
    margin-top: 0;
  }

  .MODULO-OPINION.MODULO-OPINION-5 .container-2 article .wrap-both .wrap-text header {
    margin-top: 0;
  }

  .MODULO-OPINION.MODULO-OPINION-5 .container-2 .firma-hibrida {
    min-width: 90px;
  }

  .MODULO-OPINION.MODULO-OPINION-6 article .wrap-both .wrap-text header {
    margin-top: 0;
  }

  .MODULO-OPINION.MODULO-OPINION-6 .container-2 article:last-child {
    margin-bottom: 0;
  }

  .MODULO .MODULO-OPINION-7 .first-wrap .container-1 {
    margin-bottom: 0;
  }

  .MODULO .MODULO-OPINION-7 article .wrap-both .wrap-text header {
    margin-top: 0;
  }

  .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-2, .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-3 {
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-2 article, .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-3 article {
    width: 50%;
    margin-bottom: 18px !important;
  }

  .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-2 article:last-child, .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-3 article:last-child {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-2 .wrap-both .firma-hibrida, .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-3 .wrap-both .firma-hibrida {
    min-width: 90px;
  }

  .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-2 .wrap-both, .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-3 .wrap-both {
    gap: 0.5em;
  }

  .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-2 .wrap-both .wrap-text, .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-3 .wrap-both .wrap-text {
    text-align: center;
  }

  .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-2 .wrap-both .wrap-text .wrap-otros .pie-noticia, .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-3 .wrap-both .wrap-text .wrap-otros .pie-noticia {
    justify-content: center;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit {
    order: 1;
    width: 100%;
    margin: 0;
    margin-bottom: 12px;
    padding-top: 12px;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_DESTACADO .container .row .col .wrap-FULL .wrap-media figure .barra-compartir-articulo {
    margin-bottom: 0 !important;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_DESTACADO .container .row .col .wrap-FULL .wrap-media figure .barra-compartir-articulo .a2a_kit {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2.top-title {
    margin-bottom: 1em;
  }

  .wrap-FICHA-ARTICULO .wrap-media .art-entradilla {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .wrap-listado-noticias ul {
    margin-top: 0;
    margin-bottom: 0 !important;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .autor-foto {
    flex: 1 0 calc(20% - 1em);
    /*margin-right: 0em;*/
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul {
    /*flex: 1 0 calc(80% - 1em);*/
    flex: auto;
    margin: 0;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .autor-foto {
    margin-right: 12px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
    max-width: 50px;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.redactor a:first-child {
    font-size: 12px;
  }

  .wrap-FICHA-ARTICULO .CONTENIDO-ARTICULO .art-autor ul li .edicion a {
    font-size: 16px;
  }

  .publi_destacada .wrap-image img {
    max-height: 100px;
  }

  .publi_destacada .datos p {
    font-size: 20px;
  }

  .publi_destacada .datos ul li a svg {
    max-width: 20px;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo ul {
    margin: 1.5em 0;
  }

  .wrap-FICHA-ARTICULO .BN-intermedio-especial div>img {
    opacity: 0.3;
  }

  .wrap-FICHA-ARTICULO .BN-intermedio-especial {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 1em;
  }

  #taboola-below-article-thumbnails {
    padding-top: 1.5em !important;
  }

  .BN .thumbnails-a .trc_rbox_header {
    margin-bottom: 1em !important;
  }

  .wrap-FICHA-ARTICULO .container .BN {
    margin-bottom: 1em;
  }

  .lo-mas-leido-cabecero {
    margin-bottom: 0 !important;
  }

  .wrap-FICHA-ARTICULO .mas-informacion ul li {
    padding: 8px 0.5em 8px 0em;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .mas-informacion {
    margin-bottom: 0;
  }

  .MODULO_XL_OVER .entradilla {
    font-size: 1.1rem;
  }

  .MODULO .MODULO_HORIZ_1 article .wrap-both .wrap-text header {
    margin-top: 8px;
  }

  .btn-usuario .wrap-img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }

  .btn-usuario .wrap-img img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }

  .area-usuario .content-container .content .tipo-newsletter {
    gap: 0px;
    padding-left: 12px;
    position: relative;
    flex-direction: row;
    gap: 4px;
  }

  .area-usuario .content-container .content .tipo-newsletter .tipo {
    font-size: 18px;
  }

  .barra-compartir-articulo .a2a_kit {
    margin-left: 0;
    display: flex;
  }
  .barra-compartir-articulo .a2a_kit .a2a_button_whatsapp{
    order: 1;
  }
  .barra-compartir-articulo .a2a_kit .a2a_button_linkedin{
    order: 2;
  }
  .barra-compartir-articulo .a2a_kit .a2a_button_facebook{
    order: 3;
  }
  .barra-compartir-articulo .a2a_kit .a2a_button_x{
    order: 4;
  }
  .barra-compartir-articulo .a2a_kit .a2a_button_copy_link{
    order: 5;
  }
  .barra-compartir-articulo .a2a_kit .a2a_button_email{
    order: 6;
  }

  #slide-out .collapsible-body ul li a::after {
    left: 14px;
  }

  .MODULO .wrap-both .wrap-text .entradilla {
    font-size: 1rem;
  }

  .MODULO .third-wrap article .wrap-both .wrap-text {
    margin-bottom: 0em;
  }

  .cabecero-redactor .contenedor-redactor-datos {
    padding: 24px 1px;
    padding-bottom: 1px;
    gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  .cabecero-subportadas .sub-subportadas ul {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo iframe {
    width: auto !important;
  }

  .formulario-listado-busqueda {
    padding: 0;
  }

  .formulario-listado-busqueda h4 {
    margin-bottom: 0;
  }

  .formulario-listado-busqueda .input-field.col label {
    position: unset;
  }

  #boton-cargar-mas {
    margin-bottom: 36px;
  }

  .busqueda-avanzada, .noticias-relacionadas {
    font-size: 18px;
  }

  .tag {
    margin-bottom: 24px;
    margin-top: 16px;
  }

  .tag h1 {
    line-height: 22px;
    font-size: 18px;
  }

  .destacado-azul .MODULO_1_1_4 .first-wrap .wrap-text h3, .destacado-azul .MODULO_1_1_4 .first-wrap .wrap-text a, .destacado-azul .MODULO_1_1_4 .first-wrap .wrap-text div, .destacado-verde .MODULO_1_1_4 .first-wrap .wrap-text h3, .destacado-verde .MODULO_1_1_4 .first-wrap .wrap-text a, .destacado-verde .MODULO_1_1_4 .first-wrap .wrap-text div, .destacado-rojo .MODULO_1_1_4 .first-wrap .wrap-text h3, .destacado-rojo .MODULO_1_1_4 .first-wrap .wrap-text a, .destacado-rojo .MODULO_1_1_4 .first-wrap .wrap-text div {
    color: var(--neutral-white) !important;
  }

  #modal-politicas {
    top: 50% !important;
    width: 95%;
    max-height: 100%;
    transform: translate(0px, -50%) !important;
  }

  #modal-politicas .modal-content .bloque-superior {
    flex-direction: column;
  }

  #modal-politicas .modal-content .bloque-superior .superior-izq {
    padding: 24px;
    gap: 24px;
    width: 100%;
  }

  #modal-politicas .modal-content .bloque-superior .superior-der {
    width: 100%;
  }

  #modal-politicas .modal-content .bloque-superior .superior-der .sup {
    display: none;
  }

  #modal-politicas .modal-content .bloque-superior .superior-der .inf {
    height: 120px;
  }

  #modal-politicas .modal-content .bloque-inferior {
    padding: 24px;
  }

  .wrap-iframes {
    gap: 12px;
    margin-bottom: 1rem;
  }

  .wrap-iframes .wrap__ {
    width: 100%;
  }

  .wrap-iframes .wrap__ iframe section {
    margin-bottom: 0 !important;
  }

  .toggle-comments {
    flex-direction: column;
    gap: 8px;
  }

  .MODULO .MODULO_1_1_4 .third-wrap article .wrap-both .wrap-media, .MODULO .MODULO_HORIZ_2 .third-wrap article .wrap-both .wrap-media {
    width: 100%;
    margin-bottom: 0;
  }

  .page-aportaciones .seccion-uno {
    min-height: 1px;
    padding: 24px;
    gap: 24px;
  }

  .page-aportaciones .seccion-uno>div {
    max-width: 100%;
    margin-left: 0;
  }

  .page-aportaciones .seccion-uno img {
    display: none;
  }

  .page-aportaciones .seccion-tres {
    min-height: 1px;
    padding: 24px;
  }

  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .contenedores {
    width: 100%;
  }

  .MODULO-OPINION-6 .contenedores {
    flex-direction: column !important;
    width: 100%;
  }

  .MODULO-OPINION-6 .contenedores article {
    width: 100%;
  }

  .MODULO-OPINION .first-wrap .contenedores.container-1 .wrap-both .firma-hibrida {
    width: 50%;
  }

  .MODULO-OPINION.MODULO-OPINION-5 .container-2 {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 1em;
  }

  .MODULO-OPINION.MODULO-OPINION-4 .first-wrap .container-1 article {
    width: calc(50% - 16px);
    margin-bottom: 12px !important;
  }

  .MODULO-OPINION.MODULO-OPINION-5 .container-2 article {
    /*width: 100%;*/
    width: calc(50% - 0.5em);
    margin-bottom: 1em;
  }

  .MODULO .MODULO-OPINION-5 .contenedores.container-2 article .wrap-text {
    gap: 0;
  }

  .MODULO-30-70 .second-wrap header {
    width: 100%;
  }

  .MODULO-30-70 .second-wrap .entradilla {
    width: 100%;
  }

  .MODULO .wrap-both header {
    margin-bottom: 0.1em;
    margin-top: 1em;
  }

  .MODULO-30-70 {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    flex-direction: column;
  }

  .MODULO-30-70 .first-wrap {
    width: 100%;
    gap: 24px;
    display: flex;
    flex-direction: column;
  }

  .MODULO-30-70 .second-wrap {
    width: 100%;
    gap: 24px;
  }

  .MODULO-30-70 .first-wrap .wrap-media {
    display: block;
  }

  .MODULO-30-70 .first-wrap .entradilla {
    display: block !important;
  }

  .MODULO-30-70 .first-wrap h3 {
    font-size: 20px !important;
  }

  .MODULO-30-70 .first-wrap .firma-hibrida {
    display: block !important;
  }

  .MODULO .sec-wrap article .wrap-both .wrap-media, .MODULO .third-wrap article .wrap-both .wrap-media {
    width: 100%;
    flex: 1;
    max-width: 100%;
  }

  .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros .pie-noticia .contenedor-redactor span a {
    color: var(--neutral-gray-1) !important;
  }

  .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros .pie-noticia .contenedor-comentarios span {
    color: var(--neutral-gray-2) !important;
  }

  .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros .pie-noticia .contenedor-comentarios svg {
    stroke: var(--neutral-gray-2) !important;
  }

  .MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a {
    color: var(--neutral-gray-1) !important;
  }

  .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros .pie-noticia .contenedor-comentarios svg path {
    stroke: var(--neutral-gray-2) !important;
  }

  #slide-out .collapsible-header {
    font-size: 14px;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h1 {
    color: var(--negro);
    font-weight: bold;
    text-align: left;
    font-family: var(--font-1);
    font-size: 1.8rem;
    line-height: 120%;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2.cate a {
    font-size: 1rem;
    line-height: normal;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo, .wrap-FICHA-ARTICULO .wrap-media .art-entradilla {
    font-size: 20px;
    line-height: 145%;
    font-weight: 500;
  }

  .wrap-FICHA-ARTICULO .wrap-media .art-entradilla {
    font-family: var(--font-2);
    color: #999999;
  }

  .MODULO_DIRECTO_TIMELINE {
    display: flex;
    flex-direction: column;
  }

  .MODULO_DIRECTO_TIMELINE .first-wrap {
    width: 100%;
  }

  .MODULO_DIRECTO_TIMELINE .second-wrap {
    width: 100%;
  }

  .MODULO-4-4 {
    display: flex;
    flex-direction: column;
  }

  .MODULO-4-4 .second-wrap .contenedor-1 .wrap-both {
    display: flex;
    flex-direction: column;
  }

  .MODULO-4-4 .first-wrap {
    width: 100%;
  }

  .MODULO-4-4 .second-wrap {
    width: 100%;
    padding-left: 0;
  }

  .MODULO-4-4 .second-wrap .contenedor-1 .wrap-both .wrap-media {
    width: 100%;
  }

  .MODULO-4-4 .second-wrap .contenedor-1 .wrap-both .wrap-text {
    width: 100%;
  }

  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .container-2 {
    padding-right: 0;
  }

  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .container-3 {
    padding-left: 0;
  }

  .MODULO_XL .wrap-media .img-wrap {
    padding-bottom: 56%;
  }

  .destacado-azul .container, .destacado-verde .container, .destacado-rojo .container, .destacado-celeste .container, .destacado-naranja .container, .destacado-gris .container {
    padding: 12px;
    padding-bottom: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .modalNew .modal-content,
  #modal-pago {
    padding: 12px 12px;
  }

  .modalNew#modal-login, .modalNew#modal-registro, .modalNew#modal-pass {
    top: 0 !important;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    z-index: 9999999;
  }

  .modalNew#modal-pass {
    border: 0;
  }

  .modalNew form p:last-child small {
    font-size: 13px;
  }

  .wrap-HEADER .wrap-CORP .container .wrap-logo {
    height: 35px;
  }

  .wrap-HEADER .wrap-CORP {
    padding: 0 8px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .wrap-HEADER .wrap-CORP .container .CORP-right {
    gap: 4px;
  }

  .modalNew .Formulario input[type="checkbox"]+label {
    padding-left: 30px;
    height: auto;
    line-height: normal;
    text-align: left;
    margin-bottom: 8px;
  }

  #modal-login .modal-footer {
    margin-top: 12px;
  }

  .modalNew p.lead {
    margin-bottom: 0 !important;
  }

  #modal-registro.modalNew h3 {
    margin-top: 0;
  }

  .MODULO .first-wrap {
    margin-bottom: 0;
  }

  .MODULO_1_3_1_2 {
    margin-bottom: 0;
  }

  .MODULO article {
    margin-bottom: 1.35rem !important;
    border-bottom: 0 !important;
  }

  .MODULO_1_3_1_2 .first-wrap .wrap_one article .wrap-media {
    display: block;
  }

  .MODULO_GRIDTAB {
    margin-bottom: 1.5rem;
  }

  .MODULO_1_3_1_2 .first-wrap .wrap_one .wrap-otros .pie-noticia {
    justify-content: flex-start;
  }

  div#content-sticky {
    display: block;
    z-index: 4147483647;
  }

  .MODULO_1_4_3 .sec-wrap .wrap_two {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .MODULO_1_4_3 .sec-wrap .wrap_two article {
    flex: 1 0 calc(50% - 1rem);
    margin-bottom: 1em !important;
  }

  .MODULO h3 {
    font-size: 1.25rem !important;
  }

  .MODULO-OPINION.MODULO-OPINION-5 .first-wrap .container-2 {
    align-items: flex-start;
  }

  .MODULO-OPINION.MODULO-OPINION-5 .first-wrap {
    gap: 1rem;
  }

  .MODULO-OPINION .first-wrap .contenedores.container-1 .wrap-both .wrap-text header {
    margin-top: 0;
  }

  .MODULO-OPINION .first-wrap .contenedores.container-1 .wrap-both {
    gap: 12px;
  }

  .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA ol {
    margin-bottom: 0;
    padding-left: 24px;
  }

  .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA p {
    margin-bottom: 1em;
    text-align: left;
  }

  .wrap-HEADER.pinned .wrap-CORP .container .wrap-logo {
    height: 31px;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado {
    flex-direction: column;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p, .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p+p {
    text-align: left !important;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p {
    margin-bottom: 1.4em;
  }

  .MODULO_1_1_3 {
    padding-bottom: 0;
  }

  .MODULO_70_TOTAL {
    display: flex;
    flex-direction: column;
  }

  .MODULO_70_TOTAL .sec-wrap {
    flex-direction: column;
    width: 100%;
    flex: initial;
    border-right: 0;
  }

  .MODULO_70_TOTAL .sec-wrap article {
    border-bottom: 1px solid var(--neutral-gray-2) !important;
    margin: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .MODULO_70_TOTAL .sec-wrap .wrap-both header {
    margin-bottom: 0.5em;
    margin-top: 0;
  }

  .MODULO_70_TOTAL .first-wrap {
    flex-direction: column;
    width: 100%;
    flex: initial;
  }

  .MODULO .MODULO_70_TOTAL .sec-wrap article:last-child {
    margin-right: 0;
  }

  .MODULO_70_TOTAL .sec-wrap article:last-child .wrap-both .wrap-media {
    flex: initial;
  }

  .MODULO_70_TOTAL .sec-wrap article:first-child .wrap-both {
    flex-direction: column;
  }

  .MODULO_70_TOTAL .sec-wrap article:first-child .wrap-media {
    display: block;
    order: 2;
  }

  .MODULO_30_COLMENA {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .MODULO_30_COLMENA .first-wrap {
    display: flex;
    gap: 1rem;
    width: 100%;
    flex: initial;
    border-right: 0;
    border-bottom: 1px solid var(--neutral-gray-2);
  }

  .MODULO_30_COLMENA .sec-wrap {
    flex: initial;
    gap: 1rem;
    width: 100%;
    flex-direction: row;
  }

  .MODULO_30_COLMENA .sec-wrap article {
    flex: initial;
    width: 50%;
  }

  .MODULO_30_COLMENA .sec-wrap article:first-child {
    border-right: 1px solid var(--neutral-gray-2);
    padding-right: 1rem;
    margin: 0;
  }

  .MODULO_30_COLMENA .first-wrap .wrap-both {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: initial;
  }

  .MODULO_30_COLMENA .first-wrap .wrap-both .wrap-text {
    order: 2;
    width: 100%;
  }

  .MODULO_30_COLMENA .first-wrap .wrap-both .wrap-media {
    width: 100%;
    order: 1;
  }

  .MODULO_25_COLMENA {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }

  .MODULO_25_COLMENA .first-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-right: 0;
    width: 100%;
    flex: initial;
    padding-right: 0;
  }

  .MODULO_25_COLMENA .sec-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: initial;
  }

  .MODULO_25_COLMENA .wrap-both .wrap-media {
    width: 30% !important;
    flex: initial !important;
    order: 2;
    margin-right: 0 !important;
  }

  .MODULO_25_COLMENA article {
    border-bottom: 1px solid var(--neutral-gray-2) !important;
  }

  .MODULO .MODULO_25_COLMENA .wrap-both header {
    margin-top: 0 !important;
  }

  .MODULO_30_30_30 .sec-wrap {
    display: flex;
    flex-direction: column;
    visibility: visible !important;
  }

  .MODULO_30_30_30 article {
    width: 100%;
    border-bottom: 1px solid var(--neutral-gray-2) !important;
    margin-bottom: 0 !important;
    padding: 1rem 0 !important;
  }

  .MODULO_30_30_30 article .wrap-both {
    display: flex;
    flex-direction: row !important;
    gap: 1rem;
  }

  .MODULO_30_30_30 article .wrap-both .wrap-media {
    width: 35%;
    flex: initial;
  }

  .MODULO_30_30_30 article .wrap-both .wrap-text {
    width: 65%;
    flex: initial;
  }

  .MODULO_30_30_30 article .wrap-both .wrap-text header {
    margin-top: 0 !important;
  }

  .MODULO_70_15_30 {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }

  .MODULO_70_15_30 .sec-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: initial;
  }

  .MODULO_70_15_30 .first-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: initial;
  }

  .MODULO_70_30_15 {
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }

  .MODULO_70_30_15 .sec-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: initial;
  }

  .MODULO_70_30_15 .first-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: initial;
  }

  .MODULO_70_30_15 .sec-wrap .wrap-media {
    display: none;
  }

  .MODULO_70_30_15 .sec-wrap article:first-child .wrap-both .wrap-media {
    display: block;
    width: 30%;
    margin: 0 auto;
  }

  .MODULO_70_30_15 .sec-wrap article:first-child .wrap-both .wrap-text {
    width: 70%;
  }

  .MODULO_70_30_15 .sec-wrap article:first-child .wrap-both .wrap-text header {
    margin: 0 !important;
  }

  .MODULO_70_30_15 .sec-wrap article:first-child .wrap-both {
    display: flex;
    flex-direction: row !important;
    gap: 1rem;
    width: 100%;
    margin: 0 auto;
  }

  .MODULO_70_15_slider {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .MODULO_70_15_slider .first-wrap .wrap-both {
    float: initial;
    height: 100%;
    min-height: 1px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .MODULO_70_15_slider .first-wrap .wrap-media {
    min-height: 315px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
  }

  .MODULO_70_15_slider .first-wrap .wrap-text {
    position: relative !important;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background: var(--neutral-white) !important;
    color: var(--neutral-gray-1) !important;
    min-height: 1px;
    float: initial;
    margin-bottom: 0em;
    margin-left: 0%;
    margin-top: 0;
    padding: 0;
    padding-top: 1rem;
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .MODULO_70_15_slider .sec-wrap {
    flex-direction: column;
    width: 100%;
  }

  .MODULO_70_15_slider .sec-wrap .wrap-media {
    display: none;
  }

  .MODULO_70_15_slider .slider-x4 article {
    margin-right: 2em;
  }

  .MODULO_70_15_slider .slider-x4 article h3 {
    font-size: 1.3rem;
  }

  .MODULO_70_15_slider .slider-x4 article .entradilla {
    display: none;
  }

  .MODULO_70-hombrillo h3 a {
    font-size: 0.8em;
    line-height: initial;
  }

  .MODULO_70-hombrillo {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .MODULO_70-hombrillo .wrap_two .wrap-both {
    display: flex;
    flex-direction: column !important;
  }

  .MODULO_70-hombrillo .sec-wrap .wrap_two {
    display: flex;
    flex-wrap: wrap !important;
  }

  .MODULO_70-hombrillo .sec-wrap .wrap_two article {
    flex: initial;
    width: 50%;
    margin-bottom: 1em !important;
    margin-right: 0 !important;
    padding: 1rem;
  }

  .MODULO_70-hombrillo .sec-wrap {
    width: 100% !important;
  }

  .MODULO .MODULO_70-hombrillo .sec-wrap article .wrap-both .wrap-media .img-wrap, .MODULO .MODULO_70-hombrillo .third-wrap article .wrap-both .wrap-media .img-wrap {
    padding-bottom: 56% !important;
  }

  .MODULO_70-25-15 .third-wrap article .wrap-both {
    flex-direction: row;
  }

  .MODULO_70-25-15 .third-wrap article .wrap-both .wrap-text header {
    margin: 0;
  }

  .MODULO_70-25-15 .sec-wrap {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }

  .MODULO_70-25-15 .sec-wrap article {
    flex: 1;
    margin-bottom: 1em;
    margin-right: 0;
    padding-bottom: 0;
  }

  .MODULO_35-35-35 .sec-wrap {
    display: flex;
    flex: unset !important;
    flex-direction: unset;
    margin-right: 0;
  }

  .MODULO_35-35-35 .sec-wrap article {
    padding: 1.8rem;
    flex: unset;
    margin-right: 0;
  }

  .MODULO_35-35-35 .sec-wrap article:nth-of-type(1) {
    padding-left: 0;
  }

  .MODULO_35-35-35 .sec-wrap article:nth-of-type(3) {
    padding-right: 0;
  }

  .MODULO_35-35-35 .sec-wrap article:nth-of-type(2) {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: unset;
    transform: scale(1.2);
  }

  .MODULO_35-35-35 .sec-wrap article:nth-of-type(2) .wrap-both {
    background-color: var(--neutral-gray-2);
  }

  .MODULO_35-35-35 .sec-wrap article:nth-of-type(2) .wrap-text {
    background-color: var(--neutral-gray-2);
  }

  .MODULO_35-35-35 .sec-wrap article .wrap-both {
    flex-direction: row;
    padding: 0 1rem;
  }

  .MODULO_35-35-35 .sec-wrap article .wrap-text {
    padding: 0 1rem;
  }

  .MODULO_35-35-35 .sec-wrap article .wrap-both .wrap-media {
    margin-right: 0;
  }

  .MODULO_50-50-XS {
    display: flex;
    flex-direction: column;
  }

  .MODULO_50-50-XS .wrap-both {
    display: flex;
  }

  .MODULO_70-hombrillo .first-wrap {
    border-bottom: none;
    flex: initial !important;
    width: 50%;
    padding-right: 0em;
    margin-left: 23px
  }

  .MODULO .MODULO_70-hombrillo .sec-wrap article .wrap-both .wrap-media, .MODULO .MODULO_70-hombrillo .third-wrap article .wrap-both .wrap-media {
    width: 100%;
    flex: auto;
    max-width: 100%;
  }

  .MODULO .MODULO_70-hombrillo .sec-wrap article .wrap-both {
    flex-direction: column !important;
  }

  .MODULO .MODULO_70-hombrillo .sec-wrap article {
    flex: 1 0 45%;
    margin-bottom: 1em;
    margin-right: 0;
    padding-bottom: 0;
  }

  .MODULO .MODULO_70-hombrillo .sec-wrap {
    display: flex;
    flex: 1 0 100%;
    flex-direction: row !important;
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 24px;
  }

  .MODULO .MODULO_70-hombrillo .sec-wrap article:nth-of-type(1) {
    margin-right: 1rem;
  }

  .MODULO .MODULO_70-hombrillo .sec-wrap article:nth-of-type(3) {
    margin-right: 1rem;
  }

  .MODULO_70-25-opi {
    display: flex;
    flex-direction: column;
  }

  .MODULO .MODULO_70-25-opi .sec-wrap article, .MODULO .MODULO_70-25-opi .third-wrap article {
    flex: 0 0 49%;
    margin-bottom: 1em;
    margin-right: 6px;
    padding-bottom: 0;
  }

  .MODULO .MODULO_70-25-opi .sec-wrap, .MODULO .MODULO_70-25-opi .third-wrap {
    display: flex;
    flex: 1 0 100%;
    flex-direction: row;
    margin-right: 0;
  }

  .MODULO .MODULO_70-25-opi .third-wrap article .wrap-both {
    flex-direction: row;
  }

  .MODULO_70-25-opi .contenedores article {
    width: calc(100% - 1rem);
    display: none;
    margin-top: 15px;
  }

  .MODULO_70-25-opi .contenedores {
    display: block;
  }

  .MODULO_70-25-opi .contenedores article.articulo-opinion .firma-hibrida {
    display: flex !important;
    width: 33%;
    justify-content: center;
    margin: 0 28px;
  }

  .MODULO .MODULO_70-25-opi .third-wrap {
    display: flex;
    flex: 1 0 100%;
    flex-direction: column;
    margin-right: 0;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .MODULO .MODULO_70-25-opi .third-wrap article .wrap-both .wrap-text {
    margin-bottom: 0em;
    margin-top: 0rem;
  }

  .MODULO_70-opi-25 .contenedores article.articulo-opinion .firma-hibrida {
    display: flex !important;
    width: 33%;
    justify-content: center;
    margin: 0 28px;
  }

  .MODULO .MODULO_70-opi-25 .third-wrap article .wrap-both .wrap-text {
    margin-bottom: 0em;
    margin-top: 0rem;
  }

  .MODULO .MODULO_70-opi-25 .third-wrap {
    display: flex;
    flex: 1 0 100%;
    flex-direction: column;
    margin-right: 0;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }

  .MODULO_70-opi-25 .sec-wrap article .wrap-both {
    flex-direction: column !important;
  }

  .MODULO .MODULO_70-opi-25 .third-wrap article .wrap-both {
    display: flex;
    justify-content: center;
    flex-direction: row !important;
  }

  .MODULO .MODULO_70-opi-25 .sec-wrap article .wrap-both .wrap-media, .MODULO .MODULO_70-opi-25 .third-wrap article .wrap-both .wrap-media {
    width: 100%;
    flex: auto;
    max-width: 100%;
  }

  .MODULO_70-opi-25 .sec-wrap {
    flex-direction: column !important;
  }

  .MODULO_70-25-listado h3 a {
    font-size: 0.8em;
    line-height: initial;
  }

  .MODULO_70-25-listado {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .MODULO_70-25-listado .wrap_one article:nth-of-type(2) .wrap-both {
    display: flex;
  }

  .MODULO_70-25-listado .wrap_one article:nth-of-type(2) .wrap-both .wrap-text {
    margin-left: 1rem;
  }

  .MODULO_70-25-listado .wrap_one article:nth-of-type(2) .wrap-both .wrap-text header {
    margin-bottom: 0.1em;
    margin-top: 0em;
  }

  .MODULO_70-25-listado .sec-wrap {
    display: flex;
    flex-wrap: wrap !important;
    gap: 1rem;
  }

  .MODULO_70-25-listado .sec-wrap article .wrap-media {
    display: none;
  }

  .MODULO_70-25-listado .first-wrap {
    border-bottom: none;
    flex: initial;
    width: 100%;
    padding-right: 0em;
  }

  .MODULO_70-25-listado .first-wrap article:nth-child(2) .wrap-both {
    flex-direction: row !important;
    display: flex !important;
    gap: 1rem;
  }

  .MODULO_70-25-listado .first-wrap article:nth-child(2) .wrap-both header {
    margin-top: 0 !important;
  }

  .MODULO .MODULO_70-25-listado .sec-wrap {
    width: 100%;
    flex: 1;
  }

  .MODULO .MODULO_70-25-listado .sec-wrap article .wrap-both .wrap-media, .MODULO .MODULO_70-25-listado .third-wrap article .wrap-both .wrap-media {
    width: 100%;
    flex: 1;
    max-width: 100%;
  }

  .MODULO .MODULO_70-25-listado .sec-wrap article .wrap-both .wrap-media .img-wrap, .MODULO .MODULO_70-25-listado .third-wrap article .wrap-both .wrap-media .img-wrap {
    padding-bottom: 56% !important;
  }

  .MODULO .MODULO_70-25-listado .sec-wrap article {
    margin-bottom: 1rem !important;
  }

  .MODULO .MODULO_70-listado-30 .sec-wrap article:nth-of-type(3) .wrap-both .wrap-media {
    display: block;
    width: 100% !important;
  }

  .MODULO .MODULO_70-listado-30 .sec-wrap article:nth-of-type(3) .wrap-both .wrap-text {
    display: block;
    width: 100% !important;
  }

  .MODULO_70-listado-30 {
    display: flex;
    flex-direction: column;
  }

  .MODULO_70-listado-30 .first-wrap {
    border-bottom: none;
    flex: initial !important;
    width: 100% !important;
    padding-right: 0em;
    margin-left: 0px;
  }

  .MODULO_70-listado-30 .sec-wrap {
    border-bottom: none;
    flex: initial !important;
    width: 100% !important;
    padding-right: 0em;
    margin-left: 0px;
  }

  .MODULO .MODULO_70-listado-30 .sec-wrap {
    flex-direction: column !important;
    justify-content: space-between;
    padding-left: 0px;
  }

  .MODULO .MODULO_70-listado-30 .sec-wrap article .wrap-both .wrap-media {
    display: none;
  }

  .MODULO .MODULO_70-listado-30 .sec-wrap article:nth-of-type(3) .wrap-both {
    display: flex;
    flex-direction: column !important;
  }

  .MODULO_FULL {
    display: block !important;
    flex-wrap: wrap;
  }

  .MODULO_FULL .first-wrap article .wrap-both .wrap-media {
    display: block;
  }

  .MODULO .MODULO_FULL .sec-wrap article .wrap-both .wrap-media, .MODULO .MODULO_FULL .third-wrap article .wrap-both .wrap-media {
    width: 100%;
    flex: auto;
    max-width: 100%;
  }

  .MODULO .MODULO_FULL .sec-wrap article .wrap-both .wrap-media {
    display: none;
  }

  .MODULO .MODULO_FULL .third-wrap article:nth-of-type(1) .wrap-both .wrap-media {
    display: block;
  }

  .MODULO .MODULO_FULL .third-wrap article:nth-of-type(2) .wrap-both .wrap-media {
    display: block;
    order: 2;
  }

  .MODULO .MODULO_FULL .third-wrap article:nth-of-type(1) .wrap-both {
    order: 1;
  }

  .MODULO .MODULO_FULL .third-wrap article .wrap-both {
    display: flex;
    flex-direction: row !important;
  }

  .MODULO .MODULO_FULL .third-wrap {
    display: flex;
    flex: 1 0 50%;
    flex-direction: column !important;
    margin-right: 0;
  }

  .MODULO .MODULO_70-50-50 .sec-wrap article .wrap-both .wrap-media {
    order: 1;
  }

  .MODULO .MODULO_70-50-50 .sec-wrap article .wrap-both .wrap-text {
    order: 2;
    margin-left: 1rem;
  }

  .MODULO_70-50-50 .sec-wrap {
    flex-direction: column !important;
  }

  .MODULO_70-50-50 .sec-wrap article:last-child {
    margin-right: 2em !important;
  }

  .MODULO_70-25-colmena .first-wrap {
    display: flex;
    flex-direction: column !important;
  }

  .MODULO_70-25-colmena .first-wrap article:nth-of-type(1) {
    margin-right: 0rem;
  }

  .MODULO_70-25-colmena .first-wrap article:nth-of-type(2) .wrap-both {
    display: flex;
  }

  .MODULO_70-25-colmena .first-wrap article:nth-of-type(2) .wrap-text {
    margin-left: 1rem;
  }

  .MODULO .MODULO_70-25-colmena .sec-wrap article .wrap-both .wrap-media, .MODULO .MODULO_70-25-colmena .third-wrap article .wrap-both .wrap-media {
    width: 100%;
    flex: auto;
    max-width: 100%;
  }

  .MODULO .MODULO_70-25-colmena .sec-wrap article .wrap-both {
    flex-direction: column !important;
  }

  .MODULO .MODULO_70-25-colmena .sec-wrap article {
    flex: 1 0 45%;
    margin-bottom: 1em;
    margin-right: 0;
    padding-bottom: 0;
  }

  .MODULO .MODULO_70-25-colmena .sec-wrap {
    display: flex;
    flex: 1 0 100%;
    flex-direction: row;
    margin-right: 0;
    flex-wrap: wrap;
  }

  .MODULO .MODULO_70-25-colmena .sec-wrap article:nth-of-type(1) {
    margin-right: 1rem;
  }

  .MODULO .MODULO_70-25-colmena .sec-wrap article:nth-of-type(3) {
    margin-right: 1rem;
  }

  .MODULO_70-slider .first-wrap article .wrap-both {
    all: unset;
  }

  .MODULO_70-slider .first-wrap article .wrap-both .wrap-media {
    all: unset;
  }

  .MODULO_70-slider .first-wrap article .wrap-both .wrap-text {
    all: unset;
    position: unset !important;
  }

  .MODULO_70-slider .sec-wrap article .wrap-both {
    flex-direction: row;
  }

  .MODULO_70-slider .sec-wrap article .wrap-both .wrap-media {
    width: 35%;
    flex: unset;
    display: unset;
  }

  .MODULO_70-slider .sec-wrap article .wrap-both .wrap-text {
    width: 65%;
  }

  .MODULO_70-slider .sec-wrap article .wrap-both header {
    margin-top: 0;
  }

  .MODULO_70-30 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .MODULO_70-30 .first-wrap {
    order: 2;
    width: 100%;
  }

  .MODULO_70-30 .first-wrap article .wrap-both {
    display: flex;
    gap: 1rem;
  }

  .MODULO_70-30 .first-wrap article .wrap-both .wrap-media {
    width: 35%;
  }

  .MODULO_70-30 .first-wrap article .wrap-both .wrap-text {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .MODULO_70-30 .first-wrap article:nth-of-type(2) .wrap-both .wrap-media {
    order: 2;
  }

  .MODULO_70-30 .first-wrap article:nth-of-type(2) .wrap-both .wrap-text {
    order: 1;
  }

  .MODULO_70-30 .first-wrap article:nth-of-type(2) .wrap-both .wrap-text .wrap-otros .pie-noticia .contenedor-comentarios {
    display: none;
  }

  .MODULO_70-30 .first-wrap article .wrap-both .wrap-text header {
    margin-top: 0;
  }

  .MODULO_70-30 .sec-wrap {
    order: 1;
    width: 100%;
  }

  .MODULO_70-colmena {
    padding: 20px;
  }

  .MODULO_70-colmena .first-wrap article .wrap-both {
    all: unset;
  }

  .MODULO_70-colmena .first-wrap article .wrap-both .wrap-media {
    all: unset;
  }

  .MODULO_70-colmena .first-wrap article .wrap-both .wrap-text {
    all: unset;
    position: unset !important;
  }

  .MODULO_70-colmena .sec-wrap {
    width: 100%;
  }

  .MODULO_70-colmena .third-wrap {
    width: 100%;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }

  .MODULO_70-colmena .third-wrap article .wrap-both {
    flex-direction: row;
  }

  .MODULO_70-colmena .third-wrap article .wrap-both .wrap-media {
    width: 35%;
    flex: unset;
    display: unset;
  }

  .MODULO_70-colmena .third-wrap article .wrap-both .wrap-text {
    width: 65%;
  }

  .MODULO_70-colmena .third-wrap article .wrap-both header {
    margin-top: 0;
  }

  .MODULO_70_25_25 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .MODULO_70_25_25 .first-wrap {
    width: 100%;
    flex: initial;
  }

  .MODULO_70_25_25 .sec-wrap {
    width: 100%;
    flex-direction: column;
    flex: initial;
  }

  .MODULO_70_25_25 .sec-wrap article:last-child {
    margin-right: 2em;
  }

  .MODULO_70_25_25 .sec-wrap .wrap-both {
    flex-direction: row !important;
    gap: 1rem
  }

  .MODULO_70_25_25 .sec-wrap .wrap-both .wrap-media {
    width: 30%;
  }

  .MODULO_70_25_25 .sec-wrap .wrap-both .wrap-text {
    width: 70%;
  }

  .MODULO_70_25_25 .sec-wrap .wrap-both .wrap-text header {
    margin-top: 0 !important;
  }

  .MODULO .MODULO-OPINION .wrap-text .pretitulo {
    width: 100%;
    text-align: center;
  }

  .MODULO .MODULO-OPINION.MODULO-OPINION-6 .wrap-text .pretitulo {
    width: 100%;
    text-align: left;
  }

  .MODULO .MODULO_XXL .first-wrap {
    margin-bottom: 1em;
  }
}

@media (max-width: 575px) {
  .wrap-ULTIMAHORA {
    height: 100%;
  }

  .breaking-news-container .breaking-news-label {
    text-align: center;
    font-size: 14px;
  }

  .breaking-news-container .news-slider {
    height: auto;
    width: 100%;
  }

  .breaking-news-container .news-list li a {
    text-overflow: unset;
    overflow: unset;
    overflow-x: scroll;
    overflow-y: hidden;
    font-size: 14px;
    scrollbar-width: none;
  }

  .breaking-news-container .news-list li a::-webkit-scrollbar {
    display: none;
  }

  .TITULO-listado {
    margin: 16px 0px;
    padding: 16px 0px 0px 0px;
  }

  .MODULO article:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .es-multimedia .iconogaleria, .es-multimedia .iconovideo {
    height: .9em;
    width: .9em;
  }

  .MODULO .wrap-both header {
    margin-top: .5em !important;
  }

  .MODULO_1_3_1_2 .first-wrap {
    margin-bottom: 1em;
  }

  .MODULO_1_3_1_2 .sec-wrap .wrap_two, .MODULO_1_3_1_2 .sec-wrap .wrap_three {
    margin-bottom: 1em;
  }

  .MODULO-4-4 .first-wrap {
    margin-bottom: 1em;
  }

  .MODULO_VERT_2 .first-wrap {
    margin-bottom: 1em;
  }

  .MODULO_M .sec-wrap {
    margin-bottom: 1em;
  }

  .MODULO_M .sec-wrap:last-of-type {
    margin-bottom: 0;
  }

  .MODULO .MODULO_XXL_NUEVO .first-wrap {
    margin-bottom: 1em;
  }

  .MODULO_VERT_6, .MODULO_VERT_8 {
    padding-bottom: 1em;
  }

  .MODULO-30-70 .first-wrap {
    gap: 0;
  }

  .MODULO .MODULO_HORIZ_2 .second-wrap {
    margin-bottom: 1em;
  }

  .MODULO .MODULO_ASIM_1_3 .first-wrap {
    margin-bottom: 1em;
  }

  .MODULO .MODULO_ASIM_1_6 .first-wrap {
    margin-bottom: 1em;
  }

  .MODULO_ASIM_1_6 .sec-wrap {
    gap: 0;
  }

  .MODULO .MODULO_HORIZ_3 .sec-wrap {
    margin-bottom: 1em;
  }

  .MODULO_1_Banner_3 .first-wrap .wrap_one {
    margin-bottom: 1em
  }

  .MODULO .MODULO_1_1_4 .first-wrap {
    margin-bottom: 1em;
  }

  .MODULO .MODULO_1_1_3 .first-wrap {
    margin-bottom: 1em;
  }

  .MODULO .MODULO_1_4_1 .first-wrap {
    margin-bottom: 1em;
  }

  .MODULO .MODULO_1_4 .first-wrap {
    margin-bottom: 0;
  }

  .MODULO .MODULO_ASIM_1_3_3 .first-wrap {
    margin-bottom: 1em;
  }

  .MODULO .MODULO_1_4_3 .first-wrap {
    margin-bottom: 1em;
  }

  .MODULO_DIRECTO_TIMELINE {
    gap: 12px;
  }

  .MODULO_DIRECTO_TIMELINE .second-wrap .timeline-container {
    overflow-y: scroll !important;
    max-height: 300px;
  }

  .MODULO .MODULO_2_1_4 .wrap_three {
    margin-bottom: 1em;
  }

  .MODULO .MODULO_2_1_4 .wrap_two {
    margin-bottom: 1em;
  }

  .MODULO-4-4 .first-wrap {
    gap: 0
  }

  .MODULO-4-4 .second-wrap .contenedor-1 {
    gap: 0;
  }

  .MODULO-OPINION {
    padding-top: 0;
  }

  .MODULO-OPINION.MODULO-OPINION-6 .first-wrap .contenedores {
    gap: .5em;
  }

  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .contenedores {
    margin-bottom: 1em;
  }

  .MODULO-OPINION.MODULO-OPINION-7 {
    padding-bottom: 0;
  }

  .side-nav {
    width: 90%;
    max-height: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 499px) {
  .item-thumbnail-href {
    display: block !important;
    height: 250px !important;
  }

  .trc_elastic_thumbnails-a .videoCube_aspect {
    padding-bottom: 0 !important;
  }

  .trc_elastic .thumbBlock_holder {
    height: 100% !important;
  }
}

/* min-width: de menor a mayor */
@media only screen and (min-width: 601px) {
  .wrap-PAGINA-CORPORATIVA .first-wrap .wrap-media {
    margin: 0;
  }

  .wrap-PAGINA-CORPORATIVA .img-wrap {
    padding-bottom: 56.25%;
  }

  .ARTICULO_BLOG.articulo-opinion .CONTENIDO-ARTICULO .MODULO_AUTOR .datos-autor .autor-detalles,
  .LISTADO_BLOGS_ARTICULOS.articulo-opinion .CONTENIDO-ARTICULO .MODULO_AUTOR .datos-autor .autor-detalles {
    padding: 1.5em;
    text-align: left;
    width: calc(50% - 120px);
    background-color: var(--color-4);
  }

  .MODULO_1_4_3 .third-wrap {
    border-top: 1px solid var(--neutral-white) !important;
    padding-top: 0rem !important
  }

  .MODULO_XL_OVER .wrap-both .wrap-text {
    background: var(--neutral-5);
    padding: 0.75em 2em 0.75em;
  }

  .MODULO_S .sec-wrap article .wrap-both .wrap-text, .MODULO_S .third-wrap article .wrap-both .wrap-text {
    margin-bottom: 2rem;
  }

  .CONTENIDO-IZQ .CONT-IZQ-DER {
    background: var(--neutral-gray-4);
    padding: 24px 12px;
  }

  .CONTENIDO-IZQ .CONT-IZQ-DER .TITULO-bloque h4 span {
    background: var(--neutral-gray-4);
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado {
    padding-left: 0;
    padding-top: 0em;
  }

  .MODULO_ASIM_1_3_3 .sec-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .MODULO_ASIM_1_3_3 .sec-wrap article {
    border-bottom: none;
    flex: 1 0 calc(32% - 1em);
    margin-bottom: 1em;
  }

  .MODULO_ASIM_1_3_3 .sec-wrap article .wrap-media .img-wrap {
    padding-bottom: 56.25% !important;
  }

  .MODULO_ASIM_1_3_3 .sec-wrap article:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .wrap-PAGINA-CORPORATIVA .first-wrap {
    border: none;
    flex: 1 0 100%;
    margin-bottom: 2em;
  }

  .wrap-PAGINA-CORPORATIVA .first-wrap .wrap-both {
    float: left;
    height: 100%;
    min-height: 360px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .wrap-PAGINA-CORPORATIVA .first-wrap .wrap-media {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 62.5%;
  }

  .wrap-PAGINA-CORPORATIVA .first-wrap .wrap-media figure {
    height: 100%;
  }

  .wrap-PAGINA-CORPORATIVA .first-wrap .wrap-media figure .img-wrap {
    height: 100%;
    padding-bottom: 0;
  }

  .wrap-PAGINA-CORPORATIVA .first-wrap .wrap-text {
    background: var(--color-4);
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    height: 100%;
    min-height: 360px;
    padding: 20px 96px 30px;
    color: hsla(0, 0%, 100%, 0.7);
    float: right;
    position: relative;
    width: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .MODULO_1_1_4 .first-wrap .wrap-text {
    position: absolute !important;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background: var(--gris-clarito);
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    height: 100%;
    min-height: 1px;
    height: auto;
  }

  .MODULO_1_1_4 .first-wrap .wrap-text .nombre_redactor {
    border-left: solid 5px var(--neutral-gray-1);
    padding-left: 4px;
    margin-bottom: 0;
  }

  .MODULO_1_1_4 .first-wrap .wrap-text .nombre_redactor a {
    color: var(--neutral-black);
    font-family: var(--font-2);
    font-weight: var(--fw-700);
  }

  .MODULO_1_1_4 .first-wrap .wrap-text .nombre_redactor a:hover {
    opacity: 0.8;
  }

  .MODULO_1_1_4 .first-wrap .wrap-text h3 a {
    color: var(--neutral-gray-1) !important;
  }

  .MODULO_1_1_4 .first-wrap .wrap-text h3 a .edicion, .MODULO_1_1_4 .first-wrap .wrap-text h3 a .redaccion {
    color: var(--neutral-gray-1);
  }

  .MODULO_1_1_4 .first-wrap footer a {
    color: var(--neutral-gray-1);
    text-transform: capitalize;
  }

  .MODULO_1_1_4 .sec-wrap .wrap-text .nombre_redactor a, .MODULO_1_1_4 .third-wrap .wrap-text .nombre_redactor a {
    color: var(--color-6);
  }

  .MODULO_1_1_4 .sec-wrap .wrap-both .wrap-text .entradilla {
    color: var(--negro-medio);
  }

  .MODULO_1_1_4 .first-wrap .wrap-both {
    height: 450px;
  }

  .destacado-azul .MODULO_1_1_4 .third-wrap, .destacado-verde .MODULO_1_1_4 .third-wrap, .destacado-rojo .MODULO_1_1_4 .third-wrap {
    border-left: 1px solid var(--neutral-white);
  }

  .destacado-celeste .MODULO_1_1_4 .third-wrap, .destacado-naranja .MODULO_1_1_4 .third-wrap {
    border-left: 1px solid var(--neutral-gray-1);
  }

  .MODULO_1_4_1 .first-wrap article .wrap-both .wrap-text {
    margin-top: 1rem;
  }

  .destacado-azul .MODULO_1_4_1 .first-wrap article .wrap-both .wrap-text {
    background: var(--color-1);
  }

  .destacado-verde .MODULO_1_4_1 .first-wrap article .wrap-both .wrap-text {
    background: var(--color-2);
  }

  .destacado-rojo .MODULO_1_4_1 .first-wrap article .wrap-both .wrap-text {
    background: var(--color-3);
  }

  .destacado-celeste .MODULO_1_4_1 .first-wrap article .wrap-both .wrap-text {
    background: var(--color-4);
  }

  .destacado-naranja .MODULO_1_4_1 .first-wrap article .wrap-both .wrap-text {
    background: var(--color-5);
  }
}

@media only screen and (min-width: 991px) {
  .wrap-FICHA-ARTICULO .MODULO_AUTOR {
    flex: 0 0 initial !important;
  }
}

@media only screen and (min-width: 993px) {
  .contenedor-menu-lateral.d-column {
    flex-direction: column !important;
  }

  .MODULO_1_4_3 .third-wrap article {
    border-bottom: 1px solid var(--neutral-gray-3) !important;
  }

  .MODULO_1_1_3 .first-wrap {
    border: none;
    flex: 1 0 66%;
    margin-right: 1em;
    padding-right: 1em;
    border-right: solid 1px var(--neutral-gray-2);
  }

  .area-usuario .content-container .content .flex {
    display: flex;
    flex-wrap: wrap;
  }

  .area-usuario .content-container .content .CONTENIDO-IZQ {
    margin-left: 0;
    width: 100%;
  }

  .area-usuario .content-container .content .CONTENIDO-DER {
    width: 100%;
    margin-top: 0rem;

  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit {
    width: 100%;
  }

  /*width: calc(66% - 2em);*/
  .wrap-FICHA-ARTICULO.ARTICULO_ANCHO .container .row .col .wrap-FULL .wrap-media, .wrap-FICHA-ARTICULO.ARTICULO_BLOG .container .row .col .wrap-FULL .wrap-media {
    width: calc(66% - 2em);
  }

  .wrap-FICHA-ARTICULO.ARTICULO_ANCHO .container .row .col .wrap-FULL .COLUMNA-DER,
  /*.wrap-FICHA-ARTICULO.ARTICULO_BLOG .container .row .col .wrap-FULL .COLUMNA-DER {order: 1;width: calc(34% + 2em);padding-left: 2em;}*/
  .MODULO_ASIM_2_1 article:nth-child(3) {
    background: transparent;
    padding: 0;
    padding-top: 0;
  }

  .MODULO_1_Banner_3 .first-wrap .wrap_one article .wrap-both .wrap-media .img-wrap {
    padding-bottom: 56%;
  }

  .MODULO_1_1_3 .third-wrap article .wrap-text {
    padding-top: 0;
  }

  /*.MODULO .sec-wrap article {margin-bottom: 1rem !important;}*/
  .MODULO_ASIM_1_3_3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .MODULO_ASIM_1_3_3 .first-wrap {
    border-bottom: none;
    flex: 1 0 70%;
    padding-right: 2em;
  }

  .MODULO_ASIM_1_3_3 .first-wrap .img-wrap {
    padding-bottom: 56.25% !important;
  }

  .MODULO_ASIM_1_3_3 .sec-wrap {
    flex: 1 0 30%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1em;
  }

  .MODULO_ASIM_1_3_3 .sec-wrap article {
    border-bottom: none;
    margin-right: 0;
  }

  .MODULO_ASIM_1_3_3 .sec-wrap article .wrap-both {
    display: flex;
    flex-direction: column;
  }

  .MODULO_ASIM_1_3_3 .sec-wrap article .wrap-both .wrap-media {
    flex: 1;
  }

  .MODULO_ASIM_1_3_3 .sec-wrap article .wrap-both .wrap-media .img-wrap {
    padding-bottom: 56.25% !important;
  }

  .MODULO_ASIM_1_3_3 .sec-wrap article:nth-child(3n + 3) {
    margin-right: 0;
  }

  .MODULO_ASIM_1_3_3 .sec-wrap article:last-child {
    margin-bottom: 1em;
  }

  .MODULO_1_4 .sec-wrap article .wrap-both .firma-hibrida {
    margin-right: 1em;
    margin-left: 0;
  }

  .MODULO_1_4 .sec-wrap article .wrap-both .wrap-text header h3 a {
    text-align: left !important;
  }

  .MODULO_1_4 .sec-wrap article.articulo-opinion .wrap-both {
    align-items: center;
  }

  .destacado-azul .MODULO_1_1_3 .first-wrap, .destacado-verde .MODULO_1_1_3 .first-wrap, .destacado-rojo .MODULO_1_1_3 .first-wrap, .destacado-celeste .MODULO_1_1_3 .first-wrap, .destacado-naranja .MODULO_1_1_3 .first-wrap {
    border-right: solid 1px var(--neutral-white);
  }

  .destacado-gris .MODULO_1_1_3 .first-wrap {
    border-right: solid 1px var(--negro);
  }
}

@media (min-width: 1200px) {
  .ad-wrapper-side {
    display: block;
    position: relative;
    z-index: 3;
    overflow-x: visible;
    height: 1px;
    top: 0;
    flex: 0 0 auto;
    width: 100%;
    transition: top 0.3s ease-in;
    max-width: 1464px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    left: 50%;
  }

  .ad-wrapper-side-left, .ad-wrapper-side-right {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    background-color: transparent;
    height: 100%;
    /*background-color: #f3f3f3;
    border: solid 1px black;*/
    height: 600px;
    width: 120px;
  }

  .ad-wrapper-side-left{
    left: 0;
    top: 0;
  }
  .ad-wrapper-side-right{
    right: 0;
    top: 0;
  }

  .ad-wrapper-side-left .ad {
    float: left;
    overflow: hidden;
  }

  .ad-wrapper-side-right .ad {
    float: right;
    overflow: hidden;
  }

  .ad-wrapper-side.fix-top{
      position: fixed;
      top: 140px;
  }

  .ad-container {
    text-align: center;
  }

  .container-mega {
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }

  .container-mega .BN {
    max-width: 980px;
  }

  .CONTENIDO-ARTICULO .container-mega{
    margin-top: 24px;
  }

}

@media (max-width: 1485px) {
  .ad-wrapper-side{
    display: none;
  }
}

/*nuevo*/
/* general */
[type=radio]:checked+label, [type=radio]:not(:checked)+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type=radio]:not(:checked)+label:after, [type=radio]:not(:checked)+label:before {
  border: 2px solid #5a5a5a;
}

[type=radio].with-gap:checked+label:after, [type=radio].with-gap:checked+label:before, [type=radio]:checked+label:after, [type=radio]:checked+label:before, [type=radio]:not(:checked)+label:after, [type=radio]:not(:checked)+label:before {
  border-radius: 50%;
}

[type=radio]+label:after, [type=radio]+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

[type=radio]:checked+label, [type=radio]:not(:checked)+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type=radio]:checked+label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

[type=radio].with-gap:checked+label:after, [type=radio]:checked+label:after {
  background-color: var(--color-periodico-2);
}

[type=radio].with-gap:checked+label:after, [type=radio].with-gap:checked+label:before, [type=radio]:checked+label:after {
  border: 2px solid var(--color-periodico-2);
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid var(--color-periodico-1);
  -webkit-box-shadow: 0 1px 0 0 var(--color-periodico-1);
  box-shadow: 0 1px 0 0 var(--color-periodico-1);
}

[type="checkbox"]+span:not(.lever):before {
  border: 2px solid var(--gris-claro);
}

[type="checkbox"]:checked+span:not(.lever):before {
  border-right: 2px solid var(--color-periodico-1);
  border-bottom: 2px solid var(--color-periodico-1);
}

form input,
form textarea {
  background-color: #F5F5F5 !important;
  padding: 0px 12px !important;
  border-top: solid 2px var(--gris-claro) !important;
}

form textarea {
  padding: 12px !important;
}

form input::placeholder,
form textarea::placeholder {
  font-family: var(--font-1) !important;
  color: var(--black) !important;
  font-weight: 400 !important;
  line-height: normal !important;
  font-size: 16px !important;
}

.input-field {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.input-field input {
  margin-bottom: 0;
  box-sizing: border-box;
}

.input-field label {
  font-family: var(--font-1);
  color: var(--negro);
  line-height: normal;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.input-field .btn_ {
  border-bottom: 0;
  text-transform: uppercase;
}

input.error {
  border: solid 1px #dc3545;
  border-top: solid 1px #dc3545 !important;
  color: #dc3545;
  background-color: #dc354512 !important;
}

.error label {
  order: solid 1px #dc3545;
  border-top: solid 1px #dc3545 !important;
  color: #dc3545;
  background-color: #dc354512 !important;
  padding: 4px;
  display: none;
  text-align: left;
  font-size: 14px;
}

.btn_ {
  position: relative;
  border-radius: 0px;
  border: 0;
  padding: 10px 10px;
  font-family: var(--font-1);
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  cursor: pointer;
  width: 100%;
  max-width: fit-content;
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.btn_:hover {
  cursor: pointer;
  opacity: .8;
}

.btn_periodico_color_1 {
  background: var(--color-periodico-1);
  color: var(--white);
}

.btn_periodico_color_1:hover {
  background: var(--color-periodico-1);
  color: var(--white);
  opacity: .8;
  cursor: pointer;
}

.btn_periodico_color_2 {
  background: var(--color-periodico-2);
  color: var(--white);
}

.btn_periodico_color_2:hover {
  background: var(--color-periodico-2);
  color: var(--white);
  opacity: .8;
  cursor: pointer;
}

.btn_periodico_color_3 {
  background: var(--color-periodico-3);
  color: var(--black);
}

.btn_periodico_color_3:hover {
  background: var(--color-periodico-3);
  color: var(--black);
  opacity: .8;
  cursor: pointer;
}

.btn_gris {
  background: var(--gris);
  color: var(--white);
}

.btn_gris:hover {
  background: var(--gris);
  color: var(--white);
  opacity: .8;
  cursor: pointer;
}

.btn_line {
  background: transparent;
  color: var(--negro);
  border-bottom: 2px solid var(--color-periodico-1);
}

.btn_line:hover {
  background: transparent;
  color: var(--negro);
  opacity: .8;
  cursor: pointer;
}

.btn_dinamico {
  min-width: 140px;
  min-height: 40px;
  text-transform: uppercase;
}

.btn_dinamico .texto-reducido {
  font-size: 10px;
  line-height: 1.2;
}

.btn_full_width {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}

.btn_text_white {
  color: var(--white) !important;
}

.btn_.disabled {
  background-color: var(--gris-claro);
  color: var(--gris-medio);
  border: 1px solid var(--gris-medio);
  cursor: not-allowed;
  opacity: 0.7;
}

.btn_login {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.btn_login svg,
.btn_login img {
  margin: auto;
}

.btn_login span {
  color: var(--gris);
  font-size: 14px;
  line-height: 16px;
  font-family: var(--font-2);
  text-transform: uppercase;
  font-weight: 400;
}

.invalid {
  border: 2px solid red !important;
  background-color: #ffe6e6 !important;
}

.H-XL {
  font-family: var(--font-1);
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
}

.H-L {
  font-family: var(--font-1);
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
}

.H-M {
  font-family: var(--font-1);
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
}

.H-S {
  font-family: var(--font-1);
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}

.H-XS {
  font-family: var(--font-1);
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
}

.TAG {
  font-family: var(--font-1);
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
}

.TITULO {
  font-family: var(--font-1);
  font-weight: 500;
  font-size: 22px;
  line-height: normal;
}

.P-M {
  font-family: var(--font-1);
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}

.P-S {
  font-family: var(--font-1);
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

.titulo-color h3 {
  font-size: 22px !important;
  color: var(--color-periodico-1) !important;
}

.titulo-color.top-border {
  padding-top: 24px;
  border-top: solid 1px var(--negro);
}


/* dropdown navbar enlaces periodicos */
#btn-enlaces-periodicos {
  width: 58px;
  min-width: 58px;
  height: 50px;
}


#btn-enlaces-periodicos img {
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  cursor: pointer;
  width: 100%;
  max-width: 58px;
  height: auto;
}

#btn-enlaces-periodicos:hover img {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}


/** footer **/
.wrap-FOOTER .page-footer {
  background: var(--negro);
  padding: 48px 0px;
}

.wrap-FOOTER .page-footer .footer-mid img {
  display: flex;
  margin: auto;
  max-width: 180px;
}

.page-footer .footer-top {
  background: var(--negro);
  border-top: 0;
}

.page-footer .footer-top .social-media {
  padding-bottom: 48px;
}

.page-footer .footer-top .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.page-footer .footer-top .social-media ul li {
  list-style-type: none !important;
}

.page-footer .footer-top .social-media ul li a svg {
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  cursor: pointer;
}

.page-footer .footer-top .social-media ul li a:hover svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  opacity: .8;
}

.footer-top nav {
  background: var(--negro);
  gap: 16px;
  margin-top: 0;
  height: auto;
}

.wrap-FOOTER .footer-copyright {
  background: var(--negro);
  padding: 0;
  min-height: auto;
  height: auto;
}

.wrap-FOOTER .footer-top nav ul li a {
  font-family: var(--font-1);
  color: var(--gris-claro);
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 2px 12px;
}

.wrap-FOOTER .footer-top nav ul li {
  list-style-type: none !important;
}

.wrap-FOOTER .footer-top nav ul li a:hover {
  color: var(--gris-claro);
  opacity: .8;
  cursor: pointer;
}

.wrap-FOOTER .footer-copyright .centrado {
  text-align: center;
}

.wrap-FOOTER .footer-copyright .centrado span {
  font-family: var(--font-3);
  color: var(--neutral-6);
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

.wrap-FOOTER .footer-copyright .centrado span a {
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-decoration: none;
  font-family: var(--font-3);
  color: var(--neutral-6);
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

/* modal registro */
#modal-registro {
  background: var(--white);
  max-width: 990px !important;
  width: 95%;
  border-top: 0 !important;
  transform: translate(0, -50%) !important;
  top: 50% !important;
}

#modal-registro .modal-content {
  max-height: 95vh;
}

#modal-registro .wrap-top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 24px;
}

#modal-registro .wrap-top .wrap-left,
#modal-registro .wrap-top .wrap-right {
  width: 50%;
  padding-bottom: 48px;
  border-bottom: solid 1px var(--gris-claro);
}

#modal-registro .wrap-top .wrap-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

#modal-registro .wrap-top .wrap-left img {
  max-width: 215px;
}

#modal-registro .wrap-top .wrap-left h3 {
  font-family: var(--font-1);
  color: var(--negro-medio);
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  margin: 0;
  text-align: left;
}

#modal-registro .list-info.list-info-movil{
  display: none!important;
}
#modal-registro .wrap-center-full{
  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px var(--gris-claro);
  width: 100%;
}
#modal-registro .list-info{
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
}
#modal-registro .list-info li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  text-align: left;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  font-family: var(--font-1);
  color: #9E9E9E;
  /*text-transform: uppercase;*/
  /*border-bottom: solid 1px var(--gris-claro);
  padding-bottom: 24px;*/
}
#modal-registro .list-info li span{
  color: var(--negro-medio);
}

#modal-registro .wrap-top .wrap-right {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

#modal-registro .wrap-top .wrap-right .listado {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

#modal-registro .wrap-top .wrap-right .listado p {
  margin: 0;
  font-size: 14px;
  line-height: normal;
  color: var(--negro-medio);
  font-weight: 400;
  font-family: var(--font-1);
  text-transform: uppercase;
  text-align: left;
}

#modal-registro .wrap-top .wrap-right .listado ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

#modal-registro .wrap-top .wrap-right .listado ul li {
  font-size: 14px;
  line-height: normal;
  color: var(--negro-medio);
  font-weight: 400;
  font-family: var(--font-1);
  text-transform: uppercase;
  text-align: left;
  list-style-type: none !important;
}

#modal-registro .wrap-mid form .paso-uno {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 24px;
}

#modal-registro .wrap-mid form .wrap-left,
#modal-registro .wrap-mid form .wrap-right {
  width: 50%;
}

#modal-registro .wrap-mid form .paso-dos .wrap-left {
  width: 100%;
}

#modal-registro .wrap-mid form .wrap-left,
#modal-registro .wrap-mid form .wrap-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

#modal-registro .wrap-mid form .wrap-left p,
#modal-registro .wrap-mid form .wrap-right p {
  margin: 0;
  font-size: 14px;
  line-height: normal;
  color: var(--negro-medio);
  font-weight: 400;
  font-family: var(--font-1);
  text-transform: uppercase;
  text-align: left;
}

#modal-registro .wrap-mid form .wrap-left .form-control,
#modal-registro .wrap-mid form .wrap-right .form-control {
  width: 100%;
}

#modal-registro .wrap-mid form .wrap-left .form-control .input-field,
#modal-registro .wrap-mid form .wrap-right .form-control .input-field {
  margin-top: 6px;
  margin-bottom: 6px;
}

#modal-registro .wrap-mid form .wrap-left .form-control .input-field .select-wrapper {
  width: 100%;
}

#modal-registro .wrap-mid form .wrap-left .form-control .input-field .select-wrapper input.select-dropdown {
  margin-bottom: 0 !important;
  display: flex;
  max-width: 100%;
}

#modal-registro .wrap-mid form .wrap-left .form-control .input-field .select-wrapper input.select-dropdown li {
  color: var(--negro) !important;
}


#modal-registro .select-wrapper span.caret {
  top: 0;
  height: 100%;
  z-index: 2;
  color: var(--negro);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 12px;
}

#modal-registro .modal-footer {
  height: 5px;
  padding-top: 0;
  background-color: var(--color-periodico-2) !important;
}

#modal-registro .bottom-content {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px var(--color-periodico-2);
}

#modal-registro .bottom-content p {
  text-align: left;
  margin: 0;
  font-family: var(--font-1);
  line-height: normal;
}

#modal-registro .paso-dos {
  display: none;
}

.texto-legal-inscripcion{
  margin-top: 12px;
}
.texto-legal-inscripcion p{
  font-size: 11px!important;
  line-height: normal;
  color: #9e9e9e!important;
  font-weight: 400;
  font-family: var(--font-1);
  text-transform: none!important;
  text-align: left!important;
}
.texto-legal-inscripcion ul{
  margin: 4px 0px;
  text-align: left;
  padding: 0;
}
.texto-legal-inscripcion ul li{
  font-size: 11px;
  line-height: normal;
  color: #9e9e9e;
  font-weight: 400;
  font-family: var(--font-1);
  text-transform: none;
  text-align: left;
}
.texto-legal-inscripcion ul li a{
  color: #9e9e9e;
  text-decoration: underline;
}
.texto-legal-inscripcion p:last-child::after{
  display: none;
}

.modalNew .Formulario input+label.active {
  color: var(--color-periodico-2) !important;
}

/* subscripciones module */
.module_newsletter {
  width: 100%;
  min-height: 150px;
  background-color: var(--neutral-4);
  padding: 32px;
  border-bottom: solid 10px var(--color-periodico);
  border-radius: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.module_newsletter .float_image {
  max-height: 140px;
  width: auto;
  position: absolute;
  right: -20px;
  top: -20px;
}

.module_newsletter .content__ {
  width: 33%;
}

.module_newsletter .content__.brand_content img {
  max-height: 45px;
  width: auto;
  max-width: 100%;
}

.module_newsletter .content__.mid_content p {
  font-size: 24px;
  color: #1C1C1C;
  line-height: normal;
  font-family: var(--font-1);
  font-weight: bold;
  margin: 0;
  text-align: left;
}

.module_newsletter .content__.last_content button {
  margin: auto;
}

/* páginas corporativas */
.corporative-pages .wrap-titulo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  text-align: left;
  margin-bottom: 24px;
  padding-bottom: 0;
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px var(--negro);
}

.corporative-pages .wrap-titulo.top-border {
  border-bottom: 0;
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px var(--negro);
}

.corporative-pages .wrap-titulo h2 {
  font-family: var(--font-1);
  font-weight: 500;
  line-height: normal;
  color: var(--negro);
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
}

.corporative-pages .wrap-titulo h2 span {
  color: var(--color-periodico-2);
}

.corporative-pages .header-content {
  width: 100%;
  height: 450px;
  border-radius: 5px;
  margin-bottom: 24px;
}

.corporative-pages .header-content img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.corporative-pages .wrap-precontent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.corporative-pages .wrap-precontent h3 {
  font-family: var(--font-1);
  font-weight: 600;
  color: var(--negro);
  font-size: 48px;
  line-height: normal;
  margin: 0;
}

.corporative-pages .wrap-precontent p {
  font-family: var(--font-1);
  font-weight: 400;
  color: var(--negro);
  font-size: 16px;
  line-height: normal;
  margin-top: 0;
}

.corporative-pages .wrap-precontent p:last-of-type {
  margin-bottom: 0;
}

.corporative-pages .wrap-precontent {
  margin-bottom: 48px;
}

.wrap-precontent .wrap-image {
  width: 100%;
}

.wrap-precontent .wrap-image img {
  width: 100%;
  height: auto;
}

/* politicas */
.corporative-pages .wrap-text p,
.corporative-pages .wrap-text ul li,
.corporative-pages .wrap-text span {
  margin-top: 0;
  margin-bottom: .75em;
  font-weight: 400;
  color: var(--negro);
  font-family: var(--font-3);
  font-size: 16px;
  line-height: normal;
}

.corporative-pages .wrap-text ul {
  padding-left: 1.5em;
}

.corporative-pages .wrap-text ul:not(.browser-default)>li {
  list-style-type: disc !important;
}

.corporative-pages .wrap-text a {
  margin-top: 0;
  margin-bottom: .75em;
  font-weight: 400;
  color: var(--color-periodico);
  font-family: var(--font-3);
  font-size: 16px;
  line-height: normal;
  text-decoration: underline;
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.corporative-pages .wrap-text a:hover {
  cursor: pointer;
  color: var(--color-periodico);
  opacity: .8;
}

/* contacto */
.corporative-pages.contacto .wrap-precontent {
  flex-direction: row;
  gap: 24px;
  flex-wrap: nowrap;
}

.corporative-pages.contacto .wrap-precontent .wrap-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.corporative-pages.contacto .wrap-precontent .wrap-right {
  width: 50%;
}

.corporative-pages.contacto .wrap-precontent .wrap-left ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.corporative-pages.contacto .wrap-precontent .wrap-left ul li {
  list-style-type: none !important;
}

.corporative-pages.contacto .wrap-precontent .wrap-left ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.corporative-pages.contacto .wrap-precontent .wrap-left ul li a:hover {
  cursor: pointer;
  opacity: .8;
}

.corporative-pages.contacto .wrap-precontent .wrap-left ul li a span {
  font-family: var(--font-1);
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  color: var(--color-periodico-2);
}


/* nosotros */
.corporative-pages.nosotros .wrap-redactores {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
  width: 100%;
  margin-top: 96px;
  margin-bottom: 48px;
}

.corporative-pages.nosotros .wrap-redactores .redactor {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.corporative-pages.nosotros .wrap-redactores .redactor .wrap-image {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  background-color: var(--color-periodico-2);
}

.corporative-pages.nosotros .wrap-redactores .redactor .wrap-image::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  transition: all ease-in-out .5s;
  mix-blend-mode: lighten;
  filter: contrast(1.1);
}

.corporative-pages.nosotros .wrap-redactores .redactor .wrap-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  filter: grayscale(100%) contrast(1.2);
  opacity: .8;
  object-fit: cover;
  object-position: top;
  -o-object-fit: cover;
  -o-object-position: top;
}

.corporative-pages.nosotros .wrap-redactores .redactor .nombre {
  font-family: var(--font-1);
  font-size: 36px;
  line-height: normal;
  font-weight: 600;
  color: var(--negro);
  margin: 0;
  text-align: center;
}

.corporative-pages.nosotros .wrap-redactores .redactor .sector {
  font-family: var(--font-1);
  font-size: 22px;
  line-height: normal;
  font-weight: 500;
  color: var(--color-periodico-2);
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.corporative-pages.nosotros .wrap-redactores .redactor .social-media {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.corporative-pages.nosotros .wrap-redactores .redactor .social-media li {
  list-style-type: none !important;
}

.corporative-pages.nosotros .wrap-redactores .redactor .social-media li a {
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.corporative-pages.nosotros .wrap-redactores .redactor .social-media li a:hover {
  opacity: .8;
}

.corporative-pages.nosotros .wrap-redactores .redactor .descripcion p {
  font-family: var(--font-1);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--negro);
  margin-top: 0;
  text-align: left;
}

.corporative-pages.nosotros .wrap-redactores .redactor .descripcion p:last-of-type {
  margin-bottom: 0;
}

.corporative-pages.nosotros .wrap-redactores .redactor .descripcion p a {
  color: var(--color-periodico-2);
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.corporative-pages.nosotros .wrap-redactores .redactor .descripcion p a:hover {
  opacity: .8;
}

.corporative-pages.nosotros .text-content {
  padding: 48px 0px;
  padding-top: 0;
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.corporative-pages.nosotros .text-content.text-content-color {
  background-color: var(--color-periodico-3);
  padding-left: 48px;
  padding-right: 48px;
}

.corporative-pages.nosotros .text-content p,
.corporative-pages.nosotros .text-content ul li {
  font-family: var(--font-1);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--negro);
  margin-top: 0;
  text-align: left;
}
.corporative-pages.nosotros .text-content ul li{
  list-style: disc!important;
}

.corporative-pages.nosotros .text-content p:last-of-type {
  margin-bottom: 0;
}

.corporative-pages.nosotros .text-content a {
  color: var(--color-periodico-2);
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.corporative-pages.nosotros .text-content a:hover {
  opacity: .8;
}

.corporative-pages.nosotros .text-content ul {
  padding-left: 24px;
}

.corporative-pages.nosotros .text-content ul li::marker {
  color: var(--color-periodico-1);
}

/* EBOOKS */
.corporative-pages.ebooks .wrap-ebook .wrap-titulo {
  margin-top: 0;
  padding-bottom: 0;
  width: 100%;
}

.corporative-pages.ebooks .wrap-ebook .wrap-titulo h2 {
  font-size: 22px;
  font-weight: 400;
}

.corporative-pages.ebooks .wrap-ebook .container-wraps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 48px;
}

.corporative-pages.ebooks .wrap-ebook .first-wrap {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.corporative-pages.ebooks .wrap-ebook .second-wrap {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.corporative-pages.ebooks .wrap-ebook .third-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 24px;
}

.corporative-pages.ebooks .wrap-ebook .first-wrap .wrap-image {
  width: 100%;
  height: 350px;
  background: #fafafa;
  padding-top: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.corporative-pages.ebooks .wrap-ebook .first-wrap .wrap-image a{
  display: block;
  width: 100%;
  height: 100%;
}

.corporative-pages.ebooks .wrap-ebook .first-wrap .wrap-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.50));
}

.corporative-pages.ebooks .wrap-ebook .first-wrap .titulo{
  margin: 0;
}

.corporative-pages.ebooks .wrap-ebook .first-wrap .titulo a{
  font-family: var(--font-1);
  font-weight: 600;
  line-height: normal;
  color: var(--gris);
  font-size: 42px;
  text-align: left;
  margin: 0;
}

.corporative-pages.ebooks .wrap-ebook .first-wrap .entradilla {
  font-family: var(--font-1);
  font-weight: 400;
  line-height: normal;
  color: var(--gris);
  font-size: 20px;
  text-align: left;
  margin: 0;
}

.corporative-pages.ebooks .wrap-ebook .articulo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.corporative-pages.ebooks .wrap-ebook .articulo .wrap-image {
  width: 100%;
  height: 180px;
  background: #fafafa;
  padding-top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.corporative-pages.ebooks .wrap-ebook .articulo .wrap-image a{
  display: block;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.corporative-pages.ebooks .wrap-ebook .articulo .wrap-image img {
  width: 100%;
  max-width: 75%;
  height: 100%;
  margin: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.50));
}

.corporative-pages.ebooks .wrap-ebook .articulo .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.corporative-pages.ebooks .wrap-ebook .articulo .content .titulo{
  margin: 0;
}

.corporative-pages.ebooks .wrap-ebook .articulo .content .titulo a{
  font-family: var(--font-1);
  font-weight: 600;
  line-height: normal;
  color: var(--gris);
  font-size: 32px;
  text-align: left;
  margin: 0;
}

.corporative-pages.ebooks .wrap-ebook .third-wrap .articulo {
  width: calc(33% - 13px);
}

.corporative-pages.ebooks .wrap-ebook .third-wrap .articulo .content .titulo {
  max-width: 85%;
  margin-right: auto;
}

.corporative-pages.ebooks .wrap-ebook .third-wrap .articulo .content .titulo a{
  font-family: var(--font-1);
  font-weight: 600;
  line-height: normal;
  color: var(--gris);
  font-size: 24px;
  text-align: left;
  margin: 0;
}

/* ebook ebook_1_LISTADO */
.corporative-pages.ebooks .wrap-ebook.ebook_1_LISTADO .second-wrap .articulo {
  flex-direction: row;
  align-items: center;
}

.corporative-pages.ebooks .wrap-ebook.ebook_1_LISTADO .second-wrap .articulo .wrap-image {
  height: 160px;
}

.corporative-pages.ebooks .wrap-ebook.ebook_1_LISTADO .third-wrap {
  display: none;
}

/* ebook ebook_1_2_LISTADO_HORIZONTAL */
.corporative-pages.ebooks .wrap-ebook.ebook_1_2_LISTADO_HORIZONTAL .second-wrap {
  flex-direction: row;
  flex-wrap: wrap;
}

.corporative-pages.ebooks .wrap-ebook.ebook_1_2_LISTADO_HORIZONTAL .second-wrap .articulo {
  width: calc(50% - 12px);
}

/* ebook ebooks_bg_color_gris */
.corporative-pages.ebooks .wrap-ebook.ebooks_bg_color_gris {
  padding: 24px;
  background-color: #F5F5F5;
}

/*ebooks_bg_color_periodico_1*/
.corporative-pages.ebooks .wrap-ebook.ebooks_bg_color_periodico_1 {
  padding: 24px;
  background-color: var(--color-periodico-1);
}

.corporative-pages.ebooks .wrap-ebook.ebooks_bg_color_periodico_1 h2,
.corporative-pages.ebooks .wrap-ebook.ebooks_bg_color_periodico_1 h3,
.corporative-pages.ebooks .wrap-ebook.ebooks_bg_color_periodico_1 p,
.corporative-pages.ebooks .wrap-ebook.ebooks_bg_color_periodico_1 span {
  color: var(--blanco) !important;
}

.corporative-pages.ebooks .wrap-ebook.ebooks_bg_color_periodico_1 .wrap-titulo.top-border {
  border-top: solid 1px var(--blanco);
}

.corporative-pages.ebooks .wrap-ebook.ebooks_bg_color_periodico_1 .btn_line {
  border-bottom: 2px solid var(--color-periodico-2);
  color: var(--blanco);
}

.corporative-pages.ebooks .wrap-ebook.ebooks_bg_color_periodico_1 .btn_periodico_color_1 {
  background: var(--color-periodico-2);
}

/* revistas */
.wrap-revistas {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}

.wrap-revistas.monograficos {
  margin-bottom: 48px;
}

.wrap-revistas .wrap-revista {
  width: calc(33% - 16px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.wrap-revistas .wrap-revista .wrap-image {
  width: 100%;
  height: 570px;
  overflow: hidden;
  filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.50));
  -webkit-filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.50));
}

.wrap-revistas .wrap-revista .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wrap-revistas .wrap-revista a{
  text-decoration: none;
}

.wrap-revistas .wrap-revista h3 {
  margin: 0;
  text-align: left;
}

.wrap-revistas .wrap-revista h3 a{
  text-decoration: none;
  color: var(--negro);
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  font-family: var(--font-1);
}

.wrap-revistas .wrap-revista .btn_ {
  font-size: 14px;
}

/* manuales */
.wrap-revistas.manuales {
  padding: 48px 24px;
  background-color: var(--color-periodico-3);
}

.wrap-revistas.manuales .wrap-revista {
  width: calc(50% - 16px);
}

.wrap-revistas.manuales .wrap-precontent {
  margin-bottom: 24px;
}

/* ficha revista */
.ficha-revista .wrap-default {
  padding: 24px 0px;
  padding-top: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}

.ficha-revista .wrap-default .wrap_ {
  width: calc(50% - 12px);
}

.ficha-revista .wrap-default .wrap_ .wrap-image {
  width: 100%;
  height: 750px;
  background-color: var(--gris-claro);
  padding: 12px;
}

.ficha-revista .wrap-default .wrap_ .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ficha-revista .wrap-default .wrap_ .entradilla>* {
  font-family: var(--font-1);
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  color: var(--gris-medio);
  margin: 0;
  margin-bottom: 24px;
}

.ficha-revista .wrap-default .wrap_ h1,
.ficha-revista .wrap-default .wrap_ h2,
.ficha-revista .wrap-default .wrap_ h3,
.ficha-revista .wrap-default .wrap_ h4,
.ficha-revista .wrap-default .wrap_ h5,
.ficha-revista .wrap-default .wrap_ h6 {
  font-family: var(--font-1);
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  color: var(--negro);
  margin: 0;
}

.ficha-revista .wrap-default .wrap_ .cant-paginas {
  font-family: var(--font-1);
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  color: var(--gris-medio);
  margin: 0;
  padding: 10px;
  border-top: solid 2px var(--color-periodico-1);
}

.ficha-revista .wrap-default .wrap_ .separador {
  width: 100%;
  height: 1px;
  background-color: var(--gris-claro);
  margin: 24px 0px;
}

.ficha-revista .wrap-default .wrap_ .titulo-listado {
  font-family: var(--font-1);
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  color: var(--negro);
  margin: 0;
}

.ficha-revista .wrap-default .wrap_ .contenido-listado {
  margin: 24px 0px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.ficha-revista .wrap-default .wrap_ .contenido-listado li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.ficha-revista .wrap-default .wrap_ ul li {
  list-style-type: none !important;
}

.ficha-revista .wrap-default .wrap_ ul li {
  font-family: var(--font-1);
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  color: var(--gris-medio);
}

.ficha-revista .wrap-default .wrap_ ul li .rounded {
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 12px;
  background-color: var(--color-periodico-1);
}

.ficha-revista .wrap-default .wrap_.third-wrap,
.ficha-revista .wrap-default .wrap_.quarter-wrap {
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.ficha-revista .wrap-default .wrap_.third-wrap {
  background-color: var(--color-periodico-3);
}

.ficha-revista .wrap-default .wrap_.quarter-wrap {
  background-color: var(--color-periodico-1);
}

.ficha-revista .wrap-default .wrap_.third-wrap {
  color: var(--gris);
}

.ficha-revista .wrap-default .wrap_.quarter-wrap {
  color: var(--blanco);
}

.ficha-revista .wrap-default .wrap_.third-wrap .titulo,
.ficha-revista .wrap-default .wrap_.quarter-wrap .titulo {
  font-family: var(--font-1);
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: normal;
}

.ficha-revista .wrap-default .wrap_.third-wrap .precio,
.ficha-revista .wrap-default .wrap_.quarter-wrap .precio {
  font-family: var(--font-1);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
}

.ficha-revista .wrap-default .wrap_.third-wrap .precio span,
.ficha-revista .wrap-default .wrap_.quarter-wrap .precio span {
  font-size: 36px;
  font-weight: 700;
}

.ficha-revista .wrap-default .wrap_.third-wrap small,
.ficha-revista .wrap-default .wrap_.quarter-wrap small {
  font-family: var(--font-1);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  line-height: normal;
}

.ficha-revista .wrap-default form>div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.ficha-revista .wrap-default form .form-check-inline {
  margin: 0;
}

.ficha-revista .wrap-default .wrap_.quarter-wrap form label:after,
.ficha-revista .wrap-default .wrap_.quarter-wrap form label:before {
  border-color: var(--blanco) !important;
}

.ficha-revista .wrap-default .wrap_.quarter-wrap form label,
.ficha-revista .wrap-default .wrap_.quarter-wrap form label {
  color: var(--blanco);
}

/* ficha revista PRO */
.ficha-revista .wrap-default.PRO .wrap_.second-wrap {
  width: 100%;
}

/* cabeceras wrap listado busqueda */
.cabecero-page-autor {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
  margin-bottom: 48px;
  margin-top: 24px;
}

.cabecero-page-autor .wrap-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.cabecero-page-autor .wrap-left .wrap-image {
  width: 150px;
  height: 150px;
  min-width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  background-color: var(--color-periodico-2);
}

.cabecero-page-autor .wrap-left .wrap-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  filter: grayscale(100%) contrast(1.2);
  opacity: .8;
}

.cabecero-page-autor .wrap-left .wrap-image::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  transition: all ease-in-out .5s;
  mix-blend-mode: lighten;
  filter: contrast(1.1);
}

.cabecero-page-autor .wrap-left .datos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.cabecero-page-autor .wrap-left .datos .nombre {
  color: var(--color-periodico-1);
  font-family: var(--font-1);
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.cabecero-page-autor .wrap-left .datos ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.cabecero-page-autor .wrap-left .datos ul li {
  list-style-type: none !important;
}

.cabecero-page-autor .wrap-left .datos ul li a {
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.cabecero-page-autor .wrap-left .datos ul li a:hover {
  opacity: .8;
}

.cabecero-page-autor .wrap-right {
 
}

.cabecero-page-autor .wrap-right p {
  color: var(--gris-medio);
  font-family: var(--font-1);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  opacity: .7;
}

/* tag y categoría */
.cabecero-cate-tag.wrap-titulo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  text-align: left;
  margin-bottom: 24px;
  padding-bottom: 0;
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px var(--gris-claro);
}
.cabecero-cate-tag.wrap-titulo h2 {
  font-family: var(--font-1);
  font-weight: 500;
  line-height: normal;
  color: var(--color-periodico-1);
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
}

/* componentes varios */
/* difusion */
.box_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 34px 24px;
  margin: 24px auto;
  margin-top: 8px;
  width: 100%;
}

.box_ p {
  font-family: var(--font-1);
  color: var(--gris);
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.box_ span {
  font-family: var(--font-1);
  color: var(--gris);
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.box_._box_xs {
  max-width: 100%;
}

.box_._box_lg {
  max-width: 100%;
}

.box_ .btn_ {
  font-size: 22px;
  line-height: 18px;
  padding: 10px 30px;
}

.box_.box_outline {
  border: solid 4px var(--color-periodico-2);
}

.box_.box_color {
  background-color: var(--color-periodico-1);
}

.box_.box_color p,
.box_.box_color span {
  color: var(--white);
}

/* noti relacionadas */
.noti_relacionadas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  padding: 32px 0px;
  margin: 32px auto;
  width: 100%;
  border-top: solid 2px var(--gris-claro);
  border-bottom: solid 2px var(--gris-claro);
}

.noti_relacionadas p {
  font-family: var(--font-1);
  color: var(--color-periodico-1);
  font-size: 22px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}

.noti_relacionadas ul {
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.noti_relacionadas ul li {
  list-style-type: none!important;
  color: var(--color-periodico-1);
  position: relative;
  text-indent: 10px;
}

.noti_relacionadas ul li::before {
  content: ">"; 
  position: absolute;
  left: -20px;
  color: var(--color-periodico-1); /* Cambia el color si es necesario */
  font-weight: bold;
  font-size: 22px;
  line-height: normal;
}

.noti_relacionadas ul li a {
  font-family: var(--font-1);
  color: var(--negro);
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  text-align: left;
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.noti_relacionadas ul li a:hover {
  opacity: .8;
}

.noti_relacionadas ul li {
  list-style-type: none !important;
}

/* novedades destacadas y tambien te puede interesar */
.listado_notis {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  padding: 24px 24px;
  margin: 24px auto;
  width: 100%;
  border-top: solid 1px var(--gris-claro);
  border-bottom: solid 1px var(--gris-claro);
}

.listado_notis.bg_color {
  background: #F5F5F5;
}

.listado_notis p {
  font-family: var(--font-1);
  color: var(--negro);
  font-size: 22px;
  line-height: normal;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}

.listado_notis.bg_color p {
  color: var(--color-periodico-1);
}

.listado_notis ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.listado_notis ul li {
  width: 33%;
  list-style-type: none !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.listado_notis ul li img{
  max-height: 180px;
  height: 170px;
  object-fit: cover;
  min-height: 170px;
}

.listado_notis ul li a {
  font-family: var(--font-1);
  color: var(--negro);
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  text-align: left;
}

/* publi destacada */
.publi_destacada {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 12px;
  padding: 24px 0px;
  margin: 24px 0px;
  border-top: solid 1px var(--gris-claro);
  border-bottom: solid 1px var(--gris-claro);
}

.publi_destacada .wrap-image {
  width: 50%;
}

.publi_destacada .wrap-image img {
  width: auto;
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.publi_destacada .datos {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.publi_destacada .datos p {
  font-family: var(--font-1);
  color: var(--color-periodico-1);
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  text-align: end;
  margin: 0;
}

.publi_destacada .datos ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-end;
  justify-content: flex-end;
}

.publi_destacada .datos ul li {
  list-style-type: none !important;
}

.publi_destacada .datos ul li a {
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.publi_destacada .datos ul li a:hover {
  opacity: .8;
}

/* cajas laterales derecha articulo ficha */
.lateral_box {
  width: 100%;
  max-width: 100%;
  /*quitar esto luego */
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 16px;
}

.lateral_box.bg_color {
  background-color: var(--color-periodico-3);
}

.lateral_box p {
  font-family: var(--font-1);
  color: var(--negro);
  font-size: 22px;
  line-height: normal;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}

.lateral_box.bg_color p {
  color: var(--color-periodico-1);
}

.lateral_box ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
}

.lateral_box ul li {
  list-style-type: none !important;
}

.lateral_box ul li a {
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}

.lateral_box ul li a:hover {
  opacity: .8;
}

.lateral_box ul li a span {
  width: 100%;
  font-family: var(--font-1);
  color: var(--negro);
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  text-align: left;
  flex: 1 0 calc(60% - 12px);
}

.lateral_box ul li a img {
  flex: 1 0 calc(40% - 12px);
  max-width: 40%;
  min-width: 40%;
}


/* PRE FOOTER */
.pre-footer {
  margin-top: 24px;
  padding: 48px 0;
  background: var(--color-periodico-3);
}

.tab-slider .contenedor-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.tab-slider .inputs {
  display: none;
}

.tab-slider .inputs:checked+label {
  background: transparent;
  color: var(--color-periodico-1);
  text-decoration: underline;
}

.tab-slider .contenedor-tabs label {
  display: inline-block;
  height: auto !important;
  line-height: normal !important;
  background: transparent;
  color: var(--color-periodico-1);
  position: relative;
  transition: 0.25s background ease;
  cursor: pointer;
  text-align: left;
  padding: 0 !important;
  font-family: var(--font-1);
  font-size: 22px;
  font-weight: 500;
  border-right: solid 2px var(--color-periodico-1);
}

.tab-slider .contenedor-tabs label:first-of-type {
  padding-right: 16px !important;
  margin-right: 16px;
}

.tab-slider .contenedor-tabs label:last-of-type {
  border-right: 0;
}

.tab-slider .content-container {
  background: transparent;
  position: relative;
  height: auto;
  margin-top: 48px;
}

.tab-slider .content-container .content {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: 0.25s ease;
  display: none;
}

.tab-slider .content-container .content.active {
  opacity: 1;
  display: block;
  /* Show active content */
}

.tab-slider [type=radio]:checked+label:after,
.tab-slider [type=radio]:checked+label:before,
.tab-slider [type=radio]:not(:checked)+label:after,
.tab-slider [type=radio]:not(:checked)+label:before {
  display: none;
}

.tab-slider .titulo {
  margin-top: 0;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.tab-slider .titulo span {
  text-align: center;
  font-family: var(--font-1);
  font-size: 32px;
  line-height: 34px;
  color: var(--neutral-gray-1);
  font-weight: bold;
}

.tab-slider .wrap-img {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  overflow: hidden;
}

.tab-slider .wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.tab-slider .slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 48px auto;
  margin-bottom: 0px;
  max-width: 1046px;
  width: 100%;
  height: calc(585px + 15px);
}

.tab-slider .slider .slick-list {
  height: 100%;
  align-content: center;
}

.tab-slider .item.slick-slide {
  width: 325px;
  height: 458px;
  transition: transform .4s;
  position: relative;
  margin: 0 35px;
}

.tab-slider .item.slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.tab-slider .item.slick-slide a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.tab-slider .item.slick-slide.slick-active img {
  filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.50));
}

.tab-slider .item.slick-slide.slick-center {
  margin: 0;
  height: 485px;
  transform: scale(1.2);
  z-index: 30;
}

.tab-slider .slick-center:after {
  opacity: 0;
}

.tab-slider .slick-next,
.tab-slider .slick-prev {
  background: transparent;
}

.tab-slider .slick-next:before,
.tab-slider .slick-prev:before {
  color: var(--color-periodico-1);
  font-size: 50px;
  line-height: 50px;
  font-family: var(--font-1);
}

.tab-slider .slick-prev {
  left: -25px;
  text-align: left;
}

.tab-slider .slick-next {
  right: -25px;
  text-align: right;
}

/*new item op opninion */
.articulo-opinion .firma-hibrida {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}

.articulo-opinion .entradilla {
  display: none;
}

.articulo-opinion .wrap-otros {
  display: none !important;
}

.op-redactor {
  display: none;
  gap: 0;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 12px;
}

.op-redactor span {
  font-family: var(--font-1);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  color: var(--color-periodico-1);
  text-align: center;
}

.articulo-opinion .op-redactor {
  display: flex;
}

.op-redactor .op {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px;
  border-radius: 5px;
  background: var(--color-periodico-1);
  position: relative;
  z-index: 0;
}

.op-redactor .op span {
  font-family: var(--font-2);
  color: var(--neutral-white);
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -2px;
}

.op-redactor .nombre-op-redactor {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px 8px;
  border-radius: 5px;
  background: var(--color-periodico-2);
  position: relative;
  z-index: -1;
  margin-left: -5px;
  padding-left: 13px;
}

.op-redactor .nombre-op-redactor span {
  font-family: var(--font-2);
  color: var(--neutral-white);
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-2 .op-redactor,
.MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-3 .op-redactor {
  justify-content: center;
}

.MODULO .slick-list .articulo-opinion .wrap-text .pretitulo {
  text-align: center;
}

.MODULO .slick-list .articulo-opinion .wrap-both .wrap-text .entradilla {
  text-align: center;
}

.MODULO .slick-list .articulo-opinion .op-redactor {
  margin-top: 0;
}

.MODULO .slick-list .articulo-opinion .wrap-text {
  margin-top: 0;
}

.MODULO .slick-list .articulo-opinion header {
  margin-top: 0;
}

.MODULO .slick-list.slider-x3 .articulo-opinion .wrap-both,
.MODULO .slick-list.slider-x4 .articulo-opinion .wrap-both {
  display: flex;
  gap: 24px;
}

.MODULO .slick-list.slider-x3 .articulo-opinion .wrap-text .pretitulo,
.MODULO .slick-list.slider-x4 .articulo-opinion .wrap-text .pretitulo {
  text-align: center;
}

.MODULO .slick-list.slider-x3 .articulo-opinion .wrap-both .wrap-text h3 a,
.MODULO .slick-list.slider-x4 .articulo-opinion .wrap-both .wrap-text h3 a {
  text-align: center !important;
}

.MODULO .slick-list.slider-x3 .articulo-opinion .op-redactor,
.MODULO .slick-list.slider-x4 .articulo-opinion .op-redactor {
  justify-content: center;
}

/* tags and share */
.tags-and-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  gap: 12px;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 12px 0;
}

.tags-and-share .share-box {
  width: 100%;
}

.tags-and-share .share-box ul {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

.tags-and-share .share-box ul li,
.tags-and-share .share-box ul li a {
  font-family: var(--font-3);
  color: var(--gris-medio);
  font-size: 18px;
}
.tags-and-share .share-box ul li a{
  text-transform: capitalize;
}

.tags-and-share .share-box ul>li {
  color: #9d9d9d;
}

.tags-and-share .barra-compartir-articulo {
  max-width: fit-content;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

/* ART. FICHA NEW */
.wrap-FICHA-ARTICULO .about-blog{
  display: block;
  position: relative;
  width: 100%;
}

.wrap-FICHA-ARTICULO .about-blog .about-blog-button{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 2px 12px;
  border-radius: 0;
  background: var(--color-periodico-1);
  border: solid 1px var(--color-periodico-1);
  margin-left: auto;
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.wrap-FICHA-ARTICULO .about-blog .about-blog-button span{
  font-family: var(--font-1);
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
}

.wrap-FICHA-ARTICULO .about-blog .about-blog-button span svg path{
  fill: var(--white);
}

.wrap-FICHA-ARTICULO .about-blog .about-blog-info {
  position: absolute;
  z-index: 4;
  top: 100%;
  left: auto;
  right: 0;
  max-width: 360px;
  width: 100%;
  background-color: var(--white);
  box-shadow: 0 24px 48px 2px rgba(0,0,0,.25);
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: none;
  opacity: 0;
}
.wrap-FICHA-ARTICULO .about-blog .about-blog-info.visible{
  display: block;
  opacity: 1;
}

.about-blog-info-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding: 24px;
  text-align: start;
}

.about-blog-info-wrapper .close-button {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: var(--negro-medio);
}

.about-blog-info-wrapper .title-text-atom .title-text-title{
  font-weight: 700;
  font-size: 18px;
}

.about-blog-info-wrapper .title {
  color: var(--negro-medio);
}

.about-blog-info-wrapper .bbnx-body {
  margin: 16px 0 0;
  max-height: 300px;
  overflow-y: auto
}

.about-blog-info-wrapper .bbnx-body>* {
  margin: 16px 0 0;
  padding: 0;
  color: var(--negro-medio);
}

.about-blog-info-wrapper .bbnx-body>*:first-child {
  margin: 0
}

.about-blog-info-wrapper .authors {
  margin: 24px 0 0;
  display: flex;
  flex-direction: column
}

.about-blog-info-wrapper .authors>.author {
  margin: 16px 0 0
}

.about-blog-info-wrapper .authors>.author .author-content-social {
  flex-wrap: wrap;
  display: flex;
  gap: 8px;
  align-items: center
}

.about-blog-info-wrapper .authors>.author .author-image {
  width: inherit;
  height: inherit
}

.about-blog-info-wrapper .authors>.author:first-child {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.authors .author-image {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.authors .author-image .avatar {
  overflow: hidden;
  object-fit: cover;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.authors .author-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.authors .author-content-name {
  text-decoration: none;
  color: var(--negro-medio);
  font-weight: 500;
  font-family: var(--font-1);
}

.authors .author-content-position {
  line-height: inherit
}

.authors .author-content-twitter {
  display: flex;
  white-space: nowrap;
  align-items: center;
  color: #8c8d91;
  text-decoration: none;
  transition: opacity .2s ease-in;
  opacity: 1
}

.authors .author-content-twitter:focus-within,.authors .author-content-twitter:hover {
  opacity: .8
}

.authors .author-content-twitter svg {
  width: 16px;
  height: 13px;
  margin: 0 5px 0 0
}

.wrap-FICHA-ARTICULO .wrap-banner {
  width: 100%;
  height: 145px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.wrap-FICHA-ARTICULO .wrap-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}



.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p {
  color: var(--negro-medio);
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p+p {
  color: var(--negro-medio);
}

.MODULO .MODULO_HORIZ_2 .wrap-media {
  min-width: 175px;
}

/*.wrap-FICHA-ARTICULO .autor-foto {
  display: none;
}*/

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .autor-foto {
  background-color: var(--color-periodico-2);
  overflow: hidden;
  position: relative;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .autor-foto::after {
  content: '';
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 0;
  transition: all ease-in-out .5s;
  mix-blend-mode: lighten;
  filter: contrast(1.1);
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .autor-foto.sin_imagen_redactor {
  background-color: transparent;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .autor-foto.sin_imagen_redactor::after {
  mix-blend-mode: unset;
  filter: unset;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .autor-foto.sin_imagen_redactor img {
  filter: unset !important;
  opacity: 1;
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .cate,
.wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .cate,
.wrap-FICHA-ARTICULO.ARTICULO_EXCLUSIVA .cate,
.wrap-FICHA-ARTICULO.ARTICULO_BLOG .cate {
  display: none;
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .container .row .col .wrap-FULL .wrap-tit h2 span {
  margin: 0;
  margin-right: auto;
  padding: 12px 24px;
  background-color: var(--live);
}

.wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .container .row .col .wrap-FULL .wrap-tit h2 span,
.wrap-FICHA-ARTICULO.ARTICULO_EXCLUSIVA .container .row .col .wrap-FULL .wrap-tit h2 span {
  margin: 0;
  margin-right: auto;
  padding: 12px 24px;
  background-color: var(--color-periodico-1);
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .container .row .col .wrap-FULL .wrap-tit h2 span {
  margin: 0;
  margin-right: auto;
  padding: 12px 24px;
  background-color: var(--color-periodico-2);
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .container .row .col .wrap-FULL .wrap-tit h2,
.wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .container .row .col .wrap-FULL .wrap-tit h2,
.wrap-FICHA-ARTICULO.ARTICULO_EXCLUSIVA .container .row .col .wrap-FULL .wrap-tit h2,
.wrap-FICHA-ARTICULO.ARTICULO_BLOG .container .row .col .wrap-FULL .wrap-tit h2 {
  padding-left: 0;
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .container .row .col .wrap-FULL .wrap-tit h2 span .live-icon {
  display: none;
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .container .row .col .wrap-FULL .wrap-tit h2::before {
  background: var(--live);
  left: unset;
  right: 0;
  max-width: calc(100% - 180px);
}

.wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .container .row .col .wrap-FULL .wrap-tit h2::before,
.wrap-FICHA-ARTICULO.ARTICULO_EXCLUSIVA .container .row .col .wrap-FULL .wrap-tit h2::before {
  background: var(--color-periodico-1);
  left: unset;
  right: 0;
  max-width: calc(100% - 180px);
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .container .row .col .wrap-FULL .wrap-tit h2::before {
  background: var(--color-periodico-2);
  left: unset;
  right: 0;
  max-width: calc(100% - 150px);
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .container .row .col .wrap-FULL .wrap-tit h2 span,
.wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .container .row .col .wrap-FULL .wrap-tit h2 span,
.wrap-FICHA-ARTICULO.ARTICULO_EXCLUSIVA .container .row .col .wrap-FULL .wrap-tit h2 span,
.wrap-FICHA-ARTICULO.ARTICULO_BLOG .container .row .col .wrap-FULL .wrap-tit h2 span {
  font-family: var(--font-1);
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--blanco);
  letter-spacing: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: fit-content;
  border-radius: 0;
}

.wrap-FICHA-ARTICULO.ARTICULO_EN_DIRECTO .container .row .col .wrap-FULL .wrap-tit h2.top-title,
.wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .container .row .col .wrap-FULL .wrap-tit h2.top-title,
.wrap-FICHA-ARTICULO.ARTICULO_EXCLUSIVA .container .row .col .wrap-FULL .wrap-tit h2.top-title,
.wrap-FICHA-ARTICULO.ARTICULO_BLOG .container .row .col .wrap-FULL .wrap-tit h2.top-title {
  margin-bottom: 0;
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .art-autor {
  display: none !important;
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .op-redactor {
  display: flex;
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media .art-entradilla {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .op-redactor .nombre-op-redactor span a {
  color: var(--neutral-white);
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor {
  float: none;
  margin-right: 0;
  /*width: calc(66% - 2em);*/
  width: 100%;
  margin: 0 2em 1em 0;
  order: 2;
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .container .row .col .wrap-FULL .wrap-media {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date {
  display: flex;
  align-items: stretch;
  gap: 12px;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 12px;
  padding-top: 1em;
  border-top: solid 1px var(--neutral-4);
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date .author {
  width: 60%;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date .author .wrap-image {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date .author .wrap-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date .author .information {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date .author .information .edition a {
  font-family: var(--font-1);
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: var(--fw-700);
  color: var(--color-periodico-1);
  position: relative;
  padding-left: 16px;
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date .author .information .edition a::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: var(--color-periodico-1);
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date .date {
  width: 40%;
}

.wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date .date .date-uno,
.wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date .date .date-dos {
  text-align: end;
  font-family: var(--font-3);
  color: var(--neutral-3);
  font-weight: 400;
  font-size: 14px;
}

.wrap-FICHA-ARTICULO .wrap-banner {
  display: flex;
}

.wrap-FICHA-ARTICULO .art-autor ul {
  align-content: center;
}

.wrap-FICHA-ARTICULO .art-autor ul li {
  display: none !important;
}

.wrap-FICHA-ARTICULO .art-autor ul li.redactor {
  display: flex !important;
}

.wrap-FICHA-ARTICULO .art-autor .social-media {
  display: none;
}

.wrap-FICHA-ARTICULO .publi_destacada {
  display: none;
}

.wrap-FICHA-ARTICULO .lateral_box.bg_color {
  display: flex;
}

.wrap-FICHA-ARTICULO .box_.box_color {
  display: none;
}

.wrap-FICHA-ARTICULO .date-destacado {
  display: none;
}

/* art. destacado */
.wrap-FICHA-ARTICULO.ARTICULO_DESTACADO .art-autor {
  display: none !important;
}

.wrap-FICHA-ARTICULO.ARTICULO_DESTACADO .tags-and-share {
  display: none;
}

.wrap-FICHA-ARTICULO.ARTICULO_DESTACADO .box_.box_color {
  display: flex;
}

.wrap-FICHA-ARTICULO.ARTICULO_DESTACADO .noti_relacionadas {
  display: none;
}

.wrap-FICHA-ARTICULO.ARTICULO_DESTACADO .box_._box_lg {
  display: none;
}

.wrap-FICHA-ARTICULO.ARTICULO_DESTACADO .comment-section {
  display: none !important;
}

.wrap-FICHA-ARTICULO.ARTICULO_DESTACADO .publi_destacada {
  display: flex;
}

.wrap-FICHA-ARTICULO.ARTICULO_DESTACADO .date-destacado {
  margin: 12px 0px;
  color: var(--gris-ruta);
  font-family: var(--font-3);
  font-size: .8em;
  display: block;
}

.wrap-FICHA-ARTICULO.ARTICULO_DESTACADO .container .row .col .wrap-FULL .wrap-media figure {
  display: flex;
  flex-direction: column;
}

.wrap-FICHA-ARTICULO.ARTICULO_DESTACADO .container .row .col .wrap-FULL .wrap-media figure .barra-compartir-articulo {
  order: 2;
  margin: 12px 0px;
}

.wrap-FICHA-ARTICULO.ARTICULO_DESTACADO .container .row .col .wrap-FULL .wrap-media figure .barra-compartir-articulo .a2a_kit {
  margin-left: auto;
  margin-right: 0;
}

/* OTROS */
.MODULO .MODULO_VERT_6 .slider-x6 .wrap-both .wrap-text .entradilla {
  display: none;
}

.MODULO .MODULO_VERT_6 .slider-x6 .wrap-otros .pie-noticia .contenedor-redactor .firma-hibrida {
  display: none;
}

.sidenav-logotype {
  display: none;
}

/* HEMEROTECA */
#boton-cargar-mas {
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 22px;
}

.lo-mas-leido-cabecero.busqueda-avanzada span {
  margin: 0;
  margin-right: auto;
  padding: 0;
  background-color: transparent;
}

.lo-mas-leido-cabecero.busqueda-avanzada {
  padding-left: 0;
}

.lo-mas-leido-cabecero.busqueda-avanzada::after {
  background: var(--color-periodico-1);
  left: unset;
  right: 0;
  max-width: calc(100% - 400px);
}

.lo-mas-leido-cabecero.busqueda-avanzada span {
  font-family: var(--font-1);
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--gris);
  letter-spacing: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
  text-align: left;
}

.wrap-LISTADO.wrap-MEDIO .MODULO {
  margin-bottom: 1em;
}

.LISTADO_NORMAL .MODULO:first-of-type .MODULO_M .sec-wrap article .wrap-both{
  flex-direction: column;
}

.LISTADO_NORMAL .MODULO:first-of-type .MODULO_M .sec-wrap article .wrap-both .wrap-media{
  width: 100%;
}

.LISTADO_NORMAL .MODULO:first-of-type .MODULO_M .sec-wrap article .wrap-both .wrap-text h3 {
  font-size: 2.5em;
}

.tipo-autor .LISTADO_NORMAL .MODULO:first-of-type .MODULO_M .sec-wrap article .wrap-both{
  flex-direction: row;
}

.tipo-autor .LISTADO_NORMAL .MODULO:first-of-type .MODULO_M .sec-wrap article .wrap-both .wrap-media{
  width: 100%;
}

.tipo-autor .LISTADO_NORMAL .MODULO:first-of-type .MODULO_M .sec-wrap article .wrap-both .wrap-text h3 {
  font-size: 2em;
}


.LISTADO_BUSQUEDA .MODULO:first-of-type .MODULO_M .sec-wrap article {
  border-bottom: 0;
  margin-bottom: 1em;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
.tipo-autor .LISTADO_BUSQUEDA .MODULO:first-of-type .MODULO_M .sec-wrap article{
  border-bottom: 0;
  margin-bottom: 1em;
  padding-bottom: 0;
}

/* art. opinión dentro de todos los módulos*/
.destacado-azul .MODULO .articulo-opinion .op-redactor .op,
.destacado-verde .MODULO .articulo-opinion .op-redactor .op,
.destacado-rojo .MODULO .articulo-opinion .op-redactor .op,
.destacado-celeste .MODULO .articulo-opinion .op-redactor .op,
.destacado-naranja .MODULO .articulo-opinion .op-redactor .op {
  background: var(--neutral-white);
  border-right: 2px solid var(--neutral-4);
}

.destacado-azul .MODULO .articulo-opinion .op-redactor .op span,
.destacado-verde .MODULO .articulo-opinion .op-redactor .op span,
.destacado-rojo .MODULO .articulo-opinion .op-redactor .op span,
.destacado-celeste .MODULO .articulo-opinion .op-redactor .op span,
.destacado-naranja .MODULO .articulo-opinion .op-redactor .op span {
  color: var(--color-periodico-1) !important;
}

.destacado-azul .MODULO .articulo-opinion .op-redactor .nombre-op-redactor,
.destacado-verde .MODULO .articulo-opinion .op-redactor .nombre-op-redactor,
.destacado-rojo .MODULO .articulo-opinion .op-redactor .nombre-op-redactor,
.destacado-celeste .MODULO .articulo-opinion .op-redactor .nombre-op-redactor,
.destacado-naranja .MODULO .articulo-opinion .op-redactor .nombre-op-redactor {
  background: var(--neutral-white);
}

.destacado-azul .MODULO .articulo-opinion .op-redactor .nombre-op-redactor span,
.destacado-verde .MODULO .articulo-opinion .op-redactor .nombre-op-redactor span,
.destacado-rojo .MODULO .articulo-opinion .op-redactor .nombre-op-redactor span,
.destacado-celeste .MODULO .articulo-opinion .op-redactor .nombre-op-redactor span,
.destacado-naranja .MODULO .articulo-opinion .op-redactor .nombre-op-redactor span {
  color: var(--color-periodico-2) !important;
}

.MODULO .articulo-opinion .pretitulo {
  margin-top: 8px;
}

.MODULO .MODULO_XXL_NUEVO .first-wrap .articulo-opinion .wrap-text header h3 {
  margin-bottom: 8px;
}

.MODULO .MODULO_XXL_NUEVO .first-wrap .articulo-opinion .wrap-text header h3 a {
  font-size: 28px;
  line-height: normal;
}

.MODULO .MODULO_XXL_NUEVO .first-wrap .articulo-opinion .wrap-text .op-redactor {
  margin-top: 8px;
}

.MODULO .MODULO_XXL_NUEVO .sec-wrap .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO-30-70 .first-wrap .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO-30-70 .second-wrap .articulo-opinion .wrap-both {
  display: flex;
  gap: 24px;
}

.MODULO .MODULO-30-70 .second-wrap .articulo-opinion .firma-hibrida {
  width: 110px;
  margin: 0;
  min-width: 110px;
}

.MODULO .MODULO-30-70 .second-wrap .articulo-opinion .wrap-text {
  flex-direction: column;
  gap: 0;
  padding-top: .5em;
  align-items: flex-start;
  width: 100%;
}

.MODULO .MODULO-30-70 .second-wrap .articulo-opinion .wrap-text header {
  width: 100%;
}

.MODULO .MODULO-30-70 .second-wrap .articulo-opinion .wrap-text header h3 a {
  display: inline;
}

.MODULO .MODULO_ASIM_2_1 .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO_ASIM_2_1 .articulo-opinion .entradilla {
  text-align: center;
  margin-bottom: 8px;
}

.MODULO .MODULO_VERT_2 .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO_VERT_2 .articulo-opinion .entradilla {
  text-align: center;
  margin-bottom: 8px;
}

.MODULO .MODULO_HORIZ_2 .articulo-opinion .wrap-both {
  gap: 24px;
  align-items: center;
}

.MODULO .MODULO_HORIZ_2 .articulo-opinion .firma-hibrida {
  width: 110px;
  min-width: 110px;
  margin: 0;
}

.MODULO .MODULO_HORIZ_2 .articulo-opinion .pretitulo {
  display: none;
}

.MODULO .MODULO_HORIZ_2 .articulo-opinion .op-redactor {
  justify-content: flex-start;
}

.MODULO .MODULO_HORIZ_2 .articulo-opinion .entradilla {
  margin-bottom: 8px;
}

.MODULO .MODULO_HORIZ_2 .articulo-opinion .wrap-text header h3 a {
  display: inline;
}

.MODULO .MODULO_ASIM_1_3 .first-wrap .articulo-opinion header {
  margin-top: .5em !important;
}

.MODULO .MODULO_ASIM_1_3 .first-wrap .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO_ASIM_1_3 .first-wrap .articulo-opinion .entradilla {
  text-align: center;
  margin-bottom: 8px;
}

.MODULO .MODULO_ASIM_1_3 .sec-wrap .articulo-opinion .wrap-both {
  gap: 24px;
  align-items: center;
}

.MODULO .MODULO_ASIM_1_3 .sec-wrap .articulo-opinion .wrap-text {
  width: 100%;
}

.MODULO .MODULO_ASIM_1_3 .sec-wrap .articulo-opinion .firma-hibrida {
  width: 100px;
  min-width: 100px;
  margin: 0;
}

.MODULO .MODULO_ASIM_1_3 .sec-wrap .articulo-opinion .pretitulo {
  display: none;
}

.MODULO .MODULO_ASIM_1_3 .sec-wrap .articulo-opinion .entradilla {
  display: none !important;
}

.MODULO .MODULO_ASIM_1_3 .sec-wrap .articulo-opinion header h3 a {
  display: inline;
}

.MODULO .MODULO_ASIM_1_3 .sec-wrap .articulo-opinion .op-redactor {
  justify-content: flex-start;
}

.MODULO .MODULO_ASIM_1_6 .first-wrap .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO_ASIM_1_6 .first-wrap .articulo-opinion .entradilla {
  text-align: center;
  margin-bottom: 8px;
}

.MODULO .MODULO_ASIM_1_6 .sec-wrap .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO_2_1_4 .wrap_two .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO_2_1_4 .wrap_three .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO_2_1_4 .wrap_three .articulo-opinion .entradilla {
  text-align: center;
  margin-bottom: 8px;
}

.MODULO .MODULO_2_1_4 .wrap_four .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO_2_1_4 .wrap_four .articulo-opinion {
  padding: 0 0 2rem;
}

.MODULO .MODULO_XXL .first-wrap .articulo-opinion header {
  margin-top: .5em !important;
}

.MODULO .MODULO_XXL .first-wrap .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO_XXL .first-wrap .articulo-opinion .entradilla {
  text-align: center;
  margin-bottom: 8px;
}

.MODULO .MODULO_XXL .sec-wrap .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO_HORIZ_3 .articulo-opinion .wrap-both {
  gap: 24px;
}

.MODULO .MODULO_HORIZ_3 .articulo-opinion .firma-hibrida {
  width: 100px;
  min-width: 100px;
}

.MODULO .MODULO_HORIZ_3 .articulo-opinion .wrap-text {
  width: 100%;
}

.MODULO .MODULO_HORIZ_3 .articulo-opinion .pretitulo {
  margin-top: 0;
  text-align: left;
}

.MODULO .MODULO_HORIZ_3 .articulo-opinion header h3 a {
  display: inline;
}

.MODULO .MODULO_HORIZ_3 .articulo-opinion .op-redactor {
  justify-content: flex-start;
}

.MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion {
  margin-bottom: 1em;
}

.MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion .wrap-both {
  flex-direction: row;
}

.MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion .firma-hibrida {
  width: 100px;
  min-width: 100px;
  margin: 0;
}

.MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion .wrap-text {
  flex-basis: 100% !important;
}

.MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion .pretitulo {
  margin-top: 0;
}

.MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion header h3 {
  margin-bottom: 4px;
}

.MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion header h3 a {
  display: inline;
  text-align: left;
}

.MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion .op-redactor {
  justify-content: flex-start;
}

.MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion .entradilla {
  margin-bottom: 8px;
}

.MODULO .MODULO_1_Banner_3 .wrap_two .articulo-opinion .op-redactor .op {
  z-index: 2;
}

.MODULO .MODULO_1_Banner_3 .wrap_two .articulo-opinion .op-redactor .nombre-op-redactor {
  z-index: 1;
}

.MODULO .MODULO_1_Banner_3 .wrap_two .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO_1_Banner_3 .wrap_two .articulo-opinion .entradilla {
  margin-bottom: 8px;
}

.MODULO .MODULO_1_1_4 .first-wrap .articulo-opinion .wrap-both {
  height: 100%;
  min-height: 1px;
}

.MODULO .MODULO_1_1_4 .first-wrap .articulo-opinion .wrap-text {
  position: unset !important;
  top: unset;
  right: unset;
  transform: unset;
  -webkit-transform: unset;
  background: var(--neutral-white);
  float: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.MODULO .MODULO_1_1_4 .first-wrap .articulo-opinion .entradilla {
  margin-bottom: 8px;
}

.MODULO .MODULO_1_1_4 .first-wrap .articulo-opinion .op-redactor .op {
  z-index: 2;
}

.MODULO .MODULO_1_1_4 .first-wrap .articulo-opinion .op-redactor .nombre-op-redactor {
  z-index: 1;
}

.count_lo_mas_leido {
  display: none;
}

.MODULO_35_35_35_HORIZONTAL .first-wrap,
.MODULO_35_35_35_HORIZONTAL .sec-wrap,
.MODULO_35_35_35_HORIZONTAL .third-wrap {
  display: flex;
  gap: 1rem;
  flex-direction: row !important;

}

.MODULO_35_35_35_HORIZONTAL .sec-wrap article,
.MODULO_35_35_35_HORIZONTAL .third-wrap article {
  padding: 0 !important;
  margin-right: 0 !important;
  border-top: 1px solid black;
  padding-top: 0.5rem !important;
}

.destacado-azul .MODULO_35_35_35_HORIZONTAL .sec-wrap article,
.destacado-azul .MODULO_35_35_35_HORIZONTAL .third-wrap article {
  border-top: 1px solid white;
}

.destacado-verde .MODULO_35_35_35_HORIZONTAL .sec-wrap article,
.destacado-verde .MODULO_35_35_35_HORIZONTAL .third-wrap article {
  border-top: 1px solid white;
}

.destacado-rojo .MODULO_35_35_35_HORIZONTAL .sec-wrap article,
.destacado-rojo .MODULO_35_35_35_HORIZONTAL .third-wrap article {
  border-top: 1px solid white;
}

.destacado-celeste .MODULO_35_35_35_HORIZONTAL .sec-wrap article,
.destacado-celeste .MODULO_35_35_35_HORIZONTAL .third-wrap article {
  border-top: 1px solid white;
}

.destacado-naranja .MODULO_35_35_35_HORIZONTAL .sec-wrap article,
.destacado-naranja .MODULO_35_35_35_HORIZONTAL .third-wrap article {
  border-top: 1px solid white;
}

.MODULO_35_35_35_HORIZONTAL .third-wrap article {
  flex: initial !important;
}

.MODULO_35_35_35_HORIZONTAL .sec-wrap article .wrap-both {
  flex-direction: row !important;
}

.MODULO_35_35_35_HORIZONTAL .third-wrap article .wrap-text,
.MODULO_35_35_35_HORIZONTAL .sec-wrap article .wrap-text {
  width: 55%
}

.MODULO_35_35_35_HORIZONTAL .third-wrap article .wrap-media,
.MODULO_35_35_35_HORIZONTAL .sec-wrap article .wrap-media {
  width: 45% !important;
  margin-bottom: 1em !important;
  ;
  margin-right: 1em !important;
  ;
}

.MODULO_35_35_35_HORIZONTAL .first-wrap article h3 {
  font-size: 22px;
}

.MODULO_35_35_35_HORIZONTAL .sec-wrap article h3,
.MODULO_35_35_35_HORIZONTAL .third-wrap article h3 {
  font-size: 16px;
}

/* modal de pago */
#formulario-pago .direccion_facturacion {
  display: none;
}

.border-bottom {
  border-bottom: 1px solid black;
}

.exito {
  display: none;
  margin-top: 1rem;
}

.adquirir_ejemplar {
  margin-top: 1.5rem;
}

.direccion-facturacion {
  display: none;
}

[type=checkbox]+label {
  height: auto;
}

#modal-pago .modal-close {
  width: 100%;
  display: block;
  text-align: end;
}

#modal-pago {
  max-height: 90%;
  top: 50% !important;
  transform: translate(0, -50%) !important;
  width: 100%;
  max-width: 750px;
}

/* modal de pago */
/* AREA USUARIO */
.perfil .input-field {
  flex-direction: column;
  display: flex;
  justify-content: start;
  margin-bottom: 1rem;
  align-items: start;
  gap: 1.5rem;

}

.perfil .input-field label {
  position: relative;
}
.perfil.area-control-perfil label {
  font-family: var(--font-1);
  color: var(--negro);
  line-height: normal;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
.perfil.area-control-perfil .input-field{
  margin-top: .5rem;
}

/* cambios modulo 70:30 */

.MODULO_XXL header {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;

  margin-bottom: 0 !important;
}

.MODULO_XXL .wrap-text h3 a {
  color: white !important
}

.MODULO_XXL .wrap-both {
  position: relative;
}

.MODULO_XXL .sec-wrap article {
  margin-bottom: 0em;
  margin-right: 0 !important;
}

.MODULO_XXL .first-wrap .wrap-media .img-wrap {
  padding-bottom: 59% !important;
}

.MODULO_XXL .first-wrap .wrap-media .img-wrap .container-video-responsive {
  padding-bottom: 59% !important;
}

.MODULO_XXL .entradilla,
.MODULO_XXL .wrap-otros{
  display: none!important;
}

.MODULO_1_1_3 .third-wrap .wrap-text {
  width: 65%
}

.MODULO_1_1_3 .third-wrap .wrap-media {
  width: 45%
}

.MODULO_1_1_3 .first-wrap .wrap-text header {
  position: absolute;
  bottom: 0px;
  color: white;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.MODULO_1_1_3 .first-wrap .wrap-text .entradilla{
  display: none!important;
}

.MODULO_1_1_3 .first-wrap article {
  position: relative;
  height: 100%;
}

.MODULO_1_1_3 .first-wrap article .wrap-both{
  height: 100%;
}

.MODULO_1_1_3 .first-wrap article figure{
  height: 100%;
}

.MODULO_1_1_3 .first-wrap article .img-wrap{
  height: 100%;
}

.MODULO_1_1_3 .first-wrap .pretitulo {
  display: none;
}

.MODULO_1_1_3 .first-wrap h3 a {
  color: white !important;
}

/* btn togle stcky publicidad */
#content-sticky{
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  transition: all 0.5s ease-in-out;
}
#content-sticky .toggle-button {
  position: absolute;
  top: -28px;
  right: 0;
  opacity: 1;
  background-color: #ffffff;
  color: var(--gray-2);
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
  z-index: 1001;
  border-radius: 3px 2px 0 0;
  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
  width: 28px;
  height: 28px;
  font-family: var(--font-1);
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content-sticky.hidden {
  bottom: -105px;
}

/* view pass */
.field_pw{
  position: relative;
}
.field_pw svg{
  position: absolute;
  top: 16px;
  right: 10px;
  max-width: 16px;
}
.recover_field_pw svg{
  right: 30px;
}
.field_pw svg path{
  fill: var(--gris-medio);
}

/* BREACKPOINTS */

@media (max-width: 1199px) {}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado {
    width: 100%;
    margin-top: 0;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit {
    width: 100%;
  }

  .MODULO_1_1_3 .first-wrap .wrap-text header {
    position: relative;
    bottom: initial;
    color: var(--negro);
    padding: 0rem;
    background: transparent !important;
  }

  .MODULO_1_1_3 .first-wrap article {
    position: relative;
  }

  .MODULO_1_1_3 .first-wrap .pretitulo {
    display: none;
  }

  .MODULO_1_1_3 .first-wrap h3 a {
    color: var(--negro) !important;
  }

  .MODULO_XXL .sec-wrap {
    gap: 1rem;
  }

  #modal-registro {
    transform: initial !important;
  }

  #modal-registro .wrap-top {
    flex-direction: column;
    gap: 24px !important;
  }

  #modal-registro .wrap-left,
  #modal-registro .wrap-right {
    width: 100% !important;
    padding-bottom: 1rem !important;
  }

  #modal-registro .wrap-mid form .paso-uno {
    flex-direction: column;
    gap: 24px !important;
  }

  #modal-registro .wrap-top .wrap-left h3 {
    font-size: 24px;
  }

  #modal-registro .modal-content {
    max-height: initial !important;
  }

  .module_newsletter .float_image {
    top: unset;
    bottom: -20px;
  }

  .corporative-pages.ebooks .wrap-ebook.ebook_1_LISTADO .second-wrap .articulo .wrap-image {
    height: 100px;
  }

  .corporative-pages.ebooks .wrap-ebook .articulo .content .titulo a{
    font-size: 24px;
  }

  .corporative-pages.ebooks .wrap-ebook .third-wrap .articulo {
    width: calc(33% - 16px);
  }

  .wrap-revistas .wrap-revista {
    width: calc(50% - 12px);
  }

  .MODULO .MODULO_XL .wrap-text .pretitulo {
    text-align: left;
  }

  .MODULO-OPINION.MODULO-OPINION-5 .container-2 .wrap-both .wrap-text {
    align-items: center;
  }

  .MODULO .MODULO-OPINION.MODULO-OPINION-7 .wrap-text .pretitulo {
    text-align: center;
  }

  .MODULO .MODULO_XL .wrap-otros .pie-noticia {
    justify-content: flex-start;
  }

  .MODULO_1_3_1_2 .first-wrap .wrap_one .wrap-otros .pie-noticia {
    justify-content: flex-start;
  }

  .MODULO .MODULO_1_3_1_2 .first-wrap .wrap-text .pretitulo {
    text-align: left;
  }

  .MODULO .MODULO_ASIM_1_3 .first-wrap {
    margin-bottom: 1em;
  }

  .MODULO .MODULO_HORIZ_3 .third-wrap article .wrap-both .wrap-media {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .MODULO .MODULO_1_1_4 .third-wrap article .wrap-both .wrap-text {
    padding-left: 0;
  }

  .MODULO .MODULO_1_1_3 .third-wrap article .wrap-both .wrap-text {
    padding-left: 1rem;
  }

  .MODULO .MODULO_1_1_3 .third-wrap article .wrap-both .wrap-media {
    margin-bottom: 0;
    margin-right: 0;
  }

  .MODULO_1_4_3 .third-wrap article {
    margin-bottom: 0;
  }

  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-2 .op-redactor,
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-3 .op-redactor {
    justify-content: center;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor {
    float: none;
    margin-right: 0;
    width: 100%;
    margin: 0 0em 1.5em 0;
    order: 2;
  }

  .MODULO .MODULO_XL .articulo-opinion .wrap-both {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
  }

  .MODULO .MODULO_XL .articulo-opinion .wrap-both .firma-hibrida {
    width: 80px;
    margin: 0
  }

  .MODULO .MODULO_XL .articulo-opinion .pretitulo {
    text-align: left;
    margin-top: 0;
  }

  .MODULO .MODULO_XL .articulo-opinion .wrap-both .wrap-text header h3 {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .MODULO .MODULO_XL .articulo-opinion .wrap-both .wrap-text header h3 a {
    display: inline;
  }

  .MODULO .MODULO_XL .articulo-opinion .op-redactor {
    justify-content: center;
  }

  .MODULO .MODULO_ASIM_1_3 .first-wrap .articulo-opinion {
    margin-bottom: 1em;
  }

  .MODULO .MODULO_ASIM_1_3 .sec-wrap .articulo-opinion .wrap-both {
    gap: 0;
  }

  .MODULO .MODULO_ASIM_1_3 .sec-wrap .articulo-opinion header h3 {
    text-align: center;
  }

  .MODULO .MODULO_ASIM_1_3 .sec-wrap .articulo-opinion .op-redactor {
    justify-content: center;
  }

  .MODULO .MODULO_HORIZ_3 .articulo-opinion .pretitulo {
    text-align: center;
  }

  .MODULO .MODULO_HORIZ_3 .articulo-opinion header h3 a {
    display: block;
  }

  .MODULO .MODULO_HORIZ_3 .articulo-opinion .op-redactor {
    justify-content: center;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion {
    width: 100%;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion .wrap-text {
    width: 100%;
    padding-top: 0 !important;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion .wrap-both {
    gap: 24px;
    align-items: center;
    flex-direction: row;
    display: flex;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion .firma-hibrida {
    width: 100px;
    min-width: 100px;
    margin: 0;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion .pretitulo {
    display: none;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion .op-redactor {
    justify-content: flex-start;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion .entradilla {
    margin-bottom: 8px;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_one .articulo-opinion .wrap-text header h3 a {
    display: inline;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_two .articulo-opinion .entradilla {
    text-align: center;
  }

  .MODULO .MODULO_2_1_4 .wrap_three {
    order: 3;
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .TITULO-listado h2 .enlace-agrupador{
    display: none;
  }
  .btn-agrupador-movil{
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4px 4px;
    position: relative;
    max-width: fit-content;
    margin: auto;
  }
  .btn-agrupador-movil::after{
    content: '';
    width: 100%;
    height: 4px;
    background-color: var(--color-periodico-1);
    position: absolute;
    left: 0;
    bottom: -4px;
  }
  .btn-agrupador-movil a{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: var(--negro);
    font-family: var(--font-1);
  }
  /*.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p {
    color: #999999;
  }
  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p+p {
    color: #999999;
  }*/
  .MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article{
    margin-bottom: 0 !important;
  }
  .MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps{
    flex-direction: column;
    gap: 12px;
  }
  .MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article {
    width: 100%;
    min-width: 100%;
  }
  .MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both {
    flex-direction: row-reverse!important;
    gap: 12px;
  }
  .MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both .wrap-media {
    width: calc(40% - 6px) !important;
  }
  .MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both .wrap-text {
    width: calc(60% - 6px);
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both .wrap-text .count_lo_mas_leido {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both .wrap-text header{
    margin: 0;
    margin-top: 0 !important;
  }
  .MODULO_LO_MAS_LEIDO .first-wrap .internal-wraps article .wrap-both .wrap-text header h3{
    font-size: 16px !important;
  }

  .MODULO_NEWSLETTER .first-wrap{
    gap: 0;
  }
  .MODULO_NEWSLETTER .first-wrap .internal-wraps{
    flex-direction: column;
    gap: 0;
  }
  .MODULO_NEWSLETTER .first-wrap .internal-wraps .wrap_newsletter {
    width: 100%;
    min-width: 100%;
  }
  .MODULO_NEWSLETTER .first-wrap .internal-wraps .wrap_newsletter a h3{
    font-size: 18px !important;
  }

  .CONTENIDO-ARTICULO .container-mega{
      margin-top: 24px!important;
  }
  #modal-registro .wrap-center-full{
    display: none;
  }
  #modal-registro .list-info.list-info-movil {
    display: flex !important;
  }
  #modal-registro .list-info li {
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
  }
  .wrap-FICHA-ARTICULO .wrap-banner{
    height: auto;
  }
  .wrap-FICHA-ARTICULO .wrap-banner img {
    height: auto;
    max-width: 100%;
  }
  
  #modal-pago {
    max-height: 100%;
    min-height: 100vh;
    top: 0 !important;
    transform: translate(0, 0) !important;
    width: 100%;
    max-width: 100%;
  }

  .MODULO_XXL .wrap-text h3 a {
    color: var(--negro) !important
  }

  .MODULO_XXL header {
    position: relative;
    background-color: initial !important
  }

  .MODULO_1_1_3 .third-wrap .wrap-text {
    width: 100%;
    padding-left: 0;
  }

  .heading-XL {
    font-size: 40px;
  }

  .heading-L {
    font-size: 28px;
  }

  .heading-M {
    font-size: 24px;
  }

  .heading-S {
    font-size: 18px;
  }

  .heading-TAG {
    font-size: 18px;
  }

  .semi-heading {
    font-size: 16px;
  }

  .paragraph-M {
    font-size: 18px;
  }

  .paragraph-S {
    font-size: 16px;
  }

  #modal-registro {
    width: 100%;
  }

  #modal-registro .modal-content {
    padding-top: 0;
  }

  .corporative-pages .wrap-titulo h2 {
    font-size: 24px;
  }

  .corporative-pages .header-content {
    height: 350px;
  }

  .tab-slider .content-container {
    margin-top: 0;
  }

  .tab-slider .slider {
    height: calc(400px + 15px);
    margin: 24px auto;
    margin-bottom: 0;
  }

  .tab-slider .item.slick-slide {
    height: calc(400px + 15px);
    margin: 0;
  }

  .tab-slider .slick-prev {
    left: 0;
  }

  .tab-slider .slick-next {
    right: 0;
  }

  .tab-slider .item.slick-slide.slick-center {
    margin: 0;
    height: 400px;
    transform: scale(1);
    z-index: 30;
  }

  .corporative-pages.contacto .wrap-precontent {
    flex-direction: column;
  }

  .corporative-pages.contacto .wrap-precontent .wrap-left,
  .corporative-pages.contacto .wrap-precontent .wrap-right {
    width: 100%;
  }

  .corporative-pages.nosotros .wrap-redactores {
    margin-top: 36px;
    margin-bottom: 24px;
  }

  .corporative-pages.nosotros .wrap-redactores .redactor {
    gap: 16px;
  }

  .corporative-pages.nosotros .wrap-redactores .redactor .wrap-image {
    width: 200px;
    height: 200px;
  }

  .corporative-pages.nosotros .wrap-redactores .redactor .nombre {
    font-size: 24px;
  }

  .corporative-pages.nosotros .wrap-redactores .redactor .sector {
    font-size: 18px;
  }

  .corporative-pages.nosotros .wrap-redactores .redactor .descripcion p {
    font-size: 16px;
    line-height: 24px;
  }

  .corporative-pages.nosotros .text-content.text-content-color {
    padding-left: 24px;
    padding-right: 24px;
  }

  .corporative-pages.nosotros .text-content {
    padding: 24px 0px;
    gap: 12px;
  }

  .corporative-pages.ebooks .wrap-ebook .container-wraps {
    flex-direction: column;
  }

  .corporative-pages.ebooks .wrap-ebook .first-wrap {
    width: 100%;
    gap: 16px;
  }

  .corporative-pages.ebooks .wrap-ebook .first-wrap .wrap-image {
    height: 250px;
  }

  .corporative-pages.ebooks .wrap-ebook .first-wrap .titulo a{
    font-size: 28px;
  }

  .corporative-pages.ebooks .wrap-ebook .second-wrap {
    width: 100%;
  }

  .corporative-pages.ebooks .wrap-ebook .articulo .content .titulo a{
    font-size: 18px;
  }

  .corporative-pages.ebooks .wrap-ebook .third-wrap .articulo {
    width: calc(50% - 12px);
    gap: 12px;
  }

  .corporative-pages.ebooks .wrap-ebook .third-wrap .articulo .wrap-image {
    height: 100px;
  }

  .corporative-pages.ebooks .wrap-ebook .third-wrap .articulo .content .titulo {
    max-width: 100%;
    margin-right: unset;
  }

  .corporative-pages.ebooks .wrap-ebook.ebook_1_2_LISTADO_HORIZONTAL .articulo .wrap-image {
    height: 100px;
  }

  .wrap-revistas .wrap-revista .wrap-image {
    height: 450px;
  }

  .wrap-revistas .wrap-revista {
    width: 100%;
    gap: 12px;
  }

  .ficha-revista .wrap-default .wrap_ {
    width: 100%;
  }

  .ficha-revista .wrap-default .wrap_ .contenido-listado {
    margin-bottom: 0;
  }

  .ficha-revista .wrap-default {
    padding-top: 0;
  }

  .wrap-submenu-destacado ul {
    gap: 24px;
    justify-content: flex-start;
  }

  #boton-dinamico {
    display: none;
  }

  .pre-footer {
    padding: 36px 0;
  }

  .btn_adjuntar {
    flex-direction: column;
    gap: 32px;
  }

  .MODULO .slick-list.slider-x3 .articulo-opinion .wrap-both, .MODULO .slick-list.slider-x4 .articulo-opinion .wrap-both {
    gap: 4px;
    flex-direction: column;
  }

  .MODULO .slick-list.slider-x3 .articulo-opinion .wrap-text .pretitulo, .MODULO .slick-list.slider-x4 .articulo-opinion .wrap-text .pretitulo {
    text-align: center;
  }

  .MODULO .slick-list.slider-x3 .articulo-opinion .wrap-both .wrap-text h3 a, .MODULO .slick-list.slider-x4 .articulo-opinion .wrap-both .wrap-text h3 a {
    text-align: center !important;
  }

  .MODULO .slick-list.slider-x3 .articulo-opinion .op-redactor, .MODULO .slick-list.slider-x4 .articulo-opinion .op-redactor {
    justify-content: center;
  }

  .tags-and-share {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column;
  }

  .tags-and-share .share-box ul {
    gap: 10px;
  }

  .tags-and-share .share-box ul li, .tags-and-share .share-box ul li a {
    font-size: 16px;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_ENTREVISTA .container .row .col .wrap-FULL .wrap-tit h2::before {
    max-width: calc(100% - 160px);
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo, .wrap-FICHA-ARTICULO .wrap-media .art-entradilla {
    margin-bottom: 1.5em;
  }

  .wrap-LISTADO.wrap-MEDIO .CONTENIDO-DER.wrap-SIMPLE {
    margin-top: 1em;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date {
    flex-direction: column;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date .author {
    width: 100%;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date .date {
    width: 100%;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date .date .date-uno, .wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor .author-and-date .date .date-dos {
    text-align: left;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_BLOG .wrap-media-and-autor {
    margin: 0 0em 1em 0;
  }

  .wrap-FICHA-ARTICULO.ARTICULO_BLOG .container .row .col .wrap-FULL .wrap-media {
    margin-left: 0;
  }

  .MODULO .MODULO-30-70 .second-wrap .articulo-opinion .wrap-text header {
    margin-top: 0;
  }

  .MODULO .MODULO-30-70 .second-wrap .articulo-opinion .wrap-text .entradilla {
    text-align: center;
    margin-bottom: 12px;
  }

  .MODULO .MODULO-30-70 .first-wrap .articulo-opinion .wrap-both {
    display: flex;
    gap: 24px;
    align-items: center;
  }

  .MODULO .MODULO-30-70 .second-wrap .articulo-opinion .wrap-both {
    align-items: center;
  }

  .MODULO .MODULO-30-70 .first-wrap .articulo-opinion .firma-hibrida, .MODULO .MODULO-30-70 .second-wrap .articulo-opinion .firma-hibrida {
    width: 100px;
    margin: 0;
    min-width: 100px;
  }

  .MODULO .MODULO-30-70 .first-wrap .articulo-opinion .wrap-text {
    flex-direction: column;
    gap: 0;
    padding-top: .5em;
    align-items: flex-start;
    width: 100%;
  }

  .MODULO .MODULO-30-70 .first-wrap .articulo-opinion .wrap-text header {
    width: 100%;
    margin-top: 0;
  }

  .MODULO .MODULO-30-70 .first-wrap .articulo-opinion .wrap-text header h3 a {
    display: inline;
  }

  .MODULO .MODULO-30-70 .first-wrap .articulo-opinion .pretitulo, .MODULO .MODULO-30-70 .second-wrap .articulo-opinion .pretitulo {
    text-align: left;
    margin-top: 0;
  }

  .MODULO .MODULO-30-70 .first-wrap .articulo-opinion .op-redactor, .MODULO .MODULO-30-70 .second-wrap .articulo-opinion .op-redactor {
    justify-content: flex-start;
    margin-top: 8px;
  }

  .MODULO .MODULO_HORIZ_2 .articulo-opinion .wrap-both {
    gap: 8px;
  }

  .MODULO .MODULO_HORIZ_2 .articulo-opinion .op-redactor {
    justify-content: center;
  }

  .MODULO .MODULO_HORIZ_2 .articulo-opinion header {
    margin-top: 0;
  }

  .MODULO .MODULO_HORIZ_2 .third-wrap article .wrap-both .wrap-media {
    margin-bottom: 0;
    margin-right: 0;
  }

  .MODULO .MODULO_HORIZ_2 .third-wrap article .wrap-both header {
    margin-top: .3em;
  }

  .MODULO_1_1_4 .first-wrap .wrap-text {
    padding: 20px 40px 30px;
  }

  .MODULO_35_35_35_HORIZONTAL .first-wrap,
  .MODULO_35_35_35_HORIZONTAL .sec-wrap,
  .MODULO_35_35_35_HORIZONTAL .third-wrap {
    flex-direction: column !important;
  }

  .MODULO_35_35_35_HORIZONTAL .sec-wrap article .wrap-both {
    flex-direction: column !important;
  }

  .MODULO_35_35_35_HORIZONTAL .third-wrap article .wrap-media, .MODULO_35_35_35_HORIZONTAL .sec-wrap article .wrap-media {
    width: 100% !important;

  }

  .MODULO_35_35_35_HORIZONTAL .third-wrap article .wrap-text, .MODULO_35_35_35_HORIZONTAL .sec-wrap article .wrap-text {
    width: 100% !important;
  }

  .MODULO_35_35_35_HORIZONTAL .sec-wrap article, .MODULO_35_35_35_HORIZONTAL .third-wrap article {
    border-top: 0;
  }

  .MODULO_35_35_35_HORIZONTAL article {
    margin-bottom: 0 !important;
  }

  .MODULO_35_35_35_HORIZONTAL .third-wrap article .wrap-media, .MODULO_35_35_35_HORIZONTAL .sec-wrap article .wrap-media {
    margin-bottom: 4px !important;
    margin-right: 0 !important;
  }

  .MODULO_35_35_35_HORIZONTAL .first-wrap, .MODULO_35_35_35_HORIZONTAL .sec-wrap, .MODULO_35_35_35_HORIZONTAL .third-wrap {
    gap: 0;
  }

  .MODULO_35_35_35_HORIZONTAL .pretitulo {
    display: none;
  }
}

@media (max-width: 600px) {
  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-media {
    margin-bottom: .5em;
    margin-left: 0;
    margin-right: 0;
    order: 1;
    width: 100%;
  }

  .wrap-HEADER .wrap-CORP .container .CORP-left .subs-and-seguidores {
    display: none !important;
  }

  .MODULO .MODULO_HORIZ_2 .third-wrap {
    margin-top: 1em;
  }

  article.articulo-opinion .firma-hibrida {
    max-width: 100px;
    min-width: 100px;
    border-radius: 100px;
  }

  article.articulo-opinion .firma-hibrida img {
    border-radius: 100px;
  }

  .MODULO_XXL_NUEVO .first-wrap .wrap-text .wrap-otros .pie-noticia {
    justify-content: flex-start;
  }

  .MODULO .MODULO_XXL_NUEVO .first-wrap .wrap-text .pretitulo {
    text-align: left;
  }

  .MODULO .MODULO_XXL_NUEVO .first-wrap .articulo-opinion {
    margin-bottom: 1em;
  }

  .MODULO .MODULO_XXL_NUEVO .first-wrap .articulo-opinion .entradilla {
    text-align: center;
  }

  .MODULO .MODULO_XXL_NUEVO .first-wrap .articulo-opinion header {
    margin-top: 8px;
  }

  .MODULO .MODULO_XXL_NUEVO .sec-wrap .articulo-opinion .wrap-both {
    flex-direction: row;
    gap: 16px;
    justify-content: flex-start;
  }

  .MODULO .MODULO_XXL_NUEVO .sec-wrap .articulo-opinion .firma-hibrida {
    width: 80px;
    margin: 0;
  }

  .MODULO .MODULO_XXL_NUEVO .sec-wrap .articulo-opinion .pretitulo {
    text-align: left;
  }

  .MODULO .MODULO_XXL_NUEVO .sec-wrap .articulo-opinion .wrap-text {
    width: 100%;
  }

  .MODULO .MODULO_XXL_NUEVO .sec-wrap .articulo-opinion .wrap-text header h3 {
    text-align: left;
  }

  .MODULO .MODULO_XXL_NUEVO .sec-wrap .articulo-opinion .wrap-text header h3 a {
    display: inline;
  }

  .MODULO .MODULO_XXL_NUEVO .sec-wrap .articulo-opinion .op-redactor {
    justify-content: flex-start;
  }

  .MODULO .MODULO_ASIM_2_1 .articulo-opinion .pretitulo {
    margin-top: 0;
    text-align: left;
  }

  .MODULO .MODULO_ASIM_2_1 .articulo-opinion .wrap-both {
    display: flex;
    gap: 24px;
    flex-direction: row;
    align-items: center;
  }

  .MODULO .MODULO_ASIM_2_1 .articulo-opinion .firma-hibrida {
    width: 100px;
    margin: 0;
    min-width: 100px;
  }

  .MODULO .MODULO_ASIM_2_1 .articulo-opinion .wrap-text {
    flex-direction: column;
    gap: 0;
    padding-top: .5em;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    padding-top: .5em;
  }

  .MODULO .MODULO_ASIM_2_1 .articulo-opinion .wrap-text header {
    width: 100%;
  }

  .MODULO .MODULO_ASIM_2_1 .articulo-opinion .wrap-text header h3 a {
    display: inline;
  }

  .MODULO .MODULO_ASIM_2_1 .articulo-opinion .op-redactor {
    justify-content: flex-start;
  }

  .MODULO .MODULO_VERT_2 .articulo-opinion .pretitulo {
    margin-top: 0;
    text-align: left;
  }

  .MODULO .MODULO_VERT_2 .articulo-opinion .wrap-both {
    display: flex;
    gap: 24px;
    flex-direction: row;
    align-items: center;
  }

  .MODULO .MODULO_VERT_2 .articulo-opinion .firma-hibrida {
    width: 100px;
    margin: 0;
    min-width: 100px;
  }

  .MODULO .MODULO_VERT_2 .articulo-opinion .wrap-text {
    flex-direction: column;
    gap: 0;
    padding-top: .5em;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    padding-top: .5em;
  }

  .MODULO .MODULO_VERT_2 .articulo-opinion .wrap-text header {
    width: 100%;
  }

  .MODULO .MODULO_VERT_2 .articulo-opinion .wrap-text header h3 a {
    display: inline;
  }

  .MODULO .MODULO_VERT_2 .articulo-opinion .op-redactor {
    justify-content: flex-start;
  }

  .MODULO .MODULO_VERT_2 .articulo-opinion .entradilla {
    text-align: left;
  }

  .MODULO .MODULO_HORIZ_2 .articulo-opinion .pretitulo {
    margin-top: 0;
    text-align: left;
  }

  .MODULO .MODULO_HORIZ_2 .articulo-opinion .wrap-both {
    display: flex;
    gap: 24px;
    flex-direction: row;
    align-items: center;
  }

  .MODULO .MODULO_HORIZ_2 .articulo-opinion .firma-hibrida {
    width: 100px;
    margin: 0;
    min-width: 100px;
  }

  .MODULO .MODULO_HORIZ_2 .articulo-opinion .wrap-text {
    flex-direction: column;
    gap: 0;
    padding-top: .5em;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    padding-top: .5em;
  }

  .MODULO .MODULO_HORIZ_2 .articulo-opinion .wrap-text header {
    width: 100%;
  }

  .MODULO .MODULO_HORIZ_2 .articulo-opinion .wrap-text header h3 a {
    display: inline;
  }

  .MODULO .MODULO_HORIZ_2 .articulo-opinion .op-redactor {
    justify-content: flex-start;
  }

  .MODULO .MODULO_HORIZ_2 .articulo-opinion .entradilla {
    text-align: left;
  }

  .MODULO .MODULO_ASIM_1_3 .sec-wrap .articulo-opinion .wrap-both {
    flex-direction: row;
    gap: 24px;
  }

  .MODULO .MODULO_ASIM_1_3 .sec-wrap .articulo-opinion header h3 {
    text-align: left;
  }

  .MODULO .MODULO_ASIM_1_3 .sec-wrap .articulo-opinion .op-redactor {
    justify-content: flex-start;
  }

  .MODULO .MODULO_ASIM_1_6 .sec-wrap .articulo-opinion .wrap-text {
    width: 100%;
  }

  .MODULO .MODULO_ASIM_1_6 .sec-wrap .articulo-opinion .wrap-both {
    gap: 24px;
    align-items: center;
    flex-direction: row;
  }

  .MODULO .MODULO_ASIM_1_6 .sec-wrap .articulo-opinion .firma-hibrida {
    width: 100px;
    min-width: 100px;
    margin: 0;
  }

  .MODULO .MODULO_ASIM_1_6 .sec-wrap .articulo-opinion .pretitulo {
    display: none;
  }

  .MODULO .MODULO_ASIM_1_6 .sec-wrap .articulo-opinion .op-redactor {
    justify-content: flex-start;
  }

  .MODULO .MODULO_ASIM_1_6 .sec-wrap .articulo-opinion .entradilla {
    margin-bottom: 8px;
  }

  .MODULO .MODULO_ASIM_1_6 .sec-wrap .articulo-opinion .wrap-text header h3 a {
    display: inline;
  }

  .MODULO .MODULO_2_1_4 .sec-wrap .articulo-opinion .wrap-text {
    width: 100%;
  }

  .MODULO .MODULO_2_1_4 .sec-wrap .articulo-opinion .wrap-both {
    gap: 24px;
    align-items: center;
    flex-direction: row;
  }

  .MODULO .MODULO_2_1_4 .sec-wrap .articulo-opinion .firma-hibrida {
    width: 100px;
    min-width: 100px;
    margin: 0;
  }

  .MODULO .MODULO_2_1_4 .sec-wrap .articulo-opinion .pretitulo {
    display: none;
  }

  .MODULO .MODULO_2_1_4 .sec-wrap .articulo-opinion .op-redactor {
    justify-content: flex-start;
  }

  .MODULO .MODULO_2_1_4 .sec-wrap .articulo-opinion .entradilla {
    margin-bottom: 8px;
  }

  .MODULO .MODULO_2_1_4 .sec-wrap .articulo-opinion .wrap-text header h3 a {
    display: inline;
  }

  .MODULO .MODULO_XXL .sec-wrap .articulo-opinion .wrap-text {
    width: 100%;
  }

  .MODULO .MODULO_XXL .sec-wrap .articulo-opinion .wrap-both {
    gap: 24px;
    align-items: center;
    flex-direction: row;
  }

  .MODULO .MODULO_XXL .sec-wrap .articulo-opinion .firma-hibrida {
    width: 100px;
    min-width: 100px;
    margin: 0;
  }

  .MODULO .MODULO_XXL .sec-wrap .articulo-opinion .pretitulo {
    display: none;
  }

  .MODULO .MODULO_XXL .sec-wrap .articulo-opinion .op-redactor {
    justify-content: flex-start;
  }

  .MODULO .MODULO_XXL .sec-wrap .articulo-opinion .entradilla {
    margin-bottom: 8px;
  }

  .MODULO .MODULO_XXL .sec-wrap .articulo-opinion .wrap-text header h3 a {
    display: inline;
  }

  .MODULO .MODULO_XXL .sec-wrap {
    margin-bottom: 1.5em;
  }

  .MODULO .MODULO_HORIZ_3 .articulo-opinion .wrap-text {
    width: 100%;
    padding-top: 0 !important;
  }

  .MODULO .MODULO_HORIZ_3 .articulo-opinion .wrap-both {
    gap: 24px;
    align-items: center;
    flex-direction: row;
  }

  .MODULO .MODULO_HORIZ_3 .articulo-opinion .firma-hibrida {
    width: 100px;
    min-width: 100px;
    margin: 0;
  }

  .MODULO .MODULO_HORIZ_3 .articulo-opinion .pretitulo {
    display: none;
  }

  .MODULO .MODULO_HORIZ_3 .articulo-opinion .op-redactor {
    justify-content: flex-start;
  }

  .MODULO .MODULO_HORIZ_3 .articulo-opinion .entradilla {
    margin-bottom: 8px;
  }

  .MODULO .MODULO_HORIZ_3 .articulo-opinion .wrap-text header h3 a {
    display: inline;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_two .articulo-opinion .wrap-text {
    width: 100%;
    padding-top: 0 !important;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_two .articulo-opinion .wrap-both {
    gap: 24px;
    align-items: center;
    flex-direction: row;
    display: flex;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_two .articulo-opinion .firma-hibrida {
    width: 100px;
    min-width: 100px;
    margin: 0;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_two .articulo-opinion .pretitulo {
    display: none;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_two .articulo-opinion .op-redactor {
    justify-content: flex-start;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_two .articulo-opinion .entradilla {
    margin-bottom: 8px;
    text-align: left;
  }

  .MODULO .MODULO_1_Banner_3 .wrap_two .articulo-opinion .wrap-text header h3 a {
    display: inline;
  }

}

@media (max-width: 575px) {
  .nombre_user_sesion {
    display: none !important;
  }

  .LISTADO_BUSQUEDA .TITULO-listado {
    border-top: 0;
    margin-top: 0;
  }

  .LISTADO_BUSQUEDA .TITULO-listado h1 {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .wrap-LISTADO.wrap-MEDIO .MODULO {
    margin-bottom: 12px;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: solid 1px var(--gris-claro);
  }

  .wrap-LISTADO.wrap-MEDIO .MODULO:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .corporative-pages .wrap-titulo {
    margin-top: 0;
    margin-bottom: 18px;
    padding-bottom: 0;
  }

  .corporative-pages.contacto .wrap-precontent .wrap-left {
    gap: 18px;
  }

  .corporative-pages.contacto .wrap-precontent .wrap-left ul {
    gap: 18px;
  }

  .corporative-pages.contacto .wrap-precontent .wrap-left ul li a svg {
    max-width: 22px;
  }

  .corporative-pages.contacto .wrap-precontent {
    gap: 18px;
  }

  .corporative-pages.contacto .wrap-precontent .wrap-right .input-field {
    margin: 8px 0px;
  }

  .wrap-FOOTER .page-footer {
    padding: 24px 0px;
  }

  .page-footer .footer-top {
    padding: 24px 0px;
  }

  .page-footer .footer-top .social-media {
    padding-bottom: 24px;
  }

  .page-footer .footer-top .social-media ul{
    margin-bottom: 12px;
  }

  .page-footer .footer-top .social-media .subs-and-seguidores {
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }

  .page-footer .footer-top .social-media .subs-and-seguidores p, .page-footer .footer-top .social-media .subs-and-seguidores span {
    font-family: var(--font-1);
    color: var(--gris-claro);
    line-height: normal;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
  }

  .footer-top nav ul {
    flex-direction: column;
  }

  #modal-registro .bottom-content {
    margin-top: 16px;
    padding-top: 16px;
  }

  .module_newsletter {
    flex-wrap: wrap;
  }

  .module_newsletter .content__ {
    width: 100%;
    text-align: center;
  }

  .module_newsletter .content__.mid_content p {
    text-align: center;
  }

  .corporative-pages .wrap-precontent h3 {
    font-size: 24px;
  }

  .corporative-pages .wrap-precontent {
    margin-bottom: 24px;
  }

  .cabecero-page-autor {
    flex-direction: column;
    gap: 16px;
  }

  .cabecero-page-autor .wrap-left {
    justify-content: center;
    flex-direction: column;
    gap: 16px;
  }

  .cabecero-page-autor .wrap-left .datos{
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .cabecero-page-autor .wrap-right p{
    text-align: left;
  }

  .cabecero-page-autor .wrap-left,
  .cabecero-page-autor .wrap-right {
    width: 100%;
  }

  .box_ {
    gap: 16px;
    padding: 24px;
  }

  .box_ p {
    font-size: 24px;
  }

  .box_ span {
    font-size: 16px;
    font-weight: 400;
    display: none;
  }

  .box_ .btn_ {
    font-size: 18px;
  }

  .noti_relacionadas ul {
    gap: 8px;
  }

  .noti_relacionadas ul li a {
    font-size: 16px;
    font-weight: 500;
  }

  .noti_relacionadas ul li::before {
    font-weight: bold;
  }

  .listado_notis {
    gap: 24px;
  }

  .listado_notis ul {
    flex-direction: column;
  }

  .listado_notis ul li {
    width: 100%;
    gap: 12px;
  }

  .publi_destacada {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .publi_destacada .wrap-image,
  .publi_destacada .datos {
    width: 100%;
    text-align: center;
  }

  .publi_destacada .datos {
    align-items: center;
    justify-content: center;
  }

  .publi_destacada .datos p {
    text-align: center;
  }

  .publi_destacada .datos ul {
    align-items: center;
    justify-content: center;
  }

  .lateral_box ul li a {
    flex-direction: column-reverse;
  }

  .lateral_box ul li a span,
  .lateral_box ul li a img {
    width: 100%;
  }

  .lateral_box ul li a img{
    flex: 1 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .corporative-pages.ebooks .wrap-ebook .btn_ {
    font-size: 14px;
  }

  .corporative-pages.ebooks .wrap-ebook .third-wrap {
    margin-top: 0;
  }

  .wrap-revistas.manuales .wrap-revista {
    width: 100%;
  }

  .wrap-revistas.manuales .wrap-revista .wrap-image {
    height: 300px;
  }

  .wrap-revistas.monograficos {
    margin-bottom: 24px;
  }

  .wrap-revistas.manuales {
    padding: 24px 12px;
  }

  .ficha-revista .wrap-default .wrap_ .wrap-image {
    height: 350px;
  }

  .ficha-revista .wrap-default .wrap_.third-wrap,
  .ficha-revista .wrap-default .wrap_.quarter-wrap {
    padding: 24px 12px;
  }

  .ficha-revista .wrap-default .wrap_.third-wrap .precio span,
  .ficha-revista .wrap-default .wrap_.quarter-wrap .precio span {
    font-size: 28px;
  }

  .ficha-revista .wrap-default .wrap_.third-wrap .titulo,
  .ficha-revista .wrap-default .wrap_.quarter-wrap .titulo {
    font-size: 32px;
  }
}



/* NUEVOS MÓDULOS ROBA Y MEGA */

/* .MODULO_ROBA_VERT_2 */
.MODULO_ROBA_VERT_2 {
  display: flex;
  flex: 1 0 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 0;
}

.MODULO_ROBA_VERT_2 .first-wrap,
.MODULO_ROBA_VERT_2 .sec-wrap,
.MODULO_ROBA_VERT_2 .third-wrap {
  flex: 1;
  margin-bottom: 0;
  margin-right: 1em;
  padding-bottom: 0;
}

.MODULO_ROBA_VERT_2 .third-wrap {
  margin-right: 0;
  max-width: 300px;
}

.MODULO_ROBA_VERT_2 .first-wrap header h3,
.MODULO_ROBA_VERT_2 .sec-wrap header h3 {
  font-size: 1.3rem;
}

/*.MODULO_ROBA_M*/
.MODULO_ROBA_M {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 0;
}

.MODULO_ROBA_M .first-wrap,
.MODULO_ROBA_M .sec-wrap {
  margin-bottom: 1em;
  margin-right: 1em;
  padding-bottom: 0;
}

.MODULO_ROBA_M .first-wrap {
  flex: 1 0 70%;
}

.MODULO_ROBA_M .sec-wrap {
  flex: 1 0 calc(30% - 1em);
}

.MODULO_ROBA_M .sec-wrap {
  margin-right: 0;
}

.MODULO_ROBA_M .first-wrap .wrap-both {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.MODULO_ROBA_M .first-wrap .wrap-both .wrap-media {
  flex: 1 0 30%;
  margin-right: 1em;
}

.MODULO_ROBA_M .first-wrap .wrap-both .wrap-text {
  flex: 1 0 calc(70% - 1em);
}

/* MODULO_50_50_ROBA */
.MODULO_50_50_ROBA {
  display: flex;
  flex-direction: row;
}

.MODULO_50_50_ROBA .first-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  margin-right: 1em;
}

.MODULO_50_50_ROBA .sec-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  margin-right: 1em;
}

.MODULO_50_50_ROBA .third-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 300px;
  flex: 1;
}

.MODULO_50_50_ROBA .first-wrap article, .MODULO_50_50_ROBA .sec-wrap article {
  margin: 0;
  flex: 0;
  width: 100%;
}

.MODULO_50_50_ROBA .first-wrap>*:not(:first-child), .MODULO_50_50_ROBA .sec-wrap>*:not(:first-child) {
  margin-top: 20px;
  margin-bottom: 20px;
}

.MODULO_50_50_ROBA .first-wrap .wrap-text, .MODULO_50_50_ROBA .sec-wrap .wrap-text {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  width: 100%;
}

.MODULO_50_50_ROBA .first-wrap .wrap-text header, .MODULO_50_50_ROBA .sec-wrap .wrap-text header {
  margin-bottom: 0;
}

.MODULO_50_50_ROBA .first-wrap .wrap-text h3, .MODULO_50_50_ROBA .sec-wrap .wrap-text h3 {
  margin-bottom: 0;
  font-size: 1.3rem;
}

.MODULO_50_50_ROBA .first-wrap .wrap-text h3 a, .MODULO_50_50_ROBA .sec-wrap .wrap-text h3 a {
  line-height: 120%;
  margin-top: 0;
}

.MODULO_50_50_ROBA .sec-wrap .wrap-text .entradilla {
  display: block;
}

.MODULO_50_50_ROBA .first-wrap .wrap-otros, .MODULO_50_50_ROBA .sec-wrap .wrap-otros {
  margin-top: 0 !important;
}

/*.MODULO_ROBA_L*/
.MODULO_ROBA_L {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 0;
}

.MODULO_ROBA_L article {
  margin-bottom: 0 !important;
}

.MODULO_ROBA_L .first-wrap,
.MODULO_ROBA_L .sec-wrap {
  margin-bottom: 0;
  margin-right: 1em;
  padding-bottom: 0;
}

.MODULO_ROBA_L .first-wrap {
  flex: 1 0 70%;
}

.MODULO_ROBA_L .first-wrap article header h3{
  font-size: 2.99em;
}
.MODULO_ROBA_L .first-wrap article header h3 a{
  line-height: 110%;
}

.MODULO_ROBA_L .sec-wrap {
  flex: 1 0 calc(30% - 1em);
  max-width: 300px;
}

.MODULO_ROBA_L .sec-wrap {
  margin-right: 0;
}

/*.MODULO_ROBA_XL_OVER*/
.MODULO_ROBA_XL_OVER {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 0;
}

.MODULO_ROBA_XL_OVER article {
  margin-bottom: 0 !important;
}

.MODULO_ROBA_XL_OVER .first-wrap,
.MODULO_ROBA_XL_OVER .sec-wrap {
  margin-bottom: 1em;
  margin-right: 1em;
  padding-bottom: 0;
}

.MODULO_ROBA_XL_OVER .first-wrap {
  flex: 1 0 70%;
}

.MODULO_ROBA_XL_OVER .sec-wrap {
  flex: 1 0 calc(30% - 1em);
}

.MODULO_ROBA_XL_OVER .sec-wrap {
  margin-right: 0;
}

.MODULO_ROBA_XL_OVER .wrap-both .wrap-text {
  position: relative;
}

.MODULO_ROBA_XL_OVER .wrap-both .wrap-text header {
  position: absolute;
  bottom: 10px;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
}

.MODULO_ROBA_XL_OVER .wrap-both .wrap-text header h3 {
  margin-top: 0.7em;
}

.MODULO_ROBA_XL_OVER .wrap-both .wrap-text header h3 a {
  color: #FFFFFF;
}

/*.MODULO_ROBA_XL*/
.MODULO_ROBA_XL {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 0;
}

.MODULO_ROBA_XL article {
  margin-bottom: 0 !important;
}

.MODULO_ROBA_XL .first-wrap,
.MODULO_ROBA_XL .sec-wrap {
  margin-bottom: 1em;
  margin-right: 1em;
  padding-bottom: 0;
}

.MODULO_ROBA_XL .first-wrap {
  flex: 1 0 70%;
}

.MODULO_ROBA_XL .sec-wrap {
  flex: 1 0 calc(30% - 1em);
}

.MODULO_ROBA_XL .sec-wrap {
  margin-right: 0;
}

.MODULO_ROBA_XL .wrap-both .wrap-text {
  text-align: center;
}

/*.MODULO_ROBA_SLIDER*/
.MODULO_ROBA_SLIDER {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 0;
  margin-bottom: 0;
}

.MODULO_ROBA_SLIDER article {
  margin-bottom: 0 !important;
}

.MODULO_ROBA_SLIDER .slick-slider,
.MODULO_ROBA_SLIDER .sec-wrap {
  margin-bottom: 1em;
  margin-right: 1em;
  padding-bottom: 0;
}

.MODULO_ROBA_SLIDER .slick-slider {
  flex: 1 0 70%;
}

.MODULO_ROBA_SLIDER .sec-wrap {
  flex: 1 0 calc(30% - 1em);
}

.MODULO_ROBA_SLIDER .sec-wrap {
  margin-right: 0;
}

.MODULO_ROBA_SLIDER .wrap-both .wrap-text {
  left: 1em !important;
  right: 1em !important;
  bottom: 1em !important;
  width: calc(70% - 2em) !important;
}

.MODULO_ROBA_SLIDER .wrap-both .wrap-text header h3 {
  font-size: 1.4rem;
}

/* .MODULO_ROBA_LISTADO_50_50 */
.MODULO_ROBA_LISTADO_50_50 .first-wrap article {
  margin-bottom: 1em;
}

/* BREACKPOINTS MÓDULOS ROBA Y MEGA */

@media (max-width: 600px) {
  .MODULO_ROBA_VERT_2 {
    flex-direction: column;
  }

  .MODULO_ROBA_VERT_2 .first-wrap,
  .MODULO_ROBA_VERT_2 .sec-wrap,
  .MODULO_ROBA_VERT_2 .third-wrap {
    margin-right: 0;
    flex: 1 0 100%;
    margin-bottom: 24px;
  }

  .MODULO_ROBA_VERT_2 .third-wrap{
    max-width: 100%;
    margin-bottom: 0;
  }
  .MODULO_ROBA_VERT_2 .third-wrap .BN{
    margin-bottom: 0!important;
  }

  .MODULO_ROBA_M {
    flex-direction: column;
  }

  .MODULO_ROBA_M .first-wrap {
    margin-right: 0;
  }

  .MODULO_ROBA_M .first-wrap .wrap-both {
    flex-direction: column;
  }

  .MODULO_ROBA_M .first-wrap .wrap-both .wrap-media,
  .MODULO_ROBA_M .first-wrap .wrap-both .wrap-text {
    flex: 1 0 100%;
  }

  .MODULO_ROBA_L {
    flex-direction: column;
  }

  .MODULO_ROBA_L .first-wrap {
    margin-right: 0;
  }

  .MODULO_ROBA_XL_OVER {
    flex-direction: column;
  }

  .MODULO_ROBA_XL_OVER .first-wrap {
    margin-right: 0;
  }

  .MODULO_ROBA_XL {
    flex-direction: column;
  }

  .MODULO_ROBA_XL .first-wrap {
    margin-right: 0;
  }

  .MODULO_ROBA_SLIDER {
    flex-direction: column;
  }

  .MODULO_ROBA_SLIDER .first-wrap {
    margin-right: 0;
  }

  .MODULO_ROBA_SLIDER .wrap-both .wrap-text {
    width: 100% !important;
  }
}

/* paypal */
#paypal-button-container{
  margin-top: 24px!important;
}
@media only screen and (min-width: 500px) {
  iframe .paypal-button-container {
      min-width: 100%!important;
      max-width: 750px!important;
  }
}

/* ENTRADILLAS OCULTAS POR DEFECTO */
.MODULO .entradilla{
  display: none!important;
}

.MODULO .MODULO_ROBA_L .first-wrap .entradilla,
.MODULO .MODULO_1_4_3 .first-wrap .wrap_one .entradilla{
  display: block!important;
}

.MODULO .MODULO_XL .entradilla{
  display: block!important;
}
.MODULO .MODULO_XL .wrap-both .wrap-text .wrap-otros{
  display: block!important;
}


/* NUEVOS BREACKPOINTS PARA PRODUCCIÓN */
@media (max-width: 600px) {
  .toggle-comments .item-derecho{
    justify-content: space-between;
    width: 100%;
  }
  .comment {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .comment-avatar {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  .MODULO_ROBA_L .first-wrap article{
    margin-bottom: 24px!important;
  }
  .MODULO_ROBA_L .sec-wrap{
    flex: 1 0 100%;
    max-width: 100%;
  }
  .MODULO_ROBA_L .sec-wrap .BN{
    margin-bottom: 0!important;
  }
}


span#iva-ejemplar, span#iva-suscripcion, span#pro-iva-ejemplar, span#pro-iva-suscripcion {
  font-size: inherit!important;
  font-weight: inherit!important;
}
.fecha-mod{font-size: 80%;}

/*MODIFICACIONES MÓDULOS*/
.MODULO_50_50_ROBA.ADAPTED_MODULO_50_50_ROBA{gap:32px}
.MODULO_50_50_ROBA.ADAPTED_MODULO_50_50_ROBA .first-wrap{display: flex;flex-direction: row;align-items: stretch;justify-content: flex-start;flex: 1 0 calc(100% - 332px);margin-right: 0;gap: 32px;flex-wrap: wrap;margin-bottom:0;}
.MODULO_50_50_ROBA.ADAPTED_MODULO_50_50_ROBA .third-wrap{max-width: 300px;flex: 1 0 calc(30% - 32px);min-width: 300px;}
.MODULO_50_50_ROBA.ADAPTED_MODULO_50_50_ROBA .first-wrap article{flex: 1 0 calc(50% - 32px);margin: 0 !important;}

@media (max-width: 767px) {
  .wrap-TRIPLE.TRIPLE_SUPERIOR{margin-top: 0;}
  .MODULO_50_50_ROBA.ADAPTED_MODULO_50_50_ROBA {gap: 24px;flex-direction: column;align-items: center;}
  .MODULO_50_50_ROBA.ADAPTED_MODULO_50_50_ROBA .first-wrap{flex: 1 0 100%;gap: 16px;}
}

/*IMAGEN FICHA ARTICULO LIBRE TAMAÑO 10/06/25*/
.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-media figure .img-wrap.free-size{width: 100%;height: auto;padding-bottom: 0!important;}
.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-media figure .img-wrap.free-size img{bottom: unset;left: unset;-o-object-fit: cover;object-fit: cover;right: unset;top: unset;height: auto;width: 100%;position: relative;}