
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);

@font-face {
    font-family: fonte;
    src: url(assets/Raleway-Regular.ttf);
}

html, body {
	height: 100%;
	margin: 0px;
}

* html #destaques {
	height: 100%;
}

p {
	margin: 0;
	text-align: center;
}

a{
	text-decoration:none;
}

.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;
}

#outros {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 50px 0;
	background: #ffffff;
	z-index:10;
}

.doit{
	width:20px;
	height:20px;
	background:#ffffff;
	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;
}

.doit:hover{
	background:#ED3237;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#boxmenu{
	width:0%;
	left:0px;
	top:0px;
	height:100%;
	position:absolute;
	background:#ffffff;
	z-index:120;
	-webkit-transition:all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

@media only screen and (min-width:1280px){
	.desktop{display:block}
	.mobile{display:none}
	#width {
		width: 1200px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: fonte;
		font-size:15px;
		color:#fff;
		line-height:15px;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:25px;
		color:#333333;
		text-align:right;
		line-height:100px;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:12px;
		color:#999999;
		line-height:15px;
	}
	#menu {
		position: absolute;
		top:0px;
		left:0px;
		background:transparent;
		width: 100%;
		z-index: 100;
		height:100px;
		-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;
	}
	.logo{
		position: absolute;
		top:15px;
		left:20px;
	}
	.logo img{
		height:70px;
	}

	.menu{
		position:absolute;
		right:30px;
		top:30px;
		height:40px;
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:55px;
		line-height:55px;
		font-family: fonte;
	    font-size:15px;
		color:#333333;
		text-align:center;
		cursor:pointer;
		margin:0px 0px;
		border:0px;
		text-shadow:0px 0px 0px #000000;
	}
	.opcao{
		position:absolute;
		top:25px;
		right:20px;
		cursor:pointer;
	}
	#home {
		position: relative;
		width: 100%;
		height: 100%; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
		overflow:hidden;
	}
	.home-box{
		position: relative;
		z-index:10;
		top:0px;
		left:0px;
		width: 100%;
		height: 100vh;
		display: block;
		overflow:hidden;
	}
	.home-box .home-img{
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		overflow:hidden;
	}
	.home-box .home-texto{
		position:absolute;
		top:50%;
		right:50%;
		margin-top:-150px;
		margin-right:-450px;
	}
	.home-box .home-texto img{
		width:900px;
		height:300px;
	}
	.right{
		position:absolute;
		width:30px;
		height:30px !important;
		background:transparent;
		top:50%;
		margin-top:-15px;
		right:20px;
		z-index:110;
		-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;
	}
	.left{
		position:absolute;
		cursor:pointer;
		width:30px;
		height:30px !important;
		background:transparent;
		top:50%;
		margin-top:-15px;
		left:20px;
		z-index:110;
		-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;
	}
	.left img,.right img{
		width:30px;
		height:30px;
	}
	
}@media only screen and (max-width:1279px){
	.desktop{display:block}
	.mobile{display:none}
	#width {
		width: 940px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: fonte;
		font-size:15px;
		color:#fff;
		line-height:15px;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:25px;
		color:#333333;
		text-align:right;
		line-height:80px;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:12px;
		color:#999999;
		line-height:15px;
	}
	#menu {
		position: absolute;
		top:0px;
		left:0px;
		background:transparent;
		width: 100%;
		z-index: 100;
		height:100px;
		-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;
	}
	.logo{
		position: absolute;
		top:15px;
		left:20px;
	}
	.logo img{
		height:70px;
	}
	.menu{
		position:absolute;
		right:30px;
		top:30px;
		height:40px;
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:55px;
		line-height:55px;
		font-family: fonte;
	    font-size:15px;
		color:#333333;
		text-align:center;
		cursor:pointer;
		margin:0px 0px;
		border:0px;
		text-shadow:0px 0px 0px #000000;
	}
	.opcao{
		position:absolute;
		top:25px;
		right:20px;
		cursor:pointer;
	}
	#home {
		position: relative;
		width: 100%;
		height: 100%; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
		overflow:hidden;
	}
	.home-box{
		position: relative;
		z-index:10;
		top:0px;
		left:0px;
		width: 100%;
		height: 100vh;
		display: block;
		overflow:hidden;
	}
	.home-box .home-img{
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		overflow:hidden;
	}
	.home-box .home-texto{
		position:absolute;
		top:50%;
		right:50%;
		margin-top:-100px;
		margin-right:-300px;
	}
	.home-box .home-texto img{
		width:600px;
		height:200px;
	}
	.right{
		position:absolute;
		width:30px;
		height:30px !important;
		background:transparent;
		top:50%;
		margin-top:-15px;
		right:20px;
		z-index:110;
		-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;
	}
	.left{
		position:absolute;
		cursor:pointer;
		width:30px;
		height:30px !important;
		background:transparent;
		top:50%;
		margin-top:-15px;
		left:20px;
		z-index:110;
		-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;
	}
	.left img,.right img{
		width:30px;
		height:30px;
	}
}@media only screen and (max-width:1023px) and (orientation:portrait){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
	}
	.fonte-titulo {
		font-family: fonte;
		font-size:15px;
		color:#fff;
		line-height:15px;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:25px;
		color:#333333;
		line-height:80px;
		text-align:right;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:12px;
		color:#999999;
		line-height:15px;
	}
	#menu {
		position: absolute;
		top:0px;
		left:0px;
		background:transparent;
		width: 100%;
		z-index: 100;
		height:100px;
		-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;
	}
	.logo{
		position: absolute;
		top:15px;
		left:20px;
	}
	.logo img{
		height:70px;
	}
	.menu{
		position:absolute;
		right:30px;
		top:30px;
		height:40px;
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:55px;
		line-height:55px;
		font-family: fonte;
	    font-size:15px;
		color:#333333;
		text-align:center;
		cursor:pointer;
		margin:0px 0px;
		border:0px;
		text-shadow:0px 0px 0px #000000;
	}
	#home {
		position: relative;
		width: 100%;
		height: 100%; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
		overflow:hidden;
	}
	.home-box{
		position: relative;
		z-index:10;
		top:0px;
		left:0px;
		width: 100%;
		height: 100vh;
		display: block;
		overflow:hidden;
	}
	.home-box .home-img{
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		overflow:hidden;
	}
	.home-box .home-texto{
		position:absolute;
		top:50%;
		right:50%;
		margin-top:-66px;
		margin-right:-200px;
	}
	.home-box .home-texto img{
		width:400px;
		height:133px;
	}
	.right{
		position:absolute;
		width:30px;
		height:30px !important;
		background:transparent;
		top:50%;
		margin-top:-15px;
		right:20px;
		z-index:110;
		-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;
	}
	.left{
		position:absolute;
		cursor:pointer;
		width:30px;
		height:30px !important;
		background:transparent;
		top:50%;
		margin-top:-15px;
		left:20px;
		z-index:110;
		-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;
	}
	.left img,.right img{
		width:30px;
		height:30px;
	}
	.opcao{
		position:absolute;
		top:25px;
		right:30px;
		cursor:pointer;
	}
}@media only screen and (max-width:1023px) and (orientation:landscape){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
	}
	.fonte-titulo {
		font-family: fonte;
		font-size:15px;
		color:#fff;
		line-height:15px;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:25px;
		color:#333333;
		line-height:50px;
		font-align:right;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:12px;
		color:#999999;
		line-height:15px;
	}
	#menu {
		position: absolute;
		top:0px;
		left:0px;
		background:transparent;
		width: 100%;
		z-index: 100;
		height:80px;
		-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;
	}
	.logo{
		position: absolute;
		top:15px;
		left:15px;
	}
	.logo img{
		height:50px;
	}
	.menu{
		position:absolute;
		right:30px;
		top:30px;
		height:40px;
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:55px;
		line-height:55px;
		font-family: fonte;
	    font-size:15px;
		color:#333333;
		text-align:center;
		cursor:pointer;
		margin:0px 0px;
		border:0px;
		text-shadow:0px 0px 0px #000000;
	}
	#home {
		position: relative;
		width: 100%;
		height: 100%; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
		overflow:hidden;
	}
	.home-box{
		position: relative;
		z-index:10;
		top:0px;
		left:0px;
		width: 100%;
		height: 100vh;
		display: block;
		overflow:hidden;
	}
	.home-box .home-img{
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		overflow:hidden;
	}
	.home-box .home-texto{
		position:absolute;
		top:50%;
		right:50%;
		margin-top:-66px;
		margin-right:-200px;
	}
	.home-box .home-texto img{
		width:400px;
		height:133px;
	}
	.right{
		position:absolute;
		width:30px;
		height:30px !important;
		background:transparent;
		top:50%;
		margin-top:-15px;
		right:20px;
		z-index:110;
		-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;
	}
	.left{
		position:absolute;
		cursor:pointer;
		width:30px;
		height:30px !important;
		background:transparent;
		top:50%;
		margin-top:-15px;
		left:20px;
		z-index:110;
		-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;
	}
	.left img,.right img{
		width:30px;
		height:30px;
	}
	.opcao{
		position:absolute;
		top:15px;
		right:20px;
		cursor:pointer;
	}
}@media only screen and (max-width:600px) and (orientation:portrait){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
	}
	.fonte-titulo {
		font-family: fonte;
		font-size:15px;
		color:#fff;
		line-height:15px;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:50px;
		text-align:right;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:12px;
		color:#999999;
		line-height:15px;
	}
	#menu {
		position: absolute;
		top:0px;
		left:0px;
		background:transparent;
		width: 100%;
		z-index: 100;
		height:70px;
		-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;
	}
	.logo{
		position: absolute;
		top:10px;
		left:15px;
	}
	.logo img{
		height:50px;
	}
	.menu{
		position:absolute;
		right:30px;
		top:30px;
		height:40px;
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:55px;
		line-height:55px;
		font-family: fonte;
	    font-size:15px;
		color:#333333;
		text-align:center;
		cursor:pointer;
		margin:0px 0px;
		border:0px;
		text-shadow:0px 0px 0px #000000;
	}
	#home {
		position: relative;
		width: 100%;
		height: 100%; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
		overflow:hidden;
	}
	.home-box{
		position: relative;
		z-index:10;
		top:0px;
		left:0px;
		width: 100%;
		height: 100vh;
		display: block;
		overflow:hidden;
	}
	.home-box .home-img{
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		overflow:hidden;
	}
	.home-box .home-texto{
		position:absolute;
		top:50%;
		right:50%;
		margin-top:-33px;
		margin-right:-100px;
	}
	.home-box .home-texto img{
		width:200px;
		height:67px;
	}
	.right{
		position:absolute;
		width:30px;
		height:30px !important;
		background:transparent;
		top:50%;
		margin-top:-15px;
		right:20px;
		z-index:110;
		-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;
	}
	.left{
		position:absolute;
		cursor:pointer;
		width:30px;
		height:30px !important;
		background:transparent;
		top:50%;
		margin-top:-15px;
		left:20px;
		z-index:110;
		-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;
	}
	.left img,.right img{
		width:30px;
		height:30px;
	}
	.opcao{
		position:absolute;
		top:10px;
		right:20px;
		cursor:pointer;
	}
}