/* modificacion de anchos de container segun el tamaño */

@media screen and (min-width: 768px) and (orientation: portrait) {
  .container {
    max-width: 676px;
  }
}


@media screen and (min-width: 1365.9px) {
  .container {
    max-width: 1124px;
  }
  .webform-submission-contact-form{
    margin-bottom: 30px;
  }
}

.bookmarks-container {
  margin-top: 50px;
  padding-top: 0px;
}

.bookmarks-container article {
  max-width: 100%;
}

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

  .section-home .index__small-article__content .index__medium-article__date{
    margin-top: 10px;
  }

  .bookmarks-container {
    margin-top: 90px;
  }

  .extra-home-title{
    margin-top: 14px;
  }

  /* body[class*="home"] {
    padding-top: 53px !important;
  } */
}

/* body {
  padding-top: var(--header-height);
} */

.bookmarks-container .index__small-article__category{
  display: none !important;
}

.bookmarks-container .index__medium-article__date{
  display: none !important;
}

.bookmarks-container .more-news-article__content .d-flex {
  display: inline !important;
}

.bookmarks-container .save-for-later-button{
  display: inline !important;
}

body[class*="home"] .contenedor-ver-mas-especiales{
  display: none !important;
}


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

  body[class*="home"] .more-news__button .visit-more-link{
    display: flex !important;
  }

  body[class*="home"] .visit-more-link{
    display: none !important;
  }

  
}

