@font-face {
	font-family: 'RobotoRegular';
	src: url('../fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
	font-family: 'RobotoBold';
	src: url('../fonts/roboto/Roboto-Bold.ttf');
}

body, html {
	font-family: 'RobotoRegular', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	background-color: #fff;
	scroll-behavior: smooth;
}

#topo {
	background-image: url('../../assets/img/banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.box-form {
	width: 90%;
	background-color: #fff;
	box-shadow: 0px 0px 5px 1px rgba(112,112,112,0.3);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(112,112,112,0.3); 
}

#diferenciais {
	background-color: #37367c;
	color: #fff;
}

#diferenciais2 {
	background-color: #e4e4e4;
	color: #484848;
}

#banner1 {
	background-image: url('../../assets/img/banner1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#banner2 {
	background-image: url('../../assets/img/banner2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
