body[class*="home"] .tabs-section {
  border: 2px solid var(--op-color-middle-grey);
  margin-left: -15px;
  margin-right: -15px;
}

body[class*="home"] .tabs-section .tabs-section__tabs--mobile {
  display: none;
}

body[class*="home"] .tabs-section .tabs-section__tabs {
  display: block;

  background: var(--op-color-middle-grey);
}

body[class*="home"] .tabs-section .tabs-section__tabs {
  overflow-x: auto;
  scrollbar-width: thin;
}

body[class*="home"] .tabs-section .tabs-section__tab {
  flex-shrink: 0;
  width: unset;
  border-top: 4px solid transparent;
  border-radius: 0;
  font-weight: 800;
  font-size: 15px;
  padding: 16px 9px;
  border-bottom: none;
  color: var(--op-color-teal);
  line-height: 16px;
}

body[class*="home"] .tabs-section .tabs-section__tab:hover,
body[class*="home"] .tabs-section .tabs-section__tab--selected {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 4px solid #000;
  background: #fff;
  color: #000;
  box-shadow: none;
}

body[class*="home"] .tabs-section .tabs-section__tab:not(:last-child) {
  /*border-right: none;*/
}

body[class*="home"] .tabs-section .tabs-section__tabs-contents {
  background: #fff;
}

body[class*="home"] .tabs-section .tabs-section__tab-content {
  padding: 25px 25px 0 25px;
}

/* nodos */

/* articulo principal */
body[class*="home"] .tabs-section .tabs-big-article {
  display: flex;
  flex-direction: column;

  margin-bottom: 31px;
}

body[class*="home"] .tabs-section .tabs-big-article .tabs-big-article__content {
  margin-bottom: 14px;
  border-radius: 4px;
  overflow: hidden;
}

body[class*="home"] .tabs-section .tabs-big-article .tabs-big-article__top {
  order: 2;
}

body[class*="home"] .tabs-section .tabs-big-article .tabs-big-article__title {
  background-color: transparent;
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
}

body[class*="home"] .tabs-section .tabs-big-article .tabs-big-article__title a {
  color: var(--op-color-black-30);
}

/* articulos secundarios */

body[class*="home"] .tabs-section__tab-content .ultimos-contenidos {
  margin-top: 0;
}

body[class*="home"] .tabs-section .tabs-mult-article-mobile {
  margin-bottom: 27px;
}

/* DESKTOP */
@media screen and (min-width: 1279.9px) {
  
  body[class*="home"] .tabs-section .tabs-mult-article-mobile .index__medium-article__date {
    display: none;
  }

}


body[class*="home"]
  .tabs-section
  .tabs-mult-article-mobile
  .index__small-article__image {
  height: 101px;
  width: 101px;
  flex-shrink: 0;

  border-radius: 4px;
  overflow: hidden;
}

body[class*="home"]
  .tabs-section
  .tabs-mult-article-mobile
  .index__small-article__image
  img {
  width: 100%;
  height: 100%;
}

body[class*="home"] .tabs-mult-article-mobile .index__small-article__content {
  margin-left: 25px;
}

body[class*="home"]
  .tabs-mult-article-mobile
  .index__small-article__content
  .secondary-article-small__title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

/* MOBILE */
@media screen and (max-width: 480px) {
  
  body[class*="home"]
  .tabs-mult-article-mobile
  .index__small-article__content
  .secondary-article-small__title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  }

}

/* TABLET PORTRAIT */
@media screen and (min-width: 768px) and (max-width: 1023.9px) {

  body[class*="home"]
  .tabs-mult-article-mobile
  .index__small-article__content
  .secondary-article-small__title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  }

}

/* TABLET LANDSCAPE */
@media screen and (min-width: 1024px) and (max-width: 1279.9px) {
  
  body[class*="home"]
  .tabs-mult-article-mobile
  .index__small-article__content
  .secondary-article-small__title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  }

}

body[class*="home"] .tabs-mult-article-mobile .secondary-article-small__date {
  display: none;
}

body[class*="home"] .tabs-mult-article-mobile .secondary-article-small__title {
  margin-bottom: 14px;
}

body[class*="home"]
  .tabs-mult-article-mobile
  .secondary-article-small__title
  a {
  color: var(--op-color-black-30);
}

@media screen and (min-width: 767.9px) {


  body[class*="home"] .tabs-mult-article-mobile:last-child{
    display: none !important;
  }

  body[class*="home"] .tabs-section .tabs-big-article .tabs-big-article__content img{
    height: auto !important;
  }

  body[class*="home"] .tabs-section {
    border: none;
  }

  body[class*="home"] .tabs-section .tabs-section__tab-content {
    padding-left: 0;
    padding-right: 0;
  }

  body[class*="home"] .tabs-section .tabs-section__tabs {
    background-color: var(--fl-menu-background-color);
  }

  body[class*="home"] .tabs-mult-article {
    display: none !important;
  }

  body[class*="home"] .tabs-section .tabs-section__tab {
    flex-grow: 1;
    border-bottom: 2px solid var(--op-color-middle-grey);
  }

  body[class*="home"] .tabs-mult-article-mobile {
    display: flex;
  }

  body[class*="home"] .tabs-section .tabs-section__tab-content .col-md-8,
  body[class*="home"] .tabs-section .tabs-section__tab-content .col-md-4 {
    flex: 0 1 50%;
    max-width: 50%;
  }

  body[class*="home"] .tabs-section .tabs-section__tab--selected {
    border-bottom: none;
    border-right: 2px solid var(--op-color-middle-grey) !important;
    border-left: 2px solid var(--op-color-middle-grey);
  }

  body[class*="home"]
    .tabs-section
    .tabs-big-article
    .tabs-big-article__summary {
    display: none;
  }

  body[class*="home"] .tabs-section .tabs-big-article .tabs-big-article__title {
    font-weight: bold;
    margin-bottom: 14px;
  }

  body[class*="home"]
    .tabs-mult-article-mobile
    .secondary-article-small__title {
    word-wrap: anywhere;
  }
}

@media screen and (min-width: 1023.9px) {

  body[class*="home"] .tabs-section{
    padding-left: 15px;
    padding-right: 15px;
  }

  body[class*="home"]
    .tabs-section
    .tabs-big-article
    .tabs-big-article__content
    img {
    aspect-ratio: 16/9;
    height: auto;
  }

  body[class*="home"] .tabs-section .tabs-big-article .tabs-big-article__title {
    height: unset;

    font-size: var(--heading-4-dk-font-size);
    line-height: var(--heading-4-dk-line-height);
    font-weight: var(--heading-4-dk-font-weight);
  }

  body[class*="home"]
    .tabs-section
    .tabs-section__tab-content
    .tabs-section__section-title {
    display: none;
  }
}

@media screen and (min-width: 1365.9px) {
  body[class*="home"] .tabs-section .tabs-section__tab-content {
    border: 2px solid var(--op-color-middle-grey);
    border-top: none;
    padding-left: 42px;
  }

  /*
  body[class*="home"]
    .tabs-mult-article-mobile
    .index__small-article__content
    .secondary-article-small__title {
    font-size: var(--heading-4-font-size);
    line-height: var(--heading-4-line-height);
  }
  */

  body[class*="home"] .tabs-mult-article-mobile .index__small-article__content {
    padding-bottom: 10px;
    border-bottom: 1px dotted var(--op-color-middle-grey);
  }

  body[class*="home"] .tabs-section .tabs-mult-article-mobile:not(:last-child) {
    margin-bottom: 45px;
  }
}


@media screen and (max-width: 767.9px) {


body[class*="home"] .tabs-section__tabs::-webkit-scrollbar {
  display: none;
}

body[class*="home"] .tabs-section__tabs {
  -ms-overflow-style: none; 
  scrollbar-width: none;  
}

}

@media screen and (min-width: 1023.9px) {

body[class*="home"] .ultimos-contenidos .column-articles{
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
}

body[class*="home"] .tabs-section .tabs-section__tab-content {
  padding-right: 0px !important;
}

body[class*="home"] .tabs-section__tab-content .col-md-8 {
  max-width: 45% !important;
}

body[class*="home"] .tabs-section__tab-content .col-md-4 {
  max-width: 55%;
  width: 55%;
  padding-right: 0px;
  padding-left: 5px;
}


}

