
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);
@import url('https://fonts.googleapis.com/css?family=Italianno');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif');

.popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  margin: 20px auto;
  font-family: 'Titillium Web', sans-serif;
}

.popup__titulo{
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 15px;
}

html, body {
	height: 100%;
	margin: 0px;
	background: #ffffff;
	cursor:default;
}

* 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;
}

#main {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 60px 0 60px 0;
	background: #f5f5f5;
	z-index:10;
}

#outros {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 60px 0 60px 0;
	background: #ffffff;
	z-index:10;
}

#outros2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 60px 0 60px 0;
	background: #f5f5f5;
	z-index:10;
}

#down {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 80px 0 60px 0;
	background: #EC252A;
	z-index:10;
}

#down2 {
	position: relative;
	width: 100%;
	height: 40px;
	margin: auto 0;
	padding: 0px;
	background:#C41115;
	z-index:10;
}

.doit{
	width:40px;
	height:40px;
	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:#005D99;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.icon {
    background-color: #C41115;
    -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;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: 0px;
}
.icon:hover {
    background-color: transparent;
}

.icon2 {
    background-color: #ED2F34;
    -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;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: 0px;
}
.icon2:hover {
    background-color: #005D99;
}

a.down{
	text-decoration:none;
	color:#999999;
	-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;
}

a.down:hover{
	color:#ffffff;
}

#boxmenu{
	width:0%;
	right:0px;
	top:0px;
	height:100%;
	position:absolute;
	background:#005D99;
	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;
}

.form {
	border: 1px solid #f5f5f5;
	padding: 0px 10px;
	color: #333333;
	height:40px;
	line-height:40px;
	background-color: #f5f5f5;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	-webkit-box-sizing: border-box;outline:none;	
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-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;
} 

.form2 {
	border: 1px solid #C41115;
	padding: 0px 10px;
	color: #ffffff;
	height:30px;
	line-height:30px;
	background-color: #C41115;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	outline:none;	
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.botao2{
	padding: 0px 10px;
	border: 0px solid #333333;
	background:#eeeeee;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	color: #333333;
	cursor: pointer;
	height:30px;
	line-height:30px;
	-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;
}
.botao2:hover{
	background:#dddddd;
}
.botao5{
	padding: 0px 10px;
	border: 0px solid #C41115;
	background:#C41115;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	color: #ffffff;
	cursor: pointer;
	height:30px;
	line-height:30px;
	-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;
}
.botao5:hover{
	background:#ffffff;
	color: #C41115;
}
.botao3{
	padding: 0px 10px;
	border: 0px solid #333333;
	background:#005D99;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	color: #ffffff;
	height:30px;
	line-height:30px;
	-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;
}
.botao3:hover{
	background:#005D99;
}

.botao4{
	padding: 0px 15px;
	border: 0px solid #333333;
	background:#005D99;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	color: #ffffff;
	height:40px;
	line-height:40px;
	cursor:pointer;
	-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;
}
.botao4:hover{
	background:#003C64;
}

.form::-webkit-input-placeholder {
    color: #999999;
}
.form::-moz-placeholder {
    color: #999999;
}
.form:-ms-input-placeholder {
    color: #999999;
}
.form:-moz-placeholder {
    color: #999999;
}

.form2::-webkit-input-placeholder {
    color: #ffffff;
}
.form2::-moz-placeholder {
    color: #ffffff;
}
.form2:-ms-input-placeholder {
    color: #ffffff;
}
.form2:-moz-placeholder {
    color: #ffffff;
}

.main-box{
	background:#ffffff;
	position:relative;
}
.main-container{
	padding:20px;
}
.main-up{
	height:65px;
}
.main-titulo{
	position:absolute;
	top:0px;
	left:-10px;
	width:170px;
	background:#005D99;
	color:#ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size:20px;
	padding:0px 0px 0px 20px;
	line-height:65px;
	font-weight:900;
	z-index:100;
}
.main-fundo{
	position:absolute;
	top:55px;
	left:-5px;
	background:#00375B;
	width:20px;
	height:20px;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	z-index:-1;
}
.ofertas-box {
	width:100%;
	height:270px;
	overflow: hidden;
	background:#ffffff;
}	
.ofertas-box a .ofertas-img {
	overflow: hidden;
	width:100%;
	height:150px;
	border:1px solid #dddddd;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-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;
}
.ofertas-box a:hover .ofertas-img {
	border:1px solid #EC252A;
}
.ofertas-box a .ofertas-img div{
	height:150px;
	width:100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-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;
	transform:scale(1.0);
	-ms-transform:scale(1.0);
	-moz-transform:scale(1.0);
	-webkit-transform:scale(1.0);
	-o-transform:scale(1.0);
}
.ofertas-box a:hover .ofertas-img div{
	transform:scale(1.2);
	-ms-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
}
.ofertas-img2 {
	position:relative;
	overflow: hidden;
	width:100%;
	height:305px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-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;
}
.ofertas-img2 div{
	height:100%;
	width:100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-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;
}
.ofertas-box a .ofertas-nome{
	font-family: 'Titillium Web', sans-serif;
	font-size:15px;
	color:#333333;
	line-height:15px;
	text-align:center;
	margin:10px;
	height:65px;
}
.ofertas-box a .ofertas-valor{
	font-family: 'Titillium Web', sans-serif;
	font-size:20px;
	color:#EC252A;
	line-height:20px;
	text-align:center;
}
#ofertas-left, #ofertas-right{
	filter: alpha(opacity=30);
	opacity: 0.3;
	-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;
}
#ofertas-left:hover, #ofertas-right:hover{
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.encartes-box {
	width:100%;
	height:300px;
	overflow: hidden;
	background:#ffffff;
}	
.encartes-box {
	width:100%;
	height:280px;
	overflow: hidden;
	background:#ffffff;
}	
.encartes-box a .encartes-img {
	overflow: hidden;
	width:100%;
	height:200px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.encartes-box a .encartes-img div{
	height:200px;
	width:100%;
	background-repeat: no-repeat;
	background-position: center center;
	-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;
	transform:scale(1.0);
	-ms-transform:scale(1.0);
	-moz-transform:scale(1.0);
	-webkit-transform:scale(1.0);
	-o-transform:scale(1.0);
}
.encartes-box a:hover .encartes-img div{
	transform:scale(1.2);
	-ms-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
}
.encartes-box a .encartes-nome{
	font-family: 'Titillium Web', sans-serif;
	font-size:15px;
	color:#333333;
	line-height:15px;
	text-align:center;
	margin:10px;
	height:30px;
}
.encartes-box a .encartes-botao{
	font-family: 'Titillium Web', sans-serif;
	font-size:15px;
	color:#999999;
	line-height:30px;
	text-align:center;
	width:100%;
	height:30px;
	background:#ffffff;
	border:1px solid #dddddd;
	-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;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.encartes-box a:hover .encartes-botao{
	border:1px solid #EC252A;
	color:#ffffff;
	background:#EC252A;
}
#encartes-left, #encartes-right{
	filter: alpha(opacity=30);
	opacity: 0.3;
	-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;
}
#encartes-left:hover, #encartes-right:hover{
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.receitas-box {
	width:100%;
	height:280px;
	overflow: hidden;
	background:#ffffff;
}	
.receitas-box a .receitas-img {
	overflow: hidden;
	width:100%;
	height:200px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.receitas-box a .receitas-img div{
	height:200px;
	width:100%;
	background-repeat: no-repeat;
	background-position: center center;
	-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;
	transform:scale(1.0);
	-ms-transform:scale(1.0);
	-moz-transform:scale(1.0);
	-webkit-transform:scale(1.0);
	-o-transform:scale(1.0);
}
.receitas-box a:hover .receitas-img div{
	transform:scale(1.2);
	-ms-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
}
.receitas-box a .receitas-nome{
	font-family: 'Titillium Web', sans-serif;
	font-size:15px;
	color:#333333;
	line-height:15px;
	text-align:center;
	margin:10px;
	height:30px;
}
.receitas-box a .receitas-data{
	font-family: 'Titillium Web', sans-serif;
	font-size:15px;
	color:#ffffff;
	line-height:15px;
	text-align:center;
	width:50px;
	height:50px;
	background:#EC252A;
	position:absolute;
	border:2px solid #ffffff;
	top:153px;
	left:10px;
}
.receitas-box a .receitas-botao{
	font-family: 'Titillium Web', sans-serif;
	font-size:15px;
	color:#999999;
	line-height:30px;
	text-align:center;
	width:100%;
	height:30px;
	background:#ffffff;
	border:1px solid #dddddd;
	-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;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.receitas-box a:hover .receitas-botao{
	border:1px solid #EC252A;
	color:#ffffff;
	background:#EC252A;
}
#receitas-left, #receitas-right{
	filter: alpha(opacity=30);
	opacity: 0.3;
	-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;
}
#receitas-left:hover, #receitas-right:hover{
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#dicas-left, #dicas-right{
	filter: alpha(opacity=30);
	opacity: 0.3;
	-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;
}
#dicas-left:hover, #dicas-right:hover{
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.empresas-box{
	position: relative;
	top:0px;
	left:0px;
	width: 100%;
	height: 120px;
	border:1px solid #dddddd;
	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;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#empresas-left, #empresas-right{
	filter: alpha(opacity=30);
	opacity: 0.3;
	-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;
}
#empresas-left:hover, #empresas-right:hover{
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.depoimentos-box {
	width:100%;
	height:350px;
	overflow: hidden;
}	
.depoimentos-box a .depoimentos-img {
	overflow: hidden;
	width:80px;
	height:80px;
	margin:50px 0px 20px 0px;
	border:5px solid #003C64;
	border-radius:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.depoimentos-box a .depoimentos-img div{
	height:70px;
	width:70px;
	background-repeat: no-repeat;
	background-position: center center;
	-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;
}
.depoimentos-box a:hover .depoimentos-img div{

}
.depoimentos-box a .depoimentos-nome{
	font-family: 'Titillium Web', sans-serif;
	font-size:15px;
	color:#ffffff;
	line-height:15px;
	text-align:center;
	margin:20px 30px 20px 30px;
	font-weight:900;
}
.depoimentos-box a .depoimentos-texto{
	font-family: 'Titillium Web', sans-serif;
	font-size:15px;
	color:#ffffff;
	line-height:20px;
	text-align:center;
	margin:0px 30px 0px 30px;
}
.sac-box {
	width:100%;
	height:100px;
	overflow: hidden;
	margin:0px;
}	
.sac-box a .sac-img {
	overflow: hidden;
	width:100px;
	height:80px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sac-box a .sac-img div{
	height:60px;
	width:80px;
	top:20px;
	left:15px;
	position:absolute;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-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;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sac-box a .sac-titulo{
	font-family: 'Titillium Web', sans-serif;
	font-size:15px;
	color:#333333;
	line-height:15px;
	text-align:left;
	margin:10px 0px 5px 10px;
	font-weight:900;
}
.sac-box a .sac-texto{
	font-family: 'Titillium Web', sans-serif;
	font-size:15px;
	color:#333333;
	line-height:20px;
	text-align:left;
	margin:0px 0px 0px 10px;
}

.cartoes-img {
	overflow: hidden;
	width:100%;
	height:200px;
}
.cartoes-img a div{
	height:200px;
	width:100%;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-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;
	transform:scale(1.0);
	-ms-transform:scale(1.0);
	-moz-transform:scale(1.0);
	-webkit-transform:scale(1.0);
	-o-transform:scale(1.0);
}
.cartoes-img a:hover div{
	transform:scale(1.2);
	-ms-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
}

#video {
	position: relative;
    width: 100%;
    height: 300px; 
    cursor: pointer;
    z-index:1;
    overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#video .video{
	width:100px;
	height:100px;
	background:transparent;
	border:5px solid #ffffff;
	border-radius:100%;
	-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;
}

#video:hover .video{
	border:5px solid #FE3237;
}

#cidade{
	display: none;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 99;
}

.cidade___box{
	width: 300px;
	background: #ED2F34;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
}

.cidade__titulo{
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'Titillium Web', sans-serif;
}

.cidade__form{
	border: 0px;
	padding: 10px 15px;
	color: #333333;
	background-color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	outline:none;	
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 15px;
	width: 100%;
} 

.submenu__lista{
	display: none;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 200px;
	background: #ffffff;
	padding: 10px;
	box-sizing: border-box;
}

.submenu__item{
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	color: #333333;
	cursor: pointer;
	line-height: 30px;
}

.submenu__item:hover{
	color: #ED2F34;
}

@media only screen and (min-width:1280px){
	.desktop{display:block}
	.mobile{display:none}
	#width {
		width: 1200px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: 'Titillium Web', sans-serif;
		font-size:30px;
		color:#ffffff;
		line-height:30px;
	}
	.fonte-subtitulo {
	    font-family: 'Titillium Web', sans-serif;
		font-size:30px;
		color:#ffffff;
		line-height:30px;
	}
	.fonte-texto {
	    font-family: 'Titillium Web', sans-serif;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	#menu {
		position: relative;
		height:60px;
		background:#ffffff;
		width: 100%;
		z-index: 99;
		-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;
	}
	#menu .desktop{
		position:absolute;
		right:0px;
		top:0px;
		height:60px;
		background:rgba(255,255,255,0.9);
		width:100%;
	}
	.logo{
		position:absolute;
		left:0px;
		top:0px;
		width:100px;
		height:60px;
		z-index: 999;
		background:#ffffff;
		-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 img{
		width:100%;
		height:100%;
	}
	#home{
		position: relative;
		width: 100%;
		z-index:10;
		background:#ffffff;
	}
	#home .home-box{
		position: relative;
		max-width: 100%;
		min-width: 100%;
	}
	#home .home-box .home-titulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:80px;
		color:#ffffff;
		background:#005D99;
		padding:20px 40px;
		line-height:80px;
		position:absolute;
		text-align:center;
		top:360px;
	}
	#home .home-box .home-subtitulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:40px;
		color:#ffffff;
		padding:10px;
		line-height:40px;
		background:#ED2F34;
		position:absolute;
		text-align:center;
		top:470px;
	}
	#home #left{
		position:absolute;
		top:250px;
		left:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home #left img{
		width:39px;
		height:100px;
	}
	#home #right{
		position:absolute;
		top:250px;
		right:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home #right img{
		width:39px;
		height:100px;
	}
	#home2{
		position: relative;
		width: 100%;
		height: 300px;
		z-index:10;
		background:#f5f5f5;
	}
	#home2 .home-box{
		position: relative;
		max-width: 100%;
		min-width: 100%;
	}
	#home2 .home-box .home-titulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:80px;
		color:#ffffff;
		background:#005D99;
		padding:20px 40px;
		line-height:80px;
		position:absolute;
		text-align:center;
		top:70px;
	}
	#home2 .home-box .home-subtitulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:40px;
		color:#ffffff;
		padding:10px;
		line-height:40px;
		background:#ED2F34;
		position:absolute;
		text-align:center;
		top:180px;
	}
	#home2 #left{
		position:absolute;
		top:100px;
		left:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home2 #left img{
		width:39px;
		height:100px;
	}
	#home2 #right{
		position:absolute;
		top:100px;
		right:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home2 #right img{
		width:39px;
		height:100px;
	}
	.botao{
		position:absolute;
		top:18px;
		right:20px;
		padding: 0px 10px;
		border: 0px solid #333333;
		background:#eeeeee;
		font-family: 'Titillium Web', sans-serif;
		font-size: 15px;
		color: #333333;
		cursor: pointer;
		height:30px;
		line-height:30px;
		-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:#dddddd;
	}
	.submenu{
		position:relative;
		padding:0 10px;
		height:60px;
		line-height:60px;
		font-family: 'Titillium Web', sans-serif;
	    font-size:12px;
		color:#EC252A;
		text-align:center;
		cursor:pointer;
		-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;
	}
	.submenu:hover{
		color:#ED2F34;
	}
	.carrinho{
		position:relative;
		height:60px;
		background:#ED2F34;
		width:180px;
		cursor:pointer;
		-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;
	}
	.carrinho:hover{
		background:#005D99;
	}
	.carrinho .carrinho-texto{
		line-height:60px;
		position:absolute;
		top:0px;
		right:10px;
	}
	.carrinho img{
		position:absolute;
		width:40px;
		height:40px;
		top:10px;
		left:0px;
	}
	.busca{
		position:relative;
		height:40px;
		background:#005D99;
		width:40px;
		-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;
	}
	.busca:hover{
		background:#003C64;
	}
	.busca img{
		position:absolute;
		width:40px;
		height:40px;
		top:0px;
		left:0px;
	}
	.historia-img {
		overflow: hidden;
		width:100%;
		height:300px;
	}
	.historia-img a div{
		height:300px;
		width:100%;
		background-repeat: no-repeat;
		background-position: center center;
		-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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.historia-img a:hover div{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	#mapa {
		position: relative;
		width: 100%;
		z-index:-1;
		height:400px;
	}
	.mapa2{
		width:100%;
		height:360px;
		z-index:1;
		position:relative;
	}
	.submenu .barra{
		position:absolute;
		height:2px;
		width:0%;
		bottom:10px;
		left:0px;
		background:#005D99;
		-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;
	}
	.submenu:hover .barra{
		width:50%;
	}
	.submenu .barra2{
		position:absolute;
		height:2px;
		width:0%;
		bottom:10px;
		right:0px;
		background:#005D99;
		-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;
	}
	.submenu:hover .barra2{
		width:50%;
	}
	.submenu .barra3{
		position:absolute;
		height:2px;
		width:0%;
		top:10px;
		left:0px;
		background:#005D99;
		-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;
	}
	.submenu:hover .barra3{
		width:50%;
	}
	.submenu .barra4{
		position:absolute;
		height:2px;
		width:0%;
		top:10px;
		right:0px;
		background:#005D99;
		-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;
	}
	.submenu:hover .barra4{
		width:50%;
	}
}@media only screen and (max-width:1279px){
	.desktop{display:block}
	.mobile{display:none}
	#width {
		width: 940px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: 'Titillium Web', sans-serif;
		font-size:30px;
		color:#ffffff;
		line-height:30px;
	}
	.fonte-subtitulo {
	    font-family: 'Titillium Web', sans-serif;
		font-size:30px;
		color:#ffffff;
		line-height:30px;
	}
	.fonte-texto {
	    font-family: 'Titillium Web', sans-serif;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		z-index: 99;
		height:60px;
		-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;
	}
	#menu .desktop{
		position:absolute;
		right:0px;
		top:0px;
		height:60px;
		background:rgba(255,255,255,0.9);
		width:100%;
	}
	.logo{
		position:absolute;
		left:0px;
		top:0px;
		width:100px;
		height:60px;
		background:#ffffff;
		-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;
		z-index:999;
	}
	.logo img{
		width:100%;
		height:100%;
	}
	#home{
		position: relative;
		width: 100%;
		z-index:10;
		background:#ffffff;
	}
	#home .home-box{
		position: relative;
		max-width: 100%;
		min-width: 100%;
	}
	#home .home-box .home-titulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:60px;
		color:#ffffff;
		background:#005D99;
		padding:20px 40px;
		line-height:60px;
		position:absolute;
		text-align:center;
		top:290px;
	}
	#home .home-box .home-subtitulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:30px;
		color:#ffffff;
		padding:10px;
		line-height:30px;
		background:#ED2F34;
		position:absolute;
		text-align:center;
		top:380px;
	}
	#home #left{
		position:absolute;
		top:200px;
		left:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home #left img{
		width:39px;
		height:100px;
	}
	#home #right{
		position:absolute;
		top:200px;
		right:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home #right img{
		width:39px;
		height:100px;
	}
	#home2{
		position: relative;
		width: 100%;
		height: 300px;
		z-index:10;
		background:#f5f5f5;
	}
	#home2 .home-box{
		position: relative;
		max-width: 100%;
		min-width: 100%;
	}
	#home2 .home-box .home-titulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:60px;
		color:#ffffff;
		background:#005D99;
		padding:20px 40px;
		line-height:60px;
		position:absolute;
		text-align:center;
		top:80px;
	}
	#home2 .home-box .home-subtitulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:30px;
		color:#ffffff;
		padding:10px;
		line-height:30px;
		background:#ED2F34;
		position:absolute;
		text-align:center;
		top:170px;
	}
	#home2 #left{
		position:absolute;
		top:100px;
		left:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home2 #left img{
		width:39px;
		height:100px;
	}
	#home2 #right{
		position:absolute;
		top:100px;
		right:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home2 #right img{
		width:39px;
		height:100px;
	}
	.botao{
		position:absolute;
		top:18px;
		right:20px;
		padding: 0px 10px;
		border: 0px solid #333333;
		background:#eeeeee;
		font-family: 'Titillium Web', sans-serif;
		font-size: 15px;
		color: #333333;
		cursor: pointer;
		height:30px;
		line-height:30px;
		-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:#dddddd;
	}
	.submenu{
		position:relative;
		padding:0 5px;
		height:50px;
		line-height:50px;
		font-family: 'Titillium Web', sans-serif;
	    font-size:11px;
		color:#EC252A;
		text-align:center;
		cursor:pointer;
		-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;
	}
	.submenu:hover{
		color:#ED2F34;
	}
	.carrinho{
		position:relative;
		height:60px;
		background:#ED2F34;
		width:160px;
		-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;
	}
	.carrinho:hover{
		background:#005D99;
	}
	.carrinho .carrinho-texto{
		line-height:60px;
		position:absolute;
		top:0px;
		right:10px;
		font-size:13px;
	}
	.carrinho img{
		position:absolute;
		width:60px;
		height:60px;
		top:0px;
		left:0px;
	}
	.busca{
		position:relative;
		height:40px;
		background:#005D99;
		width:40px;
		-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;
	}
	.busca:hover{
		background:#003C64;
	}
	.busca img{
		position:absolute;
		width:40px;
		height:40px;
		top:0px;
		left:0px;
	}
	.historia-img {
		overflow: hidden;
		width:100%;
		height:300px;
	}
	.historia-img a div{
		height:300px;
		width:100%;
		background-repeat: no-repeat;
		background-position: center center;
		-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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.historia-img a:hover div{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	#mapa {
		position: relative;
		width: 100%;
		z-index:-1;
		height:400px;
	}
	.mapa2{
		width:100%;
		height:360px;
		z-index:1;
		position:relative;
	}
	.submenu .barra{
		position:absolute;
		height:2px;
		width:0%;
		bottom:10px;
		left:0px;
		background:#005D99;
		-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;
	}
	.submenu:hover .barra{
		width:50%;
	}
	.submenu .barra2{
		position:absolute;
		height:2px;
		width:0%;
		bottom:10px;
		right:0px;
		background:#005D99;
		-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;
	}
	.submenu:hover .barra2{
		width:50%;
	}
	.submenu .barra3{
		position:absolute;
		height:2px;
		width:0%;
		top:10px;
		left:0px;
		background:#005D99;
		-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;
	}
	.submenu:hover .barra3{
		width:50%;
	}
	.submenu .barra4{
		position:absolute;
		height:2px;
		width:0%;
		top:10px;
		right:0px;
		background:#005D99;
		-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;
	}
	.submenu:hover .barra4{
		width:50%;
	}
}@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: 'Titillium Web', sans-serif;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
	}
	.fonte-subtitulo {
	    font-family: 'Titillium Web', sans-serif;
		font-size:30px;
		color:#ffffff;
		line-height:30px;
	}
	.fonte-texto {
	    font-family: 'Titillium Web', sans-serif;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		z-index: 99;
		height:60px;
		-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;
	}
	#menu .desktop{
		position:absolute;
		right:0px;
		top:0px;
		height:60px;
	}
	.logo{
		position:absolute;
		left:-10px;
		top:0px;
		width:100px;
		height:60px;
		background:#ffffff;
		padding-top:0px;
		-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 img{
		width:100%;
		height:100%;
	}
	#home{
		position: relative;
		width: 100%;
		z-index:10;
		background:#ffffff;
	}
	#home .home-box{
		position: relative;
		max-width: 100%;
		min-width: 100%;
	}
	#home .home-box .home-titulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:60px;
		color:#ffffff;
		background:#005D99;
		padding:20px 40px;
		line-height:60px;
		position:absolute;
		text-align:center;
		top:290px;
	}
	#home .home-box .home-subtitulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:30px;
		color:#ffffff;
		padding:10px;
		line-height:30px;
		background:#ED2F34;
		position:absolute;
		text-align:center;
		top:380px;
	}
	#home #left{
		position:absolute;
		top:200px;
		left:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home #left img{
		width:39px;
		height:100px;
	}
	#home #right{
		position:absolute;
		top:200px;
		right:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home #right img{
		width:39px;
		height:100px;
	}
	#home2{
		position: relative;
		width: 100%;
		height: 300px;
		z-index:10;
		background:#f5f5f5;
	}
	#home2 .home-box{
		position: relative;
		max-width: 100%;
		min-width: 100%;
	}
	#home2 .home-box .home-titulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:60px;
		color:#ffffff;
		background:#005D99;
		padding:20px 40px;
		line-height:60px;
		position:absolute;
		text-align:center;
		top:80px;
	}
	#home2 .home-box .home-subtitulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:30px;
		color:#ffffff;
		padding:10px;
		line-height:30px;
		background:#ED2F34;
		position:absolute;
		text-align:center;
		top:170px;
	}
	#home2 #left{
		position:absolute;
		top:100px;
		left:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home2 #left img{
		width:39px;
		height:100px;
	}
	#home2 #right{
		position:absolute;
		top:100px;
		right:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home2 #right img{
		width:39px;
		height:100px;
	}
	.botao{
		position:absolute;
		top:18px;
		right:20px;
		padding: 0px 10px;
		border: 0px solid #333333;
		background:#eeeeee;
		font-family: 'Titillium Web', sans-serif;
		font-size: 15px;
		color: #333333;
		cursor: pointer;
		height:30px;
		line-height:30px;
		-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:#dddddd;
	}
	.carrinho{
		position: absolute;
    	top: 0px;
    	right: 60px;
		height:60px;
		background:#ED2F34;
		width:60px;
		-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;
	}
	.carrinho:hover{
		background:#CB1216;
	}
	.carrinho img{
		position:absolute;
		width:60px;
		height:60px;
		top:0px;
		left:0px;
	}
	.busca{
		position:relative;
		height:40px;
		background:#005D99;
		width:40px;
		-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;
	}
	.busca:hover{
		background:#003C64;
	}
	.busca img{
		position:absolute;
		width:40px;
		height:40px;
		top:0px;
		left:0px;
	}
	.historia-img {
		overflow: hidden;
		width:100%;
		height:300px;
	}
	.historia-img a div{
		height:300px;
		width:100%;
		background-repeat: no-repeat;
		background-position: center center;
		-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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.historia-img a:hover div{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	#mapa {
		position: relative;
		width: 100%;
		z-index:-1;
		height:400px;
	}
	.mapa2{
		width:100%;
		height:360px;
		z-index:1;
		position:relative;
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:50px;
		line-height:50px;
		font-family: 'Titillium Web', sans-serif;
	    font-size:15px;
		color:#ffffff;
		text-align:center;
		cursor:pointer;
	}
	.opcao{
		position:absolute;
		top: 5px;
		right:0px;
		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: 'Titillium Web', sans-serif;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
	}
	.fonte-subtitulo {
	    font-family: 'Titillium Web', sans-serif;
		font-size:30px;
		color:#ffffff;
		line-height:30px;
	}
	.fonte-texto {
	    font-family: 'Titillium Web', sans-serif;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		z-index: 99;
		height:60px;
		-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;
	}
	#menu .desktop{
		position:absolute;
		right:0px;
		top:0px;
		height:60px;
	}
	.logo{
		position:absolute;
		left:-10px;
		top:0px;
		width:100px;
		height:60px;
		padding-top:0px;
		background:#ffffff;
		-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 img{
		width:100%;
		height:100%;
	}
	#home{
		position: relative;
		width: 100%;
		z-index:10;
		background:#ffffff;
	}
	#home .home-box{
		position: relative;
		max-width: 100%;
		min-width: 100%;
	}
	#home .home-box .home-titulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:40px;
		color:#ffffff;
		background:#005D99;
		padding:10px 20px;
		line-height:40px;
		position:absolute;
		text-align:center;
		top:100px;
	}
	#home .home-box .home-subtitulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:20px;
		color:#ffffff;
		padding:5px;
		line-height:20px;
		background:#ED2F34;
		position:absolute;
		text-align:center;
		top:155px;
	}
	#home #left{
		position:absolute;
		top:75px;
		left:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home #left img{
		width:39px;
		height:100px;
	}
	#home #right{
		position:absolute;
		top:75px;
		right:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home #right img{
		width:39px;
		height:100px;
	}
	#home2{
		position: relative;
		width: 100%;
		height: 150px;
		z-index:10;
		background:#f5f5f5;
	}
	#home2 .home-box{
		position: relative;
		max-width: 100%;
		min-width: 100%;
	}
	#home2 .home-box .home-titulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:40px;
		color:#ffffff;
		background:#005D99;
		padding:10px 20px;
		line-height:40px;
		position:absolute;
		text-align:center;
		top:20px;
	}
	#home2 .home-box .home-subtitulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:20px;
		color:#ffffff;
		padding:5px;
		line-height:20px;
		background:#ED2F34;
		position:absolute;
		text-align:center;
		top:70px;
	}
	#home2 #left{
		position:absolute;
		top:25px;
		left:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home2 #left img{
		width:39px;
		height:100px;
	}
	#home2 #right{
		position:absolute;
		top:25px;
		right:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home2 #right img{
		width:39px;
		height:100px;
	}
	.botao{
		position:absolute;
		top:18px;
		right:20px;
		padding: 0px 10px;
		border: 0px solid #333333;
		background:#eeeeee;
		font-family: 'Titillium Web', sans-serif;
		font-size: 15px;
		color: #333333;
		cursor: pointer;
		height:30px;
		line-height:30px;
		-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:#dddddd;
	}
	.carrinho{
		position: absolute;
    	top: 0px;
    	right: 60px;
		height:60px;
		background:#ED2F34;
		width:60px;
		-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;
	}
	.carrinho:hover{
		background:#CB1216;
	}
	.carrinho img{
		position:absolute;
		width:60px;
		height:60px;
		top:0px;
		left:0px;
	}
	.busca{
		position:relative;
		height:40px;
		background:#005D99;
		width:40px;
		-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;
	}
	.busca:hover{
		background:#003C64;
	}
	.busca img{
		position:absolute;
		width:40px;
		height:40px;
		top:0px;
		left:0px;
	}
	.historia-img {
		overflow: hidden;
		width:100%;
		height:300px;
	}
	.historia-img a div{
		height:300px;
		width:100%;
		background-repeat: no-repeat;
		background-position: center center;
		-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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.historia-img a:hover div{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	#mapa {
		position: relative;
		width: 100%;
		z-index:-1;
		height:250px;
	}
	.mapa2{
		width:100%;
		height:210px;
		z-index:1;
		position:relative;
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:50px;
		line-height:50px;
		font-family: 'Titillium Web', sans-serif;
	    font-size:15px;
		color:#ffffff;
		text-align:center;
		cursor:pointer;
	}
	.opcao{
		position:absolute;
		top: 5px;
		right:0px;
		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: 'Titillium Web', sans-serif;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
	}
	.fonte-subtitulo {
	    font-family: 'Titillium Web', sans-serif;
		font-size:30px;
		color:#ffffff;
		line-height:30px;
	}
	.fonte-texto {
	    font-family: 'Titillium Web', sans-serif;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		z-index: 99;
		height:60px;
		-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;
	}
	#menu .desktop{
		position:absolute;
		right:0px;
		top:0px;
		height:60px;
	}
	.logo{
		position:absolute;
		left:-10px;
		top:0px;
		width:100px;
		height:60px;
		padding-top:0px;
		background:#ffffff;
		-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 img{
		width:100%;
		height:100%;
	}
	#home{
		position: relative;
		width: 100%;
		z-index:10;
		background:#ffffff;
	}
	#home .home-box{
		position: relative;
		max-width: 100%;
		min-width: 100%;
	}
	#home .home-box .home-titulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:40px;
		color:#ffffff;
		background:#005D99;
		padding:10px 20px;
		line-height:40px;
		position:absolute;
		text-align:center;
		top:245px;
	}
	#home .home-box .home-subtitulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:20px;
		color:#ffffff;
		padding:5px;
		line-height:20px;
		background:#ED2F34;
		position:absolute;
		text-align:center;
		top:300px;
	}
	#home #left{
		position:absolute;
		top:150px;
		left:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home #left img{
		width:39px;
		height:100px;
	}
	#home #right{
		position:absolute;
		top:150px;
		right:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home #right img{
		width:39px;
		height:100px;
	}
	#home2{
		position: relative;
		width: 100%;
		height: 200px;
		z-index:10;
		background:#f5f5f5;
	}
	#home2 .home-box{
		position: relative;
		max-width: 100%;
		min-width: 100%;
	}
	#home2 .home-box .home-titulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:40px;
		color:#ffffff;
		background:#005D99;
		padding:10px 20px;
		line-height:40px;
		position:absolute;
		text-align:center;
		top:50px;
	}
	#home2 .home-box .home-subtitulo{
		font-family: 'Titillium Web', sans-serif;
		font-size:20px;
		color:#ffffff;
		padding:5px;
		line-height:20px;
		background:#ED2F34;
		position:absolute;
		text-align:center;
		top:100px;
	}
	#home2 #left{
		position:absolute;
		top:50px;
		left:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home2 #left img{
		width:39px;
		height:100px;
	}
	#home2 #right{
		position:absolute;
		top:50px;
		right:10px;
		z-index:1000;
		cursor:pointer;
	}
	#home2 #right img{
		width:39px;
		height:100px;
	}
	.botao{
		position:absolute;
		top:18px;
		right:20px;
		padding: 0px 10px;
		border: 0px solid #333333;
		background:#eeeeee;
		font-family: 'Titillium Web', sans-serif;
		font-size: 15px;
		color: #333333;
		cursor: pointer;
		height:30px;
		line-height:30px;
		-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:#dddddd;
	}
	.carrinho{
		position: absolute;
    	top: 0px;
    	right: 60px;
		height:60px;
		background:#ED2F34;
		width:60px;
		-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;
	}
	.carrinho:hover{
		background:#CB1216;
	}
	.carrinho img{
		position:absolute;
		width:60px;
		height:60px;
		top:0px;
		left:0px;
	}
	.busca{
		position:relative;
		height:40px;
		background:#005D99;
		width:40px;
		-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;
	}
	.busca:hover{
		background:#003C64;
	}
	.busca img{
		position:absolute;
		width:40px;
		height:40px;
		top:0px;
		left:0px;
	}
	.historia-img {
		overflow: hidden;
		width:100%;
		height:300px;
	}
	.historia-img a div{
		height:300px;
		width:100%;
		background-repeat: no-repeat;
		background-position: center center;
		-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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.historia-img a:hover div{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	#mapa {
		position: relative;
		width: 100%;
		z-index:-1;
		height:400px;
	}
	.mapa2{
		width:100%;
		height:360px;
		z-index:1;
		position:relative;
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:50px;
		line-height:50px;
		font-family: 'Titillium Web', sans-serif;
	    font-size:15px;
		color:#ffffff;
		text-align:center;
		cursor:pointer;
	}
	.opcao{
		position:absolute;
		top: 5px;
		right:0px;
		cursor:pointer;
	}
}

.home-barra{
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 20px;
	left: 0px;
	display: flex;
	justify-content: center;
    align-items: center;
}

.home-barra-item{
	width: 10px;
    height: 10px;
	border-radius: 10px;
	border: 1px solid #ffffff;
    background: transparent;
    margin: 0px 5px;
    cursor: pointer;
}

.home-barra-item.ativo{
	background: #ffffff;
}

.home-box img{
	max-width: 100%;
}