.head:after{
    display: none
}
.products-submenu{
    background: transparent;
}
.nutrilate .products-submenu{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54412a+0,54412a+100&0.75+0,0+100 */
    background: -moz-linear-gradient(top, rgba(84,65,42,0.90) 0%, rgba(84,65,42,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(84,65,42,0.90) 0%,rgba(84,65,42,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(84,65,42,0.90) 0%,rgba(84,65,42,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf54412a', endColorstr='#0054412a',GradientType=0 ); /* IE6-9 */
}

.products-submenu li.selected a,
.products-submenu li.selected a .icon{
    color: #bc002b;
}
.products-submenu li a,
.products-submenu li a .icon{
    color: #dc9300;
}

.nutrilate .products-submenu li a,
.nutrilate .products-submenu li a .icon{
    color: #fff;
}

.head.mini{
    padding-top: 110px;
}

.nutrilate .head{
    height: 160px;
    background-size: cover;
    background-position: center;
}

.nutrilate .listado-productos .product .name{
    color: #00af5b;
}

/* Representaciones */

.representaciones .description,
.nutrilate .description{
    margin-top: 40px;
    margin-bottom: 40px;
}
.representaciones .description .text,
.nutrilate .description .text{
    color: #818084;
}

.representaciones .products-submenu li a,
.representaciones .products-submenu li a .icon{
    color: #fff;
}
.representaciones .products-submenu li a:hover,
.representaciones .products-submenu li a:hover .icon,
.representaciones .products-submenu li a:focus,
.representaciones .products-submenu li a:focus .icon{
    color: #bc002b;
}


.representaciones-list {
    padding-top: 0;
    margin-top: 60px;
}
.representaciones-list .block{
    padding-bottom: 40px;
    margin-top: 40px;
    border-bottom: 1px solid #c3c5c8;
    text-align: center;
}
.representaciones-list .block:last-child{
    border-bottom: none;
}
.representaciones-list .block .logo-holder{
    display: block;
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
}
.representaciones-list .block .logo-holder .logo{
    background-size: contain;
    background-repeat: no-repeat;
}
.representaciones-list .block .products-list{
    margin-top: 40px;
    padding:0 30px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.representaciones-list .block .products-list .caption{
    margin-top: 10px;
    color: #bc002b;
    text-transform: uppercase;
    font-size: 1.9em;
    font-weight: 700;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.representaciones-list .block .products-list .image{
    position: relative;
}
.representaciones-list .block .products-list .image:before{
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
}
.representaciones-list .block .products-list .presentacion{
    margin-top: 10px;
    padding: 12px 15px;
    background: #e60036;
}
.representaciones-list .block .products-list .presentacion .caption{
    color: #fff;
    font-size: 1.6em;
    margin-top: 0;
}
.representaciones-list .block .products-list .presentacion ul{
    margin-top: 5px;
}
.representaciones-list .block .products-list .presentacion ul li{
    display: block;
    margin-top: 5px;
    font-size: 1.4em;
    color: #fff;
}
.representaciones-list .block .products-list .presentacion ul li:first-child{
    margin-top: 0;
}

.representaciones-list .block .more-info{
    display: inline-block;
    margin-top: 30px;
    font-weight: 700;
    color: #bc002b;
    font-size: 3em;
    text-transform: uppercase;
}
.representaciones-list .block .more-info:hover,
.representaciones-list .block .more-info:focus{
    color: #dc9300;
}

.listado-productos{
    padding-bottom: 30px;
}
.listado-productos .cols .col:last-child{
    padding-top: 30px;
}



@media (min-width:630px){
   
.listado-productos{
    padding-bottom: 0px;
}
    .listado-productos .cols .col{
        display: inline-block;
        vertical-align: middle;        
        width: 50%;
        overflow: hidden;
    }

}

@media (min-width:768px){
 
    .listado-productos .cols .col{   
        width: 33.33333%;
    }

}

@media (min-width:980px){   

    .nutrilate .head{
        height: 280px;
    }

    .head.mini{
        padding-top: 130px;
    }

    .listado-productos .cols .col{   
        width: 25%;
    }

}