.img_slider{
    margin: auto;
    width: 100%;
}
.slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.8rem;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    z-index: 99;
}
.slick-dots li{
    display: inline-block;
    background: black;
    height: .8rem;
    width: 1.6rem;
    margin: 0 .7rem;
}
.slick-dots .slick-active{
    background-color: white;
}
.slick-dots li button{
    display: none;
}

/*text*/
    p{
        font-size: 1rem;
        line-height: 180%;
    }
    .textInfoMain{
        text-align: center;
    }
/*text*/

/*nuevos productos*/
    .newProducts img{
        width: 100%;
    }
    .newProducts p{
        width: 100%;
        font-family: Fjalla One,sans-serif;
        text-transform: uppercase;
        text-align: center;
        font-size: 2.5em;
        line-height: 95%;
    }
    .newProductsSecond{
        width: 50%;
        display: inline-block;
    }
/*nuevos productos*/

.macrocat-box {
    margin-top:0;
    margin-bottom:4rem;

    @include media-breakpoint-up(md) {
        margin-top:4rem;
        margin-bottom:8rem;
    }

    .macrocat-single {
        position:relative;
        background-size: cover;
        background-position:center center;
        background-repeat: no-repeat;
        img.spacer {
            width:100%;
        }
        .macrocat-inner {
            position:absolute;
            top:0;
            bottom:0;
            left:0;
            right:0;
            background-size: cover;
            background-position:center center;
            background-repeat: no-repeat;
            opacity:0;
            @include transition();
        }
        .link-wrapper {
            position:absolute;
            top:0;
            bottom:0;
            left:0;
            right:0;
        }
        .macrocat-name {
            position:absolute;
            top:1.2rem;
            left:1.2rem;
            font-size:2.4rem;
            padding:0.8rem .8rem .2em;
            background-color: $black;
            color:$white;
            line-height:100%;
            letter-spacing:-1px;
            @include media-breakpoint-down(md) {
                font-size: 3.2rem;
            }
        }
        &:hover {
            .macrocat-inner {
                opacity:1;
            }
        }
    }
}

.single-item span{
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    line-height: 120%;
    letter-spacing: 0;
}

.single-item span mark{
    font-family: Fjalla One,sans-serif;
    color: #fff;
    background: #1b1b1b;
    word-spacing: .8rem;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}


@media only screen and (min-width: 768px){
    /*text*/
        p{
            font-size: 1.5rem;
        }
    /*text*/
    /*nuevos productos*/
        .newProducts p{
            text-align: left;
        }
        .newProducts > div{
            vertical-align: top;
            display: inline-block;
            width: 50%;
            font-size: 2em;
        }
    /*nuevos productos*/

    .single-item span mark{
        font-size: 5rem;
    }
}
