/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */



.carousel .carousel-inner{
height:auto!important;
}

@media(min-width:768px){
	.footer-container .col-md-4 {
    	float: right;
    	width: 33.333%;
	}
 
	.footer-container .col-md-6 {
	    float: right;
    	width: inherit!important;
	} 	
 }
 
 .current-price > span {
    font-size: 20px;
}

/* Oculta el carrusel en todas las páginas excepto en la página de inicio */
body:not(#index) .carousel {
display: none;
}

.highlighted-informations.hidden-sm-down {
margin-top: 25px;
}