
@font-face {
    font-family: light;
    src: url(assets/Roboto-Light.ttf);
}

@font-face {
    font-family: bold;
    src: url(assets/Roboto-Bold.ttf);
}

html, body {
	height: 100%;
	margin: 0px;
}

* html {
	height: 100%;
}

p {
	margin: 0;
}

a{
	text-decoration:none;
	color:#ffffff;
}

.flex-centralizado {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	margin: 0 auto;
}

.flex-centralizado2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    -webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	margin: 0 auto;
}

#produtos {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 50px 0;
	background:#ffffff;
	z-index:10;
}

#outros {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 50px 0;
	z-index:10;
	background:#ffffff;
}

#down {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 50px 0;
	z-index:10;
	background:#062E57;
	overflow:hidden;
}

#newsletter {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 50px 0;
	background-image: url('img/fundo.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:10;
}

#contato {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 50px 0;
	background-image: url('img/fundo.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:10;
}

.doit{
	width:25px;
	height:21px;
	background:transparent;
	cursor:pointer;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#boxmenu{
	width:0%;
	right:0px;
	top:0px;
	height:100%;
	position:absolute;
	background:#456990;
	z-index:999;
	-webkit-transition:all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.botao{
	padding: 15px 20px;
	border: 0px solid #ffffff;
	background:#11559C;
	font-family: bold;
	font-size: 15px;
	color: #ffffff;
	cursor: pointer;
	line-height:15px;
	border-radius: 0px;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-o-transition: all 0.5s ease; /* IE 9 */
	-ms-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}
.botao:hover{
	background: #ffffff;
	color:#11559C;
}

.form {
	border: 1px solid #ffffff;
	padding: 15px 10px;
	color: #ffffff;
	height:45px;
	line-height:15px;
	background-color: transparent;
	font-family: light;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	outline:none;	
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 0px;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
} 

.form::-webkit-input-placeholder {
    color: #ffffff;
}
.form::-moz-placeholder {
    color: #ffffff;
}
.form:-ms-input-placeholder {
    color: #ffffff;
}
.form:-moz-placeholder {
    color: #ffffff;
}

@media only screen and (min-width:1280px){
	.desktop{display:block}
	.mobile{display:none}
	#width {
		width: 1200px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:30px;
		color:#E4533C;
		line-height:30px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:20px;
		color:#13569C;
	}
	.fonte-texto {
	    font-family: light;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	#menu {
		position: relative;
		background:#456990;
		width: 100%;
		height:60px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:60px;
	}
	.opcao{
		position: absolute;
		width: 600px;
		height: 60px; 
		right:0px;
		top:0px;
	}
	.submenu{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:60px;
		padding:0px 15px;
		background:transparent;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		cursor:pointer;
	}
	.submenu:hover{
		color:#DBCC38;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 500px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 500px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	.produtos-box{
		position:relative;
		cursor:pointer;
	}
	.produtos-box .produtos-img{
		border:3px solid #13569C;
		border-radius:100%;
		width:100px;
		height:100px;
		text-align:center;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
	.produtos-box:hover .produtos-img{
		border:3px solid #FFEC3F;
	}
	.produtos-box .produtos-img div{
		position: relative;
		top:0px;
		left:0px;
		width: 100px;
		height: 100px;
		border-radius:100%;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.produtos-box .produtos-titulo{
		font-family: bold;
		font-size:20px;
		color:#13569C;
		text-align:center;
	}
	.produtos-box .produtos-texto{
		font-family: light;
		font-size:15px;
		color:#333333;
		text-align:center;
	}
	.left{
		position:absolute;
		top:20px;
		left:0px;
		cursor:pointer;
	}
	.right{
		position:absolute;
		top:20px;
		right:0px;
		cursor:pointer;
	}
	.left img, .right img{
		height:60px;
	}
	#mapa{
		width:100%;
		height:400px;
	}
	#mapa iframe{
		height:400px;
	}
	.numeros-box{
		position:relative;
		width:calc(25% - 40px);
		border:2px solid #DECF2D;
		padding:20px;
	}
	.numeros-box .numeros-numero{
		font-family: bold;
		font-size:30px;
		color:#ffffff;
		text-align:center;
	}
	.numeros-box .numeros-texto{
		font-family: bold;
		font-size:15px;
		color:#DECF2D;
		text-align:center;
	}
}@media only screen and (max-width:1279px){
	.desktop{display:block}
	.mobile{display:none}
	#width {
		width: 940px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:30px;
		color:#E4533C;
		line-height:30px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:20px;
		color:#13569C;
	}
	.fonte-texto {
	    font-family: light;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	#menu {
		position: relative;
		background:#456990;
		width: 100%;
		height:60px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:60px;
	}
	.opcao{
		position: absolute;
		width: 600px;
		height: 60px; 
		right:0px;
		top:0px;
	}
	.submenu{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:60px;
		padding:0px 15px;
		background:transparent;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		cursor:pointer;
	}
	.submenu:hover{
		color:#DBCC38;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 400px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 400px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	.produtos-box{
		position:relative;
		cursor:pointer;
	}
	.produtos-box .produtos-img{
		border:3px solid #13569C;
		border-radius:100%;
		width:100px;
		height:100px;
		text-align:center;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
	.produtos-box:hover .produtos-img{
		border:3px solid #FFEC3F;
	}
	.produtos-box .produtos-img div{
		position: relative;
		top:0px;
		left:0px;
		width: 100px;
		height: 100px;
		border-radius:100%;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.produtos-box .produtos-titulo{
		font-family: bold;
		font-size:20px;
		color:#13569C;
		text-align:center;
	}
	.produtos-box .produtos-texto{
		font-family: light;
		font-size:15px;
		color:#333333;
		text-align:center;
	}
	.left{
		position:absolute;
		top:20px;
		left:0px;
		cursor:pointer;
	}
	.right{
		position:absolute;
		top:20px;
		right:0px;
		cursor:pointer;
	}
	.left img, .right img{
		height:60px;
	}
	#mapa{
		width:100%;
		height:400px;
	}
	#mapa iframe{
		height:400px;
	}
	.numeros-box{
		position:relative;
		width:calc(25% - 40px);
		border:2px solid #DECF2D;
		padding:20px;
	}
	.numeros-box .numeros-numero{
		font-family: bold;
		font-size:30px;
		color:#ffffff;
		text-align:center;
	}
	.numeros-box .numeros-texto{
		font-family: bold;
		font-size:15px;
		color:#DECF2D;
		text-align:center;
	}
}@media only screen and (max-width:1023px) and (orientation:portrait){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:30px;
		color:#E4533C;
		line-height:30px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:20px;
		color:#13569C;
	}
	.fonte-texto {
	    font-family: light;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	#menu {
		position: relative;
		background:#456990;
		width: 100%;
		height:60px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:60px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 60px; 
		right:0px;
		top:0px;
	}
	.submenu{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:60px;
		padding:0px 15px;
		background:transparent;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		cursor:pointer;
		text-align:center;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 400px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 400px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	.produtos-box{
		position:relative;
		cursor:pointer;
	}
	.produtos-box .produtos-img{
		border:3px solid #13569C;
		border-radius:100%;
		width:100px;
		height:100px;
		text-align:center;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
	.produtos-box:hover .produtos-img{
		border:3px solid #FFEC3F;
	}
	.produtos-box .produtos-img div{
		position: relative;
		top:0px;
		left:0px;
		width: 100px;
		height: 100px;
		border-radius:100%;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.produtos-box .produtos-titulo{
		font-family: bold;
		font-size:20px;
		color:#13569C;
		text-align:center;
	}
	.produtos-box .produtos-texto{
		font-family: light;
		font-size:15px;
		color:#333333;
		text-align:center;
	}
	.left{
		position:absolute;
		top:20px;
		left:0px;
		cursor:pointer;
	}
	.right{
		position:absolute;
		top:20px;
		right:0px;
		cursor:pointer;
	}
	.left img, .right img{
		height:60px;
	}
	#mapa{
		width:100%;
		height:400px;
	}
	#mapa iframe{
		height:400px;
	}
	.numeros-box{
		position:relative;
		width:calc(100% - 40px);
		border:2px solid #DECF2D;
		padding:20px;
	}
	.numeros-box .numeros-numero{
		font-family: bold;
		font-size:30px;
		color:#ffffff;
		text-align:center;
	}
	.numeros-box .numeros-texto{
		font-family: bold;
		font-size:15px;
		color:#DECF2D;
		text-align:center;
	}
}@media only screen and (max-width:1023px) and (orientation:landscape){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:30px;
		color:#E4533C;
		line-height:30px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:20px;
		color:#13569C;
	}
	.fonte-texto {
	    font-family: light;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	#menu {
		position: relative;
		background:#456990;
		width: 100%;
		height:60px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:60px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 60px; 
		right:0px;
		top:0px;
	}
	.submenu{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:60px;
		padding:0px 15px;
		background:transparent;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		cursor:pointer;
		text-align:center;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 400px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 400px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	.produtos-box{
		position:relative;
		cursor:pointer;
	}
	.produtos-box .produtos-img{
		border:3px solid #13569C;
		border-radius:100%;
		width:100px;
		height:100px;
		text-align:center;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
	.produtos-box:hover .produtos-img{
		border:3px solid #FFEC3F;
	}
	.produtos-box .produtos-img div{
		position: relative;
		top:0px;
		left:0px;
		width: 100px;
		height: 100px;
		border-radius:100%;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.produtos-box .produtos-titulo{
		font-family: bold;
		font-size:20px;
		color:#13569C;
		text-align:center;
	}
	.produtos-box .produtos-texto{
		font-family: light;
		font-size:15px;
		color:#333333;
		text-align:center;
	}
	.left{
		position:absolute;
		top:20px;
		left:0px;
		cursor:pointer;
	}
	.right{
		position:absolute;
		top:20px;
		right:0px;
		cursor:pointer;
	}
	.left img, .right img{
		height:60px;
	}
	#mapa{
		width:100%;
		height:300px;
	}
	#mapa iframe{
		height:300px;
	}
	.numeros-box{
		position:relative;
		width:calc(100% - 40px);
		border:2px solid #DECF2D;
		padding:20px;
	}
	.numeros-box .numeros-numero{
		font-family: bold;
		font-size:30px;
		color:#ffffff;
		text-align:center;
	}
	.numeros-box .numeros-texto{
		font-family: bold;
		font-size:15px;
		color:#DECF2D;
		text-align:center;
	}
}@media only screen and (max-width:600px) and (orientation:portrait){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:28px;
		color:#E4533C;
		line-height:28px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:20px;
		color:#13569C;
	}
	.fonte-texto {
	    font-family: light;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	#menu {
		position: relative;
		background:#456990;
		width: 100%;
		height:60px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:60px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 60px; 
		right:0px;
		top:0px;
	}
	.submenu{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:60px;
		padding:0px 15px;
		background:transparent;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		cursor:pointer;
		text-align:center;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 300px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 300px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	.produtos-box{
		position:relative;
		cursor:pointer;
	}
	.produtos-box .produtos-img{
		border:3px solid #13569C;
		border-radius:100%;
		width:100px;
		height:100px;
		text-align:center;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
	.produtos-box:hover .produtos-img{
		border:3px solid #FFEC3F;
	}
	.produtos-box .produtos-img div{
		position: relative;
		top:0px;
		left:0px;
		width: 100px;
		height: 100px;
		border-radius:100%;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.produtos-box .produtos-titulo{
		font-family: bold;
		font-size:20px;
		color:#13569C;
		text-align:center;
	}
	.produtos-box .produtos-texto{
		font-family: light;
		font-size:15px;
		color:#333333;
		text-align:center;
	}
	.left{
		position:absolute;
		top:20px;
		left:0px;
		cursor:pointer;
	}
	.right{
		position:absolute;
		top:20px;
		right:0px;
		cursor:pointer;
	}
	.left img, .right img{
		height:60px;
	}
	#mapa{
		width:100%;
		height:300px;
	}
	#mapa iframe{
		height:300px;
	}
	.numeros-box{
		position:relative;
		width:calc(100% - 40px);
		border:2px solid #DECF2D;
		padding:20px;
	}
	.numeros-box .numeros-numero{
		font-family: bold;
		font-size:30px;
		color:#ffffff;
		text-align:center;
	}
	.numeros-box .numeros-texto{
		font-family: bold;
		font-size:15px;
		color:#DECF2D;
		text-align:center;
	}
}