@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: #f2cfe4;
}


#menu { 
    background: #f2cfe4;
    font-size: 17px;
}
 
/* estilos footer */
.site-footer {
    background: #f2cfe4;
    isolation: isolate;
}

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

.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-particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    mix-blend-mode: screen;
}

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

#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;
    }
}