/* HEADER */
#Top_bar .menu > li > a span:not(.description) {line-height: 25px;}

/* BOXES */
.ag-box h3 {color: #ffffff; letter-spacing: 0px; font-weight: 700; text-transform: uppercase; line-height: 120%;}
.ag-box h4 {color: #ffffff; letter-spacing: 0px; font-weight: 400; line-height: 120%;}
.ag-icon h3, .ag-icon p {color: #ffffff;}

/* FOOTER */
#Footer .copyright {font-size: 80%;}

/* DISPOSITIVOS */

@media screen and (max-width: 767px)  {
	.ag-logos .one-fifth {
			display: inline-block;
			width: 20% !important;
			float: none;
	}
	.ag-cars .one-fifth {
			width: 50% !important;
			float: none;
			display: inline-block;
	}
	.ag-cars .one-fifth .column_image {margin: 0;}
	#Top_bar #logo img.logo-mobile {
    display: inline-block;
    padding-left: 15px;
	}
	#Top_bar {
			border-bottom-color: #ffffff;
	}	
}