@charset "UTF-8";
/*
    Created on : Jul 7, 2025, 11:01:53 AM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
    Created on : Jun 30, 2025, 12:02:56 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
.ultimas-noticias {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 86px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .ultimas-noticias {
    gap: 30px;
  }
}
.ultimas-noticias .swiper-pagination {
  position: static;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .ultimas-noticias .swiper-pagination {
    margin-top: 25px;
  }
}
.ultimas-noticias .swiper-slide {
  height: auto;
}
.ultimas-noticias__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #252621;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 19px;
  margin-bottom: 60px;
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  .ultimas-noticias__title {
    gap: 11px;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 45px;
  }
}
.ultimas-noticias__btn-wrap {
  margin-top: 50px;
  flex: 0 0 100%;
  margin-bottom: 0;
}

.ultima-noticia {
  height: 100%;
  display: flex;
  gap: 30px;
  border-left: 6px solid #9BC32F;
  align-items: center;
  padding-left: 13px;
  flex: 0 0 calc(50% - 43px);
  max-width: calc(50% - 43px);
}
@media only screen and (max-width: 768px) {
  .ultima-noticia {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ultima-noticia__thumb {
  flex: 0 0 115px;
}
.ultima-noticia__body {
  flex: 0 0 calc(100% - 145px);
  max-width: calc(100% - 145px);
  line-height: normal;
}
.ultima-noticia__title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  line-height: 1.2em;
}
@media only screen and (max-width: 768px) {
  .ultima-noticia__title {
    flex-direction: column;
    gap: 30px;
    font-size: 16px;
  }
}
.ultima-noticia__title:hover {
  color: #9BC32F;
}
.ultima-noticia__cats, .ultima-noticia__excerpt {
  margin-top: 5px;
}
.ultima-noticia__cat, .ultima-noticia__excerpt {
  color: #A6A6A6;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.4em;
  /*        &:hover {
              color: #9BC32F;
          }*/
}

.ultimas-noticias.swiper-container:not(.swiper-container-initialized) > .swiper-wrapper, .swiper:not(.swiper-initialized) > .swiper-wrapper {
  overflow: visible;
}/*# sourceMappingURL=ultimas-noticias.css.map */