.fondoPrincipal{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contentTextPrincipal{
    text-align: center;
    padding: 1rem;
}
.texto1Principal{
    color:#fff;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 12rem;
    margin-bottom: 0px;
}
.tituloPrincipal{
    color: #fff;
    font-size: 2rem;
    margin: 0px;
    font-weight: bold;
}
.textSmallPrincipal{
    color: #fff;
    font-size: .7rem;  
}
.barraNegraMovil{
    background-color: #000;
    display: flex;
}
.textBNTop{
    margin: .5rem 0rem 1rem .5rem;
}

.contentBtnsImg{
    position: absolute;
}
.contentCarritoImg, .contentLike  {
    background-color:rgb(64, 153, 64) ;
    text-align:center;
    font-size: .3rem;
    margin: 10px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.contentCarritoImg i, .contentLike i{
    font-size: 15px;
    color:#fff;
}
.textTituloProductos{
    margin-top: 1rem;
    margin-bottom: 0px!important;
    text-align: center;
    font-size: 1.5rem;
}
.textProductos{
    display: none;
}
.textSmall{
    color: rgb(64, 153, 64);
    font-size: .7rem;
    text-align: center;
}
.textNombre{
    font-size: .9rem;
}
.textPrecio{
    color:rgb(64, 153, 64);
    font-size: .8rem;
}
.contentTiraGris{
    display: block;
}
.contentTiraGris div{
    background-color: gainsboro;
    text-align: center;
    margin: 2px 0px;
}
.textPrincipalGris{
    margin: 0px;
    padding-top: 2rem;
    font-weight: 600;
}
.textSubGris{
    font-size: .6rem;
    margin: 0px;
    padding-bottom: 2rem;
}
.btnGris{
    color:#000;
}
.btnGris:hover{
    text-decoration: none;
    color: #000;
}
.contentSusRed{
    background-color: gainsboro;
    display: inline;
}
.redesSuscripcionUl{
    display: flex;
    list-style: none;
    justify-content: space-around;
    align-items: center;
    padding: 4rem 0px;
    margin: 0px;
}
.redesSuscripcionUl a{
    color: #000;
}
.redesSuscripcion{
    font-size: 2rem;
}
.fondoSus{
    background-image: url("../images/slide5.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2rem;
}
.textSubTitulo {
    padding-top: 3rem;
    font-size: 1rem;
    font-weight: 500;
}
.textSubSecundario{
    padding: 0px 0rem;
    font-size: .8rem;
}
.btnSuscripcion{
    border-radius: 0px !important;
    background-color: rgb(64, 153, 64);
    color: #fff;
    font-size: .8rem;
    padding: .5rem 0;
    margin-top: 1rem;
}
/* promociones dots slider */
.slick-slider{
    margin: 0px!important;
}
.carousel-promociones .slick-dots {
    position: absolute;
    bottom: 1rem !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.carousel-promociones .slick-dots li button::before {
    font-family: 'slick';
    font-size: 15px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* slider productos dots */
.carousel-categorias .slick-dots li button::before {
    font-family: 'slick';
    font-size: 15px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.carousel-categorias .slick-dots {
    position: absolute;
    bottom: -1rem !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

/* Small devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .fondoPrincipal{
        height: 27rem;
    }
    .barraNegraMovil{
        display: none;
    }
    .texto1Principal{
        color:#fff;
        font-size: 1.8rem;
        font-weight: 600;
    }
    .tituloPrincipal{
        color: #fff;
        font-size: 2.2rem;
        margin: 0px;
        font-weight: bold;
        letter-spacing: 3px;
    }
    .textSmallPrincipal{
        color: #fff;
        font-size: .8rem; 
        padding: 0 9rem;
    }
    .textBNTop{
        margin: .5rem 0rem 1rem .5rem;
    }
    .btnSuscripcion {
        border-radius: 0px !important;
        background-color: rgb(64, 153, 64);
        color: #fff;
        font-size: .8rem;
        padding: .5rem 0;
        margin: 0rem 1rem;
    }
}
 
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 
}

/* Large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
    
}

/* Large devices (large laptops and desktops, 1280px and up) */
@media only screen and (min-width: 1280px) {
    .fondoPrincipal{
        height: 38rem;
    }
    .textBNTop{
        margin: .5rem 0rem 1rem .5rem;
    }
    .contentSliderText{
        display: flex;
        padding: 3rem;
    }
    .textProductos{
        display: inline;
    }
    .contentTiraGris{
        display: flex;
    }
    .contentTiraGris div{
        background-color: gainsboro;
        text-align: center;
        margin: 0px 2px;
    }
    .contentSusRed{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .redesSuscripcionUl{
        display: flex;
        list-style: none;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
    }
    .redesSuscripcion {
        font-size: 2.5rem;
    }
    .btnSuscripcion {
        border-radius: 0px !important;
        background-color: rgb(64, 153, 64);
        color: #fff;
        font-size: .8rem;
        padding: .5rem 0;
        margin: 0rem 1rem;
    }
    .textSubSecundario{
        padding: 0px 3rem;
        font-size: .8rem;
    }
    .textSubTitulo{
        padding-top:3rem;
        font-size: 1.3rem;
    }
    .texto1Principal{
        color:#fff;
        font-size: 1.6rem;
        font-weight: 600;
        margin-top: 12rem;
        margin-bottom: 0px;
        margin-top: 19rem;
    }
}
/* Large devices (large laptops and desktops, 1366px and up) */
@media only screen and (min-width: 1366px) {
    .contentTextPrincipal{
        text-align: initial;
        margin:0rem 0rem 0rem 10rem;
    }
    .texto1Principal{
        color:#fff;
        font-size: 2.2rem;
        font-weight: 600;
        padding-left: 3rem;
        margin-top: 14rem;
    }
    .tituloPrincipal{
        color: #fff;
        font-size: 3.5rem;
        margin: 0px;
        font-weight: bold;
        letter-spacing: 3px;
    }
    .textSmallPrincipal{
        color: #fff;
        font-size: .8rem; 
        padding: 0 29rem 0rem 0rem;  
    }
    .contentTiraGris div{
        background-color: gainsboro;
        text-align: center;
        margin: 0px 1px;
    }
}

/* Large devices (large laptops and desktops, 1440px and up) */
@media only screen and (min-width: 1440px) {
    .fondoPrincipal{
        height: 40rem;
    }
    .contentTextPrincipal{
        text-align: initial;
        margin:0rem 0rem 0rem 12rem;
    }
    .texto1Principal{
        color:#fff;
        font-size: 2.2rem;
        font-weight: 600;
        padding-left: 3rem;
        margin-top: 15rem;
    }
    .tituloPrincipal{
        color: #fff;
        font-size: 3.5rem;
        margin: 0px;
        font-weight: bold;
        letter-spacing: 3px;
    }
    .textSmallPrincipal{
        color: #fff;
        font-size: .8rem; 
        padding: 0 29rem 0rem 0rem;  
    }
    
}

/* Extra Large devices (large laptops and desktops, 1400px and up)*/
@media only screen and (min-width: 1920px) {
    .fondoPrincipal{
        height: 50rem;
    }
    .contentTextPrincipal{
        text-align: initial;
        margin:0rem 0rem 0rem 20rem;
    }
    .texto1Principal{
        color:#fff;
        font-size: 3.2rem;
        font-weight: 600;
        padding-left: 3rem;
        margin-top: 19rem;
    }
    .tituloPrincipal{
        color: #fff;
        font-size: 4.5rem;
        margin: 0px;
        font-weight: bold;
        letter-spacing: 3px;
    }
    .textSmallPrincipal{
        color: #fff;
        font-size: 1.8rem; 
        padding: 0 29rem 0rem 0rem;  
    }
}