
/* 
//////////
---HERO---
//////////
*/
#hero-main-video-container {
    margin-top: 100px;
}

.hero-main {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 100px); 
    position: relative;
    background-color: #272727;
}

video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.hero-swiper {
    margin-top: 100px;
}

#hero-carrusel, #hero-carrusel .swiper-slide img {
    height: 100%;
    max-height: 90vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#hero-carrusel .hero-swiper {
    max-width: none;
}

/*
////////////////
---CATEGORIES---
////////////////
*/
.c-s-c-category-swiper{
    height: 400px;
}

.categories-section, .information-section {
    background-image: url('../images/fondo-web.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.categories-section {
    border-bottom: 1px solid var(--text-gray-1);
}

.categories {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 3rem;
}

.c-i-img-container {
    width: 160px;
    height: 160px;
    background-color: var(--text-gray-1);
    border: 1px solid var(--text-gray-1);
    border-radius: 2px;
    transition: all 300ms ease-in-out;
    overflow: hidden;
}

.c-i-img-container:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

.c-item img {
    border-radius: 2px;
    transition: all 300ms ease-in-out;
    overflow: hidden;
}

.c-item img:hover {
    transform: scale(1.1);
}

.cat-title-hover {
    margin-top: .8rem;
    font-size: 1rem;
}

/*
//////////////
---FEATURED---
//////////////
*/

/*
///////////
---PRICE---
///////////
*/
.price-section, .pre-footer-section {
    background-image: url('../images/banner02.png');
    background-attachment: fixed;
    background-size: cover;
    color: var(--text-light);
    border-top: 1px solid var(--text-gray-1);
    border-bottom: 1px solid var(--text-gray-1);
}

.price-section h2 {
    margin-bottom: 1rem;
}

.price-section p {
    max-width: 600px;
}

.price-section a { 
    cursor: pointer;
    background-color: var(--main-color);
    color: var(--text-light);
    padding: .6rem 2.4rem;
    border-radius: 5px;
}

.price-section a:hover {
    background-color: var(--main-color-hover);
    color: var(--text-light);
}

.price-section a:active, .price-section a:link, .price-section a:visited {
    color: var(--text-light);
}

/*
////////////
---LATEST---
////////////
*/

/*
/////////////////
---INFORMATION---
/////////////////
*/
.information-section {
    border-top: 1px solid var(--text-gray-1);
    border-bottom: 1px solid var(--text-gray-1);
}

.i-s-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.i-s-container h4 {
    margin-bottom: 0;
    margin-top: 1.4rem;
    font-weight: 600;
    font-size: 20px;
}

.i-s-container p {
    margin-bottom: 0;
}

.i-s-container div {
    width: 20%;
    min-width: 200px;
}

.i-s-container div i {
    color: var(--main-color);
}

/*
/////////////
---CONTACT---
/////////////
*/

/*
////////////
---BRANDS---
////////////
*/
.brands-section {
    background-color: var(--text-light);
}

.bs-brands-container {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.bs-brands-container img {
    width: 180px;
}

.bs-brands-carrusel {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 20px 0;
}

.bs-brands-track {
    display: flex;
    width: max-content;
    animation: brands-scroll 30s linear infinite;
    align-items: center;
    gap: 60px;
}

.bs-brands-track img {
    height: 60px;
    width: auto;
    display: block;
    opacity: 0.8;
    transition: all 0.3s, opacity 0.3s;
}

.bs-brands-track img:hover {
    opacity: 1;
    transform: scale(1.04);
}

@keyframes brands-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/*
///////////////
---PREFOOTER---
///////////////
*/

.pre-footer-section {
    height: 30vh;
}

@media screen and (max-width: 800px) {
 .cat-title-hover {
    display: block;
 }

 .bs-brands-track {
    gap: 30px;
 }

 .bs-brands-track img {
    height: 30px;
    width: auto;
    display: block;
    opacity: 0.8;
    transition: all 0.3s, opacity 0.3s;
}
}

/*
keys local redvision:

ck_8b210f16256794463582926b429fac43db33daae

cs_2e4aa8d1dc46e3af5c0b192092718837c2ad4d7d
*/

