@charset "UTF-8";
/*
    Created on : Jul 9, 2025, 11:46:07 AM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
    Created on : Jun 30, 2025, 12:02:56 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
.loop {
  display: flex;
  -moz-column-gap: 68px;
       column-gap: 68px;
  row-gap: 46px;
  justify-content: center;
  flex-wrap: wrap;
}

.loop-title {
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 45px;
  color: #000;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px; /* 121.739% */
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .loop-title {
    margin-bottom: -15px;
  }
}

.loop-item {
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .loop-item {
    gap: 20px;
  }
}
.loop-item__title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 3px;
}
.loop-item__title:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .loop-item__title {
    text-align: centeR;
    font-size: 18px;
    margin: 0;
  }
}
.loop-item__thumb-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.load-more-wrap {
  margin-top: 45px;
}/*# sourceMappingURL=loop.css.map */