¡Upss!!!
Página no encontrada
Parece que ha elegido el camino equivocado... No te preocupes, volvamos a casa
.slider-wrapper { position: relative; width: 100%; padding: 1.5rem 0; } .slider-wrapper h2 { margin-bottom: 1rem; } /* SCROLL */ .cards-scroll { overflow-x: auto; overflow-y: hidden; white-space: nowrap; scrollbar-width: none; -ms-overflow-style: none; padding-bottom: 10px; display: flex; justify-content: space-around; } } .cards-scroll::-webkit-scrollbar { display: none; } /* CARD */ .card { display: inline-flex; vertical-align: top; width: 354px; height: 349px; margin-right: 16px!important; border-radius: 12px; overflow: hidden; position: relative; flex-direction: column; justify-content: flex-end; cursor: pointer; } .card:last-child { margin-right: 0; } .card-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .5s ease; } .card:hover .card-bg { transform: scale(1.05); } .card-overlay { position: absolute; inset: 0; background: linear-gradient( to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.18) 55%, transparent 100% ); } .card-body { position: relative; z-index: 1; padding: 1.25rem; display: flex; flex-direction: column; gap: 6px; } .card-tag { display: inline-block; width: fit-content; padding: 3px 10px; border-radius: 8px; background: #015c57; color: #fff; font-size: 11px; font-weight: 500; } .card-title { color: #fff; font-size: 17px; font-weight: 500; margin: 0; white-space: normal; } /* NAV BUTTONS */ .botones { display: flex; justify-content: space-between; align-items: center; } .botones button { width: 40px; height: 40px; cursor: pointer; transition: .2s; } .botones button:disabled { opacity: .3; cursor: default; } /* RESPONSIVE */ @media (max-width: 768px) { .card { width: 85vw; max-width: 354px; } }
Parece que ha elegido el camino equivocado... No te preocupes, volvamos a casa