@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.cdnfonts.com/css/cabinet-grotesk");

/*font-family: "Playfair Display", serif;font-family: "DM Sans", serif;font-family: 'Cabinet Grotesk', sans-serif;*/
:root {
  --black: #000000;
  --white: #ffffff;

  --primary: #61a3da;
  --secondary: #23468c;

  --neutral-1: #000000;
  --neutral-2: #353535;
  --neutral-3: #777777;
  --neutral-4: #e8e8e8;
  --neutral-5: #f8f8f8;
  --neutral-6: #ffffff;

  --gray-1: #1c1c1c;
  --gray-2: #545351;

  --color-0: #e8e8e8;
  --color-1: #c4023d;
  --color-2: #43a7bb;
  --color-3: #ec2739;
  --color-4: #aca200;
  --color-5: #f58627;
  --color-6: #003366;
  --color-7: #40595e;
  --color-8: #bdcbcd;
  --color-9: #1c1c1c;
  --color-ediciones-plaza: #607387;
  --color-ediciones-plaza-claro: #b3b8c5;
  --alicanteplaza: #4a82b9;
  --plazadeportiva: #aca200;
  --cartagenaplaza: #9c1f2d;
  --culturplaza: #ec2739;
  --castellonplaza: #4a82b9;
  --plazapodcast: #27348b;
  --murciaplaza: #4a82b9;
  --plazamotor: #354651;
  --elcheplaza: #419a35;
  --guiahedonista: #da3626;
  --revistaplaza: #43a7bb;
  --cincobarricas: #c4023d;
  --plazaceramica: #cf5316;
  --valenciaplaza: #4a82b9;

  --neutral-white: #ffffff;
  --neutral-black: #000000;
  --dolcevita: #e2267a;
  --live: #e60000;
  --bg-autor: #f0f5fb;

  --c1: #004b23;
  --c2: #007200;
  --c3: #37a338;
  --c4: #70e000;
  --c5: #ccff33;

  --font-1: "Playfair Display", serif;
  --font-2: "DM Sans", serif;
  --font-3: "Cabinet Grotesk", sans-serif;
  --font-4: "Roboto", 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 */
ul:not(.browser-default) > li {
  list-style: none !important;
}

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

.cd-main-content {
  padding-top: 12px;
}

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(--primary);
  box-shadow: 0 1px 0 0 var(--primary);
}

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  width: 15px;
  height: 15px;
  border: 2px solid #d2d2d2;
  background: #d2d2d2;
  border-radius: 5px;
  top: 5px;
}

[type="checkbox"]:checked + label:before {
  top: 5px;
  left: 0px;
  width: 15px;
  height: 15px;
  border-top: 2px solid var(--primary);
  border-left: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  -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(--primary);
}

.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(--primary) !important;
}

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

.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(--primary);}*/
.wrap-HEADER.pinned {
  padding: 12px 0px;
  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;
}

#slide-out li {
  font-size: 16px;
  font-family: var(--font-2);
  font-weight: var(--fw-700);
  color: var(--neutral-black);
  line-height: 38px;
  /*text-transform: uppercase;*/
}

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

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

.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,
#slide-out li a {
  font-size: 16px;
  padding: 0px 20px 0px 4px;
  font-family: var(--font-2);
  font-weight: var(--fw-700);
  color: var(--neutral-black);
  line-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*text-transform: capitalize;*/
}

#slide-out > li,
#slide-out .collapsible-body ul li {
  border-bottom: 0;
}

#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: flex-start;
  padding: 0 4px;
  margin-top: 24px;
  gap: 24px;
  padding-bottom: 12px;
}

#slide-out ul.social li {
  background: var(--primary);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
}

#slide-out ul.social li a i {
  color: var(--neutral-6);
}

#slide-out ul.social li a svg path {
  fill: var(--neutral-6);
}

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

#slide-out .collapsible-body ul li a {
  background-color: var(--neutral-gray-3);
  font-size: 14px !important;
  font-family: var(--font-3);
  font-weight: var(--fw-600);
  color: var(--neutral-black);
  position: relative;
  padding-left: 30px;
  line-height: 48px;
}

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

#slide-out li ul li div:first-of-type ul li ul li a {
  padding-left: 30px !important;
}

#slide-out li ul li div:first-of-type ul li ul li a + div ul li,
#slide-out li ul li div:first-of-type ul li ul li a + div ul li a {
  background-color: var(--neutral-gray-3);
  font-size: 14px !important;
  font-family: var(--font-3);
  font-weight: var(--fw-600);
  color: var(--neutral-black);
  position: relative;
  padding-left: 45px !important;
  /*text-transform: capitalize;*/
}

#slide-out li ul li div:first-of-type ul li ul li a + div ul li a {
  padding-left: 0 !important;
}

#slide-out li ul li div:first-of-type ul li ul li a + div ul li a::after {
  position: absolute;
  top: 0;
  left: -12px;
  content: "\25A0";
  font-size: 15px;
  color: var(--primary);
}

/*#slide-out li ul li div:first-of-type ul li ul li a + div ul li::after {
  position: absolute;
  top: 0;
  left: 34px;
  content: "\25A0";
  font-size: 15px;
  color: var(--primary);
}*/

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

#slide-out > li #cd-search form {
  min-height: 40px;
}

#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: transparent;
  border-bottom: 0;
  border-radius: 5px;
  box-sizing: border-box;
  color: var(--neutral-white);
  font-size: 20px;
  font-weight: var(--fw-300);
  font-family: var(--font-3);
  height: 32px;
  padding: 1em;
  margin-bottom: 0 !important;
  padding-right: 40px;
  text-align: left;
  background-color: var(--primary);
}

#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%;
  position: relative;
}

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

#slide-out > li #cd-search form svg path {
  fill: var(--neutral-white);
}

#cd-search form input {
  background: var(--primary);
}

.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;
}

.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(--primary);
}

.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(--primary);
  padding: 8px 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;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-bottom-right-radius: 4px;
  border-top-left-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;
}

.cate-tag.podcast {
  background: #27348b;
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  border-top-left-radius: 4px;
}

.cate-tag.podcast img {
  max-height: 20px;
}

.MODULO .wrap-both .wrap-text .wrap-otros {
  display: flex;
  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: 16px;
  font-weight: var(--fw-700);
  color: var(--primary);
  position: relative;
  padding-left: 12px;
}

.wrap-otros .pie-noticia .contenedor-redactor span a::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: var(--primary);
}

.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(--primary);
}

.MODULO .wrap-both .wrap-text .entradilla {
  font-family: var(--font-2);
  font-weight: var(--fw-300);
  color: var(--neutral-gray-1);
}

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

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

.MODULO .wrap-text .pretitulo a {
  color: var(--gray-2);
  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(--neutral-gray-1);
  font-family: var(--font-1);
}

.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(--primary);
  display: flex;
  margin-bottom: 4px;
}

.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: 900;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0;
  color: var(--neutral-1);
  border-bottom: 0;
  /*text-transform: capitalize;*/
  justify-content: flex-start;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.TITULO-listado h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background-color: var(--neutral-3);
}

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

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

.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(--gray-1);
  border-bottom: 0;
  justify-content: flex-start;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-direction: row;
  margin: 1px 0;
  text-transform: capitalize !important;
  width: 100%;
  padding-left: 0;
  font-size: 24px;
  text-align: left;
  margin-bottom: 12px !important;
  font-weight: bold;
  letter-spacing: 0;
}

.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: var(--neutral-white);
  position: relative;
  z-index: 2;
  padding-left: 16px;
  padding-right: 16px;
}

.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;
}

.auspiciante-centro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.auspiciante-centro 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 {
  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-400);
  font-family: var(--font-3);
  text-transform: uppercase;
  font-size: 14px;
  color: var(--neutral-white);
}

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

.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: solid 1px var(--neutral-4);
  z-index: 4;
  background: var(--primary);
}

.wrap-HEADER .wrap-CORP {
  background: var(--primary);
}

.wrap-HEADER.pinned .wrap-CORP {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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%;
}

.GUIAHEDONISTA .wrap-HEADER .wrap-CORP .container .wrap-logo{
  height: 45px!important;
}

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

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

.CULTURPLAZA .wrap-FOOTER .page-footer {
  border-top: 3px solid var(--secondary);
}

.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_1_1_4 .third-wrap .img-wrap {
  padding-bottom: 80% !important;
}

.MODULO_1_1_4 .third-wrap header h3 {
  font-size: 20px !important;
}

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

.MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a span {
  color: var(--primary) !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);
}

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

.LISTADO_BUSQUEDA .MODULO .MODULO_M .sec-wrap article {
  border-bottom: solid 1px var(--neutral-4);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

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

.LISTADO_BUSQUEDA .MODULO .MODULO_M .sec-wrap article .wrap-otros {
  display: none;
}

.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(--primary);
}

.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: 2em;
  padding: 0;
  width: 100%;
  background: transparent;
}

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

.ul-lo-mas-leido li a .div-number {
  border-radius: 0;
  background: transparent;
  color: var(--primary);
  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;
  white-space: nowrap;
}

.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(--gray-1);
  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(--primary) !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(--primary);
  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(--primary);
  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(--primary);
  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(--primary);
  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(--primary);
  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(--primary);
}

.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(--primary);
  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(--primary);
}

.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(--primary);
}

.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(--primary) !important;
}

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

.wrap-FICHA-ARTICULO
  .container
  .row
  .col
  .wrap-FULL
  .CONTENIDO-ARTICULO
  .ADDTOANY
  .wrap-addtoanys
  a.link_especial
  svg
  path
  + path {
  fill: var(--primary) !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: var(--neutral-5);
  border-bottom: 0;
}

.wrap-HEADER .wrap-DEST .container ul {
  max-width: 950px;
  margin: auto;
}

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

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

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

/** 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(--primary);
  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(--primary);
}

.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(--primary);
  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(--primary);
  width: 200px;
  font-weight: 700;
  font-size: 18px;
}

.LISTADO_BLOGS_ARTICULOS h1:before {
  background: var(--primary);
  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(--primary);
  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 .container .row .col .wrap-FULL .wrap-tit .art-entradilla {
  color: var(--neutral-gray-2);
  text-align: left;
}

.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(--primary);
}

/** blog end **/

/** podcast start **/
.wrap-FICHA-ARTICULO .wrap-tit .wrap-podcast {
  margin-top: 1em;
  width: 100%;
}

/** podcast 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(--primary) !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(--primary);
  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: 1rem;
  font-size: 20px;
}

.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: 1em 1em;
}

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

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

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

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

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

/* .MODULO_1_1_3 .third-wrap .wrap-both header {
  margin-top: 0.5em;

} */

.MODULO_1_1_3 .first-wrap article .wrap-text header h3 {
  font-size: 36px;
}

.MODULO_1_1_3 .third-wrap article .wrap-text header h3 {
  font-size: 18px;
}

.MODULO_1_1_3 .third-wrap article .wrap-both .wrap-media {
  min-width: 150px;
  width: auto;
}

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

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

/* MÓDULOS DESTACADOS */
.destacado-ceramica .TITULO-listado h2,
.destacado-verde .TITULO-listado h2,
.destacado-revista .TITULO-listado h2,
.destacado-cultura .TITULO-listado h2,
.destacado-negro .TITULO-listado h2,
.destacado-confidencial .TITULO-listado h2,
.destacado-ceramica .TITULO-listado h2 ul li a,
.destacado-verde .TITULO-listado h2 ul li a,
.destacado-confidencial .TITULO-listado h2 ul li a,
.destacado-revista .TITULO-listado h2 ul li a,
.destacado-cultura .TITULO-listado h2 ul li a,
.destacado-negro .TITULO-listado h2 ul li a,
.destacado-ceramica .TITULO-listado h2 .auspiciante span,
.destacado-verde .TITULO-listado h2 .auspiciante span,
.destacado-confidencial .TITULO-listado h2 .auspiciante span,
.destacado-revista .TITULO-listado h2 .auspiciante span,
.destacado-cultura .TITULO-listado h2 .auspiciante span,
.destacado-negro .TITULO-listado h2 .auspiciante span {
  color: var(--neutral-white);
}

.destacado-ceramica .TITULO-listado h2 .auspiciante img,
.destacado-verde .TITULO-listado h2 .auspiciante img,
.destacado-confidencial .TITULO-listado h2 .auspiciante img,
.destacado-revista .TITULO-listado h2 .auspiciante img,
.destacado-cultura .TITULO-listado h2 .auspiciante img {
  filter: brightness(0) invert(1);
}

/*.destacado-deporte .TITULO-listado h2 .auspiciante img,.destacado-innovacion .TITULO-listado h2 .auspiciante img {filter: brightness(0) invert(1);}
.destacado-gris .TITULO-listado h2 .auspiciante img {filter: brightness(0) invert(0);}
.destacado-inmobiliaria .TITULO-listado h2 .auspiciante img {filter: brightness(0) invert(0);}*/
.destacado-ceramica .TITULO-listado h2 span,
.destacado-ceramica .TITULO-listado h2 ul,
.destacado-ceramica .TITULO-listado h2 .auspiciante {
  background: var(--color-1);
}

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

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

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

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

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

.destacado-ceramica .TITULO-listado h2::after,
.destacado-verde .TITULO-listado h2::after,
.destacado-confidencial .TITULO-listado h2::after,
.destacado-revista .TITULO-listado h2::after,
.destacado-cultura .TITULO-listado h2::after,
.destacado-negro .TITULO-listado h2::after {
  background-color: var(--neutral-white);
}

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

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

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

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

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

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

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

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

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

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

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

.destacado-confidencial .cate-tag {
  background: var(--color-6);
}

.destacado-ceramica .MODULO_1_Banner_3 .sec-wrap,
.destacado-verde .MODULO_1_Banner_3 .sec-wrap,
.destacado-confidencial .MODULO_1_Banner_3 .sec-wrap,
.destacado-revista .MODULO_1_Banner_3 .sec-wrap,
.destacado-cultura .MODULO_1_Banner_3 .sec-wrap,
.destacado-negro .MODULO_1_Banner_3 .sec-wrap {
  background-color: #ffffff4d;
}

.destacado-deporte .MODULO_1_Banner_3 .sec-wrap,
.destacado-innovacion .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-inmobiliaria .MODULO_1_Banner_3 .sec-wrap {
  background-color: hsla(0, 0%, 59%, 0.15);
}

.destacado-deporte .TITULO-listado h2,
.destacado-innovacion .TITULO-listado h2,
.destacado-deporte .TITULO-listado h2 ul li a,
.destacado-innovacion .TITULO-listado h2 ul li a,
.destacado-deporte .TITULO-listado h2 .auspiciante span,
.destacado-innovacion .TITULO-listado h2 .auspiciante span {
  color: var(--gray-1);
}

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

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

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

.destacado-innovacion .TITULO-listado h2 span,
.destacado-innovacion .TITULO-listado h2 ul,
.destacado-innovacion .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(--color-0);
  color: var(--gray-1);
}

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

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

.destacado-gris .TITULO-listado h2::after {
  background-color: var(--gray-1);
}

.destacado-inmobiliaria .TITULO-listado h2::after {
  background-color: var(--gray-1);
}

.destacado-deporte .MODULO .wrap-both .wrap-text header h3 a,
.destacado-innovacion .MODULO .wrap-both .wrap-text header h3 a {
  color: var(--gray-1);
}

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

.destacado-inmobiliaria .MODULO .wrap-both .wrap-text header h3 a {
  color: var(--gray-1);
}

.destacado-deporte .MODULO .wrap-both .wrap-text .entradilla,
.destacado-innovacion .MODULO .wrap-both .wrap-text .entradilla {
  color: var(--gray-1);
}

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

.destacado-inmobiliaria .MODULO .wrap-both .wrap-text .entradilla {
  color: var(--gray-1);
}

.destacado-deporte .wrap-otros .pie-noticia .contenedor-redactor span a,
.destacado-deporte .wrap-otros .pie-noticia .contenedor-comentarios span,
.destacado-innovacion .wrap-otros .pie-noticia .contenedor-redactor span a,
.destacado-innovacion .wrap-otros .pie-noticia .contenedor-comentarios span {
  color: var(--gray-1);
}

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

.destacado-inmobiliaria .wrap-otros .pie-noticia .contenedor-redactor span a,
.destacado-inmobiliaria .wrap-otros .pie-noticia .contenedor-comentarios span {
  color: var(--gray-1);
}

.destacado-deporte
  .MODULO
  article
  .wrap-otros
  .pie-noticia
  .contenedor-comentarios
  svg
  path,
.destacado-innovacion
  .MODULO
  article
  .wrap-otros
  .pie-noticia
  .contenedor-comentarios
  svg
  path {
  stroke: var(--gray-1);
}

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

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

.destacado-deporte
  .wrap-otros
  .pie-noticia
  .contenedor-comentarios
  .save.guardado
  path,
.destacado-innovacion
  .wrap-otros
  .pie-noticia
  .contenedor-comentarios
  .save.guardado
  path {
  fill: var(--gray-1);
}

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

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

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

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

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

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

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

.destacado-deporte .cate-tag {
  background: var(--color-4);
  color: var(--gray-1);
}

.destacado-innovacion .cate-tag {
  background: var(--color-5);
  color: var(--gray-1);
}

.destacado-gris .cate-tag {
  background: var(--color-0);
  color: var(--gray-1);
}

.destacado-inmobiliaria .cate-tag {
  background: var(--color-8);
  color: var(--gray-1);
}

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

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

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

.destacado-inmobiliaria .cate-tag svg ellipse {
  fill: var(--gray-1);
}

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

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

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

.destacado-inmobiliaria .cate-tag svg path {
  fill: var(--gray-1);
}

/* 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-ceramica .TITULO-listado.sin_enlace h2 {
  color: var(--color-1);
}

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

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

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

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

.titulo-color-confidencial .TITULO-listado.sin_enlace h2 {
  color: var(--color-6);
}

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

.titulo-color-ceramica .TITULO-listado h2::after {
  background-color: var(--color-1);
}

.titulo-color-revista .TITULO-listado h2::after {
  background-color: var(--color-2);
}

.titulo-color-cultura .TITULO-listado h2::after {
  background-color: var(--color-3);
}

.titulo-color-deporte .TITULO-listado h2::after {
  background-color: var(--color-4);
}

.titulo-color-innovacion .TITULO-listado h2::after {
  background-color: var(--color-5);
}

.titulo-color-confidencial .TITULO-listado h2::after {
  background-color: var(--color-6);
}

.titulo-color-verde .TITULO-listado h2::after {
  background-color: var(--color-7);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.titulo-color-confidencial .cate-tag {
  background: var(--color-6);
}

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

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

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

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

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

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

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

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

/* DESTACADOS NUEVO */
.destacado-ceramica .MODULO .MODULO_SLIDER .wrap-both .wrap-text header h3 a,
.destacado-ceramica .container,
.destacado-ceramica a,
.destacado-ceramica b,
.destacado-ceramica div,
.destacado-ceramica h1,
.destacado-ceramica h2,
.destacado-ceramica h3,
.destacado-ceramica h4,
.destacado-ceramica h5,
.destacado-ceramica h6,
.destacado-ceramica p,
.destacado-ceramica span,
.destacado-ceramica strong,
.destacado-revista .MODULO .MODULO_SLIDER .wrap-both .wrap-text header h3 a,
.destacado-revista .container,
.destacado-revista a,
.destacado-revista b,
.destacado-revista div,
.destacado-revista h1,
.destacado-revista h2,
.destacado-revista h3,
.destacado-revista h4,
.destacado-revista h5,
.destacado-revista h6,
.destacado-revista p,
.destacado-revista span,
.destacado-revista strong,
.destacado-cultura .MODULO .MODULO_SLIDER .wrap-both .wrap-text header h3 a,
.destacado-cultura .container,
.destacado-cultura a,
.destacado-cultura b,
.destacado-cultura div,
.destacado-cultura h1,
.destacado-cultura h2,
.destacado-cultura h3,
.destacado-cultura h4,
.destacado-cultura h5,
.destacado-cultura h6,
.destacado-cultura p,
.destacado-cultura span,
.destacado-cultura strong,
.destacado-deporte .MODULO_ASIM_2_1 article:nth-child(3) .entradilla,
.destacado-deporte .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros a,
.destacado-deporte .MODULO_ASIM_2_1 article:nth-child(3) h3 a,
.destacado-innovacion .MODULO_ASIM_2_1 article:nth-child(3) .entradilla,
.destacado-innovacion .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros a,
.destacado-innovacion .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,
.destacado-confidencial
  .MODULO
  .MODULO_SLIDER
  .wrap-both
  .wrap-text
  header
  h3
  a,
.destacado-confidencial .container,
.destacado-confidencial a,
.destacado-confidencial b,
.destacado-confidencial div,
.destacado-confidencial h1,
.destacado-confidencial h2,
.destacado-confidencial h3,
.destacado-confidencial h4,
.destacado-confidencial h5,
.destacado-confidencial h6,
.destacado-confidencial p,
.destacado-confidencial span,
.destacado-confidencial 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-inmobiliaria .MODULO_ASIM_2_1 article:nth-child(3) .entradilla,
.destacado-inmobiliaria .MODULO_ASIM_2_1 article:nth-child(3) .wrap-otros a,
.destacado-inmobiliaria .MODULO_ASIM_2_1 article:nth-child(3) h3 a,
.destacado-cultura .MODULO .MODULO_SLIDER .wrap-both .wrap-text header h3 a,
.destacado-negro .container,
.destacado-negro a,
.destacado-negro b,
.destacado-negro div,
.destacado-negro h1,
.destacado-negro h2,
.destacado-negro h3,
.destacado-negro h4,
.destacado-negro h5,
.destacado-negro h6,
.destacado-negro p,
.destacado-negro span,
.destacado-negro strong {
  color: var(--neutral-white) !important;
}

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

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

.destacado-ceramica {
  background-color: var(--color-1) !important;
  margin-top: 0;
  margin-bottom: 0;
}

.destacado-revista {
  background-color: var(--color-2) !important;
  margin-top: 0;
  margin-bottom: 0;
}

.destacado-cultura {
  background-color: var(--color-3) !important;
  margin-top: 0;
  margin-bottom: 0;
}

.destacado-negro {
  background-color: var(--color-9) !important;
  margin-top: 0;
  margin-bottom: 0;
}

.destacado-verde {
  background-color: var(--color-7) !important;
  margin-top: 0;
  margin-bottom: 0;
}

.destacado-deporte .container,
.destacado-innovacion .container,
.destacado-gris .container,
.destacado-inmobiliaria .container {
  color: var(--neutral-gray-1) !important;
}

.destacado-deporte {
  background-color: var(--color-4) !important;
  margin-top: 0;
  margin-bottom: 0;
}

.destacado-innovacion {
  background-color: var(--color-5) !important;
  margin-top: 0;
  margin-bottom: 0;
}

.destacado-gris {
  background-color: var(--color-0) !important;
  margin-top: 0;
  margin-bottom: 0;
}

.destacado-inmobiliaria {
  background-color: var(--color-8) !important;
  margin-top: 0;
  margin-bottom: 0;
}

.destacado-confidencial {
  background-color: var(--color-6) !important;
  margin-top: 0;
  margin-bottom: 0;
}

.destacado-ceramica .container,
.destacado-verde .container,
.destacado-confidencial .container,
.destacado-revista .container,
.destacado-cultura .container,
.destacado-negro .container,
.destacado-deporte .container,
.destacado-innovacion .container,
.destacado-gris .container,
.destacado-inmobiliaria .container {
  padding: 24px;
}

.destacado-ceramica svg path,
.destacado-verde svg path,
.destacado-confidencial svg path,
.destacado-revista svg path,
.destacado-cultura svg path,
.destacado-negro svg path {
  stroke: var(--neutral-white);
}

.destacado-ceramica svg.guardado path,
.destacado-verde svg.guardado path,
.destacado-confidencial svg.guardado path,
.destacado-revista svg.guardado path,
.destacado-cultura svg.guardado path,
.destacado-negro svg.guardado path {
  fill: var(--neutral-white);
  stroke: var(--neutral-white);
}

.destacado-ceramica .MODULO_1_1_4 .first-wrap .wrap-text a,
.destacado-ceramica .MODULO_1_1_4 .first-wrap .wrap-text div,
.destacado-ceramica .MODULO_1_1_4 .first-wrap .wrap-text h3,
.destacado-ceramica .MODULO_ASIM_2_1 article:nth-child(3) .entradilla,
.destacado-revista .MODULO_1_1_4 .first-wrap .wrap-text a,
.destacado-revista .MODULO_1_1_4 .first-wrap .wrap-text div,
.destacado-revista .MODULO_1_1_4 .first-wrap .wrap-text h3,
.destacado-revista .MODULO_ASIM_2_1 article:nth-child(3) .entradilla,
.destacado-cultura .MODULO_1_1_4 .first-wrap .wrap-text a,
.destacado-cultura .MODULO_1_1_4 .first-wrap .wrap-text div,
.destacado-cultura .MODULO_1_1_4 .first-wrap .wrap-text h3,
.destacado-cultura .MODULO_ASIM_2_1 article:nth-child(3) .entradilla,
.destacado-deporte .MODULO .MODULO_SLIDER .wrap-both .wrap-text header h3 a,
.destacado-deporte .MODULO_1_1_4 .first-wrap .wrap-text a,
.destacado-deporte .MODULO_1_1_4 .first-wrap .wrap-text div,
.destacado-deporte .MODULO_1_1_4 .first-wrap .wrap-text h3,
.destacado-deporte a,
.destacado-deporte b,
.destacado-deporte div,
.destacado-deporte h1,
.destacado-deporte h2,
.destacado-deporte h3,
.destacado-deporte h4,
.destacado-deporte h5,
.destacado-deporte h6,
.destacado-deporte p,
.destacado-deporte span,
.destacado-deporte strong,
.destacado-innovacion .MODULO .MODULO_SLIDER .wrap-both .wrap-text header h3 a,
.destacado-innovacion .MODULO_1_1_4 .first-wrap .wrap-text a,
.destacado-innovacion .MODULO_1_1_4 .first-wrap .wrap-text div,
.destacado-innovacion .MODULO_1_1_4 .first-wrap .wrap-text h3,
.destacado-innovacion a,
.destacado-innovacion b,
.destacado-innovacion div,
.destacado-innovacion h1,
.destacado-innovacion h2,
.destacado-innovacion h3,
.destacado-innovacion h4,
.destacado-innovacion h5,
.destacado-innovacion h6,
.destacado-innovacion p,
.destacado-innovacion span,
.destacado-innovacion 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,
.destacado-confidencial .MODULO_1_1_4 .first-wrap .wrap-text a,
.destacado-confidencial .MODULO_1_1_4 .first-wrap .wrap-text div,
.destacado-confidencial .MODULO_1_1_4 .first-wrap .wrap-text h3,
.destacado-confidencial .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-negro .MODULO_1_1_4 .first-wrap .wrap-text a,
.destacado-negro .MODULO_1_1_4 .first-wrap .wrap-text div,
.destacado-negro .MODULO_1_1_4 .first-wrap .wrap-text h3,
.destacado-negro .MODULO_ASIM_2_1 article:nth-child(3) .entradilla {
  color: var(--neutral-white);
}

.destacado-ceramica .MODULO_1_1_4 .first-wrap .wrap-text svg path,
.destacado-verde .MODULO_1_1_4 .first-wrap .wrap-text svg path,
.destacado-confidencial .MODULO_1_1_4 .first-wrap .wrap-text svg path,
.destacado-revista .MODULO_1_1_4 .first-wrap .wrap-text svg path,
.destacado-cultura .MODULO_1_1_4 .first-wrap .wrap-text svg path,
.destacado-negro .MODULO_1_1_4 .first-wrap .wrap-text svg path,
.destacado-deporte .MODULO_1_1_4 .first-wrap .wrap-text svg path,
.destacado-deporte svg path,
.destacado-innovacion .MODULO_1_1_4 .first-wrap .wrap-text svg path,
.destacado-innovacion svg path,
.destacado-gris .MODULO_1_1_4 .first-wrap .wrap-text svg path,
.destacado-gris svg path {
  stroke: var(--neutral-white);
}

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

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

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

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

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

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

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

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

.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-7);
}

.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(--color-0);
}

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

.destacado-ceramica .slick-slider .slick-arrow i.material-icons,
.destacado-verde .slick-slider .slick-arrow i.material-icons,
.destacado-confidencial .slick-slider .slick-arrow i.material-icons,
.destacado-revista .slick-slider .slick-arrow i.material-icons,
.destacado-cultura .slick-slider .slick-arrow i.material-icons,
.destacado-negro .slick-slider .slick-arrow i.material-icons,
.destacado-deporte .MODULO_ASIM_2_1 article:nth-child(3) a,
.destacado-deporte .MODULO_ASIM_2_1 article:nth-child(3) div,
.destacado-innovacion .MODULO_ASIM_2_1 article:nth-child(3) a,
.destacado-innovacion .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-deporte .slick-slider .slick-arrow i.material-icons,
.destacado-innovacion .slick-slider .slick-arrow i.material-icons,
.destacado-gris .slick-slider .slick-arrow i.material-icons,
.destacado-inmobiliaria .slick-slider .slick-arrow i.material-icons {
  color: var(--neutral-gray-1);
}

.destacado-ceramica
  .MODULO
  .MODULO_DIRECTO.en_directo_general
  .wrap-tit
  h2::before,
.destacado-ceramica .MODULO_ASIM_2_1 article:nth-child(3),
.destacado-verde
  .MODULO
  .MODULO_DIRECTO.en_directo_general
  .wrap-tit
  h2::before,
.destacado-verde .MODULO_ASIM_2_1 article:nth-child(3),
.destacado-confidencial
  .MODULO
  .MODULO_DIRECTO.en_directo_general
  .wrap-tit
  h2::before,
.destacado-confidencial .MODULO_ASIM_2_1 article:nth-child(3),
.destacado-revista
  .MODULO
  .MODULO_DIRECTO.en_directo_general
  .wrap-tit
  h2::before,
.destacado-revista .MODULO_ASIM_2_1 article:nth-child(3),
.destacado-cultura
  .MODULO
  .MODULO_DIRECTO.en_directo_general
  .wrap-tit
  h2::before,
.destacado-cultura .MODULO_ASIM_2_1 article:nth-child(3),
.destacado-negro
  .MODULO
  .MODULO_DIRECTO.en_directo_general
  .wrap-tit
  h2::before,
.destacado-negro .MODULO_ASIM_2_1 article:nth-child(3) {
  background: #ffffff4d;
}

.destacado-deporte
  .MODULO
  .MODULO_DIRECTO.en_directo_general
  .wrap-tit
  h2::before,
.destacado-deporte .MODULO_ASIM_2_1 article:nth-child(3),
.destacado-innovacion
  .MODULO
  .MODULO_DIRECTO.en_directo_general
  .wrap-tit
  h2::before,
.destacado-innovacion .MODULO_ASIM_2_1 article:nth-child(3),
.destacado-gris .MODULO .MODULO_DIRECTO.en_directo_general .wrap-tit h2::before,
.destacado-gris .MODULO_ASIM_2_1 article:nth-child(3),
.destacado-inmobiliaria
  .MODULO
  .MODULO_DIRECTO.en_directo_general
  .wrap-tit
  h2::before,
.destacado-inmobiliaria .MODULO_ASIM_2_1 article:nth-child(3) {
  background: #ffffff4d;
}

.destacado-ceramica .MODULO_ASIM_2_1 article:nth-child(3) svg path,
.destacado-verde .MODULO_ASIM_2_1 article:nth-child(3) svg path,
.destacado-verde .MODULO_ASIM_2_1 article:nth-child(3) svg path,
.destacado-confidencial .MODULO_ASIM_2_1 article:nth-child(3) svg path,
.destacado-revista .MODULO_ASIM_2_1 article:nth-child(3) svg path,
.destacado-cultura .MODULO_ASIM_2_1 article:nth-child(3) svg path,
.destacado-negro .MODULO_ASIM_2_1 article:nth-child(3) svg path {
  stroke: var(--neutral-gray-1) !important;
}

.destacado-ceramica .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-confidencial .MODULO_ASIM_2_1 article:nth-child(3) svg.guardado path,
.destacado-revista .MODULO_ASIM_2_1 article:nth-child(3) svg.guardado path,
.destacado-cultura .MODULO_ASIM_2_1 article:nth-child(3) svg.guardado path,
.destacado-negro .MODULO_ASIM_2_1 article:nth-child(3) svg.guardado path {
  fill: var(--neutral-gray-1) !important;
}

.destacado-deporte .MODULO_ASIM_2_1 article:nth-child(3) svg path,
.destacado-innovacion .MODULO_ASIM_2_1 article:nth-child(3) svg path,
.destacado-gris .MODULO_ASIM_2_1 article:nth-child(3) svg path,
.destacado-inmobiliaria .MODULO_ASIM_2_1 article:nth-child(3) svg path {
  stroke: var(--neutral-white) !important;
}

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

.destacado-ceramica .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-confidencial .MODULO_1_1_4 .first-wrap .wrap-text svg.guardado path,
.destacado-revista .MODULO_1_1_4 .first-wrap .wrap-text svg.guardado path,
.destacado-cultura .MODULO_1_1_4 .first-wrap .wrap-text svg.guardado path,
.destacado-negro .MODULO_1_1_4 .first-wrap .wrap-text svg.guardado path,
.destacado-deporte .MODULO_1_1_4 .first-wrap .wrap-text svg.guardado path,
.destacado-innovacion .MODULO_1_1_4 .first-wrap .wrap-text svg.guardado path,
.destacado-gris .MODULO_1_1_4 .first-wrap .wrap-text svg.guardado path,
.destacado-inmobiliaria .MODULO_1_1_4 .first-wrap .wrap-text svg.guardado path {
  fill: var(--neutral-gray-1);
}

.destacado-ceramica .MODULO_DIRECTO_TIMELINE .second-wrap .timeline,
.destacado-verde .MODULO_DIRECTO_TIMELINE .second-wrap .timeline,
.destacado-confidencial .MODULO_DIRECTO_TIMELINE .second-wrap .timeline,
.destacado-revista .MODULO_DIRECTO_TIMELINE .second-wrap .timeline,
.destacado-cultura .MODULO_DIRECTO_TIMELINE .second-wrap .timeline,
.destacado-negro .MODULO_DIRECTO_TIMELINE .second-wrap .timeline {
  border-left: 1px solid var(--neutral-white);
}

.destacado-deporte .MODULO_DIRECTO_TIMELINE .second-wrap .timeline,
.destacado-innovacion .MODULO_DIRECTO_TIMELINE .second-wrap .timeline,
.destacado-gris .MODULO_DIRECTO_TIMELINE .second-wrap .timeline,
.destacado-inmobiliaria .MODULO_DIRECTO_TIMELINE .second-wrap .timeline {
  border-left: 1px solid var(--neutral-gray-1);
}

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

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

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

.destacado-negro .MODULO .MODULO_SLIDER .wrap-both .wrap-text {
  background: var(--color-9) !important;
}

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

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

.destacado-confidencial .MODULO .MODULO_SLIDER .wrap-both .wrap-text {
  background: var(--color-6) !important;
}

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

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

.destacado-inmobiliaria .MODULO .MODULO_SLIDER .wrap-both .wrap-text {
  background: var(--color-8) !important;
}

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

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

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

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

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

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

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

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

.destacado-ceramica .wrap-otros .pie-noticia .contenedor-redactor span a::after,
.destacado-verde .wrap-otros .pie-noticia .contenedor-redactor span a::after,
.destacado-confidencial
  .wrap-otros
  .pie-noticia
  .contenedor-redactor
  span
  a::after,
.destacado-revista .wrap-otros .pie-noticia .contenedor-redactor span a::after,
.destacado-cultura .wrap-otros .pie-noticia .contenedor-redactor span a::after,
.destacado-negro .wrap-otros .pie-noticia .contenedor-redactor span a::after {
  background-color: var(--neutral-white);
}

.destacado-deporte .wrap-otros .pie-noticia .contenedor-redactor span a::after,
.destacado-innovacion
  .wrap-otros
  .pie-noticia
  .contenedor-redactor
  span
  a::after {
  background-color: var(--neutral-white);
}

.destacado-ceramica .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-confidencial .MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a,
.destacado-revista .MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a,
.destacado-cultura .MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a,
.destacado-negro .MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a,
.destacado-deporte .MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a,
.destacado-innovacion .MODULO_ASIM_2_1 article:nth-child(3) .wrap-text h3 a {
  color: white !important;
}

.destacado-ceramica
  .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-confidencial
  .MODULO_ASIM_2_1
  article:nth-child(3)
  .wrap-otros
  .pie-noticia
  .contenedor-redactor
  span
  a,
.destacado-revista
  .MODULO_ASIM_2_1
  article:nth-child(3)
  .wrap-otros
  .pie-noticia
  .contenedor-redactor
  span
  a,
.destacado-cultura
  .MODULO_ASIM_2_1
  article:nth-child(3)
  .wrap-otros
  .pie-noticia
  .contenedor-redactor
  span
  a,
.destacado-negro
  .MODULO_ASIM_2_1
  article:nth-child(3)
  .wrap-otros
  .pie-noticia
  .contenedor-redactor
  span
  a,
.destacado-deporte
  .MODULO_ASIM_2_1
  article:nth-child(3)
  .wrap-otros
  .pie-noticia
  .contenedor-redactor
  span
  a,
.destacado-innovacion
  .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(--gray-1) !important;
}

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

.destacado-ceramica article.articulo-opinion .firma-hibrida img,
.destacado-verde article.articulo-opinion .firma-hibrida img,
.destacado-confidencial article.articulo-opinion .firma-hibrida img,
.destacado-revista article.articulo-opinion .firma-hibrida img,
.destacado-cultura article.articulo-opinion .firma-hibrida img,
.destacado-negro article.articulo-opinion .firma-hibrida img,
.destacado-deporte article.articulo-opinion .firma-hibrida img,
.destacado-innovacion article.articulo-opinion .firma-hibrida img {
  border: 0;
}

.destacado-ceramica .MODULO_1_1_4 .first-wrap .wrap-text,
.destacado-verde .MODULO_1_1_4 .first-wrap .wrap-text,
.destacado-confidencial .MODULO_1_1_4 .first-wrap .wrap-text,
.destacado-revista .MODULO_1_1_4 .first-wrap .wrap-text,
.destacado-cultura .MODULO_1_1_4 .first-wrap .wrap-text,
.destacado-negro .MODULO_1_1_4 .first-wrap .wrap-text,
.destacado-deporte .MODULO_1_1_4 .first-wrap .wrap-text,
.destacado-innovacion .MODULO_1_1_4 .first-wrap .wrap-text {
  background: #ffffff4d;
}

.destacado-ceramica .MODULO_1_1_4 .first-wrap .wrap-text h3 a,
.destacado-verde .MODULO_1_1_4 .first-wrap .wrap-text h3 a,
.destacado-confidencial .MODULO_1_1_4 .first-wrap .wrap-text h3 a,
.destacado-revista .MODULO_1_1_4 .first-wrap .wrap-text h3 a,
.destacado-cultura .MODULO_1_1_4 .first-wrap .wrap-text h3 a,
.destacado-negro .MODULO_1_1_4 .first-wrap .wrap-text h3 a,
.destacado-deporte .MODULO_1_1_4 .first-wrap .wrap-text h3 a,
.destacado-innovacion .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(--gray-2);
}

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

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

.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(--neutral-white);
}

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

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

.destacado-inmobiliaria .MODULO_1_1_4 .first-wrap .wrap-text {
  background: var(--gray-2);
}

.destacado-inmobiliaria .MODULO_1_1_4 .first-wrap .wrap-text h3 a {
  color: var(--neutral-white) !important;
}

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

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

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

.destacado-inmobiliaria .MODULO .MODULO_DIRECTO .wrap-tit h2::before {
  background: var(--gray-1);
}

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

/* sistema de comentarios */
.comment-section {
  width: 100%;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  display: none !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(--neutral-gray-1);
  font-weight: bold;
  font-size: 16px;
}

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

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

.comments-container {
  margin-top: 12px;
  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;
}

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

.comment-avatar {
  width: 75px;
  min-width: 75px;
  height: 75px;
  border-radius: 75px;
  overflow: hidden;
  filter: grayscale(100%);
}

.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(--neutral-gray-1);
}

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

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

.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(--neutral-gray-1);
}

.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(--neutral-gray-4);
  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(--neutral-gray-1);
}

.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(--primary);
}

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

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

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

.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(--neutral-gray-3);
  margin-bottom: 5px;
  resize: none;
  font-family: var(--font-2);
  font-size: 16px;
  font-weight: 300;
  color: var(--neutral-gray-1);
}

.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 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(--primary);
}

.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: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.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 */
.CONF,
.FEX,
.FEN,
.FP,
.FD,
.FB,
.FAN {
  display: none;
}

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

.wrap-FICHA-ARTICULO
  .container
  .row
  .col
  .wrap-FULL
  .wrap-tit
  .span-antetitulo {
  font-family: var(--font-3);
  color: var(--neutral-black);
  display: block;
  text-align: left;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}

.wrap-FICHA-ARTICULO
  .container
  .row
  .col
  .wrap-FULL
  .wrap-tit
  .span-antetitulo::after {
  position: absolute;
  top: 0px;
  left: 0;
  content: "\25A0";
  font-size: 24px;
  color: var(--primary);
  line-height: 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;
  display: none;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2.cate a {
  font-family: var(--font-1);
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--neutral-white);
  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(--neutral-gray-1);
  font-weight: 900;
  text-align: left;
  font-family: var(--font-1);
  font-size: 3rem;
}

/*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 0.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: 48px;
}

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

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

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

.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: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  width: 100%;
}

.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: left;
  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, 0.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: 0.5em 0.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: flex-start;
  justify-content: flex-start;
  gap: 12px;
  padding-bottom: 8px;
}

.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: 48px;
}

.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(--primary);
  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(--primary);
  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%;
}

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

.area-usuario
  .content-container
  .content
  .CONTENIDO-IZQ
  .wrap-newsletter
  .newsletter_.blocked:hover {
  cursor: not-allowed;
  opacity: 0.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-2);
  font-size: 16px;
  line-height: 18px;
  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);
}

/* 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: 8px;
}

.wrap-listado-noticias ul li {
  text-align: left;
  position: relative;
}

.wrap-listado-noticias ul li a {
  font-family: var(--font-1);
  color: var(--neutral-gray-1);
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin-left: 18px;
}

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

.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 0.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(--gray-1);
  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: 24px;
}

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

.newsletter .TITULO-listado h2 span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.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 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: 0.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
  .edicion {
  display: none;
}

.wrap-FICHA-ARTICULO
  .container
  .row
  .col
  .wrap-FULL
  .CONTENIDO-ARTICULO
  .art-autor
  ul
  li.redactor
  .wrap-FICHA-ARTICULO
  .container
  .row
  .col
  .wrap-FULL
  .CONTENIDO-ARTICULO
  .art-autor
  ul
  li.redactor::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: var(--primary);
}

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

.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(--neutral-gray-1);
}

.wrap-FICHA-ARTICULO
  .container
  .row
  .col
  .wrap-FULL
  .CONTENIDO-ARTICULO
  .art-autor
  ul
  li.redactor
  .edicion
  a {
  color: var(--primary) !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(--neutral-3);
  font-family: var(--font-3);
}

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

.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(--primary);
}

.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,
.wrap-FICHA-ARTICULO.ARTICULO_CONFIDENCIAL .CONF,
.wrap-FICHA-ARTICULO.ARTICULO_ANALISIS .FAN {
  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: 0.95em !important;
  font-style: italic;
  line-height: 1.45em;
  margin: 2em 0;
  position: relative;
  width: 100%;
  background: var(--neutral-gray-4);
  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(--primary);
  content: "format_quote";
  font-family: Material Icons;
  font-size: 4em;
  font-style: normal;
  left: 0;
  position: absolute;
  top: -10px;
  transform: scaleX(-1);
  opacity: 0.5;
}

.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.5rem;
  padding-left: 0.5rem !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 {
  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(--primary) !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-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: 0.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;
}

.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: 32px;
  position: relative;
}

.MODULO_DIRECTO_TIMELINE .second-wrap {
  width: 30%;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: visible !important;
  overflow-y: scroll !important;
  max-height: 546px;
}

.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: 100%;
  order: 1;
}

.wrap-FICHA-ARTICULO
  .container
  .row
  .col
  .wrap-FULL
  .CONTENIDO-ARTICULO
  .art-cuerpo
  ul {
  padding-left: 0;
}

.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: 24px;
}

.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: 24px;
  gap: 24px;
  max-width: 324px;
}

.MODULO-4-4 .second-wrap .contenedor-1 {
  display: flex;
  gap: 16px;
  flex-direction: column;
  background-color: var(--neutral-5);
  padding: 1em;
}

.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%;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.MODULO-4-4 .second-wrap .contenedor-1 .wrap-both .wrap-text h3 {
  font-size: 16px;
  padding-right: 10px;
}

.MODULO-4-4 .second-wrap .contenedor-1 .wrap-both .wrap-text .wrap-otros {
  margin-top: 4px;
}

.MODULO-4-4 .second-wrap .contenedor-1 .wrap-both{
  flex-direction: column;
  gap: 12px;
}

.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,
.MODULO_ASIM_1_6 .sec-wrap article .wrap-both {
  margin-right: 0;
}

.MODULO_ASIM_1_6 .first-wrap article{
  height: 100%;
}

.MODULO_ASIM_1_6 .first-wrap article,
.MODULO_ASIM_1_6 .first-wrap article .wrap-both {
  height: 100%;
}

.MODULO_ASIM_1_6 .first-wrap article .wrap-both .wrap-media{
  height: 75%;
}
.MODULO_ASIM_1_6 .first-wrap article .wrap-both .wrap-media figure{
  height: 100%;
}
.MODULO_ASIM_1_6 .first-wrap article .wrap-both .wrap-media figure a{
  display: block;
  height: 100%;
}
.MODULO_ASIM_1_6 .first-wrap article .wrap-both .wrap-media figure a .img-wrap{
  height: 100%;
}

.MODULO_ASIM_1_6 .sec-wrap {
  gap: 1rem;
}

.MODULO_ASIM_1_6 .pretitulo {
  display: none !important;
}

.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;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.MODULO-OPINION .first-wrap .contenedores .wrap-both .firma-hibrida img {
  border-radius: 100%;
}

.MODULO-OPINION .first-wrap .contenedores.container-1 .wrap-both .firma-hibrida {
  border: 0;
  max-width: 110px;
  min-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;
}

.MODULO-OPINION.MODULO-OPINION-5 .container-2 .wrap-both .wrap-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.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(--primary) !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 .firma-hibrida {
  display: flex !important;
  width: 44%;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 12px;
  max-width: 110px;
  min-width: 110px;
  height: 110px;
}

article.articulo-opinion .firma-hibrida img {
  border-radius: 100%;
  border: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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 .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: 0.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(--gray-2);
  font-size: 20px;
}

.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(--neutral-5);
}

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

.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: 0.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: 0.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: 0.5rem !important;
  font-size: 24px;
}

.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_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: 0.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: 0.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(--gray-1);
  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 .BN{
  max-width:1200px;
}
.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: 0.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 */
.ARTICULO_EN_DIRECTO .timeline-container {
  width: 100%;
  margin-bottom: 24px;
  padding-left: 1rem;
  display: none;
}

.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: 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;
  margin-bottom: 0 !important;
}

.ARTICULO_EN_DIRECTO .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);
}

.ARTICULO_EN_DIRECTO .lo-mas-leido-cabecero span {
  background: var(--neutral-white);
  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: 1em;
  border-bottom: solid 1px var(--neutral-4);
  margin-bottom: 1em;
}

.barra-compartir-articulo .a2a_kit {
  max-width: fit-content;
  margin-left: auto;
}

.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: 0.5rem;
  z-index: 3;
  height: 100px;
}

div#content-sticky a {
  display: block;
  width: 100%;
  height: 100%;
}

div#content-sticky a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-ad {
  position: fixed;
  bottom: 0;
  width: 90%;
  height: 90px;
  background-color: var(--neutral-white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  max-width: 990px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  border-radius: 5px 0 0 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -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;
}

.footer-ad a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-ad a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-ad .toggle-button {
  position: absolute;
  top: -28px;
  right: 0;
  opacity: 1;
  background-color: #ffffff;
  color: var(--primary);
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
  z-index: 1001;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
  width: 28px;
  height: 28px;
  font-family: var(--font-3);
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-ad.hidden {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  bottom: -85px;
}

/* MODALES LOGIN Y REGISTRO */
#modal-pass p,
.modalNew p.lead {
  color: var(--neutral-black);
  font-size: 18px;
}

.modalNew#modal-login,
.modalNew#modal-registro {
  border-top: 6px solid var(--primary) !important;
}

.modalNew#modal-login .modal-content {
  padding-top: 0;
}

.modalNew#modal-login,
.modalNew#modal-pass,
.modalNew#modal-registro {
  border-top: 6px solid var(--color-2);
  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(--neutral-gray-1);
  font-weight: var(--fw-400);
  font-family: var(--font-2);
  background: var(--neutral-5);
}

.modalNew .Formulario input + label {
  color: var(--neutral-gray-2);
  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: 0.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: 0.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(--primary);
}

.modalNew .Formulario .select-wrapper + label {
  color: var(--neutral-gray-2);
}

.modalNew .select-wrapper span.caret {
  top: 30px;
  height: 100%;
  z-index: 2;
  color: var(--neutral-gray-1);
}

#modal-denuncia .modal-content h4,
#modal-pass .modal-content h4 {
  background: var(--primary);
  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(--primary) 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(--primary) !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;
}

.LISTADO_BUSQUEDA .MODULO:first-of-type .wrap-both{
  flex-direction: column!important;
}
.LISTADO_BUSQUEDA .MODULO:first-of-type .wrap-both .wrap-media{
  flex: 0 0 100%!important;
  width: 100%!important;
}
.LISTADO_BUSQUEDA article:first-of-type .wrap-both .wrap-media

.wrap-FICHA-ARTICULO
  .container
  .row
  .col
  .wrap-FULL
  .CONTENIDO-ARTICULO
  .art-cuerpo
  p
  a {
  color: var(--primary) !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: 0.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%;
}

.mega-listado {
  margin-bottom: 24px !important;
}

.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: 0.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(--primary);
  color: var(--neutral-white);
  font-family: var(--font-2);
  font-weight: 700;
  letter-spacing: 0.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, 0.5);
  opacity: 1 !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(--primary);
}

#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: 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_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: 0.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%, 0.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(--primary);
  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%;
}

.MODULO_70-colmena .sec-wrap {
  flex: none;
  position: relative;
  width: 50%;
}

/* Modificaciones última hora 22/11/2024 */
.breaking-news-container {
  display: flex !important;
  align-items: center;
  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(--gray-2);
  color: var(--neutral-white);
  padding: 20px 12px;
  border-radius: 5px;
  height: 60px;
  text-align: center;
  font-family: var(--font-2);
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 25%);
  position: relative;
}

.breaking-news-container.red-news .black-label {
  background: #dc3545;
  color: var(--neutral-white);
}

.breaking-news-container.blue-news .black-label {
  background: #178fe6;
  color: var(--neutral-white);
}

.breaking-news-container.green-news .black-label {
  background: #0f5132;
  color: var(--neutral-white);
}

.breaking-news-container .news-slider {
  flex-grow: 1;
  overflow: hidden;
  background: var(--neutral-5);
  padding: 8px 10px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding-left: 24px;
}

.breaking-news-container.red-news .news-slider {
  background: #ff001036;
}

.breaking-news-container.blue-news .news-slider {
  background: #d7eaf8;
}

.breaking-news-container.green-news .news-slider {
  background: #09a45124;
}

.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;
}

.breaking-news-container .news-list li a {
  color: var(--gray-1);
  text-decoration: none;
  max-width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--font-2);
  font-style: italic;
  font-weight: 500;
}

.breaking-news-container.red-news .news-list li a {
  color: #e71f31;
}

.breaking-news-container.blue-news .news-list li a {
  color: #6ea8fe;
}

.breaking-news-container.green-news .news-list li a {
  color: var(--gray-2);
}

/* Pretitulo */
.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2.cate a {
  padding: 12px 24px;
  border-radius: 5px;
  background: var(--primary);
}

.MODULO .MODULO_XL .wrap-text .pretitulo {
  margin-top: 12px;
  text-align: center;
}

/*NEW*/
/* soccer bar */

.PLAZADEPORTIVA .wrap-HEADER.pinned{
  padding-bottom: 0;
}

.wrap-HEADER.pinned .soccer-bar {
  display: block;
}

.soccer-bar {
  padding: 8px 9px;
  background: #f3f3ed;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*display: none;*/
}

.PLAZADEPORTIVA .soccer-bar {
  display: block;
}

.soccer-bar--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  -webkit-overflow-scrolling: touch;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  overflow-x: auto;
  padding-top: 2px;
}

.soccer-bar .soccer-club {
  width: 40px;
  min-width: 40px;
}

.soccer-bar .soccer-club--item:hover img {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

.soccer-bar .soccer-club--item__img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.MODULO_GRID_VERT.MODULO_PODCAST .wrap-podcast {
  width: 100%;
  min-width: 100%;
  height: 288px;
  border-radius: 4px;
  overflow: hidden;
}

.MODULO_GRID_VERT.MODULO_PODCAST .wrap-podcast a {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.MODULO_GRID_VERT.MODULO_PODCAST .wrap-podcast a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.MODULO_GRID_VERT.MODULO_PODCAST .wrap-podcast a:hover img {
  transform: scale(1.2);
  cursor: pointer;
  opacity: 0.8;
}

.wrap-titulo-especial {
  display: none;
}

.CULTURPLAZA .wrap-titulo-especial {
  display: block;
}

.TITULO-listado.sin_enlace h2.TITULO-ESPECIAL {
  justify-content: center;
  text-transform: unset;
  font-size: 26px !important;
  color: var(--primary);
  text-align: center;
  font-weight: 500;
  font-style: normal;
  font-family: var(--font-3);
  line-height: normal;
}

.TITULO-listado h2.TITULO-ESPECIAL span {
  padding-left: 16px;
  padding-right: 16px;
}

.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(--gray-1);
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}

/* 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) {
  .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,
  .soccer-bar--wrapper {
    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: 30px;
    height: 30px;
    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: 1rem;
  }

  .MODULO_HORIZ_3 .sec-wrap article .wrap-both .wrap-text,
  .MODULO_HORIZ_3 .third-wrap article .wrap-both .wrap-text {
    padding-top: 1rem;
  }

  .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;
  }
}

@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: 4px;
    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: 0;
  }
}

@media (max-width: 767px) {
  .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(--primary);
  }

  .paginadores .paginador a:before {
    color: var(--neutral-white);
  }

  .wrap-HEADER {
    gap: 9px;
    padding-top: 9px;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .wrap-HEADER .wrap-NAV .NAV-Bottom {
    height: 30px;
    line-height: 30px;
    max-height: 30px;
  }

  .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: 12px;
    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(--primary);
    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 span {
    padding-left: 16px;
  }

  .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: 16px;
    padding: 24px 12px;
    background: var(--neutral-gray-4);
    gap: 12px;
  }

  .area-usuario .titulo {
    gap: 12px;
    margin-bottom: 24px;
  }

  .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 .tipo-newsletter::before {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--primary);
    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;
    margin-top: 8px;
  }

  .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{
    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;
  }

  .MODULO_ASIM_1_3 {
    flex-wrap: nowrap;
  }

  .destacado-ceramica .MODULO_1_Banner_3 .sec-wrap,
  .destacado-verde .MODULO_1_Banner_3 .sec-wrap,
  .destacado-confidencial .MODULO_1_Banner_3 .sec-wrap,
  .destacado-revista .MODULO_1_Banner_3 .sec-wrap,
  .destacado-cultura .MODULO_1_Banner_3 .sec-wrap,
  .destacado-negro .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: 20px;
    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%;
  }

  .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 {
    width: 100%;
    margin: 0;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2.top-title {
    margin-bottom: 1em;
  }

  .wrap-listado-noticias ul {
    margin-top: 0;
    margin-bottom: 1.2em !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);
    margin: 0;
  }

  .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;
  }

  .area-usuario .content-container .content .tipo-newsletter .tipo {
    font-size: 18px;
  }

  .barra-compartir-articulo .a2a_kit {
    margin-left: 0;
  }

  #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-ceramica .MODULO_1_1_4 .first-wrap .wrap-text h3,
  .destacado-ceramica .MODULO_1_1_4 .first-wrap .wrap-text a,
  .destacado-ceramica .MODULO_1_1_4 .first-wrap .wrap-text div,
  .destacado-revista .MODULO_1_1_4 .first-wrap .wrap-text h3,
  .destacado-revista .MODULO_1_1_4 .first-wrap .wrap-text a,
  .destacado-revista .MODULO_1_1_4 .first-wrap .wrap-text div,
  .destacado-cultura .MODULO_1_1_4 .first-wrap .wrap-text h3,
  .destacado-cultura .MODULO_1_1_4 .first-wrap .wrap-text a,
  .destacado-cultura .MODULO_1_1_4 .first-wrap .wrap-text div,
  .destacado-confidencial .MODULO_1_1_4 .first-wrap .wrap-text h3,
  .destacado-confidencial .MODULO_1_1_4 .first-wrap .wrap-text a,
  .destacado-confidencial .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-negro .MODULO_1_1_4 .first-wrap .wrap-text h3,
  .destacado-negro .MODULO_1_1_4 .first-wrap .wrap-text a,
  .destacado-negro .MODULO_1_1_4 .first-wrap .wrap-text div {
    color: var(--neutral-white) !important;
  }

  .MODULO_XXL_NUEVO .first-wrap .wrap-text .wrap-otros .pie-noticia {
    justify-content: flex-start;
  }

  #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%;
  }

  .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-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: 16px;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h1 {
    color: var(--gray-1);
    font-weight: bold;
    text-align: left;
    font-family: var(--font-1);
    font-size: 2rem;
  }

  .wrap-FICHA-ARTICULO
    .container
    .row
    .col
    .wrap-FULL
    .CONTENIDO-ARTICULO
    .art-cuerpo,
  .wrap-FICHA-ARTICULO
    .container
    .row
    .col
    .wrap-FULL
    .wrap-tit
    .art-entradilla {
    font-size: 1.3rem;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-tit .art-entradilla {
    font-family: var(--font-2);
    color: var(--gray-2);
  }

  .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-ceramica .container,
  .destacado-verde .container,
  .destacado-revista .container,
  .destacado-cultura .container,
  .destacado-negro .container,
  .destacado-deporte .container,
  .destacado-innovacion .container,
  .destacado-gris .container,
  .destacado-inmobiliaria .container,
  .destacado-confidencial .container {
    padding: 12px;
    padding-bottom: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .modalNew .modal-content {
    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: 8px;
  }

  .wrap-HEADER.pinned .wrap-CORP {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .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) {
  .TITULO-listado h2 span {
    padding-top: 8px;
  }

  .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-bottom: 0.5rem;
  }

  .MODULO article:last-of-type {
    /*margin-bottom: 0 !important;*/
    padding-bottom: 0 !important;
  }

  .es-multimedia .iconogaleria,
  .es-multimedia .iconovideo {
    height: 0.9em;
    width: 0.9em;
  }

  .MODULO .wrap-both header {
    margin-top: 0.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: 1em;
  }

  .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: 20px;
  }

  .MODULO_DIRECTO_TIMELINE .second-wrap .timeline-container {
    overflow-y: scroll !important;
    max-height: 300px;
  }

  .MODULO_DIRECTO_TIMELINE article .wrap-both header h3 {
        font-size: 24px !important;
  }

  .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: 0.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: 0.5em;
  }

  .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) {
  .MODULO_1_1_4 {
    padding-bottom: 1rem !important;
  }
  .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(--neutral-5);
    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(--gray-2);
  }

  .MODULO_1_1_4 .first-wrap .wrap-both {
    height: 450px;
  }

  .destacado-ceramica .MODULO_1_1_4 .third-wrap,
  .destacado-verde .MODULO_1_1_4 .third-wrap,
  .destacado-confidencial .MODULO_1_1_4 .third-wrap,
  .destacado-revista .MODULO_1_1_4 .third-wrap,
  .destacado-cultura .MODULO_1_1_4 .third-wrap {
    border-left: 1px solid var(--neutral-white);
  }

  .destacado-deporte .MODULO_1_1_4 .third-wrap,
  .destacado-innovacion .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-ceramica .MODULO_1_4_1 .first-wrap article .wrap-both .wrap-text {
    background: var(--color-1);
  }

  .destacado-revista .MODULO_1_4_1 .first-wrap article .wrap-both .wrap-text {
    background: var(--color-2);
  }

  .destacado-cultura .MODULO_1_4_1 .first-wrap article .wrap-both .wrap-text {
    background: var(--color-3);
  }

  .destacado-negro .MODULO_1_4_1 .first-wrap article .wrap-both .wrap-text {
    background: var(--color-9);
  }

  .destacado-deporte .MODULO_1_4_1 .first-wrap article .wrap-both .wrap-text {
    background: var(--color-4);
  }

  .destacado-innovacion
    .MODULO_1_4_1
    .first-wrap
    article
    .wrap-both
    .wrap-text {
    background: var(--color-5);
  }

  .destacado-confidencial
    .MODULO_1_4_1
    .first-wrap
    article
    .wrap-both
    .wrap-text {
    background: var(--color-6);
  }

  .destacado-verde .MODULO_1_4_1 .first-wrap article .wrap-both .wrap-text {
    background: var(--color-7);
  }
}

@media only screen and (min-width: 991px) {
  .wrap-FICHA-ARTICULO .MODULO_AUTOR {
    flex: 0 0 initial !important;
  }
}

@media only screen and (min-width: 993px) {
  .MODULO_2_1_4.MODULO_CULTURPLAZA
    .sec-wrap
    .wrap_two
    article:nth-child(2)
    .wrap-media {
    display: block;
  }

  .MODULO_2_1_4.MODULO_CULTURPLAZA .sec-wrap .wrap_three .wrapx2 {
    display: flex;
    gap: 1em;
    margin-bottom: 0.5em;
  }

  .MODULO_2_1_4.MODULO_CULTURPLAZA .sec-wrap .wrap_three .wrapx2 article {
    width: calc(50% - 0.5em);
  }

  .MODULO_2_1_4.MODULO_CULTURPLAZA .wrap-both .wrap-text header h3 a {
    font-size: 1.4rem;
    line-height: 110%;
  }

  .MODULO_2_1_4.MODULO_CULTURPLAZA .sec-wrap .wrap_three article .entradilla,
  .MODULO_2_1_4.MODULO_CULTURPLAZA .sec-wrap .wrap_two article .entradilla,
  .MODULO_2_1_4.MODULO_CULTURPLAZA .sec-wrap .wrap_four article .entradilla {
    display: none;
  }

  .MODULO_2_1_4.MODULO_CULTURPLAZA .wrap-both .wrap-text .wrap-otros {
    margin-bottom: 12px;
  }

  .MODULO_2_1_4.MODULO_CULTURPLAZA .sec-wrap .wrap_three .wrapx1 {
    padding-top: 12px;
    border-top: solid 1px var(--neutral-3);
  }

  .MODULO_2_1_4.MODULO_CULTURPLAZA .sec-wrap .wrap_three .wrapx1 article {
    position: relative;
  }

  .MODULO_2_1_4.MODULO_CULTURPLAZA .sec-wrap .wrap_three .wrapx1 .wrap-text {
    position: absolute;
    width: 100%;
    padding: 24px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .MODULO_2_1_4.MODULO_CULTURPLAZA
    .sec-wrap
    .wrap_three
    .wrapx1
    .wrap-text
    header {
    margin: 0;
  }

  .MODULO_2_1_4.MODULO_CULTURPLAZA
    .sec-wrap
    .wrap_three
    .wrapx1
    .wrap-text
    header
    h3 {
    margin: 0;
    color: var(--neutral-white);
  }

  .MODULO_2_1_4.MODULO_CULTURPLAZA
    .sec-wrap
    .wrap_three
    .wrapx1
    .MODULO_2_1_4.MODULO_CULTURPLAZA
    .sec-wrap
    .wrap_three
    .wrapx1
    .wrap-both
    .wrap-text
    header
    h3
    a {
    font-size: 1em;
  }

  .MODULO_2_1_4.MODULO_CULTURPLAZA .sec-wrap .wrap_four .img-wrap {
    padding-bottom: 75% !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: 3em;
    width: 66%;
  }

  .area-usuario .content-container .content .CONTENIDO-DER {
    width: calc(34% - 3em);
  }

  .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: var(--neutral-5);
    padding: 12px;
    padding-top: 24px;
  }

  .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: 0;
    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-ceramica .MODULO_1_1_3 .first-wrap,
  .destacado-verde .MODULO_1_1_3 .first-wrap,
  .destacado-confidencial .MODULO_1_1_3 .first-wrap,
  .destacado-revista .MODULO_1_1_3 .first-wrap,
  .destacado-cultura .MODULO_1_1_3 .first-wrap,
  .destacado-negro .MODULO_1_1_3 .first-wrap,
  .destacado-deporte .MODULO_1_1_3 .first-wrap,
  .destacado-innovacion .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(--gray-1);
  }

  .destacado-inmobiliaria .MODULO_1_1_3 .first-wrap {
    border-right: solid 1px var(--gray-1);
  }
}

@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: 1724px;
    min-width: 1724px;
    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: auto;
    width: 250px;
    display: flex;
    max-height: calc(100vh - 180px);
    object-fit: cover;
  }

  .ad-wrapper-side-left{
    left: 0;
    top: 0;
    justify-content: flex-end;
  }
  .ad-wrapper-side-right{
    right: 0;
    top: 0;
    justify-content: flex-start;
  }

  .ad-wrapper-side-left .ad {
    float: left;
    overflow: hidden;
     background: #f8f8f8;
    padding: 12px;
    padding-bottom: 24px;
    position: relative;
    border-radius: 8px;
  }

  .ad-wrapper-side-left .ad::after{content: 'Publicidad';position: absolute;bottom: 4px;left: 50%;transform: translate(-50%,0px);-webkit-transform: translate(-50%,0px);font-family: var(--font-3);color: #929292;font-weight: 500;line-height: normal;font-size: 12px;}

  .ad-wrapper-side-right .ad {
    float: right;
    overflow: hidden;
    background: #f8f8f8;
    padding: 12px;
    padding-bottom: 24px;
    position: relative;
    border-radius: 8px;
  }

  .ad-wrapper-side-right .ad::after{content: 'Publicidad';position: absolute;bottom: 4px;left: 50%;transform: translate(-50%,0px);-webkit-transform: translate(-50%,0px);font-family: var(--font-3);color: #929292;font-weight: 500;line-height: normal;font-size: 12px;}

  .ad-wrapper-side.fix-top{
      position: fixed;
      top: 100px;
  }

  .ad-wrapper-side.fix-top .ad-wrapper-side-left, .ad-wrapper-side.fix-top .ad-wrapper-side-right{
    max-height: calc(100vh - 110px);
  }

  .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;
  }

}

@media (max-width: 1485px) {
  .ad-wrapper-side{
    display: none;
  }
}

/*nuevo*/
/* general */
[type="checkbox"] + span:not(.lever):before {
  border: 2px solid var(--neutral-3) !important;
}

[type="checkbox"]:checked + span:not(.lever):before {
  border-right: 2px solid var(--primary) !important;
  border-bottom: 2px solid var(--primary) !important;
}

.btn_ {
  position: relative;
  border-radius: 10px;
  border: 0;
  padding: 10px 20px;
  font-family: var(--font-2);
  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: 4px;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn_:hover {
  cursor: pointer;
  opacity: 0.8;
}

.btn_white_black {
  background: var(--neutral-6);
  color: var(--neutral-1);
}

.btn_white_black:hover {
  background: var(--neutral-6);
  color: var(--neutral-1);
}

.btn_black_white {
  background: var(--neutral-1);
  color: var(--neutral-6);
}

.btn_black_white:hover {
  background: var(--neutral-1);
  color: var(--neutral-6);
}

.btn_periodico {
  background: var(--primary);
  color: var(--neutral-6);
  font-family: var(--font-2) !important;
}

.btn_periodico:hover {
  background: var(--primary);
  color: var(--neutral-6);
  opacity: 0.8;
  cursor: pointer;
}

.btn_periodico_secundario {
  background: var(--secondary);
  color: var(--neutral-6);
  font-family: var(--font-2) !important;
}

.btn_periodico_secundario:hover {
  background: var(--secondary);
  color: var(--neutral-6);
  opacity: 0.8;
  cursor: pointer;
}

.heading-XL {
  font-family: var(--font-1);
  font-size: 80px;
  font-weight: bold;
}

.heading-L {
  font-family: var(--font-1);
  font-size: 40px;
  font-weight: bold;
}

.heading-M {
  font-family: var(--font-1);
  font-size: 28px;
  font-weight: bold;
}

.heading-S {
  font-family: var(--font-1);
  font-size: 20px;
  font-weight: 400;
}

.heading-TAG {
  font-family: var(--font-1);
  font-size: 20px;
  font-weight: bold;
}

.semi-heading {
  font-family: var(--font-2);
  font-size: 16px;
  font-weight: bold;
}

.paragraph-M {
  font-family: var(--font-3);
  font-size: 20px;
  font-weight: 400;
}

.paragraph-S {
  font-family: var(--font-3);
  font-size: 16px;
  font-weight: 400;
}

/* dropdown navbar enlaces periodicos */
#btn-enlaces-periodicos img {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  cursor: pointer;
  width: 100%;
  max-width: 60px;
  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(--neutral-1);
  padding: 48px 0px;
}

.CULTURPLAZA .wrap-FOOTER .page-footer {
  background: var(--primary);
}

.page-footer .footer-top {
  background: var(--neutral-1);
  border-top: 0;
}

.CULTURPLAZA .page-footer .footer-top {
  background: var(--primary);
}

.footer-top nav {
  background: var(--neutral-1);
  gap: 16px;
  margin-top: 24px;
  height: auto;
}

.CULTURPLAZA .footer-top nav {
  background: var(--primary);
}

.wrap-FOOTER .footer-copyright {
  background: var(--neutral-1);
  padding: 0;
  min-height: auto;
  height: auto;
}

.CULTURPLAZA .wrap-FOOTER .footer-copyright {
  background: var(--primary);
}

.wrap-FOOTER .footer-mid .box__ {
  display: flex;
  gap: 28px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  flex-wrap: nowrap;
}

.wrap-FOOTER .footer-mid .box__ .box_ {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.25);
  padding: 24px;
  min-height: 165px;
  overflow: hidden;
  position: relative;
}

.wrap-FOOTER .footer-mid .box__ .box_ {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wrap-FOOTER .footer-mid .box__ .box_ p,
.wrap-FOOTER .footer-mid .box__ .box_ span,
.wrap-FOOTER .footer-mid .box__ .box_ ul {
  margin: 0;
  text-align: center;
  color: var(--neutral-6);
}

.wrap-FOOTER .footer-mid .box__ .box_ img {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  max-width: 145px;
  opacity: 0.3;
  top: 50%;
  right: -50px;
  -webkit-transform: scale(1) translate(0, -50%);
  -moz-transform: scale(1) translate(0, -50%);
  -ms-transform: scale(1) translate(0, -50%);
  -o-transform: scale(1) translate(0, -50%);
  transform: scale(1) translate(0, -50%);
}

.wrap-FOOTER .footer-mid .box__ .box_:hover img {
  -webkit-transform: scale(5) translate(0, -50%);
  -moz-transform: scale(5) translate(0, -50%);
  -ms-transform: scale(5) translate(0, -50%);
  -o-transform: scale(5) translate(0, -50%);
  transform: scale(5) translate(0, -50%);
  opacity: 0;
}

.wrap-FOOTER .footer-mid .box__ .box_ ul li a {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wrap-FOOTER .footer-mid .box__ .box_ ul li a svg {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
}

.wrap-FOOTER .footer-mid .box__ .box_ ul li a:hover svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.wrap-FOOTER .footer-mid .box__ .box_ div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.wrap-FOOTER .footer-mid .box__ .box_.box_1 {
  background-color: var(--neutral-2);
}

.wrap-FOOTER .footer-mid .box__ .box_.box_2 {
  background-color: var(--neutral-2);
}

.wrap-FOOTER .footer-mid .box__ .box_.box_3 {
  background-color: var(--secondary);
}

.wrap-FOOTER .footer-mid .box__ .box_.box_2 ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.wrap-FOOTER .footer-top .foot-brand {
  width: auto;
  max-width: 295px;
  display: block;
  margin: auto;
  max-height: 60px;
}

.wrap-FOOTER .footer-top nav ul:nth-of-type(1) li a {
  font-family: var(--font-2);
  color: var(--neutral-6);
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
}

.wrap-FOOTER .footer-top nav ul:nth-of-type(2) li a {
  font-family: var(--font-3);
  color: var(--neutral-6);
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

.wrap-FOOTER .footer-top nav ul li a {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 2px 12px;
}

.wrap-FOOTER .footer-top nav ul li a:hover {
  color: var(--neutral-6);
  opacity: 0.8;
  cursor: pointer;
}

.wrap-FOOTER .footer-copyright .centrado {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.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: 0.5s all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.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 suscripcion */
#modal-suscripcion-new,
#modal-enlaces-periodicos {
  background: var(--neutral-6);
  max-width: 990px;
  width: 95%;
}

#modal-suscripcion-new .top-content img,
#modal-enlaces-periodicos .top-content img {
  max-width: 110px;
  margin-bottom: 12px;
}

#modal-enlaces-periodicos .modal-content,
#modal-suscripcion-new .modal-content {
  padding-top: 0;
}

#modal-suscripcion-new .mid-content {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 48px;
}

#modal-suscripcion-new .mid-content .left-content,
#modal-suscripcion-new .mid-content .right-content {
  width: 50%;
}

#modal-suscripcion-new .mid-content .left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

#modal-suscripcion-new .mid-content .left-content > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

#modal-suscripcion-new .mid-content .left-content p {
  margin: 0;
  text-align: left;
  line-height: normal;
  color: #1c1c1c;
}

#modal-suscripcion-new .mid-content .left-content span {
  text-align: left;
  line-height: normal;
  color: #1c1c1c;
}

#modal-suscripcion-new .mid-content .left-content form {
  width: 100%;
  margin-top: 0;
  border: 0 !important;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  gap: 24px;
}

#modal-suscripcion-new .mid-content .left-content form .input-field {
  margin: 0;
  width: 70%;
}

#modal-suscripcion-new .mid-content .left-content form .input-field input {
  background: var(--neutral-5);
  border-bottom: 2px solid var(--primary);
}

#modal-suscripcion-new .mid-content .left-content form button {
  width: 30%;
  margin-bottom: 0;
}

#modal-suscripcion-new .modal-footer {
  height: 5px;
  padding-top: 0;
  background-color: var(--primary) !important;
}

#modal-suscripcion-new .bottom-content {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px var(--neutral-3);
}

#modal-suscripcion-new .bottom-content p {
  text-align: left;
  margin: 0;
  font-family: var(--font-3);
  line-height: normal;
}

.modalNew .Formulario input + label.active {
  color: var(--primary) !important;
}

#modal-suscripcion-new .mid-content .right-content {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
}

#modal-suscripcion-new .mid-content .right-content .check__ {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
}

#modal-suscripcion-new .mid-content .right-content .check__ > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  text-align: left;
}

#modal-suscripcion-new .mid-content .right-content .check__ > div label {
  display: flex;
  gap: 24px;
  min-height: 25px;
  align-items: center;
  justify-content: flex-start;
}

#modal-suscripcion-new .mid-content .right-content .check__ > div label input {
  position: relative;
  left: 0;
  opacity: 1;
  width: 15px;
  height: 15px;
}

#modal-suscripcion-new .mid-content .right-content .check__ > div span {
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#modal-suscripcion-new .mid-content .right-content .check__ > div span img {
  max-height: 25px;
  max-width: 120px;
}

#modal-suscripcion-new .Formulario {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 24px;
}

#modal-suscripcion-new .Formulario #email_reg {
  margin-bottom: 0;
  background: var(--neutral-5);
}

/* MODAL ACCIONISTAS */
.modal-accionistas {
  background: var(--white);
  max-width: 1350px;
  width: 95%;
  top: 20px !important;
  max-height: auto !important;
}

.modal-accionistas .modal-close.close-btn {
  position: absolute;
  width: 100%;
  color: var(--neutral-white);
}

#modal-enlaces-periodicos .top-content img {
  max-width: 168px;
  margin: auto 0;
}

.modal-accionistas .top-content img {
  max-width: 168px;
  margin: 24px 0;
}

#modal-enlaces-periodicos .modal-content,
.modal-accionistas .modal-content {
  padding-top: 0;
}

.modal-accionistas .mid-content {
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 48px;
  margin: 24px auto;
  flex-wrap: wrap;
}

.modal-accionistas .mid-content .left-content,
.modal-accionistas .mid-content .right-content {
  width: calc(49% - 1rem) !important;
}

.modal-accionistas .mid-content .left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.modal-accionistas .mid-content .left-content > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.modal-accionistas .mid-content .left-content p {
  margin: 0;
  text-align: left;
  line-height: normal;
  color: #1c1c1c;
}

.modal-accionistas .mid-content .left-content span {
  text-align: left;
  line-height: normal;
  color: #1c1c1c;
}

.modal-accionistas .mid-content .left-content form {
  width: 100%;
  margin-top: 0;
  border: 0 !important;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  gap: 24px;
}

.modal-accionistas .mid-content .left-content form .input-field {
  margin: 0;
  width: 70%;
}

.modal-accionistas .mid-content .left-content form .input-field input {
  background: var(--neutral-5);
  border-bottom: 2px solid var(--primary);
}

.modal-accionistas .mid-content .left-content form button {
  width: 30%;
  margin-bottom: 0;
}

.modal-accionistas .modal-footer {
  height: 5px;
  padding-top: 0;
  background-color: var(--primary) !important;
}

.modal-accionistas .bottom-content {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px var(--neutral-3);
}

.modal-accionistas .bottom-content p {
  text-align: left;
  margin: 0;
  font-family: var(--font-3);
  line-height: normal;
}

.modalNew .Formulario input + label.active {
  color: var(--primary) !important;
}

.modal-accionistas .mid-content .right-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}

.modal-accionistas .right-content p {
  text-align: start;
  margin: 0;
  font-family: var(--font-3);
}

.modal-accionistas .top-content {
  background-color: var(--color-ediciones-plaza);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-accionistas .mid-content .right-content .check__ {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.modal-accionistas .btn_periodico {
  background: var(--color-ediciones-plaza);
}

.modal-accionistas .mid-content .right-content .check__ > div {
  display: block;
  text-align: left;
}

.modal-accionistas .mid-content .right-content .check__ > div label {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.modal-accionistas .mid-content .right-content .check__ > div label input {
  position: relative;
  left: 0;
  opacity: 1;
  width: 15px;
  height: 15px;
}

.modal-accionistas .mid-content .right-content .check__ > div span img {
  max-height: 25px;
}

.modal-accionistas .Formulario {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 24px;
}

.modal-accionistas .Formulario #email_reg {
  margin-bottom: 0;
  background: var(--neutral-5);
}

.modal-accionistas .accionistas {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.modal-accionistas .accionistas .modulo-accionistas {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
  padding: 24px;
  background-color: var(--neutral-gray-3);
  gap: 12px;
  align-items: center;
}

.modal-accionistas .mid-content h3 {
  color: var(--color-ediciones-plaza);
  font-family: var(--font-1);
  font-size: 28px;
  font-weight: 800;
  text-align: start;
  margin: 0;
}

.modal-accionistas .mid-content h4 {
  color: var(--black);
  font-family: var(--font-1);
  font-size: 16px;
  font-weight: 800;
  text-align: start;
  line-height: normal;
  margin: auto 0;
}

.modal-accionistas .banner-login {
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  margin-top: 0;
  background-color: var(--color-ediciones-plaza-claro);
  padding: 48px 24px;
  border-radius: 10px;
}

.modal-accionistas .banner-login .btn_ {
  width: fit-content;
}

.modal-accionistas .banner-login h5 {
  color: white;
  font-size: 28px;
  font-family: var(--font-1);
  font-weight: 800;
  margin: 0;
}

.modal-accionistas .wrap-FOOTER .page-footer {
  padding: 24px 0;
}

.modal-accionistas .modal-content {
  padding: 0;
}

.modal-accionistas .text-center {
  text-align: center !important;
}

.mid-content .accionistas .col-12.col-lg-6 {
  width: calc(50% - 1rem) !important;
}

.mid-content .accionistas .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  gap: 1rem;
}

#modal-accionistas-logueado .mid-content .accionistas {
  padding-bottom: 48px;
  border-bottom: solid 1px #d2d2d2;
}

/* modal enlaces periódico */
#modal-enlaces-periodicos .mid-content .second-content {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 24px;
  width: 100%;
  max-width: 850px;
  margin: auto;
}

#modal-enlaces-periodicos .mid-content .second-content a {
  display: flex;
  cursor: pointer;
}

#modal-enlaces-periodicos .mid-content .second-content a img {
  max-height: 22px;
  min-height: 22px;
  width: auto;
  position: relative;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#modal-enlaces-periodicos .mid-content .second-content a:hover img {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

#modal-enlaces-periodicos .mid-content .first-content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

#modal-enlaces-periodicos .mid-content .first-content p {
  margin: 0;
  text-align: center;
  line-height: normal;
  color: #1c1c1c;
}

#modal-enlaces-periodicos .mid-content .first-content span {
  text-align: center;
  line-height: normal;
  color: #1c1c1c;
}

/* subscripciones module */
.module_newsletter {
  width: 100%;
  min-height: 150px;
  background-color: var(--neutral-4);
  padding: 32px;
  border-bottom: solid 10px var(--primary);
  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;
}

.module_box {
  width: 100%;
  max-width: 100%;
  background-color: var(--primary);
  padding: 24px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

.module_box.module_box_culturplaza {
  display: none;
}

.CULTURPLAZA .module_box.module_box {
  display: none;
}

.CULTURPLAZA .module_box.module_box_culturplaza {
  display: flex;
}

.module_box.module_box_secondary {
  background-color: var(--secondary);
}

.module_box .float_image {
  max-height: 170px;
  width: auto;
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.module_box p {
  font-size: 28px;
  color: var(--neutral-6);
  line-height: normal;
  font-family: var(--font-1);
  font-weight: bold;
  margin: 0;
  margin-bottom: 8px;
  text-align: center;
}

.module_box p + p {
  font-size: 16px;
  color: var(--neutral-6);
  line-height: normal;
  font-family: var(--font-1);
  font-weight: bold;
  margin: 0;
  text-align: center;
}

/* 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: 48px;
}

.corporative-pages .wrap-titulo::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 100%;
  height: 1px;
  background-color: var(--neutral-4);
}

.corporative-pages .wrap-titulo h2 {
  font-family: var(--font-1);
  font-weight: 900;
  line-height: normal;
  background-color: var(--neutral-6);
  padding-right: 24px;
  color: var(--primary);
  font-size: 28px;
  position: relative;
  z-index: 2;
  margin: 0;
}

.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: 900;
  color: var(--gray-1);
  font-size: 44px;
  line-height: normal;
  margin: 0;
}

.corporative-pages .wrap-precontent p {
  font-family: var(--font-3);
  font-weight: 400;
  color: var(--gray-2);
  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;
}

.box___ {
  width: 100%;
  max-width: 750px;
  margin: auto;
  margin-bottom: 48px;
  min-height: 150px;
  background-color: var(--neutral-4);
  padding: 48px;
  border-bottom: solid 10px var(--primary);
  border-radius: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.box___.box_horizontal_triple .content_box {
  width: 30%;
}

.box___.box_horizontal_triple .content_box:first-of-type {
  width: 40%;
}

.box___.box_horizontal_triple .content_box p {
  font-family: var(--font-1);
  font-weight: 900;
  color: var(--gray-1);
  font-size: 16px;
  line-height: normal;
  margin: 0;
  margin-bottom: 12px;
}

.box___.box_horizontal_triple .content_box span {
  font-family: var(--font-3);
  font-weight: 400;
  color: var(--gray-1);
  font-size: 16px;
  line-height: normal;
  margin: 0;
  display: block;
}

.box___.box_horizontal_triple.box_app a {
  display: flex;
}

.box___.box_horizontal_triple.box_app a img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.box___.box_horizontal_triple.box_app a:hover img {
  cursor: pointer;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.box___.box_vertical {
  flex-direction: column;
}

.box___.box_vertical .content_box:first-of-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.box___.box_vertical .content_box:first-of-type a img {
  max-height: 20px;
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.box___.box_vertical .content_box:first-of-type a:hover img {
  cursor: pointer;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.box___.box_vertical .content_box {
  width: 100%;
}

.box___.box_vertical .content_box ul {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.box___.box_vertical .content_box ul:last-of-type {
  margin-bottom: 0;
}

.box___.box_vertical .content_box ul h4 {
  margin: 0;
  font-family: var(--font-1);
  color: var(--primary);
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.box___.box_vertical .content_box ul li a {
  font-family: var(--font-1);
  color: var(--gray-1);
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  text-align: center;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.box___.box_vertical .content_box ul li a:hover {
  color: var(--gray-1);
  cursor: pointer;
  opacity: 0.8;
}

.box___ .content_box.box_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.box___.box_horizontal_triple.box_quienes_somos {
  max-width: 100%;
}

.box___.box_horizontal_triple.box_quienes_somos .content_box:first-of-type {
  width: 25%;
}

.box___.box_horizontal_triple.box_quienes_somos .content_box:nth-of-type(2) {
  width: 50%;
}

.box___.box_horizontal_triple.box_quienes_somos .content_box:nth-of-type(3) {
  width: 25%;
}

.box___.box_horizontal_triple.box_quienes_somos .content_box:nth-of-type(2) p {
  margin: 0;
  text-align: center;
}

.box___.box_publicidad .content_box.box_buttons .btn_periodico_secundario {
  color: var(--neutral-white);
}

.wrap-organigrama {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 96px;
}

.wrap-organigrama .first-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin: 24px 0px;
  margin-bottom: 0;
  width: 100%;
}

.card-autor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.card-autor .wrap-image {
  width: 150px;
  min-width: 150px;
  height: 150px;
  border-radius: 150px;
  overflow: hidden;
}

.card-autor .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-autor .wrap-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.card-autor .wrap-info .wrap-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.card-autor .wrap-info .wrap-head p {
  font-family: var(--font-1);
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: var(--gray-1);
  text-align: center;
  margin: 0;
}

.card-autor .wrap-info .wrap-head span {
  display: block;
  font-family: var(--font-1);
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: var(--primary);
  text-align: center;
  margin: 0;
}

.card-autor .wrap-info .wrap-foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.card-autor .wrap-info .wrap-foot a svg {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 17px;
  width: auto;
  position: relative;
}

.card-autor .wrap-info .wrap-foot a:hover svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  opacity: 0.8;
  cursor: pointer;
}

.wrap-organigrama .second-row,
.wrap-organigrama .third-row,
.wrap-organigrama .fourth-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.wrap-organigrama .wrap-titulo h2 {
  color: var(--gray-1);
}

.wrap-organigrama .second-row .wrap-autores,
.wrap-organigrama .third-row .wrap-autores,
.wrap-organigrama .fourth-row .wrap-autores {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
  width: 100%;
  flex-wrap: wrap;
}

.wrap-organigrama .second-row .wrap-autores .card-autor,
.wrap-organigrama .fourth-row .wrap-autores .card-autor {
  width: calc(25% - 36px);
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}

.wrap-organigrama .third-row .wrap-autores .card-autor {
  width: calc(33% - 30px);
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}

.wrap-organigrama .second-row .wrap-autores .card-autor .wrap-image,
.wrap-organigrama .third-row .wrap-autores .card-autor .wrap-image {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 100px;
}

.wrap-organigrama .fourth-row .wrap-autores .card-autor .wrap-image {
  width: 15px;
  min-width: 15px;
  height: 16px;
  border-radius: 0;
}

.wrap-organigrama .second-row .wrap-autores .card-autor .wrap-info,
.wrap-organigrama .third-row .wrap-autores .card-autor .wrap-info,
.wrap-organigrama .fourth-row .wrap-autores .card-autor .wrap-info {
  align-items: flex-start;
  justify-content: space-between;
}

.wrap-organigrama .second-row .wrap-autores .card-autor .wrap-info .wrap-head p,
.wrap-organigrama
  .second-row
  .wrap-autores
  .card-autor
  .wrap-info
  .wrap-head
  span,
.wrap-organigrama .third-row .wrap-autores .card-autor .wrap-info .wrap-head p,
.wrap-organigrama
  .third-row
  .wrap-autores
  .card-autor
  .wrap-info
  .wrap-head
  span,
.wrap-organigrama .fourth-row .wrap-autores .card-autor .wrap-info .wrap-head p,
.wrap-organigrama
  .fourth-row
  .wrap-autores
  .card-autor
  .wrap-info
  .wrap-head
  span {
  text-align: left;
}

.wrap-organigrama .second-row .wrap-autores .card-autor .wrap-info .wrap-head,
.wrap-organigrama .third-row .wrap-autores .card-autor .wrap-info .wrap-head,
.wrap-organigrama .fourth-row .wrap-autores .card-autor .wrap-info .wrap-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

/* politicas */
.corporative-pages .wrap-text p,
.corporative-pages .wrap-text ul li,
.corporative-pages .wrap-text span {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-weight: 400;
  color: var(--gray-1);
  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: 0.75em;
  font-weight: 400;
  color: var(--primary);
  font-family: var(--font-3);
  font-size: 16px;
  line-height: normal;
  text-decoration: underline;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.corporative-pages .wrap-text a:hover {
  cursor: pointer;
  color: var(--primary);
  opacity: 0.8;
}

/*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;
}

.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(--primary);
  position: relative;
  z-index: 1;
}

.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(--secondary);
  position: relative;
  z-index: 0;
  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;
}
.Opinion .op-redactor .nombre-op-redactor {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px 8px;
  border-radius: 5px;
  background: transparent;
  position: relative;
  z-index: 0;
  margin-left: -5px;
  padding-left: 13px;
}
.Opinion .op-redactor .nombre-op-redactor span {
  font-family: var(--font-2);
  color: var(--primary);
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.wrap-FICHA-ARTICULO.ARTICULO_BLOG .op-redactor .nombre-op-redactor span a {
  color: var(--neutral-gray-1) !important;
}
.Opinion .edition {
  display: none;
}
.Opinion .op-redactor .op {
  display: none;
}
.LISTADO_BUSQUEDA
  .MODULO
  .MODULO_M
  .sec-wrap
  article
  .wrap-both
  .wrap-text
  .op-redactor {
  display: flex;
  justify-content: flex-start;
  margin-top: 8px;
}

.MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-2 .op-redactor,
.MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-3 .op-redactor {
  justify-content: flex-start;
}

.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: 12px;
}

.MODULO .slick-list .articulo-opinion .wrap-text {
  margin-top: 4px;
}

.MODULO .slick-list .articulo-opinion header {
  margin-top: 4px;
}

.MODULO .slick-list.slider-x3 .articulo-opinion .wrap-both,
.MODULO .slick-list.slider-x4 .articulo-opinion .wrap-both {
  display: flex;
  gap: 12px;
}

.MODULO .slick-list.slider-x3 .articulo-opinion .wrap-text .pretitulo,
.MODULO .slick-list.slider-x4 .articulo-opinion .wrap-text .pretitulo {
  text-align: left;
}

.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: left !important;
}

.MODULO .slick-list.slider-x3 .articulo-opinion .op-redactor,
.MODULO .slick-list.slider-x4 .articulo-opinion .op-redactor {
  justify-content: flex-start;
}

/* tags and share */
.tags-and-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  gap: 12px;
  padding-bottom: 1em;
  border-bottom: solid 1px var(--neutral-4);
  margin-bottom: 1em;
}

.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: 4px;
  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(--neutral-black);
  text-transform: uppercase;
  font-size: 14px;
}

.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 .autor-foto {
  display: none;
}

.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,
  .wrap-FICHA-ARTICULO.ARTICULO_ANALISIS
  .container
  .row
  .col
  .wrap-FULL
  .wrap-tit
  h2
  span{
  margin: 0;
  margin-right: auto;
  padding: 12px 24px;
  background-color: var(--primary);
}

.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(--secondary);
}

.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,
  .wrap-FICHA-ARTICULO.ARTICULO_ANALISIS
  .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,
  .wrap-FICHA-ARTICULO.ARTICULO_ANALISIS
  .container
  .row
  .col
  .wrap-FULL
  .wrap-tit
  h2::before {
  background: var(--primary);
  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(--secondary);
  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 ,
  .wrap-FICHA-ARTICULO.ARTICULO_ANALISIS
  .container
  .row
  .col
  .wrap-FULL
  .wrap-tit
  h2
  span{
  font-family: var(--font-1);
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--neutral-white);
  letter-spacing: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: fit-content;
  border-radius: 5px;
}

.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,
.wrap-FICHA-ARTICULO.ARTICULO_ANALISIS
  .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
  .container
  .row
  .col
  .wrap-FULL
  .wrap-tit
  .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: left;
  width: calc(100% - 356px);
  margin: 0 32px 16px 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(--primary);
  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(--primary);
}

.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;
}

/* 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 */
.lo-mas-leido-cabecero.busqueda-avanzada span {
  margin: 0;
  margin-right: auto;
  padding: 12px 24px;
  background-color: var(--primary);
}

.lo-mas-leido-cabecero.busqueda-avanzada {
  padding-left: 0;
}

.lo-mas-leido-cabecero.busqueda-avanzada::after {
  background: var(--primary);
  left: unset;
  right: 0;
  max-width: calc(100% - 400px);
}

.lo-mas-leido-cabecero.busqueda-avanzada span {
  font-family: var(--font-1);
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--neutral-white);
  letter-spacing: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: fit-content;
  border-radius: 5px;
}

.wrap-LISTADO.wrap-MEDIO .MODULO {
  margin-bottom: 1em;
}

/* art. opinión dentro de todos los módulos*/
.destacado-ceramica .MODULO .articulo-opinion .op-redactor .op,
.destacado-verde .MODULO .articulo-opinion .op-redactor .op,
.destacado-confidencial .MODULO .articulo-opinion .op-redactor .op,
.destacado-revista .MODULO .articulo-opinion .op-redactor .op,
.destacado-cultura .MODULO .articulo-opinion .op-redactor .op,
.destacado-negro .MODULO .articulo-opinion .op-redactor .op,
.destacado-deporte .MODULO .articulo-opinion .op-redactor .op,
.destacado-innovacion .MODULO .articulo-opinion .op-redactor .op {
  background: var(--neutral-white);
  border-right: 2px solid var(--neutral-4);
}

.destacado-ceramica .MODULO .articulo-opinion .op-redactor .op span,
.destacado-verde .MODULO .articulo-opinion .op-redactor .op span,
.destacado-confidencial .MODULO .articulo-opinion .op-redactor .op span,
.destacado-revista .MODULO .articulo-opinion .op-redactor .op span,
.destacado-cultura .MODULO .articulo-opinion .op-redactor .op span,
.destacado-negro .MODULO .articulo-opinion .op-redactor .op span,
.destacado-deporte .MODULO .articulo-opinion .op-redactor .op span,
.destacado-innovacion .MODULO .articulo-opinion .op-redactor .op span {
  color: var(--primary) !important;
}

.destacado-ceramica .MODULO .articulo-opinion .op-redactor .nombre-op-redactor,
.destacado-verde .MODULO .articulo-opinion .op-redactor .nombre-op-redactor,
.destacado-confidencial
  .MODULO
  .articulo-opinion
  .op-redactor
  .nombre-op-redactor,
.destacado-revista .MODULO .articulo-opinion .op-redactor .nombre-op-redactor,
.destacado-cultura .MODULO .articulo-opinion .op-redactor .nombre-op-redactor,
.destacado-negro .MODULO .articulo-opinion .op-redactor .nombre-op-redactor,
.destacado-deporte .MODULO .articulo-opinion .op-redactor .nombre-op-redactor,
.destacado-innovacion
  .MODULO
  .articulo-opinion
  .op-redactor
  .nombre-op-redactor {
  background: var(--neutral-white);
}

.destacado-ceramica
  .MODULO
  .articulo-opinion
  .op-redactor
  .nombre-op-redactor
  span,
.destacado-verde
  .MODULO
  .articulo-opinion
  .op-redactor
  .nombre-op-redactor
  span,
.destacado-confidencial
  .MODULO
  .articulo-opinion
  .op-redactor
  .nombre-op-redactor
  span,
.destacado-revista
  .MODULO
  .articulo-opinion
  .op-redactor
  .nombre-op-redactor
  span,
.destacado-cultura
  .MODULO
  .articulo-opinion
  .op-redactor
  .nombre-op-redactor
  span,
.destacado-negro
  .MODULO
  .articulo-opinion
  .op-redactor
  .nombre-op-redactor
  span,
.destacado-deporte
  .MODULO
  .articulo-opinion
  .op-redactor
  .nombre-op-redactor
  span,
.destacado-innovacion
  .MODULO
  .articulo-opinion
  .op-redactor
  .nombre-op-redactor
  span {
  color: var(--secondary) !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 .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: 0.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: 0.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: 110px;
  min-width: 110px;
  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: 0.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;
  text-align: center;
}

.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;
}

.MODULO .MODULO_1_1_4 .third-wrap .articulo-opinion .wrap-both {
  gap: 24px;
}

.MODULO .MODULO_1_1_4 .third-wrap .articulo-opinion .firma-hibrida {
  width: 100px;
  min-width: 100px;
}

.MODULO .MODULO_1_1_4 .third-wrap .articulo-opinion .wrap-text {
  width: 100%;
}

.MODULO .MODULO_1_1_4 .third-wrap .articulo-opinion .pretitulo {
  margin-top: 0;
  text-align: left;
}

.MODULO .MODULO_1_1_4 .third-wrap .articulo-opinion header h3 a {
  display: inline;
}

.MODULO .MODULO_1_1_4 .third-wrap .articulo-opinion .op-redactor {
  justify-content: flex-start;
}

.MODULO .MODULO_1_1_4 .sec-wrap .articulo-opinion .pretitulo {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_1_1_4 .sec-wrap .articulo-opinion .entradilla {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_1_1_3 .third-wrap .articulo-opinion .wrap-both {
  gap: 24px;
}

.MODULO .MODULO_1_1_3 .third-wrap .articulo-opinion .firma-hibrida {
  width: 100px;
  min-width: 100px;
}

.MODULO .MODULO_1_1_3 .third-wrap .articulo-opinion .wrap-text {
  width: 100%;
}

.MODULO .MODULO_1_1_3 .third-wrap .articulo-opinion .pretitulo {
  margin-top: 0;
  text-align: left;
}

.MODULO .MODULO_1_1_3 .third-wrap .articulo-opinion header h3 a {
  display: inline;
}

.MODULO .MODULO_1_1_3 .third-wrap .articulo-opinion .op-redactor {
  justify-content: flex-start;
}

.MODULO .MODULO_1_1_3 .first-wrap .articulo-opinion .pretitulo {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_1_1_3 .first-wrap .articulo-opinion .entradilla {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_1_1_3 .sec-wrap .articulo-opinion .pretitulo {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_1_1_3 .sec-wrap .articulo-opinion .entradilla {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_1_4 .third-wrap .articulo-opinion .wrap-both {
  gap: 24px;
}

.MODULO .MODULO_1_4 .third-wrap .articulo-opinion .firma-hibrida {
  width: 100px;
  min-width: 100px;
}

.MODULO .MODULO_1_4 .third-wrap .articulo-opinion .wrap-text {
  width: 100%;
}

.MODULO .MODULO_1_4 .third-wrap .articulo-opinion .pretitulo {
  margin-top: 0;
  text-align: left;
}

.MODULO .MODULO_1_4 .third-wrap .articulo-opinion header h3 a {
  display: inline;
}

.MODULO .MODULO_1_4 .third-wrap .articulo-opinion .op-redactor {
  justify-content: flex-start;
}

.MODULO .MODULO_1_4 .first-wrap .articulo-opinion .pretitulo {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_1_4 .first-wrap .articulo-opinion .entradilla {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_1_4 .sec-wrap .articulo-opinion .pretitulo {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_1_4 .sec-wrap .articulo-opinion .entradilla {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_1_4_1 .first-wrap .articulo-opinion .wrap-text {
  position: relative;
}

.MODULO .MODULO_1_4_1 .first-wrap .articulo-opinion .wrap-text .pretitulo {
  text-align: center;
}

.MODULO .MODULO_ASIM_1_3_3 .first-wrap .articulo-opinion .pretitulo {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_ASIM_1_3_3 .first-wrap .articulo-opinion .entradilla {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_ASIM_1_3_3 .sec-wrap .articulo-opinion .pretitulo {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_ASIM_1_3_3 .sec-wrap .articulo-opinion .entradilla {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_1_4_3 .first-wrap .articulo-opinion .wrap-both {
  flex-direction: column;
}

.MODULO .MODULO_1_4_3 .first-wrap .articulo-opinion .pretitulo {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_1_4_3 .first-wrap .articulo-opinion .entradilla {
  margin-top: 0;
  text-align: center;
}

.MODULO .MODULO_1_4_3 .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO_GRID_VERT .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO_XL_OVER .articulo-opinion .wrap-both .wrap-text {
  position: relative;
  margin-top: 1rem;
}

.MODULO .MODULO_XL_OVER .articulo-opinion .pretitulo {
  text-align: center;
}

.MODULO .MODULO_SLIDER .articulo-opinion .wrap-both {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.MODULO .MODULO_SLIDER .articulo-opinion .wrap-both .wrap-text {
  position: relative;
  bottom: 0;
}

.MODULO_1_3_1_2 .articulo-opinion .pretitulo {
  text-align: center !important;
}

.MODULO_1_3_1_2 .articulo-opinion .entradilla {
  text-align: center !important;
}

.MODULO_HORIZ_1 .sec-wrap .articulo-opinion .wrap-both {
  flex-direction: column;
}

.MODULO_HORIZ_1 .articulo-opinion .pretitulo {
  text-align: center !important;
}

.MODULO_HORIZ_1 .articulo-opinion .entradilla {
  text-align: center !important;
}

.MODULO-4-4 .articulo-opinion .pretitulo {
  text-align: center !important;
}

.MODULO-4-4 .articulo-opinion .entradilla {
  text-align: center !important;
}

.MODULO_M .articulo-opinion .pretitulo {
  text-align: center !important;
}

.MODULO_M .articulo-opinion .entradilla {
  text-align: center !important;
}

.MODULO_L .articulo-opinion .pretitulo {
  text-align: center !important;
}

.MODULO_L .articulo-opinion .entradilla {
  text-align: center !important;
}

.MODULO .MODULO_SLIDER .articulo-opinion .wrap-both .wrap-text {
  left: unset !important;
}

.MODULO_1_4.MODULO_1_4_ROBA .first-wrap {
  flex: 1 0 33%;
}

.MODULO_1_4.MODULO_1_4_ROBA .sec-wrap {
  flex: 1 0 33%;
}

.MODULO_1_4.MODULO_1_4_ROBA .third-wrap {
  flex: 1 0 33%;
}

.MODULO_2_4_ROBA .first-wrap .wrap_one article .wrap-both {
  flex-direction: column !important;
}

.MODULO_2_4_ROBA .sec-wrap {
  background-color: transparent !important;
}

.MODULO_MOTOR {
  display: flex;
}

.MODULO_MOTOR .first-wrap,
.MODULO_MOTOR .third-wrap {
  width: 25%;
}

.MODULO_MOTOR .sec-wrap {
  width: 50%;
  padding: 0 20px;
}

.MODULO_MOTOR .sec-wrap,
.MODULO_MOTOR .third-wrap {
  display: flex;
  flex: unset;
  margin-right: 0;
}

.MODULO_MOTOR .sec-wrap article,
.MODULO_MOTOR .third-wrap article {
  border-bottom: none;
  flex: unset;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.MODULO_MOTOR .sec-wrap article .wrap-both,
.MODULO_MOTOR .third-wrap article .wrap-both {
  flex-direction: column !important;
}

.MODULO_MOTOR .third-wrap article .wrap-both .wrap-media {
  flex: unset;
  width: 100%;
  margin-bottom: 1em;
  margin-right: 1em;
}

.MODULO_MOTOR .wrap-otros .pie-noticia .contenedor-redactor span a::after {
  content: none;
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: var(--primary);
}

.MODULO_MOTOR .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(--primary);
  position: relative;
  padding-left: 0px;
}

.MODULO_MOTOR .wrap-text .pretitulo {
  display: none;
  padding-left: 0px;
  margin-bottom: 2px;
  margin-top: 4px;
  text-align: left;
  position: relative;
}

.MODULO_MOTOR .wrap-both .wrap-text header h3 {
  word-break: break-word;
  font-size: 1.3rem;
}

.MODULO_MOTOR article .wrap-both .wrap-media {
  position: relative;
  margin-bottom: 1em;
}

.MODULO_MOTOR .first-wrap article .wrap-both .wrap-text,
.MODULO_MOTOR .sec-wrap article .wrap-both .wrap-text,
.MODULO_MOTOR .third-wrap article .wrap-both .wrap-text {
  margin-bottom: 1em;
}

.MODULO_MOTOR .sec-wrap {
  display: flex;
  flex: unset;
  margin-right: 0;
  flex-direction: column;
}

.MODULO_MOTOR .sec-wrap .wrap-media .img-wrap {
  padding-bottom: 40% !important;
}

.wrap-FICHA-ARTICULO
  .container
  .row
  .col
  .wrap-FULL
  .CONTENIDO-ARTICULO
  .art-cuerpo
  iframe {
  height: 100%;
}

.wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo iframe[src*="https://player.vimeo.com/"]
{
  height: 426px !important;
}
.wrap-FICHA-ARTICULO
  .container
  .row
  .col
  .wrap-FULL
  .CONTENIDO-ARTICULO
  .art-cuerpo
  ol,
.wrap-FICHA-ARTICULO
  .container
  .row
  .col
  .wrap-FULL
  .CONTENIDO-ARTICULO
  .art-cuerpo
  ul {
  margin: 0;
}
.media-pie {
  font-size: 16px !important;
}
.media-autor {
  font-size: 16px !important;
}
.wrap-FICHA-ARTICULO
  .container
  .row
  .col
  .wrap-FULL
  .CONTENIDO-ARTICULO
  .art-cuerpo
  img {
  margin-bottom: 0;
}

.grid-container__inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.grid-container__inner .col-3-4 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.grid-container__inner .col-1-4.last {
  width: fit-content;
  clear: right;
  float: right;
  margin-right: 0;
}

.grid-container__inner .col-3-4 .media.noticia{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.grid-container__inner .col-3-4 .media.noticia .img{
  margin-right:0;
  width: 25%;
  max-width: 161px;
  border-radius: 4px;
}

.grid-container__inner .col-3-4 .media.noticia .img img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.grid-container__inner .col-3-4 .media.noticia .bd{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.grid-container__inner .col-3-4 .media.noticia .bd .noticia__superior span{
  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(--primary);
  position: relative;
  padding-left: 16px;
}
.grid-container__inner .col-3-4 .media.noticia .bd .noticia__superior span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: var(--primary);
}

.grid-container__inner .col-3-4 .media.noticia .bd .noticia__titulo.h3{
  font-size: 2.999em;
  line-height: 100%;
  font-weight: bold;
  color: var(--neutral-gray-1);;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: -1px;
}

.grid-container__inner .col-3-4 .media.noticia .bd .noticia__entradilla{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.grid-container__inner .col-3-4 .media.noticia .bd .noticia__entradilla .noticia__firma{
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}

.grid-container__inner .col-3-4 .media.noticia .bd .noticia__entradilla .noticia__firma .noticia__por{
  display: none;
}

.grid-container__inner .col-3-4 .media.noticia .bd .noticia__entradilla .noticia__firma .tag-list{
  margin: 0;
  list-style: none;
  display: flex;
  padding: 0;
  gap:5px;
}

.grid-container__inner .col-3-4 .media.noticia .bd .noticia__entradilla .noticia__firma .tag-list li a{
  text-decoration: none;
  color: var(--primary);
  font-family: var(--font-3);
}

.grid-container__inner .col-3-4 .media.noticia .bd .noticia__entradilla .noticia__firma .noticia__firma-separador{
  font-weight: normal;
  color: #8a8a8a;
}

.grid-container__inner .col-3-4 .media.noticia .bd .noticia__entradilla .html-content p{
  margin: 0!important;
  line-height: normal;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--font-2);
}

.nav-podcast__plataformas.nav-podcast__plataformas--programa {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 10px;
}
.nav-podcast__plataformas a{
  width:fit-content;
  max-width: 22px;
  display: flex;
  justify-content: center;
}
.nav-podcast__plataformas svg{
  max-width: 100%;
}
 
.wrap-LISTADO.wrap-MEDIO .container-mega{
  max-width: 95%;
}
.wrap-LISTADO.wrap-MEDIO .container-mega .BN {
  max-width: 1200px;
}

@media (max-width:767px){
  .wrap-LISTADO.wrap-MEDIO{
    padding: 1em 0;
  }
  .grid-container__inner .col-3-4 .media.noticia {
    flex-direction: column;
  }
  .grid-container__inner .col-3-4 .media.noticia .img {
    width: 100%;
    max-width: 75%;
  }
  .grid-container__inner .col-3-4 .media.noticia .bd .noticia__entradilla {
    gap: 10px;
  }
  .grid-container__inner .col-3-4 .media.noticia .bd .noticia__titulo.h3 {
    font-size: 28px;
  }
  .wrap-LISTADO.wrap-MEDIO .MODULO article{
    margin-bottom: 0!important;
  }
  .container-mega:last-of-type{
    margin-top: 24px;
    margin-bottom: 0!important;
  }
  .container-mega:last-of-type .BN{
    margin-bottom: 0!important;
  }
}

.contenedor-estrecho{
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}

.contenedor-estrecho article{
  margin-bottom: 20px;
}

.contenedor-estrecho .noticia {
  font-size: 16px;
  display: flex;
}

.contenedor-estrecho .noticia .img {
  width: 25%;
  max-width: 161px;
  margin-right: 20px;
}

.contenedor-estrecho .noticia .img .plazaradio-programa{
  display: none;
}

.contenedor-estrecho .bd .noticia__titulo {
  font-weight: bold;
  font-size: 22px;
  color: #292929;
  margin-bottom: 10px;
  line-height: 1.1;
  margin-top: 0;
  letter-spacing: -1px;
}

.contenedor-estrecho .bd .noticia__titulo .html-content{
  color: #292929;
}

.contenedor-estrecho .bd .noticia__entradilla .noticia__firma .noticia__por{
  display: none;
}

.contenedor-estrecho .bd .noticia__entradilla .noticia__firma .tag-list li a{
  text-decoration: none;
  color: #4a82b9;
}


























/* BREACKPOINTS */
@media (max-width: 1213px) {
  .MODULO_ASIM_1_3_3 .first-wrap {
    width: 100%;
    flex: 1;
  }

  .MODULO_ASIM_1_3_3 .sec-wrap {
    width: 100%;
    flex: 1;
  }

  .MODULO_ASIM_1_3_3 {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
  .MODULO_2_1_4.MODULO_CULTURPLAZA article {
    width: 100%;
  }

  .wrap-FOOTER .footer-mid .box__ {
    flex-wrap: wrap;
  }

  .wrap-FOOTER .footer-mid .box__ .box_.box_1,
  .wrap-FOOTER .footer-mid .box__ .box_.box_2 {
    width: calc(50% - 16px);
  }

  .wrap-FOOTER .footer-mid .box__ .box_.box_3 {
    width: 100%;
  }

  .module_newsletter .float_image {
    top: unset;
    bottom: -20px;
  }

  .wrap-organigrama .second-row .wrap-autores .card-autor,
  .wrap-organigrama .fourth-row .wrap-autores .card-autor {
    width: calc(33% - 30px);
  }

  .wrap-organigrama .third-row .wrap-autores .card-autor {
    width: calc(50% - 24px);
  }

  .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,
  .MODULO .MODULO_1_1_3 .third-wrap article .wrap-both .wrap-text {
    padding-left: 1em;
  }

  .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: 24px;
    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: flex-start;
  }

  .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_1_4_3 .third-wrap .articulo-opinion .wrap-both {
    flex-direction: column;
  }

  .MODULO .MODULO_1_4_3 .third-wrap .articulo-opinion .pretitulo {
    text-align: center;
  }

  .modal-accionistas {
    background: var(--white);
    max-width: 100%;
    width: 100%;
    top: 0 !important;
    max-height: 100% !important;
  }

  .modal-accionistas .mid-content .left-content,
  .modal-accionistas .mid-content .right-content {
    width: 100% !important;
    align-items: center !important;
  }

  .mid-content .accionistas .col-12.col-lg-6 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .wrap-FICHA-ARTICULO.ARTICULO_BLOG .container .row .col .wrap-FULL .wrap-tit h2::before{
    max-width: calc(100% - 140px);
  }
  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit .span-antetitulo::after {
    font-size: 18px;
    line-height: 18px;
  }
  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit .span-antetitulo {
    line-height: 18px;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit .span-antetitulo span{
    margin-left: 4px;
  }
  .MODULO_MOTOR .third-wrap article .wrap-both .wrap-text {
    margin-bottom: 0;
  }
  .MODULO_MOTOR article .wrap-both .wrap-media{
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .TITULO-listado.sin_enlace h2.TITULO-ESPECIAL {
    font-size: 18px !important;
  }

  .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-suscripcion-new {
    width: 100%;
  }

  #modal-suscripcion-new .modal-content {
    padding-top: 0;
  }

  #modal-suscripcion-new .mid-content .Formulario {
    flex-direction: column;
  }

  #modal-suscripcion-new .mid-content .left-content {
    width: 100%;
    order: 2;
  }

  #modal-suscripcion-new .mid-content .right-content {
    width: 100%;
    order: 1;
  }

  .corporative-pages .wrap-titulo {
    margin-bottom: 24px;
  }

  .corporative-pages .wrap-titulo h2 {
    font-size: 24px;
  }

  .corporative-pages .header-content {
    height: 350px;
  }

  .wrap-organigrama .first-row {
    margin: 0;
  }

  .wrap-organigrama .second-row .wrap-autores,
  .wrap-organigrama .third-row .wrap-autores,
  .wrap-organigrama .fourth-row .wrap-autores {
    gap: 24px;
  }

  .wrap-organigrama .second-row .wrap-autores .card-autor,
  .wrap-organigrama .third-row .wrap-autores .card-autor,
  .wrap-organigrama .fourth-row .wrap-autores .card-autor {
    width: calc(50% - 12px);
  }

  .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;
  }

  .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
    .container
    .row
    .col
    .wrap-FULL
    .wrap-tit
    .art-entradilla {
    margin-bottom: 1em;
  }

  .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: 0.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_1_1_4 .third-wrap .articulo-opinion .wrap-both {
    gap: 24px;
  }

  .MODULO .MODULO_1_1_4 .third-wrap .articulo-opinion .firma-hibrida {
    width: 100px;
    min-width: 100px;
  }

  .MODULO .MODULO_1_1_4 .third-wrap .articulo-opinion .wrap-text {
    width: 100%;
  }

  .MODULO .MODULO_1_1_4 .third-wrap .articulo-opinion .pretitulo {
    margin-top: 0;
    text-align: center;
  }

  .MODULO .MODULO_1_1_4 .third-wrap .articulo-opinion header h3 a {
    display: inline;
  }

  .MODULO .MODULO_1_1_4 .third-wrap .articulo-opinion .op-redactor {
    justify-content: center;
  }

  .MODULO .MODULO_1_1_4 .third-wrap .articulo-opinion h3 {
    text-align: center;
  }

  .MODULO .MODULO_1_1_3 .third-wrap .articulo-opinion .firma-hibrida {
    width: 100px;
    min-width: 100px !important;
    max-width: 100px !important;
    height: 100px;
    max-height: 100px;
    margin-bottom: 0;
  }

  .MODULO .MODULO_1_1_3 .third-wrap .articulo-opinion .wrap-text {
    width: 100%;
  }

  .MODULO .MODULO_1_1_3 .third-wrap .articulo-opinion .pretitulo {
    margin-top: 0;
    text-align: center;
  }

  .MODULO .MODULO_1_1_3 .third-wrap .articulo-opinion header h3 a {
    display: inline;
  }

  .MODULO .MODULO_1_1_3 .third-wrap .articulo-opinion .op-redactor {
    justify-content: center;
  }

  .MODULO .MODULO_1_1_3 .third-wrap .articulo-opinion h3 {
    text-align: center;
  }

  .MODULO .MODULO_1_4 .third-wrap .articulo-opinion .firma-hibrida {
    width: 100px;
    min-width: 100px;
  }

  .MODULO .MODULO_1_4 .third-wrap .articulo-opinion .wrap-text {
    width: 100%;
  }

  .MODULO .MODULO_1_4 .third-wrap .articulo-opinion .pretitulo {
    margin-top: 0;
    text-align: center;
  }

  .MODULO .MODULO_1_4 .third-wrap .articulo-opinion header h3 a {
    display: inline;
  }

  .MODULO .MODULO_1_4 .third-wrap .articulo-opinion .op-redactor {
    justify-content: center;
  }

  .MODULO .MODULO_1_4 .third-wrap .articulo-opinion h3 {
    text-align: center;
  }

  .MODULO .MODULO_1_4 .sec-wrap {
    flex-direction: column;
  }

  .MODULO .MODULO_1_4_1 .sec-wrap {
    flex-direction: column;
  }

  .MODULO .MODULO_1_4_1 .first-wrap article {
    margin-right: 0;
  }

  .MODULO .MODULO_1_4_1 .sec-wrap article {
    margin-right: 0;
  }

  .MODULO .MODULO_1_4 .first-wrap article {
    margin-right: 0;
  }

  .MODULO .MODULO_1_4 .sec-wrap article {
    margin-right: 0;
  }

  .MODULO .MODULO_1_4_3 .articulo-opinion .pretitulo {
    text-align: center;
  }

  .modal-accionistas .top-content img {
    max-width: 80px;
    margin: 18px 0;
  }

  .modal-accionistas .mid-content {
    width: 100%;
    padding: 12px;
    gap: 24px;
  }

  .modal-accionistas .banner-login {
    padding: 24px;
    gap: 12px;
  }

  .wrap-FICHA-ARTICULO .wrap-tit .wrap-podcast {
    margin-bottom: 1em;
  }

  .MODULO_MOTOR {
    display: flex;
    flex-direction: column;
  }

  .MODULO_MOTOR .first-wrap,
  .MODULO_MOTOR .third-wrap {
    width: 100%;
  }

  .MODULO_MOTOR .sec-wrap {
    width: 100%;
    padding: 0px;
  }

  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit .art-entradilla{
    margin: .3em 0px!important;
  }
}

@media (max-width: 600px) {
  .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: 24px;
  }

  .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 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: 0.5em;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    padding-top: 0.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: 0.5em;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    padding-top: 0.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: 0.5em;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    padding-top: 0.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_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;
  }

  .PORTADILLA_CULTURPLAZA {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(1) .wrap-text h3 {
    color: inherit!important;
  }
  .PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(1) .wrap-text .entradilla {
    color: inherit!important;
  }

  .PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(1) .wrap-text {
    position: relative !important;
    background: transparent !important;
    padding: 0 !important;
  }
  .MODULO_1_1_3 .third-wrap article .wrap-both {
    flex-direction: column !important;
  }
}

@media (max-width: 575px) {
  .wrap-FOOTER .page-footer {
    padding: 24px 0px;
  }

  .page-footer .footer-top {
    padding: 36px 0px;
  }

  .wrap-FOOTER .footer-mid .box__ {
    gap: 14px;
  }

  .wrap-FOOTER .footer-mid .box__ .box_.box_1,
  .wrap-FOOTER .footer-mid .box__ .box_.box_2 {
    width: 100%;
  }

  .wrap-FOOTER .footer-copyright .centrado {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .wrap-FOOTER .footer-copyright .centrado span {
    text-align: center;
  }

  .footer-top nav ul {
    flex-direction: column;
  }

  #modal-suscripcion-new .mid-content .right-content .check__ > div span img {
    max-height: 16px;
  }

  #modal-suscripcion-new .mid-content {
    margin-top: 12px;
    gap: 16px;
  }

  #modal-suscripcion-new .mid-content .left-content > div {
    gap: 12px;
  }

  #modal-suscripcion-new .mid-content .left-content {
    gap: 12px;
  }

  #modal-suscripcion-new .mid-content .left-content form {
    gap: 12px;
    flex-direction: column;
  }

  #modal-suscripcion-new .mid-content .left-content form .input-field,
  #modal-suscripcion-new .mid-content .left-content form button {
    width: 100%;
  }

  #modal-suscripcion-new .mid-content .left-content form button {
    margin-bottom: 0;
  }

  #modal-suscripcion-new .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;
  }

  .module_box p {
    font-size: 24px;
  }

  .corporative-pages .wrap-precontent h3 {
    font-size: 28px;
  }

  .corporative-pages .wrap-precontent {
    margin-bottom: 24px;
  }

  .box___ {
    max-width: 100%;
    margin-bottom: 0px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }

  .box___.box_horizontal_triple .content_box:first-of-type {
    width: 100%;
  }

  .box___.box_horizontal_triple .content_box {
    width: 100%;
  }

  .box___.box_horizontal_triple.box_app a img {
    max-height: 60px;
    width: auto;
    margin: auto;
  }

  .box___.box_horizontal_triple .content_box p {
    margin-bottom: 6px;
  }

  .box___.box_horizontal_triple .content_box p,
  .box___.box_horizontal_triple .content_box span {
    text-align: center;
  }

  .box___ .content_box.box_buttons {
    gap: 12px;
  }

  .box___.box_horizontal_triple.box_quienes_somos .content_box:first-of-type,
  .box___.box_horizontal_triple.box_quienes_somos .content_box:nth-of-type(2),
  .box___.box_horizontal_triple.box_quienes_somos .content_box:nth-of-type(3) {
    width: 100%;
  }

  .box___.box_horizontal_triple.box_quienes_somos .content_box:first-of-type {
    text-align: center;
  }

  .box___.box_horizontal_triple.box_quienes_somos
    .content_box:first-of-type
    img {
    max-height: 60px;
    width: auto;
    margin: auto;
  }

  .wrap-organigrama .second-row .wrap-autores .card-autor,
  .wrap-organigrama .third-row .wrap-autores .card-autor,
  .wrap-organigrama .fourth-row .wrap-autores .card-autor {
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: solid 1px var(--neutral-4);
  }

  .wrap-organigrama .second-row .wrap-autores .card-autor:last-of-type,
  .wrap-organigrama .third-row .wrap-autores .card-autor:last-of-type,
  .wrap-organigrama .fourth-row .wrap-autores .card-autor:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .wrap-organigrama .second-row .wrap-autores .card-autor .wrap-info,
  .wrap-organigrama .third-row .wrap-autores .card-autor .wrap-info,
  .wrap-organigrama .fourth-row .wrap-autores .card-autor .wrap-info {
    width: 100%;
  }

  .wrap-organigrama .second-row,
  .wrap-organigrama .third-row,
  .wrap-organigrama .fourth-row {
    gap: 12px;
  }

  .wrap-organigrama .second-row .wrap-autores,
  .wrap-organigrama .third-row .wrap-autores,
  .wrap-organigrama .fourth-row .wrap-autores {
    gap: 0;
  }

  .wrap-organigrama {
    margin-bottom: 24px;
    gap: 24px;
  }

  .wrap-organigrama .first-row {
    gap: 24px;
  }

  .wrap-organigrama .first-row .card-autor {
    width: calc(50% - 12px);
    gap: 16px;
  }

  .wrap-organigrama .first-row .card-autor .wrap-image {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 120px;
  }

  #btn-enlaces-periodicos img {
    max-width: 38px;
  }

  #modal-suscripcion-new,
  #modal-enlaces-periodicos {
    width: 100%;
    min-height: 100vh;
    top: 0 !important;
  }

  .op-redactor .op span {
    font-size: 12px;
    line-height: 18px;
  }

  .op-redactor .nombre-op-redactor span {
    font-size: 12px;
    line-height: 18px;
  }
}

/* ESTILOS ART. CON GALERÍA DE IMG */
.art-con-fondo-negro {
  background: var(--color-9) !important;
}

.art-con-fondo-negro *:not(footer) {
  color: var(--neutral-white) !important;
  fill: var(--neutral-white) !important;
}

.art-con-fondo-negro .lo-mas-leido-cabecero span {
  background: var(--color-9);
}

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

.wrap-FICHA-ARTICULO.art-con-fondo-negro
  .container
  .row
  .col
  .wrap-FULL
  .CONTENIDO-ARTICULO
  .art-autor
  ul
  li.redactor::after {
  background: var(--neutral-white) !important;
}

.art-con-fondo-negro .rsDefault,
.art-con-fondo-negro .rsDefault .rsOverflow,
.art-con-fondo-negro .rsDefault .rsSlide,
.art-con-fondo-negro .rsDefault .rsThumbs,
.art-con-fondo-negro .rsDefault .rsVideoFrameHolder {
  background: var(--color-9) !important;
}

.art-con-fondo-negro .rsDefault .rsFullscreenIcn:hover {
  background: var(--color-9) !important;
}

.art-con-fondo-negro .infoBlockLeftBlack {
  background: var(--color-9) !important;
}

.art-con-fondo-negro .btn_white_black {
  color: var(--neutral-1) !important;
}

.art-con-fondo-negro .module_newsletter {
  background-color: var(--neutral-1);
}

/* NUEVOS MÓDULOS ROBA Y MEGA */

/*MODULO_ROBA2X_2_1_4*/
.MODULO .MODULO_ROBA2X_2_1_4 .wrap_three article,
.MODULO .MODULO_ROBA2X_2_1_4 .wrap_three article .wrap-both,
.MODULO .MODULO_ROBA2X_2_1_4 .wrap_three article .wrap-both .wrap-media figure,
.MODULO .MODULO_ROBA2X_2_1_4 .wrap_three article .wrap-both .wrap-media figure a .img-wrap{
  height: 100%;
}
.MODULO .MODULO_ROBA2X_2_1_4 .wrap_three article .wrap-both .wrap-media figure a{
  display: block;
  height: 100%;
}

/* .MODULO_ROBA_1_1_3 */
.MODULO .MODULO_ROBA_1_1_3 .sec-wrap article .wrap-both,
.MODULO .third-wrap article .wrap-both {
  flex-direction: row;
  gap: 0.5rem;
}

.MODULO .MODULO_ROBA_1_1_3 .third-wrap article .wrap-both .wrap-media {
  width: calc(100% - 1em);
  margin-bottom: 1em;
  margin-right: 0;
}

/* .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: 1em;
  margin-right: 1em;
  padding-bottom: 0;
}

.MODULO_ROBA_VERT_2 .third-wrap {
  margin-right: 0;
}

.MODULO_ROBA_VERT_2 .first-wrap header h3,
.MODULO_ROBA_VERT_2 .sec-wrap header h3 {
  font-size: 1.3rem;
}

.MODULO_ROBA_VERT_2 header {
  margin-top: 0.5rem;
}

/*.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 {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  grid-gap: 24px;
}

.MODULO_50_50_ROBA .first-wrap {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.MODULO_50_50_ROBA .sec-wrap {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.MODULO_50_50_ROBA .third-wrap {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.MODULO_50_50_ROBA .first-wrap article,
.MODULO_50_50_ROBA .sec-wrap article {
  margin: 0;
  flex: 0;
}

.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%;
  gap: 8px;
}

.MODULO_50_50_ROBA .first-wrap .wrap-text header,
.MODULO_50_50_ROBA .sec-wrap .wrap-text header {
  margin-top: 12px;
  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 .MODULO_ROBA_L .first-wrap .wrap-media .img-wrap {
  padding-bottom: 40% !important;
}

.MODULO_ROBA_L article {
  margin-bottom: 0 !important;
}

.MODULO_ROBA_L .first-wrap,
.MODULO_ROBA_L .sec-wrap {
  margin-bottom: 1em;
  margin-right: 1em;
  padding-bottom: 0;
}

.MODULO_ROBA_L .first-wrap {
  flex: 1 0 70%;
}

.MODULO_ROBA_L .sec-wrap {
  flex: 1 0 calc(30% - 1em);
}

.MODULO_ROBA_L .sec-wrap {
  margin-right: 0;
}

.MODULO_ROBA_L .wrap-both .wrap-text header h3 {
  margin-top: 0.3em;
  font-size: 2.999em;
}

.MODULO .MODULO_ROBA_L article .wrap-both .wrap-media,
.MODULO .MODULO_ROBA_L .wrap-both .wrap-media figure,
.MODULO .MODULO_ROBA_L .wrap-both .wrap-media figure a {
  /* max-height: 300px; */
  overflow: hidden;
}

.MODULO .MODULO_ROBA_L .first-wrap .wrap-media .img-wrap {
  padding-bottom: 56%;
}

/*.MODULO .MODULO_ROBA_XL_OVER .first-wrap .wrap-media .img-wrap {
  padding-bottom: 40%;
}*/

.MODULO_ROBA_2_1_4.MODULO_2_1_4 .sec-wrap .wrap-both .wrap-media .img-wrap {
  padding-bottom: 40% !important;
}

/*.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 article .pretitulo,
.MODULO_ROBA_XL_OVER article .entradilla,
.MODULO_ROBA_XL_OVER article .wrap-otros {
  display: none !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: 0;
  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;
}

.MODULO_ROBA_LISTADO_50_50 .entradilla {
  display: none !important;
}

/* galeria de imagenes articulo */

.cd-main-content {
  position: relative;
}

.z-9999 {
  z-index: 9999;
}

/* BREACKPOINTS MÓDULOS ROBA Y MEGA */
.PORTADILLA_CULTURPLAZA .first-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(2) {
  flex: unset;
  width: calc(50% - .5rem);
}

.PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(3) {
  flex: unset;
  width: calc(50% - .5rem);
}

.PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(2) h3 {
  font-size: 20px !important;
}

.PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(3) h3 {
  font-size: 20px !important;
}

.PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(1) .img-wrap {
  padding-bottom: 40%;
}

.PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(1) {
  flex: 100%;
}

.PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(1) .wrap-both {
  position: relative;
}

.PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(1) .wrap-text {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(1) .wrap-text h3{
  color: var(--neutral-6);
}
.PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(1) .wrap-text .entradilla{
  color: var(--neutral-6);
}

.PORTADILLA_CULTURPLAZA .sec-wrap {
  display: flex;
  justify-content: space-between;
}

.PORTADILLA_CULTURPLAZA .sec-wrap article .wrap-both .wrap-media {
  flex: 0 0 calc(40% - 1rem);
}

.PORTADILLA_CULTURPLAZA .sec-wrap article .wrap-both .wrap-text {
  flex: 0 0 calc(60% - 1rem);
}
.MODULO_ASIM_2_1 article h3{
  font-size: 175% !important;
  margin-top: 0 !important
}

/* MODULO_REVISTA */
.MODULO_REVISTA{
  display: flex;  
  flex-direction: row;
  flex-wrap: nowrap;
}
.MODULO_REVISTA .first-wrap{
  width: calc(40% - .5em);
  min-width: 40%;
  padding-right: 1em;
}
.MODULO_REVISTA .first-wrap article{
  height: 100%;
}
.MODULO_REVISTA .first-wrap article .wrap-both{
  height: 100%;
  position: relative;
}
.MODULO_REVISTA .first-wrap article .wrap-both .wrap-media{
  height: 100%;
  margin-bottom: 0;
}
.MODULO_REVISTA .first-wrap article .wrap-both .wrap-media figure{
  height: 100%;
}
.MODULO_REVISTA .first-wrap article .wrap-both .wrap-media figure a{
  display: block;
  height: 100%;
}
.MODULO_REVISTA .first-wrap article .wrap-both .wrap-media figure a .img-wrap{
  height: 100%;
}
.MODULO_REVISTA .first-wrap article .wrap-both .wrap-text{
  position: absolute;
    bottom: 0;
    width: 100%;
    background: #000000b5;
    padding: 24px;
    color: white;
    z-index: 1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.MODULO_REVISTA .first-wrap article .wrap-both .wrap-text .entradilla{
  color: white;
}
.MODULO_REVISTA .sec-wrap{
  width: calc(60% - .5em);
  max-width: 60%;
  flex-direction: column;
}
.MODULO_REVISTA .sec-wrap article{
  margin-right: 0;
}
.MODULO_REVISTA .sec-wrap article .wrap-both{
  flex-direction: row;
  gap: 0;
}
.MODULO_REVISTA.MODULO_REVISTA_1 .sec-wrap article .wrap-both{
  gap: 12px;
}
.MODULO_REVISTA .sec-wrap article .wrap-both .wrap-media{
  width: calc(50% - .5em);
}
.MODULO_REVISTA .sec-wrap article .wrap-both .wrap-text{
  width: calc(50% - .5em);
}

/* MODULO REVISTA 2 */
.MODULO_REVISTA.MODULO_REVISTA_2 .sec-wrap .first-container article .wrap-both{
  flex-direction: column;
}
.MODULO_REVISTA.MODULO_REVISTA_2 .sec-wrap .first-container article .wrap-both .wrap-media{
  width: 100%;
}
.MODULO_REVISTA.MODULO_REVISTA_2 .sec-wrap .sec-container{
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.MODULO_REVISTA.MODULO_REVISTA_2 .sec-wrap .sec-container article{
  width: calc(50% - .5em);
}
.MODULO_REVISTA.MODULO_REVISTA_2 .sec-wrap .sec-container article .wrap-both{
  flex-direction: column;
}
.MODULO_REVISTA.MODULO_REVISTA_2 .sec-wrap .sec-container article .wrap-both .wrap-media{
  width: 100%;
}
.MODULO_REVISTA.MODULO_REVISTA_2 .sec-wrap article .wrap-both .wrap-text{
  width: 100%;
}

@media (max-width: 991px) {
  .MODULO_50_50_ROBA {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    display: grid;
    grid-gap: 24px;
  }

  .MODULO_50_50_ROBA .first-wrap {
    grid-column: 1 / 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .MODULO_50_50_ROBA .sec-wrap {
    grid-column: 2 / 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .MODULO_50_50_ROBA .third-wrap {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .MODULO_REVISTA .first-wrap article {
    height: 500px;
  }
  .MODULO_REVISTA .first-wrap article .wrap-both {
    height: 100%;
  }
  .MODULO_REVISTA.MODULO_REVISTA_2 .sec-wrap .sec-container {
    flex-direction: column;
  }
  .MODULO_REVISTA.MODULO_REVISTA_2 .sec-wrap .sec-container article {
    width: 100%;
    margin-bottom: 0!important;
  }
  .MODULO_REVISTA {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .MODULO_REVISTA .first-wrap {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }
  .MODULO_REVISTA .first-wrap article .wrap-both .wrap-media {
    height: 100%;
  }
  .MODULO_REVISTA .sec-wrap {
    width: 100%;
    max-width: 100%;
  }
  .MODULO_REVISTA .sec-wrap article .wrap-both .wrap-media {
    margin-right: 0;
    width: calc(40% - .5em);
  }
  .MODULO_REVISTA .sec-wrap article .wrap-both .wrap-text {
    width: calc(60% - .5em);
  }

  .MODULO_50_50_ROBA .first-wrap > *:first-child,
  .MODULO_50_50_ROBA .sec-wrap > *:first-child {
    margin-bottom: 0 !important;
  }
  .MODULO_GRID_VERT.MODULO_PODCAST .wrap-podcast {
    width: 100%;
    min-width: 100%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .MODULO_GRID_VERT.MODULO_PODCAST .wrap-podcast a {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
}

@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: 1.2em;
  }

  .MODULO_ROBA_VERT_2 .third-wrap {
    margin-bottom: calc(1.2em + 10px);
  }

  .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;
  }

  .MODULO_MOTOR .third-wrap article .wrap-both .wrap-media {
    margin-bottom: 0;
    margin-right: 0;
  }
  .MODULO .MODULO_ROBA_1_1_3 .third-wrap article .wrap-both .wrap-media{
    width: 100% ;
    margin-bottom: 0;
    margin-right: 0;
  }
  .MODULO .MODULO_ROBA_1_1_3 .third-wrap article .wrap-both .wrap-text {
    padding-left: 1em;
  }
  .PD_directo{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #f3f3f3;
    padding: 8px 0px;
    -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;
  }
  .PD_directo .TITULO-listado{
    display: none!important;
  } 
  .PD_directo div#white-player{
    margin-bottom: 0!important;
    overflow: visible;
  }
  .PD_directo div.white-player-top{
    display: none!important;
  }
  .PD_directo div#white-player-controls {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .PD_directo div#white-player-controls div#play-pause {
    width: 35px;
    height: 35px;
  }
  .PD_directo div#white-player-controls div#play-pause.amplitude-paused,
  .PD_directo div#white-player-controls div#play-pause.amplitude-playing{
    background-size: 35px;
  }
  .PD_directo div#white-player-controls div#previous,
  .PD_directo div#white-player-controls div#next{
    height: 25px;
    width: 25px;
    background-size: 25px;
  }
  .PD_directo #onair {
    top: -20px;
    left: -4px;
    right: unset;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -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;
  }
  .PD_directo #onair div img {
    max-height: 15px;
  }
  .PD_directo #onair div span {
    font-size: 14px;
    line-height: 14px;
  }
  .PD_directo #vector-icon {
    width: 60px;
    min-width: 60px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .PD_directo .toggle-button {
    position: absolute;
    top: -28px;
    right: -4px;
    opacity: 1;
    background-color: #f3f3f3;
    color: var(--primary);
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 11px;
    z-index: 1001;
    border-radius: 4px 4px 0 0;
    box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
    width: 25px;
    height: 25px;
    font-family: var(--font-2);
    font-weight: bold;
    text-align: center;
    display: flex!important;
    justify-content: center;
    align-items: center;
  }
  
  .PD_directo.hidden {
    bottom: -70px;
    display: block;
  }
  .PD_directo.hidden #onair{
    top: -36px;
  }
}

.contenedor_audio_unico {
  margin-bottom: 24px;
}

.contenedor_audio_unico .titulo_audio_unico_art {
  width: fit-content;
  padding: 5px 10px;
  color: var(--primary) !important;
  font-family: var(--font-1);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.reproductor_audio_ficha_art {
  width: 100%;
}

.MODULO .MODULO_ROBA2X_L .first-wrap .wrap-media .img-wrap {
  padding-bottom: 56% !important;
}

.MODULO_ROBA2X_LISTADO_50_50 article{
  margin-bottom: 1rem;
}

/* cabecera autor */
.cabecero-page-autor{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: solid 1px var(--neutral-4);
  border-top: solid 1px var(--neutral-4);
  margin-bottom: 1em;
  padding-bottom: 1em;
  margin-top: .1em;
  padding-top: 1em;
}
.cabecero-page-autor .wrap-left{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
}
.cabecero-page-autor .wrap-left .wrap-image{
  width: 150px;
  height: 150px;
  min-width: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  background-color: var(--primary);
}
.cabecero-page-autor .wrap-left .wrap-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.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;
}
.cabecero-page-autor .wrap-left .datos{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}
.cabecero-page-autor .wrap-left .datos .nombre{
  color: var(--neutral-gray-1);
  font-family: var(--font-1);
  font-size: 22px;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}
.cabecero-page-autor .wrap-left .datos .cargo{
  color: var(--primary);
  font-family: var(--font-3);
  font-size: 18px;
  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;
  background:#eaeaea;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
}
.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;
  font-size: 22px;
  height: auto;
  line-height: normal;
  padding: 0;
  text-align: center;
  font-family: var(--font-2);
  font-weight: var(--fw-700);
  color: var(--neutral-black);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cabecero-page-autor .wrap-left .datos ul li a svg{
  width: 15px;
}
.cabecero-page-autor .wrap-left .datos ul li a svg path{
  color: var(--neutral-black);
}
.cabecero-page-autor .wrap-left .datos ul li a:hover{
  opacity: .8;
}
.cabecero-page-autor .wrap-right{
  width: 100%;
}
.cabecero-page-autor .wrap-right p{
  color: var(--neutral-gray-1);
  font-family: var(--font-3);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

/* cabecera tag */
.listado-busqueda-tag{
  margin-bottom: 1em;
}
.box-tag{
  justify-content: flex-start;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-direction: row;
  margin: 1px 0;
  width: 100%;
  padding-left: 0;
  text-align: left;
  margin-bottom: 12px !important;
}
.box-tag::after {
  content: "";
  position: absolute;
  background: var(--primary);
  left: unset;
  right: 0;
  max-width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  z-index: -1;
}
.box-tag span {
  font-family: var(--font-3);
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--neutral-white);
  letter-spacing: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: fit-content;
  border-radius: 5px;
  margin: 0;
  margin-right: auto;
  padding: 12px 24px;
  background-color: var(--primary);
  position: relative;
}
.box-tag span::before{
  content: "";
  position: absolute;
  background: var(--white);
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
}

@media (max-width: 600px){
  .cabecero-page-autor .wrap-left{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .cabecero-page-autor .wrap-left .datos {
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

.cabecero-cate-tag{
  font-size: 60%;
  margin-bottom: 40px;
}



/* MEJORAS 2/06 AXEL */
.destacado-ceramica .MODULO, .destacado-verde .MODULO, .destacado-confidencial .MODULO, .destacado-revista .MODULO, .destacado-cultura .MODULO, .destacado-negro .MODULO, .destacado-deporte .MODULO, .destacado-innovacion .MODULO, .destacado-gris .MODULO, .destacado-inmobiliaria .MODULO{padding-top: 0!important;padding-bottom: 0!important;}

.TRIPLE_SUPERIOR .BN{height: 100%;margin: 0;background: #fbf8f8;padding: 12px;padding-bottom:24px;position: relative;border-radius: 8px;}
.TRIPLE_SUPERIOR .BN::after{content: 'Publicidad';position: absolute;bottom: 4px;left: 50%;transform: translate(-50%,0px);-webkit-transform: translate(-50%,0px);font-family: var(--font-3);color: #929292;font-weight: 500;line-height: normal;font-size: 12px;}
.BN.bn-after-blanco::after {color: #FFFFFF !important;}
.TRIPLE_SUPERIOR .BN iframe{display: block!important;}
.TRIPLE_SUPERIOR .BN ins{display: block!important;}

.container-mega .BN{height: 100%;margin: 0;background: #fbf8f8;padding: 12px;padding-bottom:24px;position: relative;border-radius: 8px;margin-bottom: 20px;}
.container-mega .BN::after{content: 'Publicidad';position: absolute;bottom: 4px;left: 50%;transform: translate(-50%,0px);-webkit-transform: translate(-50%,0px);font-family: var(--font-3);color: #929292;font-weight: 500;line-height: normal;font-size: 12px;}

.COLUMNA-DER .BN{height: 100%;margin: 0;background: #fbf8f8;padding: 12px;padding-bottom:24px;position: relative;border-radius: 8px;margin-bottom: 12px;max-width: 324px;}
.COLUMNA-DER .BN::after{content: 'Publicidad';position: absolute;bottom: 4px;left: 50%;transform: translate(-50%,0px);-webkit-transform: translate(-50%,0px);font-family: var(--font-3);color: #929292;font-weight: 500;line-height: normal;font-size: 12px;}

.CONTENIDO-DER .BN{height: 100%;margin: 0;background: #fbf8f8;padding: 12px;padding-bottom:24px;position: relative;border-radius: 8px;margin-bottom: 12px;max-width: 324px;}
.CONTENIDO-DER .BN::after{content: 'Publicidad';position: absolute;bottom: 4px;left: 50%;transform: translate(-50%,0px);-webkit-transform: translate(-50%,0px);font-family: var(--font-3);color: #929292;font-weight: 500;line-height: normal;font-size: 12px;}

/*GENERAL*/
.wrap-SUPERIOR .MODULO{margin-top: 0;}
.wrap-TRIPLE.TRIPLE_SUPERIOR .TITULO-listado{padding-top: 20px;}
.wrap-TRIPLE.TRIPLE_SUPERIOR .MODULO{padding-top: 20px;padding-bottom: 20px;}
.wrap-TRIPLE.TRIPLE_SUPERIOR .TITULO-listado+.MODULO{margin-top: 0;padding-top: 0;}
.wrap-TRIPLE.TRIPLE_SUPERIOR .TITULO-listado{margin-bottom: 32px;}
.wrap-TRIPLE.TRIPLE_SUPERIOR .TITULO-listado h2 span{padding-bottom: 0;padding-top: 0;color: #1C1C1C;}
.MODULO .wrap-both header{margin-top: 0;margin-bottom: 0;}
.MODULO .sec-wrap .wrap-both header{margin-top: 0;margin-bottom: 0;}
.MODULO .wrap-both .wrap-text header h3{margin: 0;}
.MODULO .wrap-both .wrap-text header h3 a{color: #1C1C1C;line-height: 125%;}
.MODULO .first-wrap article .wrap-both .wrap-media, .MODULO .sec-wrap article .wrap-both .wrap-media, .MODULO .third-wrap article .wrap-both .wrap-media{margin-bottom: 12px;}
.wrap-otros .pie-noticia .contenedor-redactor span a{padding-left: 16px;}
.wrap-otros .pie-noticia .contenedor-redactor span a::after{top: 50%;transform: translate(0, -50%);-webkit-transform: translate(0, -50%);}
.MODULO .first-wrap{margin-bottom: 0;}
.MODULO .sec-wrap article{margin-bottom: 0;}
.wrap-FICHA-ARTICULO .wrapRoyalSlider{overflow: visible;margin-top: 45px;}
.wrap-FICHA-ARTICULO .rsDefault .rsGCaption{background: transparent;top: -30px;font-size: 22px;left: -6px;}
.wrap-FICHA-ARTICULO .rsDefault .rsGCaption .num-actual{font-weight: bold;color: black;}
.wrap-FICHA-ARTICULO .rsDefault .rsGCaption .total-slide{color: black;}
.art-con-fondo-negro .rsDefault .rsGCaption .num-actual{font-weight: bold;color: white!important;}
.art-con-fondo-negro .rsDefault .rsGCaption .total-slide{font-weight: bold;color: var(--gray-2)!important;}

.rsArrow{cursor: pointer;display: block;height: 44px;position: absolute;width: 44px;z-index: 21;opacity: 1;transition: opacity .3s linear;}
.rsArrowLeft {right: 35px;top: -45px;}
.rsArrowIcn {background-color: var(--gray-2);border-radius: 2px;cursor: pointer;height: 32px;left: 50%;margin-left: -16px;margin-top: -16px;position: absolute;position: relative;top: 50%;width: 32px;}
.rsArrowLeft .rsArrowIcn {background-position: -64px -32px;position: relative;}
.rsArrowLeft .rsArrowIcn:after {-webkit-font-feature-settings: "liga";color: #fff;content: "keyboard_arrow_left";font-family: Material Icons;font-size: 2em;position: absolute;top: .35em;}
.rsArrowRight {right: -6px;top: -45px;}
.rsArrowRight .rsArrowIcn {background-position: -64px -64px;position: relative;}
.rsArrowRight .rsArrowIcn:after {-webkit-font-feature-settings: "liga";color: #fff;content: "keyboard_arrow_right";font-family: Material Icons;font-size: 2em;position: absolute;top: .35em;}
.royalSlider.rsFullscreen .rsGCaption{top: 12px;left: 12px;}

.wrap-cont-and-btn-fotogaleria .prev-next{display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: flex-end;gap: 8px;}
.wrap-cont-and-btn-fotogaleria .flecha{background-color: var(--gray-2);border-radius: 2px;cursor: pointer;height: 32px;width: 32px;position: relative;display: flex;align-items: center;justify-content: center;text-align: center;}
.wrap-cont-and-btn-fotogaleria .flecha.prev:after{-webkit-font-feature-settings: "liga";color: #fff;content: "keyboard_arrow_left";font-family: Material Icons;font-size: 2em;position: absolute;top: 50%;left:50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);line-height: normal;}
.wrap-cont-and-btn-fotogaleria .flecha.next:after{-webkit-font-feature-settings: "liga";color: #fff;content: "keyboard_arrow_right";font-family: Material Icons;font-size: 2em;position: absolute;top: 50%;left:50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);line-height: normal;}
.wrap-cont-and-btn-fotogaleria{display: flex;float: left;margin-right: 32px;width: calc(100% - 356px);padding: 4px 0px;flex-direction: row;flex-wrap: nowrap;gap: 32px;align-items: center;justify-content: space-between;}
.wrap-cont-and-btn-fotogaleria .num-actual{font-weight: bold;color: black;font-size: 18px;}
.wrap-cont-and-btn-fotogaleria .num-total{color: black;font-size: 18px}
.wrap-carousel-more-image{position: relative;width: 100%;}
.wrap-carousel-more-image .wrap-buttons{display: flex;flex-direction: row;align-items: center;justify-content: flex-end;gap:4px}
.wrap-carousel-more-image .arrow{background-color: var(--gray-2);border-radius: 2px;cursor: pointer;height: 32px;width: 32px;display: flex;align-items: center;justify-content: center;text-align: center;}
.wrap-more-image{position:relative;padding: 4px 0px;display: flex;align-items: center;justify-content: flex-start;gap: 4px;flex-wrap: nowrap;overflow-x: scroll;overflow-y:hidden;width: 100%;}
.wrap-more-image::-webkit-scrollbar {display: none;}
.wrap-more-image div{width: 100px;min-width: 100px;height: 100px;border-radius: 2px;border: solid 2px transparent;}
.wrap-more-image div.active{border: solid 2px var(--primary);}
.wrap-more-image div a{display: block;width: 100%;height: 100%;border-radius: 2px;}
.wrap-more-image div a img{width: 100%;height: 100%;object-fit: cover;border-radius: 2px;}
.wrap-more-image .arrow.left{position: absolute;top:50%;left: 0;transform: translate(-50%,0);}

.art-con-fondo-negro .wrap-cont-and-btn-fotogaleria .num-actual{font-weight: bold;color: white!important;}
.art-con-fondo-negro .wrap-cont-and-btn-fotogaleria .num-total{font-weight: bold;color: var(--gray-2)!important;}

.fancy-ancor{height: 100%;position: absolute;width: 100%;z-index: 1;bottom: -1000%;left: -1000%;margin: auto;right: -1000%;top: -1000%;border-radius: 4px;}
.botones-personalizados button {
  background-color: #0096db;
  border: none;
  color: white;
  padding: 10px 14px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.botones-personalizados button:hover {
  background-color: #007bb0;
}

@media (max-width: 991px){
  .fotogaleria .wrap-cont-and-btn-fotogaleria{order: 1;width: 100%;margin: 0;}
  .fotogaleria .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-media{margin-top: 4px;} 
}
@media (max-width: 575px){
  .wrap-FICHA-ARTICULO.fotogaleria .container .row .col .wrap-FULL .wrap-media{width: 100%;}
}
/*GENERAL*/

/*MODULO_XXL_NUEVO*/
.MODULO .MODULO_XXL_NUEVO .first-wrap .wrap-both .wrap-text .wrap-otros{margin-top: 24px;}
.MODULO_XXL_NUEVO .first-wrap{margin-bottom: 32px;padding-bottom: 0;}
.MODULO_XXL_NUEVO .sec-wrap{justify-content: flex-start;align-items: stretch;gap: 32px;}
.MODULO_XXL_NUEVO .sec-wrap article{margin: 0;flex: 1 0 calc(33.33% - 32px);}
/*MODULO_XXL_NUEVO*/

/*MODULO_XL*/
.MODULO_XL{padding-bottom: 0;}
.MODULO .MODULO_XL .first-wrap{margin-bottom: 0;}
.MODULO .MODULO_XL .first-wrap .wrap-media .img-wrap{padding-bottom: 40%;}
/*MODULO_XL*/

/*.MODULO_VERT_2*/
.MODULO_VERT_2{display: flex;justify-content: flex-start;align-items: stretch;gap: 32px;}
.MODULO_VERT_2 .first-wrap, .MODULO_VERT_2 .sec-wrap{flex: 1 0 calc(50% - 32px);margin-bottom: 0;}
.MODULO_VERT_2 header {margin-top: 0!important;}
.MODULO_VERT_2 .first-wrap article, .MODULO_VERT_2 .sec-wrap article{margin-bottom: 0;}
/*.MODULO_VERT_2*/

/*.MODULO_VERT_3*/
.MODULO_VERT_3{padding-bottom: 0;}
.MODULO_VERT_3 .slick-list .slick-slide{margin-right: 32px;}
.MODULO_VERT_3 article .wrap-both .wrap-media{margin-bottom: 12px;}
.MODULO .MODULO_VERT_3 .wrap-media .img-wrap{padding-bottom: 56%;}
.MODULO_VERT_3 h3 {font-size: 22px;}
/*.MODULO_VERT_3*/

/*.MODULO_VERT_4*/
.MODULO_VERT_4{padding-bottom: 0;}
.MODULO_VERT_4 .slick-list .slick-slide{margin-right: 32px;}
.MODULO_VERT_4 article .wrap-both .wrap-media{margin-bottom: 12px;}
.MODULO .MODULO_VERT_4 .wrap-media .img-wrap{padding-bottom: 56%;}
.MODULO_VERT_4 h3 {font-size: 18px;}
/*.MODULO_VERT_4*/

/*.MODULO_VERT_6*/
.MODULO_VERT_6{padding-bottom: 0;}
.MODULO_VERT_6 .slick-list .slick-slide{margin-right: 32px;}
.MODULO_VERT_6 article .wrap-both .wrap-media{margin-bottom: 12px;}
.MODULO .MODULO_VERT_6 .wrap-media .img-wrap{padding-bottom: 56%;}
.MODULO_VERT_6 h3 {font-size: 18px;}
/*.MODULO_VERT_6*/

/*.MODULO_HORIZ_2*/
.MODULO_HORIZ_2{display: flex;justify-content: flex-start;align-items: stretch;gap: 32px;}
.MODULO_HORIZ_2 .first-wrap, .MODULO_HORIZ_2 .sec-wrap{flex: 1 0 calc(50% - 32px);}
.MODULO_HORIZ_2 .first-wrap article .wrap-both, .MODULO_HORIZ_2 .sec-wrap article .wrap-both{display: flex;flex-direction: row;align-items: stretch;justify-content: flex-start;gap: 16px;}
.MODULO_HORIZ_2 .first-wrap article .wrap-both .wrap-media, .MODULO_HORIZ_2 .sec-wrap article .wrap-both .wrap-media{margin-bottom: 0;margin-right:0;flex: calc(40% - 16px)!important;}
.MODULO_HORIZ_2 .first-wrap article .wrap-both .wrap-text, .MODULO_HORIZ_2 .sec-wrap article .wrap-both .wrap-text{flex: calc(60% - 16px);}
.MODULO_HORIZ_2 .first-wrap article .wrap-both .wrap-text h3, .MODULO_HORIZ_2 .sec-wrap article .wrap-both .wrap-text h3{font-size: 22px!important;}
.MODULO_HORIZ_2 .first-wrap article, .MODULO_HORIZ_2 .sec-wrap article,
.MODULO_HORIZ_2 .first-wrap article .wrap-both, .MODULO_HORIZ_2 .sec-wrap article .wrap-both,
.MODULO_HORIZ_2 .first-wrap article .wrap-both .wrap-media figure, .MODULO_HORIZ_2 .sec-wrap article .wrap-both .wrap-media figure,
.MODULO_HORIZ_2 .first-wrap article .wrap-both .wrap-media figure .img-wrap, .MODULO_HORIZ_2 .sec-wrap article .wrap-both .wrap-media figure .img-wrap{
  height: 100%;
}
.MODULO_HORIZ_2 .first-wrap article .wrap-both .wrap-media figure a, .MODULO_HORIZ_2 .sec-wrap article .wrap-both .wrap-media figure a{height: 100%;}
/*.MODULO_HORIZ_2*/

/*.MODULO_ASIM_1_3*/
.MODULO_ASIM_1_3{display:flex;align-items: flex-start;gap: 32px;justify-content: flex-start;}
.MODULO_ASIM_1_3 .first-wrap{padding: 0;flex: 1 0 calc(50% - 32px)}
.MODULO_ASIM_1_3 .first-wrap article .wrap-both .wrap-text header{margin-top: 0!important;}
.MODULO_ASIM_1_3 .sec-wrap{flex: 1 0 calc(50% - 32px);display: flex;gap: 32px;flex-direction: column;}
.MODULO_ASIM_1_3 .sec-wrap article .wrap-both{gap: 16px;}
.MODULO_ASIM_1_3 .sec-wrap article .wrap-both .wrap-media{margin-right: 0;margin-bottom: 0;flex: 1 0 calc(40% - 16px);}
.MODULO_ASIM_1_3 .sec-wrap article .wrap-both .wrap-text{flex: 1 0 calc(60% - 16px);}
.MODULO_ASIM_1_3 .sec-wrap article .wrap-both .wrap-text h3{font-size: 22px;}
/*.MODULO_ASIM_1_3*/

/*.MODULO_ASIM_1_6*/
.MODULO_ASIM_1_6 {display: flex;flex-direction: row;flex-wrap: nowrap;gap: 32px;}
.MODULO_ASIM_1_6 .first-wrap{flex: 1 0 calc(50% - 32px);padding-right: 0;}
.MODULO_ASIM_1_6 .sec-wrap{gap: 24px;flex: 1 0 calc(50% - 32px);flex-direction: row;flex-wrap: wrap;justify-content: flex-start;align-items: stretch;}
.MODULO_ASIM_1_6 .sec-wrap article{flex: 1 0 calc(33.33% - 24px);margin-bottom: 0;}
.MODULO_ASIM_1_6 .sec-wrap article h3{font-size: 18px;}
/*.MODULO_ASIM_1_6*/

/*.MODULO-30-70.MODULO-30-70-READAPTED*/
.MODULO-30-70.MODULO-30-70-READAPTED{gap: 32px;}
.MODULO-30-70.MODULO-30-70-READAPTED .first-wrap{width: 100%;flex: 1 0 calc(70% - 32px);}
.MODULO-30-70.MODULO-30-70-READAPTED .first-wrap article{margin-bottom: 0;}
.MODULO-30-70.MODULO-30-70-READAPTED .first-wrap article h3{font-size: 36px!important;}
.MODULO-30-70.MODULO-30-70-READAPTED .sec-wrap{width: 100%;flex: 1 0 calc(30% - 32px);display: flex;flex-direction: column;gap: 32px;}
.MODULO-30-70.MODULO-30-70-READAPTED .sec-wrap .wrap-both .wrap-media{display: none;}
/*.MODULO-30-70.MODULO-30-70-READAPTED*/

/*.MODULO_2_1_4.MODULO_2_1_4_READAPTED*/
.MODULO_2_1_4.MODULO_2_1_4_READAPTED{display: flex;flex-direction: row;flex-wrap: wrap;gap: 32px;align-items: stretch;justify-content: flex-start;margin-bottom: 0;}
.MODULO_2_1_4.MODULO_2_1_4_READAPTED .first-wrap{flex: 1 0 calc(70% - 32px);display: flex;flex-direction: row;gap: 32px;flex-wrap: wrap;}
.MODULO_2_1_4.MODULO_2_1_4_READAPTED .first-wrap > div{flex: 1 0 calc(30% - 32px);display: flex;flex-direction: column;gap: 32px;justify-content: space-between;}
.MODULO_2_1_4.MODULO_2_1_4_READAPTED .first-wrap > div article h3{font-size: 18px!important;}
.MODULO_2_1_4.MODULO_2_1_4_READAPTED .first-wrap > div + article{flex: 1 0 calc(70% - 32px);}
.MODULO_2_1_4.MODULO_2_1_4_READAPTED .first-wrap > div + article h3{font-size: 36px!important;}
.MODULO_2_1_4.MODULO_2_1_4_READAPTED .sec-wrap{flex: 1 0 calc(30% - 32px);display: flex;flex-direction: column;gap: 32px;}
.MODULO_2_1_4.MODULO_2_1_4_READAPTED .sec-wrap article h3{font-size: 18px!important;}
.MODULO_2_1_4.MODULO_2_1_4_READAPTED .third-wrap{flex: 1 0 100%;display: flex;flex-direction: row;gap: 32px;align-items: stretch;justify-content: flex-start;}
.MODULO_2_1_4.MODULO_2_1_4_READAPTED .third-wrap article{flex: 1 0 calc(33.33% - 32px);margin-bottom: 0;}
.MODULO_2_1_4.MODULO_2_1_4_READAPTED .third-wrap article .wrap-both{gap: 16px;flex-direction: column;}
.MODULO_2_1_4.MODULO_2_1_4_READAPTED .third-wrap article .wrap-both .wrap-media{margin-bottom: 0;margin-right: 0;width: 100%;}
.MODULO_2_1_4.MODULO_2_1_4_READAPTED .third-wrap article .wrap-both .wrap-text{width: 100%;margin-bottom: 0;}
/*.MODULO_2_1_4.MODULO_2_1_4_READAPTED*/

/*.MODULO_XXL*/
.MODULO_XXL{padding-bottom: 0;gap: 32px;}
.MODULO_XXL .first-wrap{flex: 1 0 calc(70% -32px);}
.MODULO_XXL .first-wrap article .wrap-both .wrap-text header{margin-top: 0!important;}
.MODULO_XXL .sec-wrap{flex: 1 0 calc(30% - 32px);margin-right: 0;align-items: flex-start;justify-content: flex-start;gap: 32px;}
/*.MODULO_XXL*/

/*MODULO_HORIZ_3*/
.MODULO_HORIZ_3 {display: flex;justify-content: flex-start;align-items: stretch;gap: 32px;}
.MODULO_HORIZ_3 .first-wrap,.MODULO_HORIZ_3 .sec-wrap,.MODULO_HORIZ_3 .third-wrap{flex: 1 0 calc(33.33% - 32px);}
.MODULO_HORIZ_3 article .wrap-both{gap:16px!important;}
.MODULO_HORIZ_3 article .wrap-media{margin: 0!important;flex: 1 0 calc(40% - 16px)!important;}
.MODULO_HORIZ_3 article .wrap-text{margin: 0!important;flex: 1 0 calc(60% - 16px);}
/*MODULO_HORIZ_3*/

/*MODULO_1_1_4*/
.MODULO_1_1_4{padding-bottom: 0!important;gap: 32px;}
.MODULO_1_1_4 .first-wrap .wrap-text{border-radius: 2px;}
.MODULO_1_1_4 .sec-wrap {flex: 1 0 calc(50% - 32px);}
.MODULO_1_1_4 .third-wrap{flex: 1 0 calc(50% - 32px);padding: 0;margin: 0;gap: 32px;display: flex;flex-direction: column;flex-wrap: wrap;width: 100%;justify-content: flex-start;align-items: flex-start;}
.MODULO_1_1_4 .third-wrap article{margin: 0;flex:0;width: 100%;}
.MODULO_1_1_4 .third-wrap article .wrap-both{display: flex;flex-direction: row;gap: 16px;}
.MODULO_1_1_4 .third-wrap article .wrap-both .wrap-media{margin: 0;flex: 1 0 calc(50% - 16px);}
.MODULO_1_1_4 .third-wrap article .wrap-both .wrap-text{margin: 0;flex: 1 0 calc(50% - 16px);}
/*MODULO_1_1_4*/

/*.MODULO_1_1_3*/
.MODULO .MODULO_1_1_3{gap: 32px;}
.MODULO .MODULO_1_1_3 .first-wrap{border: none;flex: 1 0 calc(100% - 332px);margin-right: 0;padding-right: 0;border-right: 0;margin-bottom: 0;}
.MODULO .MODULO_1_1_3 .sec-wrap{flex: 1 0 calc(34% - 32px);margin-bottom: 0;margin-right: 0;max-width: 300px;min-width: 300px;}
.MODULO .MODULO_1_1_3 .first-wrap article .wrap-text header h3{margin-bottom: 0;}
.MODULO .MODULO_1_1_3 .third-wrap {padding-top: 0;}
.MODULO .MODULO_1_1_3 .third-wrap{gap: 16px;}
.MODULO .MODULO_1_1_3 .third-wrap article{flex: 1 0 calc(33% - 16px);}
.MODULO .MODULO_1_1_3 .third-wrap article .wrap-text{padding-right: 0;}
.MODULO .MODULO_1_1_3 .third-wrap article .wrap-both {gap: 8px;}
.MODULO .MODULO_1_1_3 .third-wrap article .wrap-both .wrap-media{width: 100%;flex: 1 0 calc(40% - 8px);min-width: 1px;}
.MODULO .MODULO_1_1_3 .third-wrap article .wrap-text{flex: 1 0 calc(60% - 8px);}
.MODULO .MODULO_1_1_3 .third-wrap article .wrap-text header h3{font-size: 20px;}
/*.MODULO_1_1_3*/

/*.MODULO_1_4.MODULO_70_FULL_IZQ*/
.MODULO_1_4.MODULO_70_FULL_IZQ{gap: 32px;align-items: flex-start;justify-content: flex-start;}
.MODULO_1_4.MODULO_70_FULL_IZQ .first-wrap{padding:0;flex: 1 0 calc(40% - 32px);display:flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 32px;}
.MODULO_1_4.MODULO_70_FULL_IZQ .sec-wrap{flex: 1 0 calc(60% - 32px);}
.MODULO_1_4.MODULO_70_FULL_IZQ .first-wrap article{width: 100%;}
.MODULO_1_4.MODULO_70_FULL_IZQ .first-wrap article .wrap-both{display: flex;flex-direction: row;gap: 16px;}
.MODULO_1_4.MODULO_70_FULL_IZQ .first-wrap article .wrap-both .wrap-media{flex: 1 0 calc(50% - 16px);margin:0;}
.MODULO_1_4.MODULO_70_FULL_IZQ .first-wrap article .wrap-both .wrap-text{flex: 1 0 calc(50% - 16px)}
.MODULO_1_4.MODULO_70_FULL_IZQ .first-wrap article .wrap-both .wrap-text h3{font-size: 18px;}
.MODULO_1_4.MODULO_70_FULL_IZQ .sec-wrap article .wrap-both{display: flex;flex-direction: column;gap: 0;}
.MODULO_1_4.MODULO_70_FULL_IZQ .sec-wrap article .wrap-both .wrap-media{margin-right: 0;}
.MODULO_1_4.MODULO_70_FULL_IZQ .sec-wrap article .wrap-both .wrap-text h3{font-size: 36px;}
/*.MODULO_1_4.MODULO_70_FULL_IZQ*/

/*.MODULO_ROBA_1_1_3*/
.MODULO .MODULO_ROBA_1_1_3{gap: 32px;}
.MODULO .MODULO_ROBA_1_1_3 .first-wrap{border: none;flex: 1 0 calc(100% - 356px);margin-right: 0;padding-right: 0;border-right: 0;margin-bottom: 0;}
.MODULO .MODULO_ROBA_1_1_3 .sec-wrap{flex: 1 0 calc(34% - 32px);margin-bottom: 0;margin-right: 0;max-width: 324px;min-width: 324px;}
.MODULO .MODULO_ROBA_1_1_3 .first-wrap article .wrap-text header h3{margin-bottom: 0;}
.MODULO .MODULO_ROBA_1_1_3 .third-wrap {padding-top: 0;}
.MODULO .MODULO_ROBA_1_1_3 .third-wrap{gap: 16px;}
.MODULO .MODULO_ROBA_1_1_3 .third-wrap article{flex: 1 0 calc(33% - 16px);}
.MODULO .MODULO_ROBA_1_1_3 .third-wrap article .wrap-text{padding-right: 0;}
.MODULO .MODULO_ROBA_1_1_3 .third-wrap article .wrap-both {gap: 8px;}
.MODULO .MODULO_ROBA_1_1_3 .third-wrap article .wrap-both .wrap-media{width: 100%;flex: 1 0 calc(40% - 8px);min-width: 1px;}
.MODULO .MODULO_ROBA_1_1_3 .third-wrap article .wrap-text{flex: 1 0 calc(60% - 8px);}
.MODULO .MODULO_ROBA_1_1_3 .third-wrap article .wrap-text header h3{font-size: 20px;}
/*.MODULO_ROBA_1_1_3*/

/*.MODULO_1_4_1.MODULO_70_HOMBRILLO*/
.MODULO_1_4_1.MODULO_70_HOMBRILLO{display: flex;flex-direction: row;gap: 32px;align-items: stretch;justify-content: flex-start;}
.MODULO_1_4_1.MODULO_70_HOMBRILLO .first-wrap{flex: 1 0 calc(35% - 32px);margin-right: 0;}
.MODULO_1_4_1.MODULO_70_HOMBRILLO .sec-wrap{flex: 1 0 calc(35% - 32px);margin-right: 0;gap: 16px;}
.MODULO_1_4_1.MODULO_70_HOMBRILLO .third-wrap{flex: 1 0 calc(30% - 32px);margin-right: 0;}
.MODULO_1_4_1.MODULO_70_HOMBRILLO .first-wrap article .wrap-both .wrap-media figure a .img-wrap{padding-bottom: 56%!important;}
.MODULO_1_4_1.MODULO_70_HOMBRILLO .first-wrap article .wrap-both .wrap-text{margin-top: 0;}
.MODULO_1_4_1.MODULO_70_HOMBRILLO .sec-wrap article .wrap-both .wrap-media{margin: 0;}
.MODULO_1_4_1.MODULO_70_HOMBRILLO .sec-wrap article .wrap-both{display: flex;align-items: flex-start;gap: 16px;}
.MODULO_1_4_1.MODULO_70_HOMBRILLO .sec-wrap .wrap-both .wrap-text header h3{font-size: 16px;}
.MODULO_1_4_1.MODULO_70_HOMBRILLO .third-wrap article .wrap-both{display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 0;}
.MODULO_1_4_1.MODULO_70_HOMBRILLO .third-wrap article .wrap-both .wrap-media{width: 100%;}
.MODULO_1_4_1.MODULO_70_HOMBRILLO .third-wrap article .wrap-both .wrap-text header{margin-top: 0!important;}
.MODULO_1_4_1.MODULO_70_HOMBRILLO .third-wrap article .wrap-both .wrap-text h3{font-size: 32px!important;}
/*.MODULO_1_4_1.MODULO_70_HOMBRILLO*/

/*.MODULO_1_4.MODULO_70_LISTADO*/
.MODULO_1_4.MODULO_70_LISTADO{align-items: stretch;justify-content: flex-start;gap: 32px;}
.MODULO_1_4.MODULO_70_LISTADO .first-wrap{padding-right: 0;padding-left: 0;flex: 1 0 calc(60% - 32px);}
.MODULO_1_4.MODULO_70_LISTADO .sec-wrap{flex: 1 0 calc(40% - 32px);display: flex;gap:16px}
.MODULO_1_4.MODULO_70_LISTADO .sec-wrap article .wrap-both .wrap-media{margin: 0;}
.MODULO_1_4.MODULO_70_LISTADO .sec-wrap article .wrap-both{gap: 16px;}
.MODULO_1_4.MODULO_70_LISTADO .sec-wrap .wrap-both .wrap-text header h3{font-size: 18px;}
/*.MODULO_1_4.MODULO_70_LISTADO*/

/*MODULO_ASIM_1_3_3*/
.MODULO_ASIM_1_3_3{gap: 32px;}
.MODULO_ASIM_1_3_3 .first-wrap {flex: 1 0 calc(60% - 32px);padding-right: 0;}
.MODULO_ASIM_1_3_3 .sec-wrap {flex: 1 0 calc(40% - 32px);gap: 16px;}
.MODULO_ASIM_1_3_3 .sec-wrap article{flex: 1 0 calc(50% - 16px);}
.MODULO_ASIM_1_3_3 .sec-wrap .wrap-both .wrap-text header h3{font-size: 18px;}
/*MODULO_ASIM_1_3_3*/

/*.MODULO_1_4_3.MODULO_CENTRAL*/
.MODULO_1_4_3.MODULO_CENTRAL{grid-column-gap: 32px;grid-template-columns: calc(75% - 16px) calc(25% - 16px);}
.MODULO_1_4_3.MODULO_CENTRAL .first-wrap{padding-bottom: 16px;}
.MODULO_1_4_3.MODULO_CENTRAL .sec-wrap .wrap_two{gap: 16px;margin-bottom: 0;}
.MODULO_1_4_3.MODULO_CENTRAL .third-wrap .wrap_three{display: flex;flex-direction: column;gap: 0;align-items: stretch;justify-content: flex-start;}
.MODULO_1_4_3 .third-wrap article:first-of-type .wrap-both .wrap-media{width: 100%;}
/*.MODULO_1_4_3.MODULO_CENTRAL*/

/*.MODULO_GRID_VERT*/
.MODULO_GRID_VERT{grid-gap: 16px;}
.MODULO_GRID_VERT article{margin-bottom: 0!important;}
/*.MODULO_GRID_VERT*/

/*.MODULO_DIRECTO*/
.MODULO_DIRECTO article .wrap-both header h3{margin-top: 0;}
/*.MODULO_DIRECTO*/

/*.MODULO_1_3_1_2*/
.MODULO_1_3_1_2{margin-bottom: 0;}
.MODULO_1_3_1_2 .first-wrap{margin-bottom: 32px;}
.MODULO_1_3_1_2 .sec-wrap{gap: 32px;}
/*.MODULO_1_3_1_2*/

/*.MODULO_HORIZ_1*/
.MODULO_HORIZ_1 .sec-wrap article .wrap-both{gap: 32px;}
.MODULO_HORIZ_1 .sec-wrap article .wrap-both .wrap-media{flex: 1 0 calc(25% - 32px);margin-right: 0;max-width: calc(25% - 32px);}
/*.MODULO_HORIZ_1*/
/* M_35_35_35 */
.M_35_35_35 .sec-wrap{gap: 1rem;}
/* M_35_35_35 */
/*.MODULO_MOTOR*/
.MODULO_MOTOR .first-wrap, 
.MODULO_MOTOR .third-wrap{min-width: 324px;max-width:324px;gap: 20px;display: flex;flex-direction: column;align-items: flex-start;}
.MODULO_MOTOR .first-wrap article .wrap-both .wrap-text, .MODULO_MOTOR .sec-wrap article .wrap-both .wrap-text, .MODULO_MOTOR .third-wrap article .wrap-both .wrap-text{margin-bottom: 0;}
.MODULO_MOTOR .first-wrap article{width: 100%;}
.MODULO_MOTOR .sec-wrap{gap: 20px;}
/*.MODULO_MOTOR*/

/*MODULO OPINION 4,5,6 y 7*/
.MODULO-OPINION{padding-top: 0;padding-bottom: 0;}
.MODULO-OPINION .first-wrap .contenedores{gap: 32px;}
.MODULO-OPINION.MODULO-OPINION-4 .first-wrap .container-1 article {width: 100%;flex: 1 0 calc(25% - 32px);}
.MODULO-OPINION .first-wrap .contenedores.container-1 .wrap-both{gap: 16px;}
.MODULO-OPINION.MODULO-OPINION-5 .first-wrap{gap: 20px;}
.MODULO-OPINION.MODULO-OPINION-5 .first-wrap .container-2 {align-items: flex-start;flex-direction: row !important;flex-wrap: wrap;gap: 16px;}
.MODULO-OPINION.MODULO-OPINION-5 .container-2 article{width: auto;flex: 1 0 calc(50% - 16px);}
.MODULO .MODULO-OPINION-5 .contenedores.container-2 article .wrap-text {gap: 12px;}
.MODULO .MODULO-OPINION-5 .contenedores.container-1 article .wrap-both{flex-direction: row;}
.MODULO .MODULO-OPINION-5 .contenedores.container-1 article .wrap-both .wrap-text h3 {text-align: left;}
.MODULO .MODULO-OPINION-5 .contenedores.container-1 article .wrap-text{display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 8px;}
.MODULO .MODULO-OPINION-5 .contenedores.container-1 article .pie-noticia{justify-content: flex-start !important;}
.MODULO .MODULO-OPINION-7 .first-wrap .contenedores{gap: 16px;}
/*MODULO OPINION 4,5,6 y 7*/

/*.MODULO_REVISTA*/
.MODULO_REVISTA .first-wrap header h3 a{color: #ffffff!important;}
.MODULO_REVISTA.MODULO_REVISTA_2 .sec-wrap{gap: 20px;}
/*.MODULO_REVISTA*/

/*.PORTADILLA_CULTURPLAZA*/
.PORTADILLA_CULTURPLAZA .first-wrap{padding: 0;padding-left: 1em;}
.PORTADILLA_CULTURPLAZA .sec-wrap{gap: 20px;}
.PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(1) .wrap-text header h3 a{color: white!important;}
/*.PORTADILLA_CULTURPLAZA*/

/*INICIO ROBAS*/

/*.MODULO_ROBA_VERT_2*/
.MODULO_ROBA_VERT_2{justify-content: flex-start;;gap: 32px;align-items: stretch;}
.MODULO_ROBA_VERT_2 .first-wrap,.MODULO_ROBA_VERT_2 .sec-wrap,.MODULO_ROBA_VERT_2 .third-wrap{margin: 0;}
.MODULO_ROBA_VERT_2 .third-wrap{max-width: 324px;min-width: 324px;}
/*.MODULO_ROBA_VERT_2*/

/*MODULO_50_50_ROBA*/
.M_50_50_ROBA{justify-content: flex-start;align-items: stretch;gap: 32px;}
.M_50_50_ROBA .first-wrap{margin: 0;flex: 1 0 calc(100% - 356px);}
.M_50_50_ROBA .sec-wrap{max-width: 324px;min-width: 324px;margin: 0;}
/*MODULO_50_50_ROBA*/

/*M_ROBA_70*/
.M_ROBA_70{justify-content: flex-start;gap: 32px;align-items: stretch;flex-wrap: wrap;flex-direction: row;}
.M_ROBA_70 .first-wrap{margin: 0;flex: 1 0 calc(100% - 356px);}
.M_ROBA_70 .sec-wrap{max-width: 324px;min-width: 324px;margin: 0;}
/*M_ROBA_70*/

/*.M_70_30_25_ROBA*/
.M_70_30_25_ROBA{justify-content: flex-start;gap: 32px;align-items: stretch;flex-wrap: wrap;flex-direction: row;display: flex;}
.M_70_30_25_ROBA .first-wrap{margin: 0;flex: 1 0 calc(100% - 356px);}
.M_70_30_25_ROBA .first-wrap .wrap_one{margin-bottom: 32px;}
.M_70_30_25_ROBA .sec-wrap .wrap_two article header h3{font-size: 18px;}
.M_70_30_25_ROBA .third-wrap{max-width: 324px;min-width: 324px;margin: 0;}
.M_70_30_25_ROBA .third-wrap > div{height: 100%;}
/*.M_70_30_25_ROBA*/

/*.M_70_30_DOBLES_ROBA*/
.M_70_30_DOBLES_ROBA{display: flex;flex-direction: row;align-items: stretch;gap: 32px;justify-content: flex-start;margin: 0;}
.M_70_30_DOBLES_ROBA .first-wrap{margin: 0;flex: 1 0 calc(100% - 356px);display: flex;align-items: stretch;justify-content: flex-start;gap: 16px;}
.M_70_30_DOBLES_ROBA .first-wrap .wrap_one{flex: 1 0 calc(40% - 16px);display: flex;flex-direction:column;align-items: flex-start;justify-content: flex-start;gap: 16px;}
.M_70_30_DOBLES_ROBA .first-wrap .wrap_one article header h3{font-size: 18px;}
.M_70_30_DOBLES_ROBA .first-wrap .wrap_two{flex: 1 0 calc(60% - 16px);}
.M_70_30_DOBLES_ROBA .sec-wrap{max-width: 324px;min-width: 324px;margin: 0;}
.M_70_30_DOBLES_ROBA .sec-wrap > div{height: 100%;}
/*.M_70_30_DOBLES_ROBA*/

/*.M_70_HOMBRILLO_ROBA*/
.M_70_HOMBRILLO_ROBA{padding: 0;gap: 32px;justify-content: flex-start;align-items: stretch;}
.M_70_HOMBRILLO_ROBA .first-wrap{margin: 0;flex: 1;}
.M_70_HOMBRILLO_ROBA .sec-wrap{margin: 0;flex: 1;gap: 16px;}
.M_70_HOMBRILLO_ROBA .third-wrap{max-width: 324px;min-width: 324px;margin: 0;}
.M_70_HOMBRILLO_ROBA .third-wrap > div{height: 100%;}
/*.M_70_HOMBRILLO_ROBA*/

/*.M_CENTRAL_ROBA*/
.M_CENTRAL_ROBA{grid-column-gap: 32px;grid-template-columns: calc(100% - 356px) calc(25% - 32px);}
.M_CENTRAL_ROBA .first-wrap{padding-bottom: 32px;}
.M_CENTRAL_ROBA .sec-wrap .wrap_two{margin-bottom: 0;}
.M_CENTRAL_ROBA .third-wrap{min-width: 324px;max-width: 324px;}
.M_CENTRAL_ROBA .third-wrap > div {height: 100%;}
/*.M_CENTRAL_ROBA*/

/*.M_FOTO_70_ROBA*/
.M_FOTO_70_ROBA{align-items: stretch;justify-content: flex-start;gap: 32px;}
.M_FOTO_70_ROBA .first-wrap{margin: 0;flex: 1 0 calc(100% - 356px);}
.M_FOTO_70_ROBA .first-wrap article .wrap-both .wrap-media{margin-bottom: 0;}
.M_FOTO_70_ROBA .first-wrap article header h3 a{color: #ffffff!important;}
.M_FOTO_70_ROBA .sec-wrap{margin: 0;min-width: 324px;max-width: 324px;}
/*.M_FOTO_70_ROBA*/

/*.MODULO_ROBA_SLIDER*/
.MODULO_ROBA_SLIDER{justify-content: flex-start;align-items: stretch;gap: 32px;}
.MODULO_ROBA_SLIDER .slick-slider{margin: 0;flex: 1 0 calc(100% - 356px);}
.MODULO_ROBA_SLIDER .sec-wrap{margin: 0;min-width: 324px;max-width: 324px;}
/*.MODULO_ROBA_SLIDER*/

/*M_ROBA_LISTADO_50_50*/
.M_ROBA_LISTADO_50_50{gap: 32px;align-items: stretch;justify-content: flex-start;}
.M_ROBA_LISTADO_50_50 .first-wrap{margin: 0;flex: 1 0 calc(100% - 356px);display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 20px;}
.M_ROBA_LISTADO_50_50 .first-wrap article{width: 100%;margin: 0;}
.M_ROBA_LISTADO_50_50 .sec-wrap{margin: 0;min-width: 324px;max-width: 324px;}
/*M_ROBA_LISTADO_50_50*/

/*M_TORRE_ROBA*/
.M_TORRE_ROBA{gap: 32px;align-items: stretch;justify-content: flex-start;}
.M_TORRE_ROBA .first-wrap{width: auto;gap: 20px;flex: 1 0 calc(100% - 356px);}
.M_TORRE_ROBA .second-wrap{width: auto;display: flex;flex-direction: column;padding-left: 0;gap: 20px;max-width: 324px;min-width: 324px;}
/*M_TORRE_ROBA*/

/*.M_50_50_ROBA_DOBLE*/
.M_50_50_ROBA_DOBLE{display: flex;flex-direction: row;align-items: stretch;justify-content: flex-start;gap: 32px;margin: 0;padding: 0;}
.M_50_50_ROBA_DOBLE .first-wrap{display: flex;flex-direction: row;align-items: stretch;justify-content: flex-start;gap: 16px;flex-wrap:wrap;margin: 0;padding: 0;flex: 1 0 calc(100% - 356px);}
.M_50_50_ROBA_DOBLE .first-wrap article{margin: 0!important;padding: 0;flex: 1 0 calc(50% - 16px);}
.M_50_50_ROBA_DOBLE .first-wrap article header{margin: 0!important;}
.M_50_50_ROBA_DOBLE .sec-wrap{margin: 0;min-width: 324px;max-width: 324px;}
.M_50_50_ROBA_DOBLE .sec-wrap > div{height: 100%;}
/*.M_50_50_ROBA_DOBLE*/

/*.MODULO_CULTURPLAZA*/
.MODULO_CULTURPLAZA .sec-wrap .wrap_two{min-width: 324px;max-width: 324px;}
.MODULO_CULTURPLAZA .sec-wrap .wrap_four{min-width: 324px;max-width: 324px;}
.MODULO_CULTURPLAZA .sec-wrap .wrap_three .wrapx1 article header h3 a{color: #ffffff!important;}
.MODULO_CULTURPLAZA .sec-wrap .wrap_three .wrapx1 article .wrap-both .wrap-media{margin-bottom: 0;}
/*.MODULO_CULTURPLAZA*/

/*.MODULO_OPI_ROBA*/
.MODULO_OPI_ROBA{display: flex;flex-direction: row;align-items: stretch;justify-content: flex-start;gap: 16px;width: 100%;}
.MODULO-OPINION.MODULO_OPI_ROBA .first-wrap{flex: 1 0 calc(100% - 340px);gap: 16px;display: flex;flex-direction: row;align-items: stretch;justify-content: flex-start;}
.MODULO-OPINION.MODULO_OPI_ROBA .first-wrap article{flex: 1 0 calc(33.33% - 16px);width: 100%;max-width: 33.33%}
.MODULO-OPINION.MODULO_OPI_ROBA .sec-wrap{margin: 0;min-width: 324px;max-width: 324px;}
.MODULO-OPINION.MODULO_OPI_ROBA .first-wrap .wrap-text h3{font-size: 20px !important;}
/*.MODULO_OPI_ROBA*/

/*.MODULO_ROBA_INTER_DOBLE*/
.MODULO_ROBA_INTER_DOBLE{display: flex;flex-direction: row;align-items: stretch;justify-content: flex-start;gap: 32px;width: 100%;}
.MODULO_ROBA_INTER_DOBLE .sec-wrap{flex:0 0 324px;   /* ancho fijo */max-width:324px;min-width:324px;  /* asegura 324 pase lo que pase */}
.MODULO_ROBA_INTER_DOBLE .first-wrap,.MODULO_ROBA_INTER_DOBLE .third-wrap{flex:1 1 0;       /* se reparten el espacio restante por igual */}
.MODULO_ROBA_INTER_DOBLE .first-wrap article .wrap-both, .MODULO_ROBA_INTER_DOBLE .third-wrap article .wrap-both{flex-direction: column;gap: 0;}
.MODULO_ROBA_INTER_DOBLE .first-wrap .wrap-both .wrap-text header h3, .MODULO_ROBA_INTER_DOBLE .third-wrap .wrap-both .wrap-text header h3{font-size: 28px!important;}
.MODULO_ROBA_INTER_DOBLE .first-wrap article .wrap-both .wrap-media, .MODULO_ROBA_INTER_DOBLE .third-wrap article .wrap-both .wrap-media{width: 100%;}
.MODULO_ROBA_INTER_DOBLE .first-wrap article, .MODULO_ROBA_INTER_DOBLE .third-wrap article{margin-bottom: 0;}
/*.MODULO_ROBA_INTER_DOBLE*/

/*.MODULO_ROBA_INTER_TRIPLE*/
.MODULO_ROBA_INTER_TRIPLE{display: flex;flex-direction: row;align-items: stretch;justify-content: flex-start;gap: 32px;width: 100%;}
.MODULO_ROBA_INTER_TRIPLE .sec-wrap{flex:0 0 324px;   /* ancho fijo */max-width:324px;min-width:324px;  /* asegura 324 pase lo que pase */}
.MODULO_ROBA_INTER_TRIPLE .first-wrap,.MODULO_ROBA_INTER_TRIPLE .third-wrap, .MODULO_ROBA_INTER_TRIPLE .four-wrap{flex:1 1 0;       /* se reparten el espacio restante por igual */}
.MODULO_ROBA_INTER_TRIPLE .first-wrap article .wrap-both, .MODULO_ROBA_INTER_TRIPLE .third-wrap article .wrap-both,.MODULO_ROBA_INTER_TRIPLE .four-wrap article .wrap-both{flex-direction: column;gap: 0;}
.MODULO_ROBA_INTER_TRIPLE .first-wrap .wrap-both .wrap-text header h3, .MODULO_ROBA_INTER_TRIPLE .third-wrap .wrap-both .wrap-text header h3, .MODULO_ROBA_INTER_TRIPLE .four-wrap .wrap-both .wrap-text header h3{font-size: 28px!important;}
.MODULO_ROBA_INTER_TRIPLE .first-wrap article .wrap-both .wrap-media, .MODULO_ROBA_INTER_TRIPLE .third-wrap article .wrap-both .wrap-media, .MODULO_ROBA_INTER_TRIPLE .four-wrap article .wrap-both .wrap-media{width: 100%;}
.MODULO_ROBA_INTER_TRIPLE .first-wrap article, .MODULO_ROBA_INTER_TRIPLE .third-wrap article, .MODULO_ROBA_INTER_TRIPLE .four-wrap article{margin-bottom: 0;}
.MODULO_ROBA_INTER_TRIPLE .four-wrap .wrap-media .img-wrap{padding-bottom: 56%;}
/*.MODULO_ROBA_INTER_TRIPLE*/

/*MODULOS_ROBA_MULTIPLE*/
.MODULOS_ROBA_MULTIPLE{display: flex;flex-direction: row;flex-wrap:wrap;align-items: stretch;justify-content: flex-start;gap: 32px;width: 100%;}
.MODULOS_ROBA_MULTIPLE .first-wrap{display: flex;flex-direction: row;align-items: stretch;justify-content: flex-start;gap: 32px;flex: 1 0 calc(100% - 356px);}
.MODULOS_ROBA_MULTIPLE .first-wrap article{flex: 1 0 calc(50% - 32px);}
.MODULOS_ROBA_MULTIPLE .sec-wrap{flex:0 0 324px;}
.MODULOS_ROBA_MULTIPLE .third-wrap{display: flex;flex-direction: row;align-items: stretch;justify-content: flex-start;gap: 32px;width: 100%;}
.MODULOS_ROBA_MULTIPLE .third-wrap article{flex: 1 0 calc(33.33% - 32px);margin-bottom: 0;}
.MODULOS_ROBA_MULTIPLE .third-wrap article .wrap-both{display: flex;flex-direction: column;}
.MODULOS_ROBA_MULTIPLE .third-wrap article .wrap-both .wrap-media{width: 100%;}
.MODULOS_ROBA_MULTIPLE .third-wrap article .wrap-both .wrap-media{margin-bottom: 0;}
.MODULOS_ROBA_MULTIPLE.MODULO_ROBA_X6 .third-wrap article{flex: 1 0 calc(25% - 32px);margin-bottom: 0;}
/*MODULOS_ROBA_MULTIPLE*/

/* ancla movil */
/* breackpoints */
@media(max-width:991px){
/*.MODULO_HORIZ_1*/
.MODULO_HORIZ_1 .sec-wrap article .wrap-both .wrap-media{max-width: 100%;}
/*.MODULO_HORIZ_1*/
  /*.MODULO_ASIM_1_3*/
  .MODULO_ASIM_1_3{flex-direction: column;}
  .MODULO .MODULO_ASIM_1_3 .first-wrap{margin-bottom: 0;flex: 1 0 100%;}
  /*.MODULO_ASIM_1_3*/

  /*.MODULO_ASIM_1_6*/
  .MODULO_ASIM_1_6{flex-direction: column;}
  /*.MODULO_ASIM_1_6*/

  /*.MODULO-30-70.MODULO-30-70-READAPTED*/
  .MODULO-30-70.MODULO-30-70-READAPTED{flex-direction: column;}
  /*.MODULO-30-70.MODULO-30-70-READAPTED*/

  /*.MODULO_XXL*/
  .MODULO_XXL .first-wrap{width: 100%;}
  .MODULO_XXL{display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 32px;}
  /*.MODULO_XXL*/

  /*MODULO_1_1_4*/
  .MODULO_1_1_4 .third-wrap article{width: 100%;}
  .MODULO .MODULO_1_1_4 .third-wrap article .wrap-both .wrap-text{padding-left: 0;}
  /*MODULO_1_1_4*/

  /*.MODULO_1_1_3*/
  .MODULO .MODULO_1_1_3 .third-wrap{flex: 1 0 100%;}
  .MODULO .MODULO_1_1_3 .third-wrap article .wrap-both {gap: 16px;}
  .MODULO .MODULO_1_1_3 .third-wrap article{flex: 1;margin-bottom: 0;}
  .MODULO .MODULO_1_1_3 .third-wrap article .wrap-both .wrap-text {padding-left: 0;margin-bottom: 0;}
  .MODULO .MODULO_1_1_3 .third-wrap article .wrap-both .wrap-media{margin-bottom: 0;}
  .MODULO_ASIM_1_3 .sec-wrap{flex: 1 0 100%;}
  .MODULO_ASIM_1_3 .sec-wrap article{margin-right: 0;}
  .MODULO_ASIM_1_3 .sec-wrap article .wrap-both{display: flex;flex-direction: row;}
  /*.MODULO_1_1_3*/

  /*.MODULO_1_4.MODULO_70_FULL_IZQ*/
  .MODULO_1_4.MODULO_70_FULL_IZQ{flex-direction: column-reverse;}
  /*.MODULO_1_4.MODULO_70_FULL_IZQ*/

  /*.MODULO_ROBA_1_1_3*/
  .MODULO .MODULO_ROBA_1_1_3 .third-wrap{flex: 1 0 100%;}
  .MODULO .MODULO_ROBA_1_1_3 .third-wrap article .wrap-both {gap: 16px;}
  .MODULO .MODULO_ROBA_1_1_3 .third-wrap article{flex: 1;margin-bottom: 0;}
  .MODULO .MODULO_ROBA_1_1_3 .third-wrap article .wrap-both .wrap-text {padding-left: 0;margin-bottom: 0;}
  .MODULO .MODULO_ROBA_1_1_3 .third-wrap article .wrap-both .wrap-media{margin-bottom: 0;}
  .MODULO_ASIM_1_3 .sec-wrap{flex: 1 0 100%;}
  .MODULO_ASIM_1_3 .sec-wrap article{margin-right: 0;}
  .MODULO_ASIM_1_3 .sec-wrap article .wrap-both{display: flex;flex-direction: row;}
  /*.MODULO_ROBA_1_1_3*/

  /*.MODULO_1_4_1.MODULO_70_HOMBRILLO*/
  .MODULO_1_4_1.MODULO_70_HOMBRILLO{flex-wrap: wrap;}
  .MODULO_1_4_1.MODULO_70_HOMBRILLO .first-wrap{flex: 1 0 100%;}
  .MODULO_1_4_1.MODULO_70_HOMBRILLO .sec-wrap{flex: 1 0 100%;}
  .MODULO_1_4_1.MODULO_70_HOMBRILLO .third-wrap{flex: 1 0 100%;}
  /*.MODULO_1_4_1.MODULO_70_HOMBRILLO*/

  /*MODULO_ASIM_1_3_3*/
  .MODULO_ASIM_1_3_3{display: flex;}
  /*MODULO_ASIM_1_3_3*/

  /*.MODULO_1_4_3.MODULO_CENTRAL*/
  .MODULO_1_4_3.MODULO_CENTRAL .first-wrap .wrap_one article .wrap-both .wrap-media .img-wrap{padding-bottom: 56%;}
  .MODULO_1_4_3.MODULO_CENTRAL .sec-wrap{margin-bottom: 32px;}
  .MODULO_1_4_3.MODULO_CENTRAL .third-wrap .wrap_three{gap: 16px;}
  .MODULO_1_4_3 .third-wrap article .wrap-both{display: flex;flex-direction: row;align-items: flex-start;justify-content: flex-start;gap: 16px;}
  .MODULO_1_4_3 .third-wrap article .wrap-both .wrap-media{display: block;flex: 1 0 calc(50% - 16px);}
  .MODULO_1_4_3 .third-wrap article .wrap-both .wrap-text{flex: 1 0 calc(50% - 16px);}
  /*.MODULO_1_4_3.MODULO_CENTRAL*/

  /*.MODULO_GRID_VERT*/
  .MODULO_GRID_VERT{grid-template-columns: repeat(3, 1fr);}
  /*.MODULO_GRID_VERT*/

  /*.MODULO_MOTOR*/
  .MODULO_MOTOR{flex-wrap: wrap;gap: 32px;}
  .MODULO_MOTOR .first-wrap{order: 2;flex: 1 0 calc(50% - 32px);max-width: calc(50% - 16px);min-width: calc(50% - 16px);justify-content: flex-start;align-items: center;}
  .MODULO_MOTOR .sec-wrap{order: 1;flex: 1 0 100%;display: flex;flex-direction: row;align-items: stretch;justify-content: flex-start;}
  .MODULO_MOTOR .third-wrap{order: 3;flex: 1 0 calc(50% - 32px);max-width: calc(50% - 16px);min-width: calc(50% - 16px);justify-content: flex-start;align-items: center;}
  /*.MODULO_MOTOR*/

  /*.M_70_HOMBRILLO_ROBA*/
  .M_70_HOMBRILLO_ROBA{padding: 0;gap: 32px;justify-content: center;align-items: center;}
  .M_70_HOMBRILLO_ROBA .first-wrap{margin: 0;flex: 1 0 100%;}
  .M_70_HOMBRILLO_ROBA .sec-wrap{margin: 0;flex: 1 0 100%;display: flex;gap: 20px;align-items: stretch;justify-content: flex-start;}
  .M_70_HOMBRILLO_ROBA .sec-wrap article{flex: 1 0 calc(25% - 20px);}
  .M_70_HOMBRILLO_ROBA .third-wrap{max-width: 324px;min-width: 324px;margin: 0;}
  /*.M_70_HOMBRILLO_ROBA*/

  /*.M_CENTRAL_ROBA*/
  .M_CENTRAL_ROBA{display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 32px;}
  .M_CENTRAL_ROBA .first-wrap{padding-bottom: 0}
  /*.M_CENTRAL_ROBA*/

  /*.MODULO_OPI_ROBA*/
  .MODULO_OPI_ROBA{flex-direction: column;align-items: center;gap: 20px;}
  /*.MODULO_OPI_ROBA*/

  /*.MODULO_ROBA_INTER_DOBLE*/
  .MODULO_ROBA_INTER_DOBLE{align-items: center;gap: 16px;flex-wrap: wrap;}
  .MODULO_ROBA_INTER_DOBLE .sec-wrap{order: 3;max-width: 100%;min-width: 100%;justify-content: center;}
  /*.MODULO_ROBA_INTER_DOBLE*/

  /*.MODULO_ROBA_INTER_TRIPLE*/
  .MODULO_ROBA_INTER_TRIPLE{gap: 16px;flex-wrap: wrap;}
  .MODULO_ROBA_INTER_TRIPLE .sec-wrap{order: 4;max-width: 100%;flex: 1 0 100%;justify-content: center;}
  /*.MODULO_ROBA_INTER_TRIPLE*/

  /*MODULOS_ROBA_MULTIPLE*/
  .MODULOS_ROBA_MULTIPLE .first-wrap{flex: 1 0 100%}
  .MODULOS_ROBA_MULTIPLE .first-wrap article{flex: 1 0 calc(50% - 16px);}
  .MODULOS_ROBA_MULTIPLE .sec-wrap{justify-content: center;flex: 1 0 324px;}
  /*MODULOS_ROBA_MULTIPLE*/

}

@media(max-width:767px){

  /*GENERAL*/
  .MODULO_HORIZ_3 .sec-wrap article .wrap-both .wrap-text, .MODULO_HORIZ_3 .third-wrap article .wrap-both .wrap-text {padding-top: 0;}
  .MODULO article{margin-bottom: 0!important;}
  .wrap-TRIPLE.TRIPLE_SUPERIOR .TITULO-listado{padding-top: 12px;}
  .wrap-TRIPLE.TRIPLE_SUPERIOR .MODULO{padding-top: 12px;padding-bottom: 12px;}
  .wrap-TRIPLE.TRIPLE_SUPERIOR .TITULO-listado {margin-bottom: 24px;}
  .MODULO .wrap-both .wrap-text .wrap-otros{margin-top: 8px;}
  .wrap-otros .pie-noticia .contenedor-redactor span a{font-size: 12px;line-height: 14px;}
  article.articulo-opinion .firma-hibrida{max-width: 95px!important;min-width: 95px!important;height: 95px!important;margin-bottom: 0;}
  .TRIPLE_SUPERIOR .BN{max-width: 324px;}
  .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .COLUMNA-DER .BN{margin: auto;margin-bottom: 12px;}
  .CONTENIDO-DER .BN{margin: auto;margin-bottom: 12px;}
  /*GENERAL*/

  /*MODULO_XXL_NUEVO*/
  .MODULO .MODULO_XXL_NUEVO .first-wrap h3{font-size: 24px!important;}
  .MODULO_XXL_NUEVO .first-wrap .wrap-text .wrap-otros .pie-noticia{justify-content: center;}
  .MODULO .MODULO_XXL_NUEVO .first-wrap .wrap-both .wrap-text .wrap-otros{margin-top: 12px;}
  .MODULO .MODULO_XXL_NUEVO .first-wrap article{margin-bottom: 0;}
  .MODULO_XXL_NUEVO .first-wrap{margin-bottom: 20px;}
  .MODULO_XXL_NUEVO .sec-wrap{gap: 20px;flex-direction: column;align-items: flex-start;}
  .MODULO_XXL_NUEVO .sec-wrap article{flex: 1 0 100%;margin-bottom: 0!important;width: 100%;}
  .MODULO_XXL_NUEVO .sec-wrap article .wrap-both{display: flex;flex-direction: row;gap: 16px;align-items: stretch;justify-content: flex-start;}
  .MODULO_XXL_NUEVO .sec-wrap article .wrap-both .wrap-media{margin-bottom: 0;flex: 1 0 calc(50% - 16px);margin-right: 0;}
  .MODULO .MODULO_XXL_NUEVO .sec-wrap article .wrap-both .wrap-text{flex: 1 0 calc(50% - 16px);}
  .MODULO .MODULO_XXL_NUEVO .sec-wrap .wrap-both header{margin-top: 0!important;}
  .MODULO .MODULO_XXL_NUEVO .sec-wrap .wrap-both .wrap-text header h3{font-size: 16px!important;}
  /*MODULO_XXL_NUEVO*/

  /*.MODULO_VERT_2*/
  .MODULO_VERT_2{gap: 16px;}
  .MODULO_VERT_2 .first-wrap article h3, .MODULO_VERT_2 .sec-wrap article h3{font-size: 18px!important;}
  /*.MODULO_VERT_2*/

  /*.MODULO_VERT_3*/
  .MODULO_VERT_3 .slick-list .slick-slide {margin-right: 16px;margin-bottom: 0 !important;}
  .MODULO_VERT_3 h3 {font-size: 18px !important;}
  /*.MODULO_VERT_3*/

  /*.MODULO_VERT_4*/
  .MODULO_VERT_4 .slick-list .slick-slide {margin-right: 16px;margin-bottom: 0 !important;}
  .MODULO_VERT_4 h3 {font-size: 18px !important;}
  /*.MODULO_VERT_4*/

  /*.MODULO_VERT_6*/
  .MODULO_VERT_6 .slick-list .slick-slide {margin-right: 16px;margin-bottom: 0 !important;}
  .MODULO_VERT_6 h3 {font-size: 18px !important;}
  /*.MODULO_VERT_6*/

  /*.MODULO_HORIZ_2*/
  .MODULO_HORIZ_2{gap: 20px;flex-direction: column;}
  .MODULO_HORIZ_2 .first-wrap, .MODULO_HORIZ_2 .sec-wrap {flex: 1 0 100%;}
  .MODULO_HORIZ_2 .first-wrap article .wrap-both .wrap-text h3, .MODULO_HORIZ_2 .sec-wrap article .wrap-both .wrap-text h3 {font-size: 16px !important;}
  /*.MODULO_HORIZ_2*/

  /*MODULO_ASIM_1_3*/
  .MODULO_ASIM_1_3{gap: 20px;}
  .MODULO .MODULO_ASIM_1_3 .first-wrap h3{font-size: 24px;}
  .MODULO_ASIM_1_3 .sec-wrap{gap: 20px;}
  .MODULO_ASIM_1_3 .sec-wrap article .wrap-both .wrap-text{padding: 0;}
  .MODULO_ASIM_1_3 .sec-wrap article .wrap-both .wrap-text h3{font-size: 16px!important;}
  /*MODULO_ASIM_1_3*/

  /*.MODULO_ASIM_1_6*/
  .MODULO_ASIM_1_6{gap: 20px}
  .MODULO_ASIM_1_6 .first-wrap article h3{font-size: 24px!important;}
  .MODULO_ASIM_1_6 .sec-wrap{gap: 20px;}
  .MODULO_ASIM_1_6 .sec-wrap article{flex: 1 0 calc(50% - 20px);}
  .MODULO_ASIM_1_6 .sec-wrap article h3{font-size: 16px!important;}
  .MODULO_ASIM_1_6 .sec-wrap article:nth-child(3n+3){flex: 1 0 100%;}
  .MODULO_ASIM_1_6 .sec-wrap article:nth-child(3n+3) .wrap-both{flex-direction: row;gap: 16px;}
  .MODULO_ASIM_1_6 .sec-wrap article:nth-child(3n+3) .wrap-both .wrap-media{flex: 1 0 calc(50% - 16px);margin:0!important;}
  .MODULO_ASIM_1_6 .sec-wrap article:nth-child(3n+3) .wrap-both .wrap-text{flex: 1 0 calc(50% - 16px)}
  /*.MODULO_ASIM_1_6*/

  /*.MODULO-30-70.MODULO-30-70-READAPTED*/
  .MODULO-30-70.MODULO-30-70-READAPTED{gap: 20px;}
  .MODULO-30-70.MODULO-30-70-READAPTED .first-wrap{flex: 1 0 100%;}
  .MODULO-30-70.MODULO-30-70-READAPTED .first-wrap article h3 {font-size: 24px !important;}
  .MODULO-30-70.MODULO-30-70-READAPTED .sec-wrap{gap: 0;flex: 1 0 100%;}
  .MODULO-30-70.MODULO-30-70-READAPTED .sec-wrap article{padding-bottom: 12px!important;margin-bottom: 12px!important;border-bottom: solid 1px #e1e1e1!important;}
  .MODULO-30-70.MODULO-30-70-READAPTED .sec-wrap article:last-of-type{padding-bottom: 0!important;margin-bottom: 0!important;border-bottom: 0!important}
  .MODULO-30-70.MODULO-30-70-READAPTED .sec-wrap .wrap-both .wrap-text h3{font-size: 16px!important;}
  /*.MODULO-30-70.MODULO-30-70-READAPTED*/

  /*.MODULO_2_1_4.MODULO_2_1_4_READAPTED*/
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED{gap: 20px;}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .first-wrap{flex: 1 0 100%;gap: 20px;}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .first-wrap > div{flex: 1 0 100%;gap: 20px;order: 2;flex-direction: row;}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .first-wrap > div article{flex: 1 0 calc(50% - 20px);}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .first-wrap > div article h3{font-size: 16px!important;}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .first-wrap > div + article{flex: 1 0 100%;order: 1;}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .first-wrap > div + article h3{font-size: 24px!important;}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .sec-wrap{flex: 1 0 100%;gap: 20px;flex-direction: row;}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .sec-wrap article{flex: 1 0 calc(50% - 20px);}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .sec-wrap article h3{font-size: 16px!important;}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .third-wrap{flex-direction: column;gap: 20px;align-items: flex-start;}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .third-wrap article{flex: 0;width: 100%;}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .third-wrap article .wrap-both{flex-direction: row;}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .third-wrap article .wrap-both .wrap-media{flex: 1 0 calc(50% - 16px);}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .third-wrap article .wrap-both .wrap-text{flex: 1 0 calc(50% - 16px);}
  .MODULO_2_1_4.MODULO_2_1_4_READAPTED .third-wrap article .wrap-both .wrap-text h3{font-size: 16px!important;}
  /*.MODULO_2_1_4.MODULO_2_1_4_READAPTED*/

  /*.MODULO_XXL*/
  .MODULO_XXL{gap: 20px;}
  .MODULO .MODULO_XXL .first-wrap{margin-bottom: 0;}
  .MODULO .MODULO_XXL .first-wrap article h3{font-size: 24px!important;}
  .MODULO_XXL .sec-wrap{flex: 1 0 100%;gap: 16px;flex-direction: row;}
  .MODULO_XXL .sec-wrap article{flex: 1 0 calc(50% - 16px);}
  .MODULO .MODULO_XXL .sec-wrap article h3{font-size: 16px!important;}
  /*.MODULO_XXL*/

  /*MODULO_HORIZ_3*/
  .MODULO_HORIZ_3 {align-items: flex-start;gap: 20px;flex-direction: column;}
  .MODULO_HORIZ_3 article{margin:0!important}
  .MODULO_HORIZ_3 article .wrap-both{flex-direction: row !important;gap: 16px !important;}
  .MODULO_HORIZ_3 article .wrap-both .wrap-media{flex: 1 0 calc(50% -16px);}
  .MODULO_HORIZ_3 article .wrap-both .wrap-text{flex: 1 0 calc(50% -16px);}
  .MODULO .MODULO_HORIZ_3 .sec-wrap{margin: 0!important;}
  .MODULO_HORIZ_3 article .wrap-both .wrap-text{padding: 0;}
  .MODULO_HORIZ_3 .sec-wrap article{margin-bottom: 0!important;}
  .MODULO_HORIZ_3 .first-wrap article h3{font-size: 24px!important;}
  .MODULO_HORIZ_3 article h3{font-size: 16px!important;}
  /*MODULO_HORIZ_3*/

  /*.MODULO_1_1_4*/
  .MODULO_1_1_4{gap: 20px;}
  .MODULO .MODULO_1_1_4 .first-wrap{margin-bottom: 0!important;}
  .MODULO .MODULO_1_1_4 .first-wrap article h3{font-size: 24px!important;}
  .MODULO .MODULO_1_1_4 .sec-wrap{margin-bottom: 0!important;}
  .MODULO .MODULO_1_1_4 .sec-wrap .wrap-both .wrap-media{margin-right: 0;}
  .MODULO_1_1_4 .third-wrap{gap: 20px;}
  .MODULO .MODULO_1_1_4 .third-wrap article h3{font-size: 16px!important;}
  /*.MODULO_1_1_4*/

  /*.MODULO_1_1_3*/
  .MODULO .MODULO_1_1_3 {gap: 20px;}
  .MODULO .MODULO_1_1_3 .first-wrap{flex: 1 0 100%;order: 1;}
  .MODULO .MODULO_1_1_3 .sec-wrap{flex: 1 0 100%;order: 2;margin:0;max-width: 100%;min-width: 100%;}
  .MODULO .MODULO_1_1_3 .third-wrap{flex: 1 0 100%;order: 2;gap: 20px;display: flex;flex-direction: column;}
  .MODULO .MODULO_1_1_3 .third-wrap article h3 a{font-size: 16px;}
  .MODULO .MODULO_1_1_3 article{margin-bottom: 0!important;}
  .MODULO_1_1_3 .first-wrap article .wrap-text header h3{font-size: 24px!important;}
  /*.MODULO_1_1_3*/


  /*.MODULO_1_4.MODULO_70_FULL_IZQ*/
  .MODULO_1_4.MODULO_70_FULL_IZQ{gap: 20px;}
  .MODULO_1_4.MODULO_70_FULL_IZQ .first-wrap{margin: 0!important;flex: 0 0 100%;gap: 20px;}
  .MODULO_1_4.MODULO_70_FULL_IZQ .first-wrap article h3 a{font-size: 16px;}
  .MODULO_1_4.MODULO_70_FULL_IZQ .sec-wrap article h3 a{font-size: 24px;}
  /*.MODULO_1_4.MODULO_70_FULL_IZQ*/

  /*.MODULO_ROBA_1_1_3*/
  .MODULO .MODULO_ROBA_1_1_3 {gap: 20px;align-items: center;justify-content: center;display: flex;}
  .MODULO .MODULO_ROBA_1_1_3 .first-wrap{flex: 1 0 100%;order: 1;}
  .MODULO .MODULO_ROBA_1_1_3 .sec-wrap{flex: 1 0 100%;order: 3;margin:auto;max-width: 324px;min-width: 324px;}
  .MODULO .MODULO_ROBA_1_1_3 .third-wrap{flex: 1 0 100%;order: 2;gap: 24px;display: flex;flex-direction: column;}
  .MODULO .MODULO_ROBA_1_1_3 article{margin-bottom: 0!important;}
  .MODULO_1_1_3 .first-wrap article .wrap-text header h3{font-size: 24px!important;}
  /*.MODULO_ROBA_1_1_3*/

  /*.MODULO_1_4_1.MODULO_70_HOMBRILLO*/
  .MODULO_1_4_1.MODULO_70_HOMBRILLO{gap: 20px}
  .MODULO_1_4_1.MODULO_70_HOMBRILLO .first-wrap .wrap-both .wrap-text header h3{font-size: 24px!important;}
  .MODULO_1_4_1.MODULO_70_HOMBRILLO .sec-wrap{flex-direction: row;align-items: stretch;justify-content: flex-start;gap: 16px;flex-wrap: wrap;}
  .MODULO_1_4_1.MODULO_70_HOMBRILLO .sec-wrap article{flex: 1 0 calc(50% - 16px);}
  .MODULO_1_4_1.MODULO_70_HOMBRILLO .sec-wrap article .wrap-both{gap: 12px;}
  .MODULO_1_4_1.MODULO_70_HOMBRILLO .sec-wrap article .wrap-both .wrap-text header{margin-top: 0;}
  .MODULO_1_4_1.MODULO_70_HOMBRILLO .sec-wrap .wrap-both .wrap-text header h3{font-size: 16px!important;}
  .MODULO_1_4_1.MODULO_70_HOMBRILLO .third-wrap article .wrap-both .wrap-text h3 {font-size: 24px !important;}
  /*.MODULO_1_4_1.MODULO_70_HOMBRILLO*/

  /*.MODULO_1_4.MODULO_70_LISTADO*/
  .MODULO_1_4.MODULO_70_LISTADO{flex-direction: column;gap: 20px;}
  .MODULO_1_4.MODULO_70_LISTADO .first-wrap{margin: 0;flex: 1 0 100%;}
  .MODULO_1_4.MODULO_70_LISTADO .first-wrap .wrap-both .wrap-text header h3{font-size: 24px!important;}
  .MODULO_1_4.MODULO_70_LISTADO .sec-wrap{flex: 1 0 100%;flex-direction: row;flex-wrap: wrap;}
  .MODULO_1_4.MODULO_70_LISTADO .sec-wrap article{flex: 1 0 calc(50% - 16px);}
  .MODULO_1_4.MODULO_70_LISTADO .sec-wrap article .wrap-both{gap: 12px;}
  .MODULO_1_4.MODULO_70_LISTADO .sec-wrap .wrap-both .wrap-text header h3{font-size: 16px!important;}
  /*.MODULO_1_4.MODULO_70_LISTADO*/

  /*MODULO_ASIM_1_3_3*/
  .MODULO_ASIM_1_3_3{gap: 20px;}
  .MODULO .MODULO_ASIM_1_3_3 .first-wrap{margin-bottom: 0;flex: 1 0 100%;}
  .MODULO_ASIM_1_3_3 .wrap-both .wrap-text header h3{font-size: 24px!important;}
  .MODULO .MODULO_ASIM_1_3_3 .sec-wrap{flex: 1 0 100%;display: flex;align-items: stretch;justify-content: flex-start;gap: 16px;flex-direction: row;flex-wrap: wrap;}
  .MODULO .MODULO_ASIM_1_3_3 .sec-wrap article{flex: 1 0 calc(50% - 16px);}
  .MODULO .MODULO_ASIM_1_3_3 .sec-wrap article .wrap-both .wrap-text header h3{font-size: 16px!important;}
  /*MODULO_ASIM_1_3_3*/

  /*.MODULO_1_4_3.MODULO_CENTRAL*/
  .MODULO_1_4_3.MODULO_CENTRAL .first-wrap{margin-bottom: 20px;padding-bottom: 0;}
  .MODULO_1_4_3.MODULO_CENTRAL .first-wrap .wrap-both .wrap-text header h3{font-size: 24px!important;}
  .MODULO_1_4_3.MODULO_CENTRAL .sec-wrap .wrap_two article{flex: 1 0 calc(50% - 16px);margin-bottom: 0 !important;}
  .MODULO_1_4_3.MODULO_CENTRAL .sec-wrap .wrap-both .wrap-text header h3{font-size: 16px!important;}
  .MODULO_1_4_3.MODULO_CENTRAL .sec-wrap{margin-bottom: 20px;}
  .MODULO_1_4_3.MODULO_CENTRAL .third-wrap .wrap-both .wrap-text header h3{font-size: 16px!important;}
  /*.MODULO_1_4_3.MODULO_CENTRAL*/

  /*.MODULO_GRID_VERT*/
  .MODULO_GRID_VERT{grid-template-columns: repeat(2, 1fr);}
  .MODULO_GRID_VERT article .wrap-text h3{font-size: 16px!important;}
  /*.MODULO_GRID_VERT*/

  /*.MODULO_DIRECTO*/
  .MODULO_DIRECTO article .wrap-both header h3{font-size: 24px!important;}
  /*.MODULO_DIRECTO*/

  /*.MODULO_XL_OVER*/
  .MODULO_XL_OVER .wrap-media{margin-bottom: 12px;}
  .MODULO_XL_OVER .wrap-both header h3{font-size: 24px!important;}
  /*.MODULO_XL_OVER*/

  /*.MODULO_SLIDER*/
  .MODULO_SLIDER{margin-bottom: 0;}
  .MODULO_SLIDER .wrap-both header h3{font-size: 24px!important;}
  .MODULO_SLIDER .wrap-text {padding: 12px 0em 1.5em;}
  /*.MODULO_SLIDER*/

  /*.MODULO_1_3_1_2*/
  .MODULO_1_3_1_2 .first-wrap{margin-bottom: 20px;}
  .MODULO_1_3_1_2 .first-wrap header h3{font-size: 24px!important;}
  .MODULO_1_3_1_2 .sec-wrap{gap: 20px;}
  .MODULO_1_3_1_2 .sec-wrap .wrap_two{display: flex;flex-direction: row;align-items: stretch;justify-content: flex-start;gap: 16px;margin: 0;}
  .MODULO_1_3_1_2 .sec-wrap .wrap_two article{flex: 1 0 calc(50% - 16px)}
  .MODULO_1_3_1_2 .sec-wrap .wrap_two article header h3{font-size: 16px!important;}
  .MODULO_1_3_1_2 .sec-wrap .wrap_three{margin-bottom: 0;}
  .MODULO_1_3_1_2 .sec-wrap .wrap_four{display: flex;flex-direction: row;align-items: stretch;justify-content: flex-start;gap: 16px;margin: 0;}
  .MODULO_1_3_1_2 .sec-wrap .wrap_four article{flex: 1 0 calc(50% - 16px)}
  .MODULO_1_3_1_2 .sec-wrap .wrap_four article header h3{font-size: 16px!important;}
  /*.MODULO_1_3_1_2*/

  /*.MODULO_HORIZ_1*/
  .MODULO_HORIZ_1 .sec-wrap article .wrap-both{gap: 0;}
  .MODULO_HORIZ_1 .sec-wrap article header h3{font-size: 24px!important;}
  /*.MODULO_HORIZ_1*/

  /*.MODULO_MOTOR*/
  .MODULO_MOTOR{flex-wrap: wrap;gap: 20px;}
  .MODULO_MOTOR .first-wrap{order: 2;flex: 1 0 calc(50% - 32px);max-width: calc(50% - 16px);min-width: calc(50% - 16px);justify-content: flex-start;align-items: center;}
  .MODULO_MOTOR .sec-wrap{order: 1;flex: 1 0 100%;display: flex;flex-direction: row;align-items: stretch;justify-content: flex-start;flex-wrap: wrap;}
  .MODULO_MOTOR .sec-wrap article{flex: 1 0 calc(50% - 20px);}
  .MODULO_MOTOR .sec-wrap article:first-of-type{flex: 1 0 100%;}
  .MODULO_MOTOR .sec-wrap article header h3{font-size: 16px!important;}
  .MODULO_MOTOR .sec-wrap article:first-of-type header h3{font-size: 24px!important;}
  .MODULO_MOTOR .third-wrap{order: 3;flex: 1 0 calc(50% - 32px);max-width: calc(50% - 16px);min-width: calc(50% - 16px);justify-content: flex-start;align-items: center;}
  .MODULO_MOTOR .first-wrap{flex: 1 0 100%;max-width: 100%;min-width: 100%;}
  .MODULO_MOTOR .third-wrap{flex: 1 0 100%;max-width: 100%;min-width: 100%;}
  .MODULO_MOTOR .third-wrap article .wrap-both {gap: 0;}
  /*.MODULO_MOTOR*/

  /*MODULO OPINION 4,5,6 y 7*/
  /*.MODULO-OPINION{padding-top: 0;padding-bottom: 0;}
  .MODULO-OPINION .first-wrap .contenedores{gap: 20px;}
  .MODULO-OPINION.MODULO-OPINION-4 .first-wrap .container-1 article {width: 100%;flex: 1 0 calc(50% - 20px);margin: 0!important;}
  .MODULO-OPINION .first-wrap .contenedores.container-1 .wrap-both{gap: 16px;}
  .MODULO-OPINION.MODULO-OPINION-6 .first-wrap .contenedores{gap: 20px;}
  .MODULO-30-70 .first-wrap article, .MODULO-OPINION-6 .contenedores.container-1 {margin-bottom: 20px;}
  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .contenedores {margin-bottom: 20px;}
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-1 article .wrap-both{flex-direction: row;}
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-1 article .wrap-both .wrap-text h3 {text-align: left;}
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-1 article .wrap-text{display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 8px;}
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-1 article .pie-noticia{justify-content: flex-start !important;}
  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .contenedores.container-1 .wrap-both .wrap-text header{width: 100%;margin: 0;}
  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .contenedores.container-1 .wrap-both .wrap-text header h3 a{text-align: left!important;}
  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .contenedores.container-1 .wrap-both .wrap-text .wrap-otros {margin-top: 0;}
  .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-2 article{margin-bottom: 0!important;width: 100%;}
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-2 article{width: 100%;}
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-2 article .wrap-both{flex-direction: row;}
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-2 article .wrap-both .wrap-text h3 {text-align: left;}
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-2 article .wrap-text{display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 8px;}
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-2 article .pie-noticia{justify-content: flex-start !important;}
  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .contenedores.container-2 .wrap-both .wrap-text header{width: 100%;margin: 0;}
  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .contenedores.container-2 .wrap-both .wrap-text header h3 a{text-align: left!important;}
  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .contenedores.container-2 .wrap-both .wrap-text .wrap-otros {margin-top: 0;}
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-3 article{width: 100%!important;margin-bottom: 0!important;}
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-3 article .wrap-both{flex-direction: row;}
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-3 article .wrap-both .wrap-text h3 {text-align: left;}
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-3 article .wrap-text{display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 8px;}
  .MODULO-OPINION.MODULO-OPINION-7 .contenedores.container-3 article .pie-noticia{justify-content: flex-start !important;}
  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .contenedores.container-3 .wrap-both .wrap-text header{width: 100%;margin: 0;}
  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .contenedores.container-3 .wrap-both .wrap-text header h3 a{text-align: left!important;}
  .MODULO-OPINION.MODULO-OPINION-7 .first-wrap .contenedores.container-3 .wrap-both .wrap-text .wrap-otros {margin-top: 0;}
  .MODULO .MODULO-OPINION-7 .first-wrap .contenedores.container-3{margin-bottom: 0!important;}*/

  .MODULO-OPINION .first-wrap .contenedores{display:flex;flex-direction: column !important;gap: 20px !important;align-items: flex-start!important;justify-content: flex-start!important;}
  .MODULO-OPINION article{width: 100%!important;flex: 1!important;margin: 0!important;margin-bottom: 0!important;}
  .MODULO-OPINION article .wrap-both{display: flex !important;flex-direction: row !important;gap: 16px !important;align-items: center !important;justify-content: flex-start !important;}
  .MODULO-OPINION article .wrap-both .firma-hibrida{width: auto;max-width: 90px !important;min-width: 90px !important;height: 90px !important;}
  .MODULO-OPINION article .wrap-both .wrap-text{display: flex!important;flex-direction: column!important;align-items: flex-start!important;justify-content: flex-start!important;gap: 12px;}
  .MODULO-OPINION article .wrap-both .wrap-text header h3 a{display: block!important;text-align: left!important}
  .MODULO-OPINION article .wrap-otros .pie-noticia{justify-content: flex-start !important;align-items: flex-start;}
  .MODULO-OPINION article .wrap-otros{margin: 0!important;}

  .MODULO .MODULO-OPINION-5 .contenedores.container-2 article .wrap-text header h3 a{display: block;text-align: left !important;}
  .MODULO-OPINION.MODULO-OPINION-5 .container-2 article .wrap-otros .pie-noticia {justify-content: flex-start !important;}
  .MODULO-OPINION-6 .contenedores.container-1 {margin-bottom: 20px;}
  .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: left !important;}
  /*MODULO OPINION 4,5,6 y 7*/

  /*.MODULO_REVISTA*/
  .MODULO_REVISTA{gap: 20px;}
  .MODULO_REVISTA .first-wrap header h3 a{font-size: 24px!important;}
  .MODULO_REVISTA .sec-wrap{gap: 20px;}
  .MODULO_REVISTA .sec-wrap header h3 a{font-size: 16px!important;}
  /*.MODULO_REVISTA*/

  /*.MODULO-4-4*/
  .MODULO-4-4{gap: 20px;}
  .MODULO-4-4 .first-wrap article header h3{font-size: 18px!important;}
  .MODULO-4-4 .first-wrap article:first-of-type header h3{font-size: 24px!important;}
  .MODULO-4-4 .second-wrap {max-width: 100%;align-items: center;}
  .MODULO-4-4 .first-wrap{gap: 20px;}
  .MODULO-4-4 .second-wrap .contenedor-1{gap: 20px;}
  .MODULO-4-4 .second-wrap .contenedor-1 article header h3{font-size: 18px!important;}
  /*.MODULO-4-4*/

  /*.PORTADILLA_CULTURPLAZA*/
  .PORTADILLA_CULTURPLAZA .first-wrap{order: 1;margin-top:0;margin-bottom: 20px;padding: 0;gap: 20px;}
  .PORTADILLA_CULTURPLAZA .first-wrap article .wrap-text header h3{font-size: 16px!important;}
  .PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(1) .wrap-text header h3{font-size: 24px!important;}
  .PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(1) .wrap-text header h3 a {color: #1C1C1C !important;}
  .PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(2),
  .PORTADILLA_CULTURPLAZA .first-wrap article:nth-child(3){width: auto;flex: 1 0 calc(50% - 20px);}
  .PORTADILLA_CULTURPLAZA .sec-wrap{order: 2;}
  /*.PORTADILLA_CULTURPLAZA*/

  /*.MODULO_ROBA_VERT_2*/
  .MODULO_ROBA_VERT_2{justify-content: center;gap: 20px;align-items: center;flex-wrap: wrap;flex-direction: row;}
  .MODULO_ROBA_VERT_2 .first-wrap,.MODULO_ROBA_VERT_2 .sec-wrap{flex: 1 0 calc(50% - 20px);}
  .MODULO_ROBA_VERT_2 .first-wrap article .wrap-text header h3{font-size: 16px!important;}
  .MODULO_ROBA_VERT_2 .sec-wrap article .wrap-text header h3{font-size: 16px!important;}
  .MODULO_ROBA_VERT_2 .third-wrap{max-width: 324px;min-width: 324px;}
  /*.MODULO_ROBA_VERT_2*/

  /*M_50_50_ROBA*/
  .M_50_50_ROBA{justify-content: center;align-items: center;gap: 20px;}
  .M_50_50_ROBA .first-wrap{margin: 0;flex: 1 0 100%}
  .M_50_50_ROBA .first-wrap article .wrap-text header h3{font-size: 24px!important;}
  .M_50_50_ROBA .sec-wrap{max-width: 324px;min-width: 324px;margin: 0;}
  /*M_50_50_ROBA*/

  /*M_ROBA_70*/
  .M_ROBA_70{justify-content: center;align-items: center;gap: 20px;flex-wrap: wrap;flex-direction: row;}
  .M_ROBA_70 .first-wrap{margin: 0;flex: 1 0 100%}
  .M_ROBA_70 .first-wrap article .wrap-text header h3{font-size: 24px!important;}
  .M_ROBA_70 .sec-wrap{max-width: 324px;min-width: 324px;margin: 0;}
  /*M_ROBA_70*/

  /*.M_70_30_25_ROBA*/
  .M_70_30_25_ROBA{justify-content: center;gap: 20px;align-items: center;}
  .M_70_30_25_ROBA .first-wrap{margin: 0;flex: 1 0 100%}
  .M_70_30_25_ROBA .first-wrap .wrap_one{margin-bottom: 20px;}
  .M_70_30_25_ROBA .first-wrap .wrap_one article header h3{font-size: 24px!important;}
  .M_70_30_25_ROBA .sec-wrap{margin-top: 0;margin-bottom: 0;}
  .M_70_30_25_ROBA .sec-wrap .wrap_two{display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 20px;}
  .M_70_30_25_ROBA .sec-wrap .wrap_two article header h3{font-size: 18px;}
  .M_70_30_25_ROBA .third-wrap{max-width: 324px;min-width: 324px;margin: 0;}
  /*.M_70_30_25_ROBA*/

  /*.M_70_30_DOBLES_ROBA*/
  .M_70_30_DOBLES_ROBA{gap: 20px;flex-wrap: wrap;align-items: center;justify-content: center;}
  .M_70_30_DOBLES_ROBA .first-wrap{flex: 1 0 100%;gap: 20px;flex-wrap: wrap;}
  .M_70_30_DOBLES_ROBA .first-wrap .wrap_one{flex: 1 0 100%;gap: 20px;order:2;}
  .M_70_30_DOBLES_ROBA .first-wrap .wrap_two{flex: 1 0 100%;order:1;margin-bottom: 0;}
  .M_70_30_DOBLES_ROBA .first-wrap .wrap_two  article header h3{font-size: 24px!important;}
  .M_70_30_DOBLES_ROBA .first-wrap .wrap_one{display:flex;gap: 16px;flex-direction: row;align-items: stretch;justify-content: center;}
  .M_70_30_DOBLES_ROBA .first-wrap .wrap_one  article header h3{font-size: 16px!important;}
  /*.M_70_30_DOBLES_ROBA*/

  /*.M_70_HOMBRILLO_ROBA*/
  .M_70_HOMBRILLO_ROBA{gap: 20px;justify-content: center;align-items: center;display: flex!important;flex-wrap: wrap;}
  .M_70_HOMBRILLO_ROBA .first-wrap article header h3{font-size: 24px!important;}
  .M_70_HOMBRILLO_ROBA .sec-wrap{flex-wrap: wrap;flex-direction: row!important;gap: 16px;}
  .M_70_HOMBRILLO_ROBA .sec-wrap article{flex: 1 0 calc(50% - 16px);}
  .M_70_HOMBRILLO_ROBA .sec-wrap article header h3{font-size: 16px!important;}
  .M_70_HOMBRILLO_ROBA .third-wrap{max-width: 324px;min-width: 324px;margin: 0;}
  /*.M_70_HOMBRILLO_ROBA*/

  /*.M_CENTRAL_ROBA*/
  .M_CENTRAL_ROBA{gap: 20px;}
  .M_CENTRAL_ROBA .first-wrap{margin: 0!important}
  .M_CENTRAL_ROBA .first-wrap article header h3{font-size: 24px!important;}
  .MODULO_1_4_3 .sec-wrap .wrap_two{gap: 16px;}
  .MODULO_1_4_3 .sec-wrap .wrap_two article{flex: 1 0 calc(50% - 16px);margin-bottom: 0 !important;}
  .M_CENTRAL_ROBA .sec-wrap article header h3{font-size: 16px!important;}
  /*.M_CENTRAL_ROBA*/

  /*.M_FOTO_70_ROBA*/
  .M_FOTO_70_ROBA{align-items: center;justify-content: center;gap: 20px;flex-direction: column;}
  .M_FOTO_70_ROBA .first-wrap{margin: 0;flex: 1 0 100%;width: 100%;}
  .M_FOTO_70_ROBA .first-wrap article header h3{font-size: 24px!important;}
  .M_FOTO_70_ROBA .first-wrap article header h3 a{color: #ffffff!important;}
  .M_FOTO_70_ROBA .sec-wrap{margin: 0;min-width: 324px;max-width: 324px;}
  /*.M_FOTO_70_ROBA*/

  /*.MODULO_ROBA_SLIDER*/
  .MODULO_ROBA_SLIDER{justify-content: center;align-items: center;gap: 20px;flex-direction: column;}
  .MODULO_ROBA_SLIDER .slick-slider{margin: 0;flex: 1 0 100%;}
  .MODULO_ROBA_SLIDER .slick-slider
  .MODULO_ROBA_SLIDER .sec-wrap{margin: 0;min-width: 324px;max-width: 324px;}
  /*.MODULO_ROBA_SLIDER*/

  /*M_ROBA_LISTADO_50_50*/
  .M_ROBA_LISTADO_50_50{gap: 20px;align-items: center;justify-content: center;}
  .M_ROBA_LISTADO_50_50 .first-wrap{margin: 0;flex: 1 0 100%;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 20px;}
  .M_ROBA_LISTADO_50_50 .first-wrap article{width: 100%;margin: 0;}
  .M_ROBA_LISTADO_50_50 .first-wrap article header h3{font-size: 18px!important;}
  .M_ROBA_LISTADO_50_50 .first-wrap article:first-of-type header h3{font-size: 24px!important;}
  .M_ROBA_LISTADO_50_50 .sec-wrap{margin: 0;min-width: 324px;max-width: 324px;}
  /*M_ROBA_LISTADO_50_50*/

  /*M_TORRE_ROBA*/
  .M_TORRE_ROBA{gap: 20px;align-items: center;justify-content: center;}
  .M_TORRE_ROBA .first-wrap{width: auto;gap: 20px;flex: 1 0 100%;}
  /*M_TORRE_ROBA*/

  /*.M_50_50_ROBA_DOBLE*/
  .M_50_50_ROBA_DOBLE{gap: 20px;flex-wrap: wrap;align-items: center;justify-content: center;}
  .M_50_50_ROBA_DOBLE .first-wrap{flex: 1 0 100%;}
  .M_50_50_ROBA_DOBLE .first-wrap article header h3{font-size: 16px!important;}
  .M_50_50_ROBA_DOBLE .sec-wrap {margin: 0;min-width: 324px;max-width: 324px;}
  /*.M_50_50_ROBA_DOBLE*/

  /*.MODULO_CULTURPLAZA*/
  .MODULO_CULTURPLAZA article{margin: 0!important;margin-bottom: 0!important;}
  .MODULO_CULTURPLAZA .sec-wrap{display: flex;align-items: flex-start;justify-content: flex-start;gap: 20px;flex-direction: column;}
  .MODULO_CULTURPLAZA .wrap_three .wrapx2{display: flex;align-items: flex-start;justify-content: flex-start;gap: 20px;flex-direction: column;}
  .MODULO_CULTURPLAZA .wrap_three .wrapx2 article header h3{font-size: 18px!important;}
  .MODULO_CULTURPLAZA .wrap_three .wrapx2 article:first-of-type header h3{font-size: 24px!important;}
  .MODULO_CULTURPLAZA .wrap_three{display: flex;align-items: flex-start;justify-content: flex-start;gap: 20px;flex-direction: column;margin: 0!important;}
  .MODULO_CULTURPLAZA .sec-wrap .wrap_three .wrapx1 article header h3 a {color: #1C1C1C !important;}
  .MODULO_CULTURPLAZA .wrap_four{display: flex;align-items: flex-start;justify-content: flex-start;gap: 20px;flex-direction: column;}
  /*.MODULO_CULTURPLAZA*/

  /*.MODULO_OPI_ROBA*/
  .MODULO-OPINION.MODULO_OPI_ROBA .first-wrap{flex: 1 0 100%;gap: 20px;flex-direction: column;align-items: flex-start;}
  .MODULO-OPINION.MODULO_OPI_ROBA .sec-wrap{min-width: 100%;max-width: 100%;justify-content: center;}
  .MODULO-OPINION.MODULO_OPI_ROBA .sec-wrap .BN{margin: auto;}
  .MODULO-OPINION.MODULO_OPI_ROBA .first-wrap article{max-width: 100%;}
  .MODULO-OPINION.MODULO_OPI_ROBA .first-wrap .wrap-text h3 {font-size: 16px !important;}
  /*.MODULO_OPI_ROBA*/

  /*.MODULO_ROBA_INTER_DOBLE*/
  .MODULO_ROBA_INTER_DOBLE .first-wrap .wrap-both .wrap-text header h3, .MODULO_ROBA_INTER_DOBLE .third-wrap .wrap-both .wrap-text header h3 {font-size: 16px !important;}
  .MODULO_ROBA_INTER_DOBLE .sec-wrap .BN{margin: auto;}
  /*.MODULO_ROBA_INTER_DOBLE*/

  /*.MODULO_ROBA_INTER_TRIPLE*/
  .MODULO_ROBA_INTER_TRIPLE .first-wrap,.MODULO_ROBA_INTER_TRIPLE .third-wrap{flex: 1 0 calc(50% - 16px);}
  .MODULO_ROBA_INTER_TRIPLE .four-wrap{flex: 1 0 100%;}
  .MODULO_ROBA_INTER_TRIPLE .four-wrap .wrap-both .wrap-text header h3{font-size: 22px !important;}
  .MODULO_ROBA_INTER_TRIPLE .first-wrap .wrap-both .wrap-text header h3, .MODULO_ROBA_INTER_TRIPLE .third-wrap .wrap-both .wrap-text header h3{font-size: 16px !important;}
  .MODULO_ROBA_INTER_TRIPLE .sec-wrap{order: 4;max-width: 100%;flex: 1 0 100%;justify-content: center;}
  .MODULO_ROBA_INTER_TRIPLE .sec-wrap .BN{margin: auto;}
  .MODULO_ROBA_INTER_TRIPLE .four-wrap .wrap-both .wrap-media figure{margin-bottom: 12px;}
  /*.MODULO_ROBA_INTER_TRIPLE*/

  /*MODULOS_ROBA_MULTIPLE*/
  .MODULOS_ROBA_MULTIPLE{gap: 20px;}
  .MODULOS_ROBA_MULTIPLE .first-wrap{gap: 16px;}
  .MODULOS_ROBA_MULTIPLE .first-wrap article{flex: 1 0 calc(50% - 16px);}
  .MODULOS_ROBA_MULTIPLE .first-wrap .wrap-both .wrap-text header h3{font-size: 16px!important;}
  .MODULOS_ROBA_MULTIPLE .sec-wrap .BN{margin: auto;}
  .MODULOS_ROBA_MULTIPLE .third-wrap{flex-wrap: wrap;gap: 16px;}
  .MODULOS_ROBA_MULTIPLE .third-wrap article{flex: 1 0 calc(50% - 16px);}
  .MODULOS_ROBA_MULTIPLE .third-wrap article .wrap-both .wrap-text header h3{font-size: 16px!important;}
  .MODULOS_ROBA_MULTIPLE .third-wrap article:first-of-type{flex: 1 0 100%;}
  .MODULOS_ROBA_MULTIPLE .third-wrap article:first-of-type .wrap-both .wrap-text header h3{font-size: 20px!important;}
  .MODULOS_ROBA_MULTIPLE .third-wrap article .wrap-both .wrap-media{margin-bottom: 0;}
  .MODULOS_ROBA_MULTIPLE.MODULO_ROBA_X6 .third-wrap article {flex: 1 0 calc(50% - 16px);}
  /*MODULOS_ROBA_MULTIPLE*/

}

@media(max-width:600px){

  /*MODULO_XXL_NUEVO*/
  .MODULO .MODULO_XXL_NUEVO .first-wrap .wrap-both .wrap-text .wrap-otros{margin-top: 8px;}
  .MODULO_XXL_NUEVO .first-wrap .wrap-text .wrap-otros .pie-noticia{justify-content: flex-start;}
  /*MODULO_XXL_NUEVO*/
  
  /*.MODULO_1_1_3*/
  .MODULO .MODULO_1_1_3 .third-wrap article .wrap-both{flex-direction: row !important;}
  .MODULO .MODULO_1_1_3 .third-wrap .wrap-both header{margin-top: 0!important;}
  .MODULO .MODULO_1_1_3 h3{font-size: 18px !important;}
  /*.MODULO_1_1_3*/

  /*.MODULO_ROBA_1_1_3*/
  .MODULO .MODULO_ROBA_1_1_3 .third-wrap article .wrap-both{flex-direction: row !important;}
  .MODULO .MODULO_ROBA_1_1_3 .third-wrap .wrap-both header{margin-top: 0!important;}
  .MODULO .MODULO_ROBA_1_1_3 h3{font-size: 18px !important;}
  /*.MODULO_ROBA_1_1_3*/

  /*.MODULO_1_4_1.MODULO_70_HOMBRILLO*/
  .MODULO_1_4_1.MODULO_70_HOMBRILLO .sec-wrap article:last-child{margin-bottom: 0!important;}
  /*.MODULO_1_4_1.MODULO_70_HOMBRILLO*/

  .container_module_newsletter{
    margin: 0;
    width: 100%;
  }

  #slide-out ul.social{
    gap: 16px;
  }

}

@media(max-width:575px){
  .MODULO .wrap-both header{margin-top: 0!important;}
  .MODULO .MODULO_XL article:last-of-type{margin-bottom: 0!important;}
  .MODULO .MODULO_XL h3{font-size: 24px!important;}
  .MODULO .MODULO_ASIM_1_6 .first-wrap{margin-bottom: 0;}
  .MODULO_1_4_1.MODULO_70_HOMBRILLO .first-wrap{margin-bottom: 0;}
}

/* sticky add */

/* Asegurarte que el contenedor .BN tenga position: relative */
.TRIPLE_SUPERIOR .BN{
  position: relative;
  height: 100%;
  overflow: hidden;
  min-width: 324px;
}

.TRIPLE_SUPERIOR .BN img{
    max-width: 300px;
    border: 0 !important;
    display: block;
    overflow: hidden;
    padding: 0;
}

/* 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 */
}

.modules_unificados{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

.modules_unificados.apertura_dos .MODULO_HORIZ_1{width: 100%;}
.modules_unificados.apertura_dos .MODULO_HORIZ_1 .sec-wrap article .wrap-both .wrap-media {
    flex: 1 0 calc(30% - 32px);
    margin-right: 0;
    max-width: calc(30% - 32px);
}

.wrap-LISTADO.wrap-MEDIO .MODULO.es-tag{margin-bottom: 0;}
.LISTADO_BUSQUEDA .MODULO.es-tag .MODULO_M .sec-wrap article{margin-bottom: 24px;padding-bottom: 24px;}
.LISTADO_NORMAL .MODULO.es-tag .MODULO_M .sec-wrap article .wrap-both .wrap-media{margin-bottom: 0;}
.LISTADO_BUSQUEDA .MODULO.es-tag:first-of-type .MODULO_M .sec-wrap article .wrap-both .wrap-media{margin-bottom: 16px;}
.LISTADO_BUSQUEDA .MODULO.es-tag .MODULO_M .sec-wrap article .wrap-otros{display: flex;margin: 0;}
.LISTADO_BUSQUEDA .MODULO.es-tag .MODULO_M .sec-wrap article .wrap-both .wrap-text{display: flex;align-items: flex-start;justify-content: space-between;gap: 16px;flex-direction: column;}

@media(max-width:767px){
    .LISTADO_BUSQUEDA .MODULO.es-tag .MODULO_M .sec-wrap article{margin-bottom: 20px !important;}
    .LISTADO_NORMAL .MODULO.es-tag .MODULO_M .sec-wrap article .wrap-both .wrap-media {margin-bottom: 8px;}
}