/*////////////////////////////////////////////////////////////////////*/
/*   HOME                  ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

@media(min-width:768) {
    header .main.fixedmain {
        position: fixed;
        top: 0;
        z-index: 1030;
        width: 100%;
        -webkit-transition: all 2s ease-in;
        transition: all 1s ease-in;
    }
}

/* OWL SLIDER *****************************************/
.owl-item.loading {
    /*background: url(/Content/Images/AjaxLoader.gif) no-repeat center center;*/
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}

.owl-carousel .owl-item article img {
    transform-style: unset !important;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0.1;
}

.owl-carousel {
    margin: 0;
    z-index: 0;
}

.owl-nav > div {
    color: #000;
    cursor: pointer;
    font-family: "Ionicons";
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: calc(44% - 34px);
    z-index: 3;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-prev:before {
    content: "\f3d2"
}

.owl-next:before {
    content: "\f3d3"
}

.owl-prev:before {
    float: left
}

.owl-next:before {
    float: right
}

.owl-nav > div:hover {
    color: #1428a0;
}


/* dots */
.owl-dots {
    margin: 11.5px auto;
    position: relative;
    width: auto !important;
    float: none;
    display: table;
}

    .owl-dots div {
        background: #1b1b1b;
        border: 1.2px solid white;
        border-radius: 100%;
        display: inline-block;
        height: 12.2px;
        margin: 0 7px;
        text-align: center;
        width: 12px;
        opacity: .4;
    }

.owl-prev {
    border-radius: 0 90px 90px 0
}

.owl-next {
    border-radius: 90px 0 0 90px
}

.owl-dots div:hover {
    background: #eee
}

.owl-dots .active {
    background-color: #0054C8;
    border-color: #0054C8;
    pointer-events: none;
    opacity: 1;
}

/* OWL SLIDER MAIN-SLIDER ******/
.main-slider {
    /*margin-bottom: 21px;*/
}

    .main-slider .item img {
        display: block;
        width: 100%;
        height: auto;
    }

    .main-slider .owl-nav > div {
        color: #FFFFFF8F;
        width: 30px;
        height: 68px;
        line-height: 68px;
        text-shadow: none;
        background-color: transparent;
        font-size: 40px;
    }

        .main-slider .owl-nav > div:hover {
            background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
            color: #fff;
        }

    .main-slider .owl-prev {
        left: 0;
    }

    .main-slider .owl-next {
        right: 0;
    }

    .main-slider .owl-prev::before {
        float: left;
        width: 75%;
    }

    .main-slider .owl-next::before {
        float: right;
        width: 75%;
    }


@media (max-width: 1199px) {
    .owl-dots {
        margin: 3px auto 12px
    }
}

@media (max-width: 991px) {
    .main-slider .owl-nav > div {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .main-slider {
        margin-bottom: 10px;
    }

    .Home .owl-dots {
        display: none !important
    }
}

@media (max-width: 479px) {
    .related:not(.related-reloj) .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .related .owl-controls {
        display: none;
    }

    .related .owl-prev {
        left: 0 !important;
    }

    .related .owl-next {
        right: 0 !important;
    }
}


/************************** Banner de Relacionados *****************************************/

.relatedgroup {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-shrink: 1;
    width: 100%;
}

    .relatedgroup .banner-related {
        /*width: 33.33333333%;*/
        width: auto;
    }

    .relatedgroup .related.related2, .relatedgroup .related.related4 {
        width: 100%
    }

#home-related-slider-1 {
    width: 66.66666667%;
}

@media(max-width: 991px) {
    #home-related-slider-1,
    .relatedgroup .banner-related {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .bannergroup {
        flex-direction: column
    }

        .bannergroup .banner-related {
            width: 100%;
            height: 185px;
            margin: 0 0 30px
        }

    .relatedgroup {
        gap: 15px;
        flex-direction: column
    }

        .relatedgroup .related {
            width: 100%
        }

    .bannergroup .related {
        width: 100%
    }

    .relatedgroup .banner-related {
        width: calc(100% + 30px);
        height: auto;
        left: -15px;
        position: relative;
        overflow: hidden;
    }
}

@media(max-width: 479px) {
    .bannergroup .banner-related {
        height: 145px
    }
}

@media(max-width: 360px) {
    .bannergroup .banner-related {
        height: 100px
    }
}

/*************************/
/* Counter + Destacado   ****************************************/


.related-reloj {
    display: flex;
}

    .related-reloj > div {
        height: auto;
    }

.Clock {
    height: 100%;
    display: flex;
    flex-shrink: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #F3F3F5;
}

    .Clock h1 {
        font-size: 60px;
        font-weight: 900;
        line-height: 115%;
        color: #003F84;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
    }

    .Clock h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 115%;
        color: #003F84;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
    }

    .Clock h3 {
        margin: 20px 0px 10px 0px !important;
        font-size: 16px;
        font-weight: 300;
        line-height: 35px;
        color: #003F84;
        text-align: center;
        margin: 0;
        display: flex;
        align-items: center;
    }

        .Clock h3:before {
            content: url('/Content/images/i-time.svg');
            position: relative;
            top: 5px;
            right: 5px;
        }

    .Clock .counter {
        margin: 0px;
        width: 100%;
        max-width: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        padding: 16px 0px;
        background: #0054C8;
    }

        .Clock .counter .reloj {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .Clock .counter p {
            margin: 0 !important;
        }

    .Clock .main {
        width: 28%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .Clock .main .info {
            font-size: 60px;
            font-weight: bold;
            color: #FFF;
            text-align: center;
            line-height: 100%;
        }

            .Clock .main .info::after {
                content: ":";
                font-family: "Open Sans";
                position: relative;
                top: 0px;
                left: 16px;
                top: -5px;
                font-size: 55px;
            }

        .Clock .main:last-child .info::after {
            content: "";
        }

        .Clock .main .unit {
            font-size: 18px;
            font-weight: 500;
            color: #FFFFFF;
            text-align: center;
            text-transform: uppercase;
        }


@media (max-width: 1439px) {
    .Clock .main .info {
        font-size: 50px;
    }

        .Clock .main .info::after {
            left: 12px;
            font-size: 45px;
        }

    .Clock .main .unit {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .Clock .main .info {
        font-size: 40px;
    }

        .Clock .main .info::after {
            left: 10px;
            font-size: 35px;
        }

    .Clock .main .unit {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .related-reloj {
        height: auto;
        flex-direction: column;
        background: #F3F3F5;
        padding-bottom: 60px;
    }

    .Clock {
        padding: 50px 15px;
    }

        .Clock .main .info {
            font-size: 48px;
        }

        .Clock .counter {
            max-width: 400px;
            margin-top: 10px;
        }

        .Clock .main {
            width: 26%;
        }
}

@media (max-width: 767px) {

    #home-related-slider-reloj {
        height: auto;
        margin-bottom: 0px !important;
    }

        #home-related-slider-reloj .PRODUCT_BOX .box_data {
            height: auto !important;
        }

    .Clock h2 {
        font-size: 28px;
    }

    .Clock h3 {
        margin: 15px 0px 0px 0px !important;
    }

    .Clock .main .info {
        font-size: 43px;
    }

    .Clock .main .unit {
        font-size: 12px;
    }

    .Clock .main .info::after {
        left: 8px;
        font-size: 35px;
    }
}

@media (max-width: 479px) {
    #home-related-slider-reloj.owl-carousel .owl-stage,
    #home-related-slider-1.owl-carousel .owl-stage {
        left: -60px !important;
    }

    #home-related-slider-big.owl-carousel .owl-stage,
    #home-related-slider-2.owl-carousel .owl-stage,
    #home-related-slider-3.owl-carousel .owl-stage {
        left: -30px !important;
    }

    .Clock .counter {
        max-width: 300px;
        padding: 12px 0px;
    }

    .Clock h1 {
        font-size: 58px;
    }

    .Clock h2 {
        font-size: 24px;
    }

    .Clock h3 {
        margin: 15px 0px 0px 0px !important;
        font-size: 16px;
    }
}

@media (max-width: 359px) {

    #home-related-slider-big.owl-carousel .owl-stage,
    #home-related-slider-2.owl-carousel .owl-stage,
    #home-related-slider-3.owl-carousel .owl-stage {
        left: -60px !important;
    }
}

/* OWL SLIDER RELATED-SLIDER *****************/

.related .owl-carousel .owl-stage-outer {
    clear: both;
}

.related {
    margin: 40px 0 30px !important;
}

    .related .owl-nav > div {
        height: 40px;
        line-height: 40px;
        padding: 0 !important;
        text-align: center !important;
        text-indent: 4px;
        top: calc(30% - 20px);
        width: 26px;
        text-shadow: none !important;
        font-size: 2.85em;
    }

    .related .owl-prev {
        left: 10px;
    }

    .related .owl-next {
        right: 10px
    }

        .related .owl-next::before {
            float: unset;
        }



/* DESTACADOS ********/
.Home .related {
    margin-bottom: 64px;
}

.related:not(.related-reloj) > div > h2 {
    color: #000;
    display: block;
    float: left;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.01em;
    margin: 10px 0 20px;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.related > div > h2 span a {
    color: #006AFD;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    padding-left: 10px;
}

.related .owl-carousel {
    display: flex;
    justify-content: center;
}

@media (max-width: 1199px) {
    .related > h2 {
        font-size: 27px
    }
}


@media (max-width: 991px) {
    .related > h2 {
        font-size: 25px;
        margin-bottom: -10px;
    }

    .related .owl-carousel {
        display: inline-block;
    }
}


@media (max-width: 767px) {

    .related:not(.related-reloj) > div > h2 {
        font-size: 25px;
        line-height: 28px;
    }

    .related > div > h2 span a {
        font-size: 15px;
        padding: 0;
        width: 100%;
        display: block;
    }

    .related .owl-nav > div {
        font-size: 2.14em
    }
}

@media (max-width: 479px) {
    .related > h2 {
        width: 100%;
    }

    .bannergroup {
        margin-bottom: 10px;
    }
}




/*Brand Slider*/

.related.brand-slider .brands {
    height: 80px;
    margin: 20px 0;
}

[id*="brand-slider"] img {
    filter: grayscale(1);
    width: 100% !important;
}

    [id*="brand-slider"] img:hover {
        filter: grayscale(0);
    }

[id*="brand-slider"] .owl-prev, [id*="brand-slider"] .owl-next {
    top: 22% !important;
}

.related.brand-slider .owl-prev {
    left: -15px;
}

.related.brand-slider .owl-next {
    right: -15px;
}

/* Tama�o de las imagenes del carrusel de marcas */
.brand-slider li.item img {
    height: 45px;
    width: auto !important;
}

.brand-slider a {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* BANNER HOME SERVICIOS  */

.b-servicios {
    background: #fff;
    padding-top: 8px;
}

    .b-servicios .banner-item {
        margin-bottom: 10px;
        display: inline-flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .b-servicios .item {
        display: inline-flex;
        float: left;
        padding: 0 10px;
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        justify-content: flex-start;
        position: relative;
    }

        .b-servicios .item .icono {
            display: flex;
            background-size: contain;
            background-position: center;
            content: "";
            background-repeat: no-repeat;
            margin-right: 20px;
        }

    .b-servicios .item1 .icono {
        width: 75px;
    }

    .b-servicios .item2 .icono {
        width: 75px;
    }

    .b-servicios .item3 .icono {
        width: 75px;
    }

    .b-servicios .item4 .icono {
        width: 75px;
    }

    .b-servicios .item .icono img {
        object-fit: contain;
        object-position: center;
        width: 100%;
        height: 100%;
    }

    .b-servicios .item > span {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        font-size: 1em;
        line-height: 1.4em;
    }

        .b-servicios .item > span a {
            color: #2972f8;
            text-decoration: underline;
            display: inline-flex;
        }

            .b-servicios .item > span a span {
                margin: 0 3px
            }

            .b-servicios .item > span a:hover {
                color: #002d62
            }

    .b-servicios .sep {
        width: 1px;
        height: 56px;
        background-color: #ccc;
    }


@media (max-width: 1439px) {
    .b-servicios .item > span {
        font-size: 0.95em;
    }
}

@media (max-width: 1270px) {
    .b-servicios .item > span {
        font-size: 0.9em;
        line-height: 1.3em
    }

    .b-servicios .item1 .icono {
        width: 118px
    }

    .b-servicios .item2 .icono {
        width: 40px
    }

    .b-servicios .item3 .icono {
        width: 28px
    }

    .b-servicios .item4 .icono {
        width: 30px
    }

    .b-servicios .item .icono {
        margin-right: 12px
    }
}

@media (max-width: 1199px) {
    .b-servicios .banner-item {
        margin-top: 10px;
    }

    .b-servicios .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

        .b-servicios .item .icono {
            margin: 0 auto;
            height: 49px;
        }

        .b-servicios .item > span {
            align-items: center;
        }

    .b-servicios .sep {
        height: 77px;
        margin-top: 6px;
    }
}

@media (max-width: 991px) {
    .b-servicios .item > span {
        font-size: 0.87em;
        line-height: 1.2em;
    }
}

@media (max-width: 767px) {
    .header-main.col-xs-12 {
        padding: 0;
    }

    .b-servicios .banner-item {
        margin: -15px 0 15px;
        padding: 9px 0 6px;
    }

    .b-servicios .item > span {
        line-height: 1.15em
    }

    .b-servicios .item .icono {
        height: 40px
    }

    .b-servicios .item1 .icono {
        width: 118px
    }

    .b-servicios .item2 .icono {
        width: 40px
    }

    .b-servicios .item3 .icono {
        width: 28px
    }

    .b-servicios .item4 .icono {
        width: 30px
    }

    .b-servicios .sep {
        display: none
    }
}

@media (max-width: 479px) {
    .b-servicios .banner-item {
        margin-bottom: 9px;
        position: relative;
        padding: 10px 0 16px;
        flex-wrap: wrap;
        border-bottom: 1px solid #e2e2e2;
    }

    .b-servicios .item .icono {
        height: 31px
    }

    .b-servicios .item1 .icono {
        width: 122px;
        height: 35px
    }

    .b-servicios .item2 .icono {
        width: 25px
    }

    .b-servicios .item3 .icono {
        width: 20px
    }

    .b-servicios .item4 .icono {
        width: 18px
    }

    .b-servicios .item1 {
        position: unset;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

        .b-servicios .item1 .icono {
            height: 36px;
            width: 122px;
            margin: 0;
        }

        .b-servicios .item1 > span {
            display: inline-block
        }

        .b-servicios .item1 br {
            display: none
        }
}





/* BANNER ALL-SITE PROMOS, HOTSALE, etc. ***********************************/
.b-allsite .banner,
.tira-html .banner {
    padding: 13px 0;
    float: left;
    width: 100%;
    background: rgb(241, 241, 241);
    background: linear-gradient(0deg, rgba(241, 241, 241, 1) 86%, rgba(230, 230, 230, 1) 100%);
}

.b-allsite .promo,
.tira-html .promo2 {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
}

    .b-allsite .promo a,
    .tira-html .promo2 a {
        color: #005DA4;
        font-weight: bold;
        margin-left: 3px;
        text-decoration: underline;
    }

.tira-html .banner {
    margin-bottom: 25px;
}

@media(max-width: 767px) {

    .b-allsite .promo,
    .tira-html .promo2 {
        font-size: 12px;
        line-height: 15px;
    }

    .b-allsite .banner,
    .tira-html .banner {
        padding: 11px 10px;
    }
}

@media(max-width: 767px) {

    .tira-html .banner {
        margin-bottom: 10px;
    }
}


/** banners circulitos categorias slider **/
#categs-slider {
    display: inline-block;
    padding: 0 0 0 3px;
    margin: 55px 0 70px;
}

.related #categs-slider .owl-nav > div {
    top: 30%
}

#categs-slider .home-categories-item {
    display: flex;
    justify-content: center;
}

    #categs-slider .home-categories-item > a {
        flex: 0 1 auto;
        display: inline-flex;
        flex-direction: column;
        margin-bottom: 1em;
        justify-content: center;
        align-items: center;
    }

#categs-slider .home-categories-img {
    width: 170px !important;
    height: 170px !important;
    margin: 0 auto 10px;
    border-radius: 100px;
    filter: brightness(0.95);
}

#categs-slider .home-categories-item a:hover .home-categories-img {
    box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, .2);
    border-color: #fff;
}

#categs-slider .home-categories-name {
    color: #484948;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    max-width: 150px;
    margin-bottom: 4px;
}

#categs-slider .home-categories-description {
    color: #00A786;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

#categs-slider .owl-nav > div {
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    text-align: center !important;
    text-indent: 4px;
    top: calc(36% - 20px);
    width: 26px;
    text-shadow: none !important;
    font-size: 2.85em;
}

@media (max-width: 991px) {
    #categs-slider {
        margin: 18px 0 25px;
    }

        #categs-slider .home-categories-img {
            width: 130px !important;
            height: 130px !important;
        }

        #categs-slider .home-categories-img {
            width: 125px !important;
            height: 125px !important;
        }

        #categs-slider .owl-prev {
            left: -12px;
        }

        #categs-slider .owl-next {
            right: -12px;
        }

        #categs-slider .home-categories-name {
            font-size: 14px
        }

        #categs-slider .home-categories-description {
            font-size: 14px
        }
}

@media (max-width: 767px) {
    #categs-slider .owl-prev {
        left: 0;
    }

    #categs-slider .owl-next {
        right: 0;
    }

    .related #categs-slider .owl-nav > div {
        top: 23%
    }

    #categs-slider .owl-nav > div {
        width: 16px;
        font-size: 2em;
    }

    #categs-slider {
        margin: 44px 0 25px;
    }
}

/** banners circulitos categorias slider **/
#categs-slider-notfound {
    display: inline-block;
}

.related #categs-slider-notfound .owl-nav > div {
    top: 30%
}

#categs-slider-notfound .home-categories-item {
    display: flex;
    justify-content: center;
}

    #categs-slider-notfound .home-categories-item > a {
        flex: 0 1 auto;
        display: inline-flex;
        flex-direction: column;
        margin-bottom: 1em;
        justify-content: center;
        align-items: center;
    }

#categs-slider-notfound .home-categories-img {
    width: 170px !important;
    height: 170px !important;
    margin: 0 auto 10px;
    border-radius: 100px;
    filter: brightness(0.95);
}

#categs-slider-notfound .home-categories-item a:hover .home-categories-img {
    box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, .2);
    border-color: #fff;
}

#categs-slider-notfound .home-categories-name {
    color: #484948;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    max-width: 150px;
    margin-bottom: 4px;
}

#categs-slider-notfound .home-categories-description {
    color: #00A786;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

#categs-slider-notfound .owl-nav > div {
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    text-align: center !important;
    text-indent: 4px;
    top: calc(36% - 20px);
    width: 26px;
    text-shadow: none !important;
    font-size: 2.85em;
}

@media (max-width: 991px) {

    #categs-slider-notfound {
        margin: 0;
    }

        #categs-slider-notfound .home-categories-img {
            width: 130px !important;
            height: 130px !important;
        }

        #categs-slider-notfound .home-categories-img {
            width: 125px !important;
            height: 125px !important;
        }

        #categs-slider-notfound .owl-prev {
            left: -12px;
        }

        #categs-slider-notfound .owl-next {
            right: -12px;
        }

        #categs-slider-notfound .home-categories-name {
            font-size: 14px
        }

        #categs-slider-notfound .home-categories-description {
            font-size: 14px
        }
}

@media (max-width: 767px) {
    #categs-slider-notfound .owl-prev {
        left: 0;
    }

    #categs-slider-notfound .owl-next {
        right: 0;
    }

    .related #categs-slider-notfound .owl-nav > div {
        top: 23%
    }

    #categs-slider-notfound .owl-nav > div {
        width: 16px;
        font-size: 2em;
    }

    .banner-circulos-notfound {
        margin: 15px 0 !important;
    }
}



/* BANNERGROUP ***********************************/
.bannergroup {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

    .bannergroup.triple > div {
        display: flex;
        gap: 30px;
    }

    .bannergroup.sector-slider {
        margin-bottom: 75px;
        padding: 0 15px;
    }

        .bannergroup.sector-slider .owl-prev {
            left: -15px;
        }

        .bannergroup.sector-slider .owl-next {
            right: -15px;
        }

        .bannergroup.sector-slider .owl-nav > div {
            top: 48%;
            font-size: 50px;
        }

@media (max-width: 991px) {
}

@media (max-width: 767px) {

    .bannergroup.triple > div {
        flex-direction: column;
    }
}


@media (max-width: 767px) {
    #mm-0.mm-page.mm-slideout #wrap #body .container div.row {
        margin-top: 0px !important;
    }

    #main-slider .container .row .bannergroup.sector2 {
        margin-bottom: 0px;
        float: none;
    }
}

.b-allsite .banner,
.tira-html .banner {
    background-color: #d9d9d9 !important;
    background: #d9d9d9 !important;
    color: rgb(45, 45, 45) !important;
}

.b-allsite .promo,
.tira-html .promo2 {
    color: rgb(45, 45, 45) !important;
}

    .b-allsite .promo a,
    .tira-html .promo2 a {
        color: rgb(45, 45, 45) !important;
    }

/* Start - Slider Home Desktop With HTML */
#main-slider .owl-item > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.owl-image {
    width: 100%;
    height: auto;
}

.owl-full {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) no-repeat scroll center top / cover;
    left: 0;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 100%;
    z-index: 1;
    color: #fff;
    height: auto;
    transform: translateY(-50%);
}

    .owl-full h2 {
        font-size: 2.9em;
        line-height: 1em;
        margin: 0 0 10px 7%;
        max-width: 450px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        width: 70%;
        font-family: 'Knockout-HTF30-JuniorWelterwt';
        letter-spacing: 0.04em;
    }

    .owl-full p {
        font-size: 1.3em;
        font-weight: lighter;
        letter-spacing: 0.03em;
        line-height: 1.5em;
        margin: 0 0 20px 7%;
        max-width: 400px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        width: 70%;
    }

    .owl-full .botonB {
        border: 1px solid;
        border-radius: 0px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        display: inline-block;
        font-size: 0.8em;
        font-weight: normal;
        line-height: 0.9em;
        margin: 0 0 20px 0%;
        padding: 0.8em 1.2em;
        transition: background-color 0.1s ease 0s;
    }

    .owl-full .boton {
        border: 2px solid;
        border-radius: 0px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        display: inline-block;
        font-size: 0.95em;
        font-weight: bold;
        line-height: 0.9em;
        margin: 0 0 20px 0%;
        padding: 1em 1.2em;
        transition: background-color 0.1s ease 0s;
    }

        .owl-full .boton:before {
            content: "\f3d3";
        }

        .owl-full .boton::before {
            float: right;
            font-family: "Ionicons";
            font-size: 0.9em;
            margin: 1px 0 0 8px;
            opacity: 0.7;
        }
    /* color texto (blanco o negro) */
    .owl-full.white h2, .owl-full.white p {
        color: #000;
    }

    .owl-full.black h2,
    .owl-full.black p {
        color: #000
    }

    .owl-full.white a {
        color: #000;
        background-color: transparent;
        border-color: #000;
    }

    .owl-full.black a {
        color: #000;
        background-color: transparent;
        border-color: #000;
    }

    .owl-full.white a:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

    .owl-full.black a:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }
/* forzar que se vea texto en mobile cuando suben un banner que es solo imagen en desktop */
@media (max-width: 767px) {
    .owl-full {
        display: flex !important
    }
}

.owl-full .prod {
    position: absolute;
    right: 10%;
    top: 15%;
    width: 215px;
}

    .owl-full .prod img {
        width: 100%;
    }

.owl-full h2,
.owl-full p,
.owl-full .boton {
    opacity: 0;
    transform: translateX(-100px);
}

.active .owl-full h2,
.active .owl-full p,
.active .owl-full .boton {
    opacity: 1;
    transform: translateX(0px);
}

.active .owl-full h2 {
    transition: opacity 700ms ease 700ms, transform 700ms ease 700ms;
}

.active .owl-full p {
    transition: opacity 800ms ease 800ms, transform 800ms ease 800ms;
}

.active .owl-full .boton {
    transition: opacity 50ms ease 50ms, transform 50ms ease 50ms, background-color 50ms ease 50ms;
}

.active .owl-full .botonB {
    transition: opacity 50ms ease 50ms, transform 50ms ease 50ms, background-color 50ms ease 50ms;
}

@media (min-width: 1920px) {
    .max {
        width: 1170px !important;
    }
}

@media (min-width: 1440px) {
    .max {
        width: 1170px !important;
    }
}

@media (max-width: 1199px) {
    .owl-full {
        font-size: 0.9em;
    }
}

@media (max-width: 992px) {
    .owl-full {
        font-size: 0.85em
    }

    #main-slider .owl-dots div {
        font-size: 0.9em;
    }

    #b-html-cat ul > li {
        font-size: 0.9em;
        height: 114px !important;
    }

    #b-html-cat {
        height: 122px
    }

    #main-slider .owl-dots div::before {
        font-size: 4.6em;
        line-height: 1.2em;
        padding-top: 4px;
    }

    #main-slider .owl-dots .active span::before {
        bottom: 2px
    }
}

@media (max-width: 767px) {
    #main-slider .owl-dots div:before,
    #b-html-cat ul > li a:before {
        font-size: 3em;
    }

    #b-html-cat ul > li a:before {
        margin-top: 5px;
    }

    #main-slider .owl-dots div:after,
    #b-html-cat ul > li a:after {
        font-size: 0.77em;
        display: none;
    }

    #main-slider .owl-dots div {
        height: 58px !important
    }

    #b-html-cat ul > li {
        height: 58px !important
    }

    #main-slider .owl-dots {
        bottom: -66px;
        height: 66px;
    }

    #b-html-cat {
        height: 10px
    }

    #main-slider .owl-nav {
        display: none !important
    }

    .owl-full {
        position: relative;
        top: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 42px 10px 10px;
        transform: none;
    }

        .owl-full.white {
            background: #000
        }

        .owl-full.black {
            background: #fff
        }

        .owl-full h2 {
            font-size: 2.2em;
            margin-bottom: 4px;
            margin-left: 0;
        }

        .owl-full p {
            margin-bottom: 11px;
            margin-left: 0;
            font-size: 1.2em;
        }
}

@media (max-width: 479px) {
    #main-slider .owl-dots div::before,
    #b-html-cat ul > li a:before {
        font-size: 2.3em;
        line-height: 1.7em;
    }

    header .locacion {
        display: none;
    }

    .owl-full {
        padding: 22px 10px 0;
        font-size: 0.8em;
    }
}
/* End - Slider Home Desktop With HTML */

/* Start - Shop By Look */
.Home .shopbylook {
    margin-bottom: 40px !important;
}

.shopbylook {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 65px;
}

    .shopbylook .shop {
        position: relative;
        margin: 0 15px;
    }

        .shopbylook .shop .imagen {
            max-width: 500px;
        }

            .shopbylook .shop .imagen img {
                width: 100%;
            }

    .shopbylook .exPopoverContainer {
        position: relative;
        bottom: 50px !important;
        left: -70px;
        right: 0;
        margin: 0 auto;
        min-width: 170px;
    }

    .shopbylook .infopin {
        background: #fff;
        padding: 14px;
        display: flex;
        flex-direction: column;
        font-weight: 500;
        position: relative;
        width: 100%;
        height: 100%;
    }

        .shopbylook .infopin .title {
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
            color: #6f6f6f;
            letter-spacing: -.5px;
        }

        .shopbylook .infopin .price {
            font-weight: 500;
            font-size: 15.1405px;
            line-height: 22px;
            letter-spacing: -.02em;
            color: #000;
        }

    .shopbylook .marcador::after {
        content: "";
        background-image: url("/Content/Images/pin.png");
        display: block;
        width: 33px;
        height: 33px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .shopbylook .infopin::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
/* End - Shop By Look */
