.swiper {
    width: 100%;
    height: 100%;
}

.swiper .swiper-slide {
    height: auto;
}

.swiper {
    height: 100%;
}

.swiper-slide {
    height: auto !important;
}

.swiper-content {
    height: 100% !important
}


.swiper-planesalimineticios .swiper-slide {
    width: calc(66.66% - 8px);
    margin-right: 12px;
}

@media (min-width: 768px) {
    .swiper-planesalimineticios .swiper-slide {
        width: calc(28.22% - 8px);
        margin-right: 16px;
    }
}

.contenedor-recetas {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    gap: 25px 15px;
    align-items: end;
}

@media (max-width:768px) {
    .contenedor-recetas {
        grid-template-columns: 48% 48%;
    }
}

input[type="checkbox"]:checked+label {
    color: #fff !important;
}

.titulo {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn-check:checked+label icon svg {
    fill: #fff !important;
    stroke: #fff !important;
}

li {
    margin-bottom: 5px;
}

.swiper-menuplan .swiper-slide {
    width: calc(66.66% - 8px);
    margin-right: 12px;
}

@media (min-width: 768px) {
    .swiper-menuplan .swiper-slide {
        width: calc(38.22% - 8px);
        margin-right: 16px;
    }
}
.link-recetaplan {
    overflow: hidden;
}

.link-recetaplan::after {
    display: block;
    content: '';
    height: 60%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 100%);
}

.link-recetaplan .card-body {
    z-index: 1;

}

.menu-plan-container {
    position: relative;
    border-color: #D3D3D3;
}

.menu-plan-container .card-body {
    z-index: 1;
}

.menu-plan-container::after {
    display: block;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: '';
    position: absolute;
    background: rgb(var(--bs-body-bg-rgb));
    background: linear-gradient(45deg, rgba(var(--bs-body-bg-rgb), 0) -20%, rgba(var(--bs-body-bg-rgb), 1) 40%);

}