.loading-circulo{
   padding-top: 5rem;
  }

  .parrafo{
    padding-top: 1rem;
    font-size: 22px;
    font-family: Hind Madurai;
    
   }
.tarjeta{
    height: 17rem;
}

.contenedor-imagen{
    height: 9rem; 
    text-align: center;
}

.texto{
    min-height: 1.5rem;
}

.tarjeta2{
    height: 25rem;
    width: 20rem;
}
.imagen{
    height: 8.5rem !important;
    width: auto !important;
    object-fit: contain;
}

.descripcion{
    padding-bottom: 0.5rem;
    height: 6.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.horizontal-snap {
    margin: 0 auto;
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
    height: 29rem;
    padding: 1rem;
    max-width: 95%;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
  }
  
  .horizontal-snap > a {
    scroll-snap-align: center;
  }
  
  .horizontal-snap img {
    width: 180px;
    max-width: none;
    object-fit: contain;
    border-radius: 1rem;
  }

  .carousel-control-prev, .carousel-control-next {
    position: absolute;
    width: 10%;
    height: 12%;
    top: 70%;
    transform: translateY(-200%);
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 50%;
}