@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #dcdcdc;
}


#menu {
    /* background-color: #c27e02ed; */
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 94, 58, .18), transparent 55%), 
        radial-gradient(circle at 80% 35%, rgba(241, 145, 15, .12), transparent 60%), 
        linear-gradient(to bottom, #121725, #0b0d13);
    font-size: 17px;
}

#menu .nav-link {
    color: #ffffff;
}

/* estilos footer */
.site-footer {
    background: #0d0f17;
    isolation: isolate;
}

.site-footer a {
    text-decoration: none;
    color: #c9d4ff;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer h5,
.site-footer h6 {
    font-weight: 600;
    letter-spacing: .5px;
}

.text-gradient {
    background: linear-gradient(90deg, #ff5446, #ff9d2f);
    background-clip: text;
    -webkit-background-clip: text;    
    color: transparent;
}

.footer-links li+li {
    margin-top: .35rem;
}

.newsletter-form .form-control {
    background: #1b1f2b;
    border: 1px solid #2c3345;
    color: #fff;
}

.newsletter-form .form-control:focus {
    box-shadow: 0 0 0 .15rem rgba(255, 86, 60, .35);
    border-color: #ff563c;
}

.social-links a {
    transition: transform .25s, color .25s;
}

.social-links a:hover {
    transform: translateY(-4px);
    color: #ff9d2f;
}

.footer-bg-layer {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 94, 58, .18), transparent 55%), 
        radial-gradient(circle at 80% 35%, rgba(241, 145, 15, .12), transparent 60%), 
        linear-gradient(to bottom, #121725, #0b0d13);
    opacity: .9;
}

.footer-particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    mix-blend-mode: screen;
}

.footer-mini-links a {
    color: #8f9bb7;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.footer-mini-links a:hover {
    color: #fff;
}

#bannerSwiper.swiper {
    width: 100%;
    height: 50vh;
}
#bannerSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    background-color: #000;
}
#bannerSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bannerSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#carritoContador{
    display: inline-block;
    position: absolute;
    left: -5px;
    top: -2px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    border-radius: 10px;
}

@media (max-width:575px) {
    .site-footer {
        font-size: .9rem;
    }

    .site-footer .input-group>* {
        font-size: .75rem;
    }

    #bannerSwiper.swiper {
        width: 100%;
        height: 25vh;
    }
}