@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Cabin:400,700,700italic,400italic);

html {
	margin:0;
	height: 100%;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
body {
	margin: 0;
	height: 100%;
	background-image: url(imagens/banner01.jpg),  url(imagens/banner01-bg.jpg);
	background-repeat: no-repeat, repeat-x;
	background-attachment:fixed;
	background-position: center center, center center;
	background-size: auto 100%, auto 100%;
}

a{
	outline:none;
}
    
.link1 {
	color: #75C8FF;
	text-decoration: none;
}
.link1:hover {
	color: #ADF;
	text-decoration: none;
}
.header {
	position: fixed;
	top: 0px;
	right: 0px;
	display: block;
	z-index: 99999;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #137FBC;
	font-weight: bold;
	width:auto;
}
.header span{
	display:block;
	font-size:12px;
	color:#FFF;
}
.header a{
	text-align: center;
	text-decoration: none;
	border: 0px none #FFFFFF;
}
.header a img {
	width: 24px;
	height: 24px;
	padding: 2px;
	margin: 2px;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 0px none #FFFFFF;
}
.header a:hover img {
	background-color: #FFFFFF;
}
.logo-top {
	position: fixed;
	left: 0px;
	top: 0px;
	display: block;
	width: 540px;
	height: 600px;
	text-align: center;
	z-index: 9;
	background-image: url(imagens/header_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.logo-top img {
	display: block;
	width: calc(100% - 40px);
	max-width: 203px;
	height: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.menu-top {
	position: fixed;
	left: 0px;
	top: 0px;
	display: block;
	width: auto;
	height: auto;
	text-align: left;
	z-index: 999;
	padding-top: 180px;
}
.menu-top a.menu {
	display: none;
	text-align: right;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
	cursor: pointer;
	font-size:18px;
	font-weight: bold;
	color: #FFF;
}
.menu-top ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width:250px;
}
.menu-top ul li {
	display: block;
	position:relative;
}
.menu-top ul li.submenu, .menu-top ul li a {
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(imagens/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: -15px center;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-top ul li.submenu:hover, .menu-top ul li:hover a {
	background-position: 0px center;
}
.menu-top ul li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 95%;
	padding: 20px;
	width: auto;
	background-image: url(imagens/submenu_bg.png);
	background-repeat: no-repeat;
	background-position: left -30px;
	z-index: 999999;
}
.menu-top ul li:hover ul {
	display: block;
}
.menu-top ul li:hover ul li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(none);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-top ul li:hover ul li:hover a {
	color: #137FBC;
}
nav select {
	display: none;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: rgba(0,0,0,0);
	text-decoration: none;
	text-transform: uppercase;
	border: 0px none #000;
	visibility: hidden;
	line-height: 40px;
	margin: 0px;
	height: 40px;
	position: relative;
	background-color: #137FBC;
	background-image: url(imagens/menu-more.png);
	background-repeat: no-repeat;
	background-position: right center;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
	cursor: pointer;
}
nav select option {
	background-color: #C44342;
	width: 100%;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px none #000;
}
#w3c {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 99999;
}
.certificado {
	display: block;
	text-align: center;
	margin-top: 10px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	height: 50px;
	width: 130px;
	position: relative;
	background-color: #137FBC;
}
.certificado .state {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	width: 80px;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	opacity: 1.0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 15;
}
.certificado:hover .state {
	opacity: 0.0;
}
.certificado .hover{
	position: absolute;
	left: -137px;
	top: 0px;
	height: 30px;
	width: 130px;
	display: block;
	background-color: #137FBC;
	font-size: 12px;
	line-height: 10px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(imagens/lupa.png);
	background-repeat: no-repeat;
	background-position: 140px center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 10;
}
.certificado:hover .hover{
	left: 0px;
}
.page {
	position: absolute;
	display:block;
	left: 400px;
	top: 100px;
	right: 150px;
	height: auto;
}
.page .fechar {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #137FBC;
	text-decoration: none;
	background-color: #FFF;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	float: right;
	margin-top: -15px;
	margin-right: -15px;
	border-radius: 50%;
	z-index: 9999;
	font-weight: bold;
}
.conteudo {
	position: relative;
	display: table;
	padding: 30px;
	margin-bottom: 70px;
	color: #FFF;
	font-size: 16px;
	text-align: justify;
	width: calc(100% - 60px);
	height: auto;
	z-index: 99;
	background-image: url(imagens/conteudo-bg.png);
}

.titulo1 {
	display: block;
    font-size: 160%;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    font-family: 'Cabin', sans-serif;
}
.subtitulo1 {
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	padding: 7px;
	font-family: 'Cabin', sans-serif;
	background-image: url(imagens/sub-bg.jpg);
	background-repeat: repeat-x;
	border-radius:7px;
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 3px rgba(255, 255, 255, 0.3) inset;
}  
.destaque-azul {
	color: #B6DAF8;
}
.destaque-azul2 {
	color: #B6DAF8;
	font-size: 110%;
	font-weight: bold;
}
.produto {
	display: table;
	width: 100%;
}
.imagem-a-direita {
	display: block;
	float: right;
	width: 45%;
	max-width: 400px;
	height: auto;
	margin-bottom: 10px;
	margin-left: 10px;
}
iframe.imagem-a-direita {
	width: 50%;
	max-width: 500px;
	min-height: 300px;
}
.imagem-arredondada {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: auto;
	width: 45%;
	max-width: 300px;
}
.buton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #137FBC;

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8E71E', endColorstr='#84AE15');
	-webkit-border-radius: 14px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-decoration: none;
}
.buton2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #137FBC;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8E71E', endColorstr='#84AE15');
	-webkit-border-radius: 14px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.buton2:hover {
	background-color: #FFFFFF;
	color: #137FBC;
}

.sitemap  {
	font-size: 15px;


}
.sitemap .foto {
	display: block;
	font-size: 10px;
	text-align: right;
	padding: 20px;
	background-color: #FFF;
}
.sitemap .foto img {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


.sitemap .saibamais {
	display: block;
}
.sitemap a {
	color: #6CF;
	text-decoration: none;
}
.sitemap  ul li a {
	color: #6CF;
	text-decoration: none;
}
.sitemap ul li ul li a {
	color: #6CF;
	text-decoration: none;
}


.sitemap .relacionados {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 100%;
}
.sitemap .relacionados li  {
	display: block;
	float: left;
	width: 33%;
	height: 220px;
	text-align: center;
}
.sitemap .relacionados li a  {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;

}



.sitemap .mais-visitados {
	display: block;
}
.sitemap .tags {
	display: block;
	padding: 20px;
	font-size: 10px;
}
.sitemap .direitos {
	display: block;
	padding: 20px;
	font-size: 10px;
}
.conteudo h1{
	margin: 0px;
	padding: 5px;
	color: #FFF;
}
.info-img {
	display:block;
	text-align:center;
}
.info-img img {
	display:inline-block;
	width:30%;
	min-width: 150px;
	height:auto;
	margin: 10px;
}
.rodape {
	background-image: url(imagens/footer_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 135px;
	width: 135px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 99999;
}
.link-info {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	display: block;
	position: absolute;
	width: 90%;
	right: 5px;
	bottom: 0px;
	text-align: right;
}
.link-info a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	opacity: 0.7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link-info a:hover {
	opacity: 1;
}

.formulario {
	position: relative;
	z-index: 999999;
}
.form-label {
	width: auto;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.form-label2 {
	width: auto;
	text-align: left;
	display: block;
	padding: 5px;
}


.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	border: 1px solid #137FBC;
	-webkit-border-radius:14px;
	border-radius: 5px;
	padding: 3px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	background-color: #00365E;
	width: 90%;
	max-width: 300px;
}
    

	.buton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #137FBC;

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8E71E', endColorstr='#84AE15');
	-webkit-border-radius: 14px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-decoration: none;
}
.buton2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #137FBC;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8E71E', endColorstr='#84AE15');
	-webkit-border-radius: 14px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.buton2:hover {
	background-color: #FFFFFF;
	color: #137FBC;
}
.bt-whats {
	position: fixed;
	display: block;
	bottom: 60px;
	left: 20px;
	width: 50px;
	height: 50px;
	background-color: #0dc143;
	border-radius: 50%;
	z-index: 999;
	background-image: url(imagens/whats-logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bt-whats i {display: none;;}
.bt-whats:after {
	position: absolute;
	display: block;
	content: "WhatsApp";
	bottom: calc(50% - 20px);
	left: 70px;
	background-color: #fff;
	border: solid 1px #CCC;
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-radius: 6px;
	z-index: 1;
	color: #060;
}
@media screen and (max-width: 1100px) {
.page {
	left: 340px;
	top: 170px;
	right: 70px;
}
.conteudo {
	font-size: 14px;
}
}
	
@media screen and (max-width: 800px) {
.header {
	position: relative;
	display: block;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 160px;
	width:calc(100% - 170px);
	z-index: 999;
}
.header span{
	display:none;
}
.logo-top {
	position: absolute;
	width: 160px;
	height: 150px;
	background-image: url(imagens/top-logo-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-position-x: -37px;
	z-index: 9999;
}
.menu-top {
	position: relative;
	display: block;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	height:auto;
	background-image: url(none);
	background-color: #137FBC;
}
.menu-top ul {
	display: none;
}
nav select {
	display: block;
	visibility: visible;
}
.certificado {
	display: none;
}
.page {
	left: 20px;
	top: 110px;
	right: 20px;
}
.conteudo, .conteudo * {
	font-size: 12px;
}

.titulo1 {
    font-size: 16px;
}
.imagem-a-direita, .imagem-arredondada {
	display: block;
	float: none;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
iframe.imagem-a-direita {
	width: 100%;
	min-height: 170px;
}
}
	
@media screen and (max-width: 400px) {
.form {
	display:block;
	margin:auto;
}
}
