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

/* GERAIS */
body {
	margin: 0;
	overflow-x: hidden;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "SamsungInterFace-Regular";
}
/* FONTES */
@font-face {
	font-family: 'SamsungInterFace-Bold';
	src: url("SamsungInterFace-Bold.eot?#iefix") format("embedded-opentype"), url("SamsungInterFace-Bold.woff") format("woff"), url("SamsungInterFace-Bold.ttf") format("truetype"), url("SamsungInterFace-Bold.svg#SamsungInterFace-Bold") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SamsungInterFace-Regular';
	src: url("SamsungInterFace-Regular.eot?#iefix") format("embedded-opentype"), url("SamsungInterFace-Regular.woff") format("woff"), url("SamsungInterFace-Regular.ttf") format("truetype"), url("SamsungInterFace-Regular.svg#SamsungInterFace-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* FIM FONTES */

/* headers */

h4 {
	font-family: "SamsungInterFace-Bold";
	font-size: 26px;
	text-transform: uppercase;
	color: #004694;
	display: block;
}
h5, h6, h7 {
	margin: 0 0 10px 0;
	font-family: "SamsungInterFace-Regular";
	font-weight: normal;
	text-transform: uppercase;
	color: #004694;
	display: block;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 16px;
}
h7 {
	font-size: 12px;
}
h5 img, h6 img, h7 img {
	width: initial !important;
	margin: 0px 10px;
}
/* fim headers */

/* parágrafos */
p {
	color: #898989;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}
small {
	text-align: center;
	font-size: 14px;
	color: #898989;
	display: block;
}
/* imagens */ 
h5 img, h6 img {
	width: initial;
}
.item.centro h5 img, .item.centro h6 img, .item.direita h5 img, .item.direita h6 img {
	width: initial;
	margin: 0 0 0 2%;
}
.item.direita h5 img, .item.direita h6 img {
	width: initial;
	margin: 0 2% 0 0;
}
img {
	vertical-align: middle;
}
/* GERAIS */
.video-centro {
	width: 420px;
	min-height: 240px;
	margin: 20px auto;
}
.linha {
	width: 100%;
	margin-bottom: 50px;
	float: left;
}
.item {
	width: 430px;
	height: auto;
	padding: 0 10px;
	float: left;
}
.d3 {
	width: 31.33333333%;
	padding:0 1%;
	float:left;
}
.centro {
	width: 100%;
	height: auto;
	text-align: center !important;
	float: left;
}
.item.direita, .item.direita h5, .item.direita h6, .item.direita h7, .item.direita small {
	text-align: left !important;
}
.item.esquerda, .item.esquerda h5, .item.esquerda h6, .item.esquerda h7, .item.esquerda small {
	text-align: right !important;
}
.item.esquerda h5, .item.direita h5 {
	display: flex;
	line-height: 32px;
}
.item.direita h5 {
	width: 70%;
}
.item.direita p, .item.direita h5, .item.direita h6, .item.direita small {
	float: left;
}
.item.esquerda p, .item.esquerda h5, .item.esquerda h6, .item.esquerda small {
	float: right;
}
.item img {
	width: 100%;
	height: auto;
}
/* rodapé */
footer#footer {
	margin-top: 5%;
	width: 100%;
	float: left;
	display: block;
	overflow: hidden;
}
footer#footer img {
	width: initial;
	margin: 0 auto;
	text-align: center;
	display: block;
}
footer#footer p {
	text-align: justify;
	color: #000;
	font-size: 12px;
	line-height: 14px;
}
footer#footer .logo {
	margin-bottom: 60px;
}
footer#footer .selo {
	margin-top: 60px;
}
/* fim rodapé */

p.legal {
	font-size: 11px;
	line-height: 16px;
}
.sem_margem {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
a:hover, a:focus {
	outline: none;
	text-decoration: none;
}
.ms-animation {
	opacity: 0;
}
.ms-animation.animated {
	opacity: 1;
}
a, a:hover {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
/* DIV PADRÃO */
.padrao {
	width: 100%;
	max-width: 900px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
/* FIM GERAIS 
================================= */

/*MENU*/
nav {
	position: absolute;
	right: 14px;
	top: 130px;
	float: right;
}
nav ul {
	float: right;
	margin-left: 0;
	padding-left: 0;
}
nav ul li {
	margin: 14px 25px 0px;
	display: block;
	list-style: none;
	width: 67px;
}
nav ul li img {
	width: 100%;
	height: auto;
}
/*FIM MENU*/
hr {
	background: url(../photos/hr.jpg) center #ecedef no-repeat;
	width: 100%;
	float: left;
	display: block;
	background-position: center center;
	overflow: hidden;
	padding: 20px 0px;
	height: 4px;
	margin: 0;
	border: 0;
}
