
#homeFeaturedOwlCarousel button {
    outline: none;
}

#homeFeaturedOwlCarousel .owl-prev {
    margin-right: -14px;
}

#homeFeaturedOwlCarousel .owl-next {
    margin-left: -12px;
}

#homeFeaturedOwlCarousel .owl-prev,
#homeFeaturedOwlCarousel .owl-next {
    display: inline-block;
    border: none;
    background: none;
    color: #041c44;
    font-size: 60px;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 40%;
}

#homeFeaturedOwlCarousel .owl-next {
    right: -6%;
}

#homeFeaturedOwlCarousel .owl-prev img,
#homeFeaturedOwlCarousel .owl-next img {
    width: 55px;
    height: 55px;
}

#homeFeaturedOwlCarousel .owl-stage-outer {
	width: calc(100%);
    vertical-align: middle;
    margin: 0px 60px 0px 60px;
    display: inline-block;
}

#homeFeatured.featured-products .product-miniature {
	margin: 0 0;
    text-align: -webkit-center;
}

#homeFeatured.featured-products .thumbnail-container,  
#homeFeatured .product-miniature .thumbnail-container, 
#homeFeatured.featured-products .product-description, 
#homeFeatured .product-miniature .product-description,
#homeFeatured.featured-products .highlighted-informations,
#homeFeatured .product-miniature .highlighted-informations {
    box-shadow: none;
}

#homeFeatured .thumbnail-container {
    margin-left: 16px;
}

#homeFeatured div.linea.linea-azul {
	display: inline;
    width: 42%;
}

#homeFeatured div.linea.linea-azul.linea-izq {
	display: inline;
    width: 45%;
	float:left;
}

#homeFeatured div.linea.linea-azul.linea-izq hr{
	margin: 0.5rem 0;
}

#homeFeatured.featured-products .products-section-title { 
	text-align: right;
    display: inline-block;
    vertical-align: sub;
    width: 55%;
}

#homeFeatured .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left;
}
