body[class*="home"] .secondary-section {
  margin-top: 42px;
  margin-bottom: 42px;
}

body[class*="home"] .secondary-section .section-title,
body[class*="home"] .secondary-section .section-title:hover,
body[class*="home"] .secondary-section:hover .section-title {
  border-top: none !important;
}

body[class*="home"] .secondary-section .section-title a h2,
body[class*="home"] .secondary-section .section-title a h4 {
  font-family: var(--nunito);
  font-weight: 800;
  font-size: 1.28em;
  letter-spacing: 2.25px;
  line-height: 28px;
  text-align: left;
  color: var(--op-color-teal);
  padding: 0;
  background: transparent;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* mover a otro lado */
body[class*="home"] .visit-more-link {
  display: flex;
  justify-content: center;
}

body[class*="home"] .visit-more-link a,
body[class*="home"] .visit-more-link button {
  display: block;

  text-decoration: underline;
  padding: 13px;
  color: var(--op-color-teal);
  letter-spacing: 1.96px;
  border-radius: 4px;
  transition: all 0.2s;
  background-color: var(--op-color-fd-grey);
}

body[class*="home"] .visit-more-link a i,
body[class*="home"] .visit-more-link button i {
  margin-left: 6px;
}

body[class*="home"] .visit-more-link a:hover,
body[class*="home"] .visit-more-link button:hover {
  color: #000;
  background-color: var(--op-color-light-grey);
}

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

  body[class*="home"] .secondary-section.secondary-section--with-tabs .secondary-section__articles>div:nth-child(2) {
    flex-direction: column;
  }

  body[class*="home"] .visit-more-link {
    justify-content: flex-end;
  }

  body[class*="home"] .secondary-section.secondary-section--with-tabs {
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  body[class*="home"] .secondary-section.secondary-section--with-tabs .secondary-section__articles,
  body[class*="home"] .secondary-section.secondary-section--with-tabs .tablet-flex-most-read {
    width: 50% !important;
    max-width: 50% !important;
  }

  body[class*="home"] .secondary-section.secondary-section--with-tabs .secondary-section__articles .col-md-6 {
    width: 100%;
    max-width: 100%;
  }

  body[class*="home"] .secondary-section.secondary-section--with-tabs .secondary-section__articles .col-md-6:not(:first-child) {
    margin-top: 32px;
  }
}

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

  body[class*="home"] .secondary-section .secondary-section__sponsor-fl,
  body[class*="home"] .secondary-section .secondary-section__articles {
    max-width: 100%;
    flex: 0 0 100%;
  }

  body[class*="home"] .secondary-section .secondary-section__sponsor-fl {
    margin-top: 41px;
  }

  body[class*="home"] .secondary-section .secondary-section__articles .fl-override-col {
    width: 33.5%;
    flex: 0 0 33.5%;
    max-width: 33.5%;

    border-right: none;
  }

  body[class*="home"] .secondary-section .secondary-section__articles .fl-override-col-2 {
    width: 66.5%;
    flex: 0 0 66.5%;
    max-width: 66.5%;

    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
  }

  body[class*="home"] .secondary-section.secondary-section--with-tabs .secondary-section__articles {
    width: 65% !important;
    flex: 0 0 65% !important;
    max-width: 65% !important;
  }

  body[class*="home"] .secondary-section.secondary-section--with-tabs .secondary-section__articles .fl-override-col-2 {
    display: flex;
    flex-direction: column;
  }

  body[class*="home"] .secondary-section.secondary-section--with-tabs .secondary-section__articles .row {
    flex-wrap: nowrap;
  }

  body[class*="home"] .secondary-section.secondary-section--with-tabs .secondary-section__articles .fl-override-col {
    flex: 0 0 47%;
  }

  body[class*="home"] .secondary-section.secondary-section--with-tabs .secondary-section__articles .fl-override-col-2 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-top: 0 !important;
  }

  body[class*="home"] .secondary-section.secondary-section--with-tabs .secondary-article-small__content {
    word-break: break-word;
  }

  body[class*="home"] .secondary-section.secondary-section--with-tabs .tablet-flex-most-read {
    max-width: 35% !important;
    width: 35% !important;
    flex: 0 0 35%;
  }
}

/** por alguna razon estos estilos no funcionan si se ponen en otro archivo */
.sponsor-title {
  display: none;
}

body[class*="home"] .sponsor-title {
  display: block;

  font-size: 12px;
  letter-spacing: 1.68px;
  line-height: 12px;
  color: #ccc;
  text-align: center;
}



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

  body[class*="home"] .secondary-section.secondary-section--with-tabs .secondary-section__articles>div:nth-child(2) {
    flex-direction: row;
  }

}

/* MOBILE */
@media screen and (max-width: 480px) {

  .section-home__header.container h1 {
    font-family: var(--nunito);
    font-weight: 800;
    font-size: 1.28em;
    letter-spacing: 2.25px;
    line-height: 28px;
    text-align: left;
    color: var(--op-color-teal);
    padding: 0;
    background: transparent;
    margin-bottom: 0;
  }

  .section-home__header.container {
    margin-top: 0px;
  }

}

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

  /* .section-home__header.container {
    margin-top: 117px;
  } */

  .section-home__header.container h1 {
    font-family: var(--nunito);
    font-weight: 800;
    font-size: 1.28em;
    letter-spacing: 2.25px;
    line-height: 28px;
    text-align: left;
    color: var(--op-color-teal);
    padding: 0;
    background: transparent;
    margin-bottom: 0;
  }

}

.section-home__header .subsection-link{
  display: none !important;
}