.header-top span{ font-size: 12px; }
.logo{ width: 225px; height: 115px; line-height: 145px; background: none; }
.links{ color: #4A5764; }
a:hover{ color: #ef5000; }
.copyright-wrap{ background: #fff; }
.single-brand{ padding: 0; }
.single-brand img{ height: 125px; }
form.contact-form{ text-align: center; }

/*CONTEUDO AVISO COOKIE*/
.cookie-container{ position: fixed; left: 0; right: 0; background: #0e1e2d; color: #fff; padding: 30px; box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39); z-index: 1000; transition: 400ms; text-align: center; }
.cookie-container.active{ bottom: 0; }
.cookie-container a{ color: #ef5000; }
.cookie-container a:hover{ color: #ffaa00; }
.cookie-btn { background: transparent linear-gradient(90deg, #ef5000 0%, #ffaa00 100%) 0% 0% no-repeat padding-box; box-shadow: 3px 4px 15px #ef50004f; border: 0; color: #f5f6fa; padding: 12px 48px; font-size: 18px; margin-bottom: 16px; border-radius: 8px; cursor: pointer; }
.cookie-btn:hover{ background: transparent linear-gradient(90deg, #ffaa00 0%, #ef5000 100%) 0% 0% no-repeat padding-box; box-shadow: none;  }

@media only screen and (max-width: 767px){
	.logo{ margin-top: 10px!important; width: 75%!important; }
	.slider-content h2{ margin-top: 40px!important; font-size: 38px!important; }
	.mean-container a.meanmenu-reveal span{ background: #ef5000 none repeat scroll 0 0!important; }
	.mean-container a.meanmenu-reveal{ border: 1px solid #ef5000!important; color: #ef5000!important; }
	section.breadcrumb-area{ display: none!important; }
}