/* Início do 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;
}
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;
}

/* Fim do reset */

@font-face{
	font-family:'RequiemDisplay';
	src:url(../fonts/RequiemDisplay-HTF-SmallCaps.otf);
}

@font-face{
	font-family:'RequiemDisplayRoman';
	src:url(../fonts/Requiem\ Display-HTF-Roman.otf);
}

html{
    font-family: 'Montserrat', 'Open Sans';
}

a{
	text-decoration:none;
}

.center{
	text-align: center;
}

.topo{
	padding-top:0.5%;
	/* margin-bottom:0.5%; */
	border-bottom:1px solid #ffffff2c;
	padding:1.2rem 0;
}

.topo img{
	padding:0.8rem 0;
	width:300px;
	height:auto;
}

.main{
	height:100vh;
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
}

.main h5{
	text-align: center;
	margin:5rem 0;
	transition:.2s ease-in-out;
}

.main h5 a{
	text-transform: uppercase;
	padding:1rem 5rem;
	background-color:#2C3B26;
	border-radius:2rem;
	border:1px solid #2C3B26;
	color:#fff;
	
}

.main h5:hover{
	transform: scale(1.1);
}

.botoes{
	margin-top:5%;
}

.direitos{
	margin-top:15%;
}

.direitos h6{
	color:#fff;
}