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


/*Arreglar menu*/
@media (min-width: 992px){
    .top-menu[data-depth="0"] > li {
        padding: 0px;
    }
	.top-menu[data-depth="0"] {
    	text-align: center;

}
}


/*padding vertical categorias*/
@media (min-width: 1200px){
	.top-banner {
		padding-top: 12px;
   		padding-bottom: 12px;}
}

/*texto de banner inferior*/
.home-banner .banner-description {

    max-width: 462px;
    padding: 10px 10px 10px 2.9%;
}

.home-banner p {
    line-height: 1.1;
}

/*minusculas en contacto*/
.footer-container .item-address {
    text-transform: capitalize !important;
}
.footer-container .phone {
    text-transform: capitalize !important;
}
.footer-container .e-mail {
    text-transform: lowercase !important;
}

#index #custom-text {
   padding: 0;
}

.grecaptcha-badge {
    display: none !important;
}