/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image: url('https://www.optilink.net.br/wp-content/uploads/2018/09/bg-all.png');
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Exo 2', sans-serif;
	width: 100%;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 150px;
	background: #FFE680;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	margin-top: 30px;
	background: #eaeaea;
	background-image: url('images/breve-cyberinfo.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 450px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}




/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background: #C11A26;
	border-bottom: 6px solid #AC1925;
	color: #fff;
	padding: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.one {
	margin-right: 20px;
	float: left;
}
.one a {
	background: #fff;
	color: #AC1925 !important;
	font-weight: bold;
	display: inline-block;
	border-radius: 20px;
	padding: 10px 20px 12px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.one a:hover {
	text-decoration: underline;
}