.Destacados {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.Destacados-header {
    margin-bottom: 2rem;
    text-align: center;
}

.Destacados-swiper {
    overflow: hidden;
}

.Destacados-wrapper {
    margin-bottom: 0.5rem;
}

.Destacados-slide {
    display: flex;
    flex-direction: column;
    max-width: 15.75rem;
    min-height: 100%;
    text-decoration: none;
    min-height: 100%;
}

.Destacados-slide img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    aspect-ratio: 1;
    object-fit: cover;
}

.Destacados-model {
    margin-bottom: 1.62rem;
    transition: color .4s;
}

.Destacados-slide:is(:hover,:focus) .Destacados-model {
    color: var(--clr-medium-orange);
}

.Destacados-model span {
    display: block;
    margin-top: 4px;
}

.Destacados-descripcion {
    flex-grow: 1;
}

.Destacados-btn {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 2.09rem;
    text-transform: uppercase;
    color: var(--clr-dark-gray);
    transition: color 0.4s;
}

.Destacados-slide:is(:hover,:focus) .Destacados-btn {
    color: var(--clr-medium-orange);
}

.Destacados-btn svg {
    display: block;
    fill: var(--clr-dark-gray);
    transition: fill 0.4s, transform 0.4s;
}

.Destacados-slide:is(:hover,:focus) .Destacados-btn svg {
    fill: var(--clr-medium-orange);
    transform: translateX(1rem);
}

.Destacados-interactions {
  display: flex;
}

.Destacados-interactions * {
  -webkit-tap-highlight-color: transparent;
}

.Destacados-scrollbar {
    align-self: center;
    margin-right: 0.75rem;
    height: 0.375rem;
    width: 100%;
    background: var(--clr-light-gray);
    --swiper-scrollbar-drag-bg-color: linear-gradient(45deg, #e94f27 0%, #ffd401 80%, #faea26 100%);
    cursor: grab;
}
.Destacados-controls {
    display: flex;
    margin-left: auto;
}

@media (width > 48em) {
    .Destacados-header {
        margin-bottom: 4rem;
    }
    
    .Destacados-slide {
        max-width: 22.375rem;
    }
    
    .Destacados-model {
        margin-bottom: 1rem;
    }
    
    
    
    .Destacados-scrollbar {
        margin-right: 2.25rem;
    }
}