@charset "utf-8";
/* CSS Document */


/* CSS reset inicio */
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;
}
/* CSS reset fim */



a:link {
	color: #1d1d1b !important;
	text-decoration: none;
}

a:active {
	color: #1d1d1b !important;
	text-decoration: none;
}

a:visited {
	color: #1d1d1b !important;
	text-decoration: none;
}

a:hover {
	color: #777777 !important;
	text-decoration: none;
}

body {
	background-color: #ffffff;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	color: #1d1d1b !important;
}

.altura-total {
	height: 100vh;
}

.home {
	text-align: center;
}

.menu {
	margin-top: 20px;
}

.menu-interior {
	background-color: #1d1d1b;
	margin: 0px !important;
	padding: 0px 20px !important;
	font-size: 14px !important;
}

.menu-interior a:link {
	color: #ffffff !important;
	text-decoration: none;
}

.menu-interior a:active {
	color: #ffffff !important;
	text-decoration: none;
}

.menu-interior a:visited {
	color: #ffffff !important;
	text-decoration: none;
}

.menu-interior a:hover {
	color: #777777 !important;
	text-decoration: none;
}

.titulo-pagina {
	padding-left: 10px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 90px !important;
}

.legenda {
	font-size: 16px !important;
	line-height: 1.5;
}

.divisor {
  border-top: 1px solid #1d1d1b !important;
}

.ultima {
	margin-bottom: 40px !important;
}

.arte {
	margin-bottom: 60px;
}