@charset "utf-8";
/* CSS Document */
body {background: none; }
.wrapper_full {
    clear: both;
    margin: 0 auto;
    background: #ab0203 none repeat scroll 0 0;
  		position: relative;
}
.wrapper_full_footer {
    clear: both;
    margin: 0 auto;
    margin-top: 30px;
    background: #ab0203 none repeat scroll 0 0;
    position: relative;
}

.wrapper_full a{
	color: #fff !important;
	background: #ab0203 none repeat scroll 0 0 !important;
}

.dropdown-menu a {
	background: #ab0203 none repeat scroll 0 0;
}

.wrapper_full .dropdown-menu, .footer_wrapper {
	background: #ab0203 none repeat scroll 0 0;
}

.wrapper_full-nav li.active a, .wrapper_full a:HOVER {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0 !important;
    color: #fff !important;
}

.wrapper_full a span:HOVER{
    color: #fff !important;
}

.footer_wrapper, .redButton{
	background: #ab0203 none repeat scroll 0 0 !important;
	color: #fff !important;
}
.footer_wrapper_2{
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0 !important;
}

#foot_copy {
    color: #fff;
    /* float: left;*/
    font-size: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 10px;
    font-style: italic;
    float: none; 
    text-align: center;
}
#foot_links {
	margin-top: 10px;
}
.gradient-bleed {
    background-image: linear-gradient(#989898 30%, #f4f4f4);
    background-size: 100% auto;
/* 		    padding-top: 2.5rem; */
	margin-bottom: -30px;
}

.footer_phone{
	text-transform: uppercase;
	/* text-decoration: underline; */
	font-size: 20px;
}

.navbar ul.navbar-nav li a {
	margin:5px 0;	
}

a.redButton span:hover{
	color: #fff;
} 

/* Trocar as cores do menu e do footer quando a dimensão do ecrâ é menor */
@media screen and (max-width: 770px) {
/* 	.wrapper_full, .wrapper_full a, .wrapper_full .dropdown-menu, .footer_wrapper { */
/* 		background: #fff !important; */
/* 		color: #ab0203 !important; */
/* 	} */
/* 	.backred { */
/* 		background: #840203 !important; */
/* 	} */
}

@media screen and (max-width: 990px) {
	.footer_phone{
		font-size: 18px;
	}
}

@media screen and (max-width: 470px) {
	.navbar-fixed-bottom{
		position: relative;
	}
	
}

@media only screen and (min-width: 64.063em) {
	.wrapper_full .row a {
	    padding-left: 1.7rem;
	    padding-right: 1.7rem;
	}
}
