

/* Configuração Fonte do site*/

body {
	font-size: 16px;
	color: #545454;
	font-family:  Roboto;
}




/*Background*/
.box-home-one .box .mais-one,
footer,
header .search button:hover,
header .desktop-one ul .current_page_item:after,
.header-top-one {
	background: #1e73be;
}


.box-home-one .box .mais-one span,
.header-top-one .social-one li {
	background: #ffffff;
}

footer .formulario button, 
footer .formulario input,
.header-top-one .duvida .contato-top-one li:nth-child(1) {
	background: #045384;
}

/*Color*/
.box-home-one .box .mais-one span i,
.box-home-one .frase h1,
.box-home-one .frase p,
.header-top-one .social-one li i,
header .desktop-one ul li a {
	color: #1e73be;
} 

footer span,
footer .box ul li a,
footer .formulario button, 
footer .formulario input,
.box-home-one .box .mais-one h3,
.header-top-one .social-one li:hover i,
.header-top-one .duvida .contato-top-one li:nth-child(1) i,
.header-top-one .duvida span {
	color: #ffffff;
}

/*Border Color*/
header .search button:hover,
.form-inline .form-control, 
header .search .form-control {
	border-color: #1e73be;
}

footer .box ul li a:hover,
.header-top-one .duvida .contato-top-one li:nth-child(1) {
	border-color: #ffffff;
}

footer .box {
	border-color: #045384;
}