/* News slider --------------------------------------------------------------------------------------------------------*/
.news-slider {
  padding: 40px 0;
}

.news-block {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  padding: 0;
  width: 280px;
  min-height: 100%;
}

.news-content {
  padding: 36px;
}

.taxport-section .news-block {
  width: 100%;
  padding: 40px;
}

.news-smalll-content {
  color: #36424A;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 400;
}

.news-main-content-link {
  color: #36424A;
}
.news-main-content-link:hover {
  color: #E55302;
}

.news-main-content {
  font-weight: 600;
  margin: 26px 0 25px;
}

.news-main-content-text {
  color: #36424A;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 400;
  padding-bottom: 10px;
}

.news-img-head {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.secc-proveedores .container .three-item-slider .slick-list .slick-track .three-item-slider-card .news-block .news-img-head {
  display: none !important;
}

body.art-especial .news-slider {
  padding: 40px 0;
}
body.art-especial .news-block {
  position: relative;
  background-color: transparent;
  border-radius: 5px;
  box-shadow: none;
  padding: 0;
}
body.art-especial .news-block::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 320px) {
  body.art-especial .news-block::before {
    background: transparent;
  }
}
@media screen and (max-width: 480px) {
  body.art-especial .news-block::before {
    background: transparent;
  }
}
@media screen and (max-width: 320px) {
  body.art-especial .news-block {
    background: #F3F3EC;
    color: #36424A;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  body.art-especial .news-block {
    background: #F3F3EC;
    color: #36424A;
    margin-right: 10px;
  }
}
body.art-especial .news-content {
  position: absolute;
  padding: 20px;
  z-index: 2000;
  bottom: 20px;
}
@media screen and (max-width: 320px) {
  body.art-especial .news-content {
    position: relative;
    color: #36424A;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  body.art-especial .news-content {
    position: relative;
    color: #36424A;
    margin-top: 20px;
  }
}
body.art-especial .taxport-section .news-block {
  width: 100%;
  padding: 40px;
}
body.art-especial .news-smalll-content {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 400;
}
@media screen and (max-width: 320px) {
  body.art-especial .news-smalll-content {
    color: #36424A;
  }
}
@media screen and (max-width: 480px) {
  body.art-especial .news-smalll-content {
    color: #36424A;
  }
}
body.art-especial .news-main-content-link {
  color: #36424A;
}
body.art-especial .news-main-content-link:hover {
  color: #E55302;
}
body.art-especial .news-main-content {
  font-weight: 600;
  margin: 26px 0 25px;
}
body.art-especial .news-main-content-text {
  color: #36424A;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 400;
  padding-bottom: 10px;
}
body.art-especial .news-img-head {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
body.art-especial .slick-arrow.slick-prev {
  left: 20px;
}
body.art-especial .slick-arrow.slick-next {
  right: 20px;
}

/* Responsive Media Queries ------------------------------*/
@media (min-width: 768px) {
  .news-block {
    width: auto;
  }
  .news-content {
    padding: 36px;
  }
  .news-main-content {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1024px) {
  .news-slider {
    padding: 60px 0;
  }
  .news-block {
    padding: 0;
  }
  .news-content {
    padding: 36px;
  }
  .news-main-content {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/*# sourceMappingURL=news-slider.css.map */