:root {
    --gray: #D4D4D4;
    --red: #CC1114;
    --dark: #111;
    --light: #f5f3ee;
    --bone: #F3F2ED;
    --bg-gray: #F3F5F8;
}
body {
  font-family: 'Zalando Sans', sans-serif;
}
div#iter-content-wrapper {
    margin-top: 20px;
}

#col-33-33-33-top-three-col,
#col-60-40-top-two-col{
  padding-left: 2rem;
}

.container, .container-fluid, .container-lg, 
.container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.tit_sec{
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.tit_sec .titlesec span{
  font-size: 40px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -2px;
}
.tit_sec .titlesec {
  position: relative;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--gray);
}
.tit_sec .titlesec::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(60%);
    height: 4px;
    width: 30px;
    background: var(--red);
}
.tit_sec .titlesec p{
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin: 1.2rem 0 0 0;
}

/* ======== NOTA PRINCIPAL ======== */
/* Categoria*/
.sect-date {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 0.5rem;
}
.sect-date .article-section .section {
    background: var(--bg-gray);
    padding: 8px;
    font-size: 13px;
}
.sect-date .date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}
.sect-date .date::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--red);
    border-radius: 50%;
    display: inline-block;
}

/* Título del artículo */
.nota_principal .headline {
  margin: 0 0 6px 0;
}
.nota_principal .headline a {
  text-decoration: none !important;
  color: inherit;
}
.nota_principal .headline h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  margin: 10px 0 6px 0;
  color: #1a1a1a !important;
}
/* Solo la primera línea visual en rojo */
.nota_principal .headline h2::first-line {
  color: #C8102E;
}
.nota_principal .autor-nombre,
.listado_notas .autor-nombre{
  display: none;
}
/* Descripcion */
.nota_principal .subheadline {
  margin: 0;
}
.nota_principal .subheadline h3,
.nota_principal .subheadline p {
  font-size: 13px;
  color: #555555;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}
.nota_principal .subheadline h3 .priority-content {
  color: #555555 !important;
}

@media (max-width: 767px) {
  #col-33-33-33-top-three-col, 
  #col-60-40-top-two-col {
    padding-left: 0;
}
  .tit_sec .titlesec span {
    font-size: 25px;
  }
  .sect-date{
    margin-top: 0.5rem;
  }
  .nota_principal .headline h2 {
    font-size: 20px;
  }  
  .nota_principal .subheadline h3{
    font-size: 14px;
  }
  .nota_principal .multimedia{
    height: 300px;
    overflow: hidden;
  }
  .nota_principal .multimedia img{
    top: 60% !important;
    transform: translateY(-40%);
  }
  .nota_principal article {
    border-bottom: 1px solid var(--gray);
    padding: 10px 0 25px 0;
    margin-bottom: 25px;
  }
}

@media (width: 768px) {
.nota_principal .headline h2 {
    font-size: 19px;
}
}

/* ======== 4 NOTAS ======== */
.cuatro_notas .noticias{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
/* Título del artículo */
.cuatro_notas .headline {
  margin: 0 0 6px 0;
}
.cuatro_notas .headline a {
  text-decoration: none !important;
  color: inherit;
}
.cuatro_notas .headline h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  margin: 10px 0 6px 0;
  color: #1a1a1a !important;
}
.cuatro_notas .sect-date h3.article-section::after,
.cuatro_notas .inf2,
.cuatro_notas .inf2 ul,
.cuatro_notas .inf2 ul li{
  display: none;
}

/* Solo la primera línea visual en rojo */
.cuatro_notas .headline h2::first-line {
  color: #C8102E;
  display: none;
}
.cuatro_notas .multimedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cuatro_notas article{
  padding-bottom: 20px;
  border-bottom: 1px solid #D4D4D4;
  padding-top: 5px;
}
.cuatro_notas article .n1,
.cuatro_notas article .n2{
  padding-top: 0;
}
.cuatro_notas article:nth-child(3),
.cuatro_notas article:nth-child(4){
    border-bottom: 1px solid transparent;
}
@media (max-width: 768px) {
  .cuatro_notas .noticias{
    margin-bottom: 10px;
}
  .cuatro_notas .headline h2 {
    font-size: 14px;
  }
}

/* ======== LISTADO DE NOTAS ======== */
.listado_notas .headline a {
  text-decoration: none !important;
  color: inherit;
}
.listado_notas .headline h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  margin: 10px 0 0 0;
  color: #1a1a1a !important;
}
.listado_notas .sect-date{
    margin-bottom: 0px;
}
.listado_notas article{
  padding-bottom: 20px;
  border-bottom: 1px solid #D4D4D4;
  padding-top: 20px;
}
.listado_notas article:nth-child(1){
  padding-top: 0;
}
.listado_notas article:nth-child(5){
  border-bottom: 1px solid transparent;
}

@media (max-width: 767px) {
.listado_notas article:nth-child(1){
  border-top: 1px solid #D4D4D4;
}
}
@media (width: 768px) {
.listado_notas{
  padding-left: 20px;
}
.listado_notas .headline h2 {
    font-size: 12px;
}
}

/* ======== LISTADO DE 9 NOTAS ======== */
.list_not{
  margin-top: 1.5rem;
}
.list_not .noticias{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
/* Título del artículo */
.list_not .headline {
  margin: 0 0 6px 0;
}
.list_not .headline a {
  text-decoration: none !important;
  color: inherit;
}
.list_not .headline h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  margin: 10px 0 6px 0;
  color: #1a1a1a !important;
}
.list_not .sect-date{
  margin-bottom: 0px;
  margin-top: 12px;
}
.list_not article{
  padding-bottom: 20px;
  border-bottom: 1px solid #D4D4D4;
  padding-top: 5px;
}
.list_not article:nth-child(7),
.list_not article:nth-child(8),
.list_not article:nth-child(9){
    border-bottom: 1px solid transparent;
}

/* Titulo del Bloque*/
.section-title {
    position: relative;
    border-bottom: 1px solid var(--gray);
}
.section-title .title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(60%);
    height: 4px;
    width: 30px;
    background: var(--red);
}

@media (max-width: 767px) {
.list_not{
  border-bottom: 1px solid var(--gray);
}
.list_not .noticias {
    display: grid;
    grid-template-columns: 1fr 1fr;
}   
.list_not .headline h2 {
    font-size: 14px;
}
.list_not .inf2 ul li {
    font-size: 10px;    
}
.list_not article:nth-child(7){
  border-bottom: 1px solid var(--gray);
}
}

/* ======== DESTACADAS ======== */
.mas-destacados{
    margin-top: 0.5rem;
}
.iter-rankingtab-mostrecent-hd {
    display: none;
}
.section-title.destacados{
    margin-bottom: 0;
    margin-top: 3rem;
}
.mas-destacados .R_TIT {
    display: flex;
    gap: 35px;
    border-bottom: 1px solid var(--gray);
    padding: 20px 0;
}
.mas-destacados .headline a{
  color: #000;
  text-decoration: none;
}
.mas-destacados .headline h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.mas-destacados .r_numeracion {
  font-size: 18px;
  font-weight: 500;
  color: var(--red);
}
.mas-destacados .R_TIT:nth-child(5){
  border-bottom: 1px solid transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mas-destacados .R_TIT {
      gap: 10px;
  }
  .mas-destacados .headline h2 {
      font-size: 12px;
  }
}