.highlighted-news {
  margin: 60px auto;
  max-width: 1140px;
}
@media (max-width: 1024px) {
  .highlighted-news {
    margin: 40px 0 40px 16px;
  }
}
.highlighted-news .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 0;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .highlighted-news .header {
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  .highlighted-news .header {
    margin: 0 16px 16px 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.highlighted-news .header h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .highlighted-news .header h2 {
    font-size: 28px;
  }
}
.highlighted-news .header .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.highlighted-news .header .controls .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  border: 2px solid var(--Azul-01, #008ac9);
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.highlighted-news .header .controls .control svg {
  fill: var(--Azul-01, #008ac9);
  width: 24px;
  height: 24px;
}
.highlighted-news .header .controls .control.inactive {
  border: 2px solid var(--Gris-03, #c1c1c1);
  cursor: not-allowed;
}
.highlighted-news .header .controls .control.inactive svg {
  fill: var(--Gris-03, #c1c1c1);
}
@media (max-width: 768px) {
  .highlighted-news .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.highlighted-news .views-view-responsive-grid {
  grid-auto-flow: column;
  gap: 24px;
  overflow-x: scroll;
  scrollbar-width: none;
  padding-bottom: 10px;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  --views-responsive-grid--layout-gap: auto !important;
}
@media (max-width: 768px) {
  .highlighted-news .views-view-responsive-grid {
    gap: 16px;
  }
}
.highlighted-news .views-view-responsive-grid::-webkit-scrollbar {
  display: none;
}
.highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item {
  position: relative;
  width: 360px;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(48, 49, 51, 0.15);
  box-shadow: 0 4px 8px 0 rgba(48, 49, 51, 0.15);
  overflow: hidden;
  overflow-x: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* Includes padding and border in the total width */
  position: relative;
  height: 460px;
}
@media (max-width: 768px) {
  .highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item {
    width: 230px;
    height: 224px;
  }
}
.highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item:hover {
  cursor: pointer;
}
.highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item:hover .more-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item .image-wrapper {
  width: 100%;
}
.highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item .image-wrapper .tags {
  position: absolute;
  top: 24px;
  left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 16px;
  list-style: none;
  padding: 0;
}
.highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item .image-wrapper .tags .tag {
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  padding: 4px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: #ff7a52;
  border: 1px solid transparent;
}
.highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item .image-wrapper .image {
  height: 460px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item .image-wrapper .image {
    height: 224px;
  }
}
.highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item .image-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item .image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.4;
}
.highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item .content-wrapper {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
  padding: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item .content-wrapper {
    padding: 16px;
  }
}
.highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item .content-wrapper .title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 768px) {
  .highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item .content-wrapper .title {
    font-size: 12px;
  }
}
.highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item .content-wrapper .more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  background: var(--Azul-01, #008ac9);
  text-transform: uppercase;
}
.highlighted-news .views-view-responsive-grid .views-view-responsive-grid__item .content-wrapper .more-link:hover {
  background: var(--Azul-03, #00a9e0);
}
.highlighted-news footer a.all-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Azul-01, #008ac9);
  margin-top: 32px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
.highlighted-news footer a.all-news:hover {
  background: var(--Azul-03, #00a9e0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.highlighted-news footer a.all-news[disabled] {
  background: #e4e5e4;
  color: #c1c1c1;
}
@media (max-width: 768px) {
  .highlighted-news footer a.all-news {
    width: 100%;
  }
}
/*# sourceMappingURL=highlighted-news.css.map */
