@media (max-width : 1180px) {

    .chbxAcepto{
        margin-bottom:20px;
    }

    .item-newsletter{
        display: flex;
        display: flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        width:100%;
        justify-content:center;
        -webkit-justify-content:center;
        align-items:center;
        -webkit-align-items:center;
        text-align:center;
    }

    .item-newsletterIzq{
        width:100%;
        margin-bottom:40px;
    }

    .newsletter{
        flex-direction:column;
        -webkit-flex-direction:column;
    }
    #mensajeInfo {
        width: 100%;
    }

}

@media (max-width : 800px) {
    .bannerPromociones{
        width:100%;
        height:170px;
    }

    .itemItemItem-newsletter img{
        width:100%;
    }
    #mensajeInfo {
        width: 100%;
    }
}

@media (max-width: 599px) {
    #mensajeInfo {
        background: #42b373;
        background-image: none !important;
    }

    #mensajeInfo .textoInfo {
        display: block;
    }
}

@media (max-width:500){
    .itemItem-cabeceraAlmacenamientoLogo img{
        width:150px;
    }
    #mensajeInfo {
        width: 100%;
    }
}

@media (max-width : 550px) {

    .iconBlack-blog_mp:before, .iconBlack-twitter:before, .iconBlack-facebook:before, .iconBlack-rss:before, .iconBlack-instagram:before{
        font-size:1rem;
    }

    .iconBlack-google-plus:before{
        font-size:1.5rem;
        line-height:1rem;
    }

    .promocion,.promocionFin{
        width:100%;        
    }

    .promocion img{
        width:100%;
    }

    .promocionFin img{
        width:100%;
    }

    #texto{
        height:100% !important;
        padding-bottom:10px !important;
    }

    #mensajeInfo{
        width:100%;
    }

}

@media (max-width:365px) {
    .texto-textoInfo.lineaPie {
        margin-top: 15%;
        width: 80%;
    }
}



