@charset "utf-8";
/* CSS Document */

.container-fluid {
	text-align: center;
	color: #000;
	font-size: 44px;
	font-family: "Oswald";
	background: #cbb68f;
	line-height: 48px;
	padding: 20px 0px 15px;
}
.white { background-color: #FFF; color: #000; }
.white h1, .white h3, .white h5, .white p span { color: #4f7581; }
.white .borde {	border: 2px solid #4f7581; color: #4f7581; }


section { padding: 50px 0px; }

h1 {
	font-size: 44px;
  font-family: "Oswald";
  color: #cbb68f;
  line-height: 48px;
	margin-top: 40px;
}

h1.big {
	font-size: 75px;
	line-height: 1;
	font-family: "Oswald";
	color: #cbb68f;
}
h1.big span { display: block; font-size: 17px; margin-top: 0px; }

h3 {
	font-family: "Roboto";
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 30px;
}

h2 {
	color: #cbb68f;
	font-family: "Oswald";
	font-size: 30px;
	line-height: 1.1;
}

h5 {
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	color: #cbb68f;
}

.borde {
	font-size: 24px;
	padding: 5px 10px;
	border: 2px solid #cbb68f;
	margin-bottom: 20px;
	display: inline-block;
	color: #cbb68f;
	font-weight: bold;
}

p { margin-top: 20px; }
p span {
	font-weight: bold;
	color: #cbb68f;
	display: block;
}
.m-20 { margin-top: 30px; }
.m-60 { margin-top: 60px; }

