/*Utilidades personalizandas*/
@import url("./utils/spacing.css");
@import url("./utils/flex.css");

/*Areas globales del sitio*/
@import url("./areas/menu.css");

#magazine-slider-container .img-container img{
  border-radius: 4px;
}

h2.title-section{
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 56px;
}

.slider-text{
  margin-top: 40px;
}

.post.hero .category {
  text-transform: uppercase;
  font-family: 'HK Grotesk';
  font-size: 16px;
}

.post.hero h1 {
  font-size: 34px;
  margin: 16px 0 !important;
}

#popular-posts{
  position: relative;
}

@media (min-width: 760px) {
  .attachment-card {
  /*  height: 400px !important; */
  }
}
@media (max-width: 491px){
  h2.title-section {
    margin-bottom: 24px;
  }

  .post.hero .category {
    text-transform: uppercase;
    font-family: 'HK Grotesk';
    font-size: 12px;
  }
}