.container-banner {
    display: block;
    text-align: center;
    overflow: hidden;
    padding: 5% 7%;
}

.container-banner-social {
    display: block;
    text-align: center;
    overflow: hidden;
}

.banner-img {
    position: relative;
    text-align: center;
}

.banner-img source, .banner-img img {
    width: 100%;
    transition: 0.4s ease;
}

.banner-caption {
    background-color: var(--themeblack);
    border-radius: 30px;
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    bottom: 20px;
    width: 50%;
    padding: 5px 0;
    text-align: center;
    color: white;
    margin: 0 25%;
    text-transform: uppercase;
}


.container-banner-full {
    display: block;
    text-align: center;
    overflow: hidden;
    padding: 1% 0;
}

.container-banner-offers {
    display: flex;
    flex-wrap: wrap;
    /* padding: 2% 10% 0.5%; */
}

.container-banner-offers .container-banner-offer-item {
    width: 50%;
}

.container-banner-offers .container-banner-offer-item:nth-child(1) {
    padding-right: 10px;
}

.container-banner-offers .container-banner-offer-item:nth-child(2) {
    padding-left: 10px;
}

.section-swipper-instagram i {
    left: -23px;
    top: 1px;
    color: var(--themecolor2);
}


/****************** nav *********************/

.nav-item_option{
    color: red;
    margin-left: 20px;
    margin-right: 20px;
}



/****************** categorias *********************/
.section-banners,
.container-banner-offers,
.section-swipper-instagram {
    padding: 0 8%;
    margin: 3% 0;
}

.box-category {
    position: relative;
    display: flex;
    transition: .2s all ease-in-out;
}

.category-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-caption span {
    font-size: 4.5vw;
    color: white;
    font-weight: 600;
    font-family: 'Roboto-Bold';
    text-align: center;
    line-height: 1;
    transition: .2s all ease-in-out;
}

.category-action {
    position: absolute;
    bottom: 15%;
    width: 100%;
    text-align: center;
}

.category-action span {
    display: block;
    border: 2px solid white;
    color: white;
    font-size: 1vw;
    font-family: 'Roboto-Bold';
    width: fit-content;
    line-height: 1;
    padding: 3% 8%;
    margin: 0 auto;
    transition: .3s all ease-in-out;
}


.box-category:hover .category-caption span {
    color: var(--themecolor);
}

.box-category:hover .category-action span {
    color: var(--themecolor);
    border-color: var(--themecolor);
    transform: scale(1.03);
}

@media screen and (max-width: 1800px) {
    .section-banners,
    .container-banner-offers,
    .section-swipper-instagram {
        padding: 0 5%;
        margin: 4% 0;
    }
}

@media screen and (max-width: 1400px) {
    .category-caption span {
        font-size: 6vw;
    }

    .category-action span {
        font-size: 2vw;
    }
}

@media screen and (max-width: 850px) {
    .section-banners,
    .container-banner-offers,
    .section-swipper-instagram {
        padding: 0 3%;
        margin: 5% 0;
    }
}

@media screen and (max-width: 700px) {

    .section-swipper-categories,
    .section-grid-banners,
    .section-swipper-instagram {
        margin: 12% 0;
    }
}

@media screen and (max-width: 450px) {
    .category-caption span {
        font-size: 10vw;
    }

    .category-action span {
        font-size: 4vw;
        padding: 4% 8% 3%;
    }
}

.swipper-instagram-container {
    padding: 1% 0;
}

.inst-div {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.inst-img {
    width: 100%;
    position: absolute;
    left: 0;
}

.inst-caption {
    width: 100%;
    height: 100%;
    background-color: #0000007d;
    z-index: 2;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    padding: 8%;
    transition: .3s all ease-in-out;
}

.inst-caption span {
    color: white;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}

.inst-div:hover .inst-caption {
    opacity: 1;
}

/**************************************************/

.section-gray {
    background: var(--themebgvitrina);
    padding-top: 1.5%;
}

@media screen and (max-width: 992px) {
    .title-section {
        font-size: 2rem;
    }

    .banner-caption {
        bottom: 6px;
        width: 80%;
        font-size: .9rem;
        margin: 0 10%;
        letter-spacing: 0.7px;
    }
}



@media screen and (max-width: 850px) {
    .title-section {
        font-size: 1.8rem;
    }
}


@media screen and (max-width: 700px) {

    .title-section {
        font-size: 1.4rem;
    }

    .container-banner-offers .container-banner-offer-item {
        width: 100%;
    }
    
    .container-banner-offers .container-banner-offer-item:nth-child(1) {
        padding-right: 0;
    }
    
    .container-banner-offers .container-banner-offer-item:nth-child(2) {
        padding-left: 0;
        padding-top: 5%;
    }

    .section-gray {
        padding-top: 7%;
    }

    .section-swipper-instagram i {
        left: -16px;
    }
}

@media screen and (max-width: 575px) {
    .title-section {
        font-size: 1.1rem;
    }

    .banner-caption {
        bottom: 6px;
        width: 80%;
        font-size: 0.5rem;
        margin: 0 10%;
        letter-spacing: 0.7px;
    }
}

@media screen and (max-width: 420px) {}