
#header-slider .owl-controls {
    position:absolute;
    bottom:0;
    width:100%;
    margin-bottom:20px;
}
#header-slider {
    /*height:100%;*/ /* PABLO */
}
#header-slider .item div{
    display: block;
    width: 100%;
    height: 200px; /* PABLO */
    background-size:cover;
    background-position:50%;
}
.home-top {
    background-color:#666;
    /*height:400px;*/ /* PABLO */
    overflow:hidden;
}

@media screen and (min-width:768px){
    #header-slider .item div{
        height: 350px;
    }
    .home-top {
        height:350px;
    }
}

@media screen and (min-width:1024px){
    #header-slider .item div{
        height: 400px;
    }
    .home-top {
        height:400px;
    }
}

@media screen and (min-width:1300px){
    #header-slider .item div{
        height: 500px;
    }
    .home-top {
        height:500px;
    }
}

@media screen and (min-width:1500px){
    #header-slider .item div{
        height: 550px;
    }
    .home-top {
        height:550px;
    }
}




.home-events .evento {
    font-family: "HelveticaNeueLight";
}
.home-events .evento a {
    text-decoration:none;
}

.home-events .evento h2 {
    color:#1d748d;
    text-transform:uppercase;
}
.home-events .evento bold,.home-events .evento strong {
    font-family: "HelveticaNeueBold";
}
.home-events .evento p {
    color:#444;
}
.whatsapp {
    background-color:#34af23;
    color:white;
    text-align: center;
}
.whatsapp h2, .whatsapp h6, .navbar-nav li a {
font-family:"HelveticaNeue";
}
.whatsapp::after {
    content:" ";
    position:absolute;
    right:-100%;
    top:0;
    bottom:0;
    width:100%;
    background-color:#34af23;
}
/*-----------------*/

#categories-slider .owl-item {
    padding:30px 0 50px 0;
}

.home-categorias {
}

.section-title{
    color:#a83370;
    font-family:"HelveticaNeueLight";
    margin: 20px 0 0;
}

.category-list {
    width:100%;
    font-family:"Helvetica65";
    margin-bottom:40px;
}
.category-list .categoria {    
    display: block;
    color:white;
    position:relative;
    margin:0 auto ;
}
.category-list .categoria a:hover{
    color:white;
}
.category-list .categoria h4{
    bottom:-40px;
    color:#999;
    position:absolute;
    margin:0;
    text-transform: uppercase;
    text-align: center;
    width:100%;
}
.category-list .categoria .img:before {
    padding-top:100%;
    display:block;
    content:" ";
}
.category-list .categoria .img {
    position: relative;
    width:170px;
    background-position:50%;
    background-size: cover;
    background-color: #444;
    transition: transform .2s ease-in-out;
    margin:0 auto;
}
.category-list .categoria .img:hover {
    transform: scale(1.05);
}

/*---------------------------------------------*/

.home-proveedores {    
    background-color:white;
    padding:0 30px 40px 31px;
}
.home-proveedores li{
    display: inline-block;
}
.home-proveedores .owl-prev {
    left:-40px!important;
    border-color:#a83370!important;
}
.home-proveedores .owl-next {
    right:-40px!important;
    border-color:#a83370!important;
}
/*---------------------------------------------*/

.home-promos .col-sm-6 .block-3x2{
    max-height:400px;
}
.home-promos .producto {

}
.home-promos .producto a{
    text-decoration:none;
    color:inherit;
}
.home-promos .producto a{
    text-decoration:none;
}
.promo-column {
    background-color:#f2f2f4;
}

/*---------------------------------------------*/

.home-clientes {
    background-color:white;
    padding:0 30px 40px 31px
}
.home-clientes li{
    display: inline-block;
}
.home-clientes .owl-prev {
    left:-40px!important;
    /*border-color:#a83370!important;*/
}
.home-clientes .owl-next {
    right:-40px!important;
    /*border-color:#a83370!important;*/
}


/*---------------------------------------------*/
#news-slider .owl-item {
    position:relative;
}
.news-item {
    text-align:left;
    position:relative;
    height:100%;
}
.news-item span {
    position:absolute;
    bottom:20px;
    left:20px;

}
#news-slider .owl-item a  {
    text-shadow:0 0 10px black;
}
#news-slider .owl-item a:hover  {
    text-decoration: none;
    color:white!important;
}
.news-item a h2{
    max-width:200px;
    text-transform: uppercase;
}
.news-item a p{
    max-width:300px;
    font-family:"HelveticaNeueLight";
    font-size: 85%;
}


/**** PABLO ****/

@media screen and (min-width:760px){

.whatsapp {
    text-align: left;
}

.home-proveedores {    
    padding:20px 0 100px 0;
}

.section-title{
    margin:40px 0;
}

}

/**** PABLO end ****/

