﻿/*.header.fixed-top {
    position: relative;
}*/

.banner .ratio {
    /*aspect-ratio: 1920/600;*/
    aspect-ratio: 1920/760;
    position: relative;
}

.banner .banner-content {
    position: absolute;
    bottom: 15px;
    left: 50%; 
    transform: translateX(-50%); 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 1rem;
    text-align: center;
    max-width: 600px;
}

.banner .title {
    font-size: clamp(1.5rem, 5vw, 2.8rem);
}

.banner .subtitle {
    font-size: clamp(0.8rem, 2.5vw, 1rem);
    max-width: 500px;
}

.banner .btn {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #0a2240;
    padding: 12px 30px;
    font-weight: 600;
    font-size: .875rem;
    transition: all .3s ease;
}

.banner .btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .banner .ratio {
       /* aspect-ratio: 1 / 1;*/
        aspect-ratio: 1 / 1.3;
    }
}

/*#region Carrusel Categorias */
.container-categorias-swiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 3rem;
}

.categorias-swiper p {
    font-size: .875rem;
    font-weight: 600;
}

.categorias-swiper img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.custom-arrow-categorias {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    z-index: 10;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 4px;
    padding: 5px;
}

#prevBtnCategorias {
    left: 0;
}

#nextBtnCategorias {
    right: 0;
}

.categorias-swiper {
    width: 92%;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .container-categorias-swiper {
        margin-top: 0;
    }

    .categorias-swiper {
        width: 100%;
    }

        .categorias-swiper img {
            object-fit: cover;
            width: 100%;
            height: 150px;
        }

    .custom-arrow-categorias {
        display: none;
    }
}


/*#endregion */

/*#region Carrusel Nuevo */
.swiper-title {
    font-size: .875rem;
}

.swiper-subtitle {
    font-size: 2rem;
}

.swiper-navigation-nuevo .swiper-nuevo-button-prev,
.swiper-navigation-nuevo .swiper-nuevo-button-next {
    position: static !important;
    width: auto;
    height: auto;
    margin: 0 .3rem;
    padding: .2rem .3rem;
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
}

    .swiper-navigation-nuevo .swiper-nuevo-button-prev::after,
    .swiper-navigation-nuevo .swiper-nuevo-button-next::after {
        content: none !important;
    }

.nuevo-swiper img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}

.nuevo-swiper .add-to-cart {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.nuevo-swiper .swiper-slide {
    height: 450px;
}

.nuevo-swiper .nuevo-img-destacada-desk {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.nuevo-swiper .card-body {
    font-size: .875rem;
    font-weight: 600;
}

    .nuevo-swiper .card-body .item-code {
        font-weight: 100;
    }

.nuevo-img-destacada-mob {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.btn-buy-now {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #0a2240;
    padding: 12px 30px;
    font-weight: 600;
    font-size: .875rem;
    transition: all .3s ease;
}

    .btn-buy-now:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #0a2240;
        transform: translateY(-2px);
    }
/*#endregion */

/*#region Carrusel Populares */
.container-populares-swiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
}

.populares-swiper img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}

.custom-arrow-populares {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    z-index: 10;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 4px;
    padding: 5px;
}

#prevBtnPopulares {
    left: 0;
}

#nextBtnPopulares {
    right: 0;
}

.populares-swiper {
    width: 92%;
    margin: 0 auto;
}

    .populares-swiper .add-to-cart {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .populares-swiper .card-body {
        font-size: .875rem;
        font-weight: 600;
    }

        .populares-swiper .card-body .item-code {
            font-weight: 100;
        }

@media (max-width: 992px) {
    .container-populares-swiper {
        margin-top: 0;
    }

    .populares-swiper {
        width: 100%;
    }

        .populares-swiper img {
            object-fit: cover;
            width: 100%;
            height: 150px;
        }

    .custom-arrow-populares {
        display: none;
    }
}
/*#endregion */

/*#region Colecciones */
.collections-name .img-wrapper {
    overflow: hidden;
    display: block;
}

.collections-name img {
    object-fit: cover;
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-in-out;
}

    .collections-name img:hover {
        transform: scale(1.1);
    }

.img-250 {
    /*height: 250px;*/
    height: 292px;
}

.img-500 {
/*    height: 556px;*/
    height: 640px;
}

@media (max-width: 767.98px) {
    .img-500 {
        height: 250px;
    }
}
/*#endregion */

/*#region Carrusel Catalogos Populares */
.container-catalogs-swiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
}

.catalogs-swiper .swiper-slide {
    overflow: hidden;
    cursor: pointer;
}

.catalogs-swiper img {
    object-fit: cover;
    width: 100%;
    height: 400px;
    cursor: pointer;
    transition: transform 0.4s ease-in-out;
}

    .catalogs-swiper img:hover {
        transform: scale(1.1);
    }

.custom-arrow-catalogs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    z-index: 10;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 4px;
    padding: 5px;
}

#prevBtnCatalogs {
    left: 0;
}

#nextBtnCatalogs {
    right: 0;
}

.catalogs-swiper {
    width: 92%;
    margin: 0 auto;
}

    .catalogs-swiper .swiper-slide .name-catalog {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 1rem;
        margin-left: 1rem;
        font-size: 1.5rem;
        color: #ffffff;
    }

.btn-view-more {
    background-color: #ffffff;
    border-color: #0a2240;
    color: #0a2240;
    padding: 12px 30px;
    font-weight: 600;
    font-size: .875rem;
    transition: all .3s ease;
}

    .btn-view-more:hover {
        background-color: #0a2240;
        border-color: #0a2240;
        color: #ffffff;
    }

@media (max-width: 992px) {
    .container-catalogs-swiper {
        margin-top: 0;
    }

    .catalogs-swiper {
        width: 100%;
    }

    .custom-arrow-catalogs {
        display: none;
    }
}
/*#endregion */

/*#region Unirme Ahora */
.join-now .column-left {
    background: #e5eefa;
}

    .join-now .column-left .wrapper-col {
        padding: 4rem;
        padding-top: 2rem;
        padding-bottom: 0;
        color: #0a2240;
    }

.join-now .title {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
}

.join-now .subtitle {
    font-size: .875rem;
    font-weight: 600;
}

.join-now li {
    font-size: .875rem;
    font-weight: 500;
}

.join-now .check-icon {
    width: 16px;
    height: 16px;
    background: #0a2240;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    flex-shrink: 0;
}

    .join-now .check-icon::before {
        content: "✔";
    }

.join-now .btn-join-now {
    background-color: #0a2240;
    border-color: #0a2240;
    color: #ffffff;
    padding: 12px 30px;
    font-weight: 600;
    font-size: .875rem;
    transition: all .3s ease;
}

    .join-now .btn-join-now:hover {
        transform: translateY(-2px);
    }
/*#endregion */

/*#region Comunidad */
.comunity .title {
    font-size: 1.5rem;
    font-weight: 500;
}

.comunity .comunity-swiper img {
    height: 300px;
    object-fit: cover;
}
/*#endregion */

/*#region Puntos */
.swiper .product-points {
    background-color: #fff8db !important;
    color: #da8207;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #ffd86e;
}

    .swiper .product-points div.border {
        border-color: #ffcb3c !important;
    }

    .swiper .product-points i.fa-coins {
        font-size: 13px;
        color: #ffcb3c;
        margin: 4px 4px;
    }
/*#endregion */