.texto-cards-degradadas {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    padding-top: 96px;
    padding-bottom: 96px;
}

.texto-cards-degradadas .text-element{
  color: #303555;
}

.texto-cards-degradadas .text-element-title {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 40px;
  line-height: 63px;
  letter-spacing: 7%;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

.texto-cards-degradadas .text-element-title::after {
  content: '';
  position: absolute;
  bottom: 10px;
  display: block;
  height: 23px;
  width: 192px;
  z-index: -1;
  opacity: 63%;
  background-color: #6B96CF;
  left: -20px;
}

.texto-cards-degradadas .text-element-body {
 font-size: 18px;
 font-weight: 400;
}

.texto-cards-degradadas .cards-elements .field__items {
  display: flex;
  align-items: center;
  gap: 32px;
}

/* Moviles - SM */
@media (max-width: 575.98px) {
  .texto-cards-degradadas{
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .texto-cards-degradadas .text-element-title {
    font-size: 25px;
  }

  .texto-cards-degradadas .text-element-title::after{
    height: 15px;
    width: 130px;
  }

  .texto-cards-degradadas .text-element-body{
    font-size: 16px;
  }

  .texto-cards-degradadas  .cards-elements .field__items{
    flex-direction: column;
  }

  .card-degradada-fichero .titulo_card {
    font-size: 25px;
  }

  .card-degradada-fichero .card_link::after {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
/* Tablets en vertical - MD */
@media (min-width: 576px) and (max-width: 767.98px) {
}
/* Tablets en horizontal - LG */
@media (min-width: 768px) and (max-width: 991.98px) {
}
/* Portátiles pequeños - XL */
@media (min-width: 992px) and (max-width: 1199.98px) {
}
