*{
	padding:0;
	margin:0;
}

/* BANNER OOPS! */
.banner-ops{
	width: 100%;
	height: 500px;
	#background: linear-gradient(#a7d507 0%, #2ecc71 100%);
	#background: linear-gradient(#00008B 0%, #00BFFF 100%);
	background: linear-gradient(#092E43 0%, #36B0C9 100%);
	display: flex;
	align-items: center;
	justify-items: center;
}
.banner-ops h1{
	font-family: Simplon BP, sans-serif;
	font-size: 75px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* SOBRE */
.sobre{
	width: 100%;
	height: auto;
	padding: 100px 0;
}
.sobre h2{
	font-family: Simplon BP, sans-serif;
	font-size: 35px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 20px;
}
.sobre p{
	font-family: Simplon BP, sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 1.8em;
	letter-spacing: .1em;
}

/* ATENTO */
.banner-atento{
	width: 100%;
	height: auto;
	#background: linear-gradient(#a7d507 0%, #2ecc71 100%);
	#background: linear-gradient(#00008B 0%, #00BFFF 100%);
	background: linear-gradient(#092E43 0%, #36B0C9 100%);
	padding: 100px 0;
}
.banner-atento h2{
	font-family: Simplon BP, sans-serif;
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
}
.banner-atento h2:after{
	content: '';
	width: 80px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	display: block;
	margin: 20px auto;
}
.banner-atento  p{
	font-family: Simplon BP, sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 1.8em;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 30px;
}

/* BOX ATENTO */
.box-atento{
	height: auto;
	padding: 80px 30px;
	background: #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}
.box-atento h3{
	font-family: Simplon BP, sans-serif;
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center
}
.box-atento p{
	color: #000;
	font-size: 16px;
	margin: 10px 0;
}

/* PROTEGER */
.proteger{
	width: 100%;
	height: auto;
	padding: 100px 0;
}
.proteger h2{
	font-family: Simplon BP, sans-serif;
	font-size: 35px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 50px;
}
.proteger p{
	font-family: Simplon BP, sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 1.8em;
	letter-spacing: .1em;
	margin-bottom: 30px;
}

/* SABER */
.saber{
	width: 100%;
	height: auto;
	#background: linear-gradient(#a7d507 0%, #2ecc71 100%);
	#background: linear-gradient(#00008B 0%, #00BFFF 100%);
	background: linear-gradient(#092E43 0%, #36B0C9 100%);
	padding: 100px 0;
}
.saber h2{
	font-family: Simplon BP, sans-serif;
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 20px;
}
.saber p{
	font-family: Simplon BP, sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 1.8em;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 30px;
	max-width: 780px;
	margin: 0 auto;
	display: block;
}