@charset "utf-8";

/* CSS Document */

.fondo-gris {
    padding-top: 2.1em;
    overflow: auto;
    margin: 0 auto;
}

#deco-cards {
    text-align: center;
    overflow: visible;
    margin: 0 auto;
}

.deco-card {
    border-radius: 20px;
    margin: 0.5em;
    margin-top: 3em;
}

.deco-card a:hover {
    color: var(--secondary-color);
}

.fondo-degradado {
    background: rgb(204, 204, 204);
    background: linear-gradient(90deg, rgba(238, 238, 238, 1) 0%, rgba(161, 161, 164, 1) 49%, rgba(170, 170, 170, 1) 100%);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.deco-card:hover {
    transform: scale(1.05);
}

.carousel {
    width: 100%;
    overflow-x: hidden;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(160, 4, 0) !important;
    opacity: 0.7;
}

.slider-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-content>div {
    padding: 0.5em;
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-item>img,
video {
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.card-img-top {
    margin-top: -40px;
    max-width: 30%;
}

.card-img {
    width: 100%;
    text-align: center !important;
    display: flex;
    justify-content: center;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .5));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .5));
}

.card-title {
    font-weight: bold;
}

.card-body p {
    font-size: 0.9rem;
}

.card-img-mas-cont {
    display: flex;
    justify-content: right;
    min-height: 2em;
}

.btn-tienda {
    padding: 0.5em;
    background-color: #CCC;
    border-radius: 10px;
    overflow: auto;
}

.btn-tienda1 {
    width: 70%;
    padding: 0.5em;
    background-color: #CCC;
    border-radius: 10px;
    overflow: auto;
}

.btn-tienda img,
.btn-tienda1 img {
    max-width: 100%;
}

.tiendas-a {}

.contenedor-tiendas {
    display: flex;
    justify-content: center;
}

.logos-tiendas-contenedor {
    max-width: 350px;
}

#btn-carrusel {
    width: 20px;
    height: 20px;
    border-radius: 50px 50px;
    background-color: #fff;
}

#btn-carrusel-next,
#btn-carrusel-prev {
    margin: 0 2%;
    border-radius: 100%;
    top: 35%;
    width: 4%;
    height: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: #00000050;
}

@media (max-width: 991px) {
    .card-img-top {
        margin-top: -30px;
        width: 50px;
        max-width: 50px;
    }
    .btn-tienda {
        margin-bottom: 1em;
        max-width: 50%;
    }
    .btn-tienda1 {
        margin-bottom: 1em;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 700px) {
    .slider-content h2 {
        font-size: 1rem;
    }
    .slider-content a {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .btn-tienda a {
        margin-bottom: 1em;
    }
    .btn-tienda {
        margin-bottom: 1em;
        max-width: 40%;
    }
    .btn-tienda1 {
        margin-bottom: 1em;
        max-width: 100%;
    }
    #btn-carrusel {
        opacity: 0;
        width: 12px;
        height: 12px;
        border-radius: 50px 50px;
        background-color: #fff;
    }
}