
@font-face {
    font-family: light;
    src: url(assets/Montserrat-Light.ttf);
}

@font-face {
    font-family: bold;
    src: url(assets/Montserrat-Bold.ttf);
}

@font-face {
    font-family: medium;
    src: url(assets/Montserrat-Medium.ttf);
}

@font-face {
    font-family: black;
    src: url(assets/Montserrat-Black.ttf);
}

html, body {
	height: 100%;
	margin: 0px;
}

* html {
	height: 100%;
}

p {
	margin: 0;
}

a{
	text-decoration:none;
	color:#333333;
}

.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;
}

.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:#DB2328;
	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: 10px 15px;
	border: 0px solid #ffffff;
	background:#ffffff;
	font-family: bold;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	line-height:12px;
	border-radius: 3px;
	-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: #eeeeee;
}

.botao2{
	padding: 10px 15px;
	border: 0px solid #ffffff;
	background:#DB2328;
	font-family: bold;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
	line-height:12px;
	border-radius: 3px;
	-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: #C12024;
}

.botao3{
	padding: 10px 15px;
	border: 1px solid #333333;
	background:transparent;
	font-family: bold;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	line-height:12px;
	border-radius: 3px;
	-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: #333333;
	color:#ffffff;
}

.form {
	border: 1px solid #333333;
	padding: 15px 10px;
	color: #333333;
	height:45px;
	line-height:15px;
	background-color: #ffffff;
	font-family: medium;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	outline:none;	
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 5px;
	-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: #333333;
}
.form::-moz-placeholder {
    color: #333333;
}
.form:-ms-input-placeholder {
    color: #333333;
}
.form:-moz-placeholder {
    color: #333333;
}

.form2 {
	border:0px;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0px;
	color: #ffffff;
	height:32px;
	line-height:12px;
	background-color: transparent;
	font-family: medium;
	font-size: 12px;
	-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;
} 

.form2::-webkit-input-placeholder {
    color: #ffffff;
}
.form2::-moz-placeholder {
    color: #ffffff;
}
.form2:-ms-input-placeholder {
    color: #ffffff;
}
.form2:-moz-placeholder {
    color: #ffffff;
}

@media only screen and (min-width:1280px){
	.desktop{display:block}
	.mobile{display:none}
	#main {
		width: 1260px;
		margin: auto;
		position: relative;
		z-index:10;
	}
	#width {
		width: 1000px;
		margin: auto;
		position: relative;
		z-index:10;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:25px;
		color:#ffffff;
		line-height:25px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:18px;
	}
	.fonte-texto {
	    font-family: medium;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	.fonte-down {
	    font-family: medium;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	.top {
		position: absolute;
		width: 100%;
		height:60px;
		top:20px;
		left:0px;
		z-index:300;
	}
	#menu {
		position: relative;
		width: 100%;
		height:80px;
		background:#ffffff;
	}
	.menu {
		position: absolute;
		width: 100%;
		height:60px;
		top:10px;
		right:0px;
		z-index:300;
	}
	.logo{
		position:absolute;
		top:15px;
		left:0px;
		z-index:300;
		cursor:pointer;
	}
	.logo img{
		height:50px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 50px; 
		right:0px;
		top:0px;
		z-index:999;
	}
	.submenu{
		position:relative;
		font-family: medium;
		font-size:12px;
		color:#333333;
		line-height:60px;
		padding:0px 10px;
		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:#DB2328;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 360px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 360px;
		z-index:1;
	}
	#banner .banner-box .banner-img{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 360px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#banner .banner-box .banner-fundo{
		position:absolute;
		top:100px;
		left:50%;
		margin-left:-500px;
		width:650px;
	}
	#banner .banner-box .banner-texto{
		font-family: bold;
		font-size:30px;
		color:#ffffff;
		line-height:35px;
	}
	#banner .banner-box .banner-texto2{
		font-family: medium;
		font-size:20px;
		color:#ffffff;
		line-height:25px;
	}
	#branco {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background:#ffffff;
	}
	#outros {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background:#D8D8D8;
	}
	#novidades {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background-image: url('uploads/mMZsCLFY.png');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#down2 {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 20px 0;
		z-index:10;
		background:#ffffff;
	}
	#down {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background-image: url('img/down2.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.lojas-box {
		position: relative;
		width: 100%;
		height: 150px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
		background:#006CB9;
		border-radius:5px;
	}
	.lojas-box a .lojas-img{
		position: relative;
		width: 100%;
		height: 150px;
		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:1;
		-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);
	}
	.lojas-box a:hover .lojas-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.noticias-box{
		position: relative;
		width: 100%;
		height: 400px;
		overflow: hidden;
		cursor:pointer;
		background:#ffffff;
		border:1px solid #dddddd;
		border-radius:5px;
	}
	.noticias-box a .noticias-img{
		position: relative;
		width: 100%;
		z-index:100;
		cursor:pointer;
		overflow: hidden;
		top:0px;
		left:0px;
		width: 100%;
		height: 200px;
		border-radius:5px;
	}
	.noticias-box a .noticias-img div{
		position: relative;
		width: 100%;
		height: 200px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
		-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;
	}
	.noticias-box a:hover .noticias-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);
	}
	.novidades-left{
		position:absolute;
		top:50%;
		margin-top:-25px;
		left:10px;
		cursor:pointer;
	}
	.novidades-right{
		position:absolute;
		top:50%;
		margin-top:-25px;
		right:10px;
		cursor:pointer;
	}
	.parceiros-box{
		position:relative;
		width:100%;
		height:150px;
		overflow: hidden;
		cursor:pointer;
	}
	.parceiros-box a .parceiros-img{
		position: relative;
		width: 100%;
		height: 150px;
		background-position: center center;
		background-repeat: no-repeat;
		-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);
	}
	.parceiros-box a:hover .parceiros-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.parceiros-left{
		position:relative;
		width:50px;
		cursor:pointer;
	}
	.parceiros-right{
		position:relative;
		width:50px;
		cursor:pointer;
	}
	.arquitetos-barra{
		position:absolute;
		background:#DB2328;
		width:200px;
		height:100%;
		right:0px;
		top:0px;
	}
	.arquitetos-imagem{
		position:absolute;
		background-image:url('img/arquitetos.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		width:500px;
		height:250px;
		right:50px;
		top:50px;
	}
	.arquitetos-box{
		position:relative;
		width:100%;
		height:auto;
	}
	.arquitetos-box .arquitetos-img{
		position:relative;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width:200px;
		height:200px;
		border-radius:100%;
	}
	.arquitetos-left{
		position:absolute;
		right:120px;
		bottom:30px;
		cursor:pointer;
	}
	.arquitetos-right{
		position:absolute;
		right:30px;
		bottom:30px;
		cursor:pointer;
	}
	.especialidades-barra{
		position:absolute;
		background:#DB2328;
		width:200px;
		height:100%;
		right:0px;
		top:0px;
	}
	.especialidades-imagem{
		position:absolute;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		width:500px;
		height:250px;
		right:20px;
		top:0px;
	}
	.especialidades-box{
		position:relative;
		width:100%;
		height:auto;
		padding-left:70px;
	}
	.especialidades-left{
		position:absolute;
		right:120px;
		bottom:30px;
		cursor:pointer;
		z-index:300;
	}
	.especialidades-right{
		position:absolute;
		right:30px;
		bottom:30px;
		cursor:pointer;
		z-index:300;
	}
	.galeria-box{
		position:relative;
		width:100%;
		height:200px;
		overflow: hidden;
		cursor:pointer;
	}
	.galeria-box a .galeria-img{
		position: relative;
		width: 100%;
		height: 200px;
		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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box a:hover .galeria-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.galeria__lista{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	.galeria__lista a{
		width: calc(33.33% - 2vh);
		height: 20vh;
		overflow: hidden;
		margin-bottom: 3vh;
		margin-right: 3vh;
		position: relative;
	}
	.galeria__play{
		position: absolute;
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
		left: calc(50% - 20px);
		background-image: url(img/play.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.galeria__lista a:nth-child(3n){
		margin-right: 0vh;
	}
	.galeria__lista a:last-child{
		margin-right: 0vh;
	}
	.galeria__item{
		width: 100%;
		height: 20vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: all 0.5s ease;
		transform: scale(1);
	}
	.galeria__item:hover{
		transform: scale(1.2);
	}
}@media only screen and (max-width:1279px){
	.desktop{display:block}
	.mobile{display:none}
	#main {
		width: 1000px;
		margin: auto;
		position: relative;
		z-index:10;
	}
	#width {
		width: 800px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:18px;
	}
	.fonte-texto {
	    font-family: medium;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	.fonte-down {
	    font-family: medium;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	.top {
		position: absolute;
		width: 100%;
		height:60px;
		top:20px;
		left:0px;
		z-index:300;
	}
	#menu {
		position: relative;
		width: 100%;
		height:80px;
		background:#ffffff;
	}
	.menu {
		position: absolute;
		width: 100%;
		height:60px;
		top:10px;
		right:0px;
		z-index:300;
	}
	.logo{
		position:absolute;
		top:15px;
		left:0px;
		z-index:300;
		cursor:pointer;
	}
	.logo img{
		height:50px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 50px; 
		right:0px;
		top:0px;
		z-index:999;
	}
	.submenu{
		position:relative;
		font-family: medium;
		font-size:11px;
		color:#333333;
		line-height:60px;
		padding:0px 10px;
		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:#DB2328;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 28vw; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 28vw;
		z-index:1;
	}
	#banner .banner-box .banner-img{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 28vw;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#banner .banner-box .banner-fundo{
		position:absolute;
		top:100px;
		left:50%;
		margin-left:-400px;
		width:600px;
	}
	#banner .banner-box .banner-texto{
		font-family: bold;
		font-size:25px;
		color:#ffffff;
		line-height:30px;
	}
	#banner .banner-box .banner-texto2{
		font-family: medium;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
	}
	#branco {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background:#ffffff;
	}
	#outros {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background:#D8D8D8;
	}
	#novidades {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background-image: url('uploads/mMZsCLFY.png');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#down2 {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 20px 0;
		z-index:10;
		background:#ffffff;
	}
	#down {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background-image: url('img/down2.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.lojas-box {
		position: relative;
		width: 100%;
		height: 150px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
		background:#006CB9;
		border-radius:5px;
	}
	.lojas-box a .lojas-img{
		position: relative;
		width: 100%;
		height: 150px;
		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:1;
		-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);
	}
	.lojas-box a:hover .lojas-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.noticias-box{
		position: relative;
		width: 100%;
		height: 400px;
		overflow: hidden;
		cursor:pointer;
		background:#ffffff;
		border:1px solid #dddddd;
		border-radius:5px;
	}
	.noticias-box a .noticias-img{
		position: relative;
		width: 100%;
		z-index:100;
		cursor:pointer;
		overflow: hidden;
		top:0px;
		left:0px;
		width: 100%;
		height: 200px;
		border-radius:5px;
	}
	.noticias-box a .noticias-img div{
		position: relative;
		width: 100%;
		height: 200px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
		-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;
	}
	.noticias-box a:hover .noticias-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);
	}
	.novidades-left{
		position:absolute;
		top:50%;
		margin-top:-25px;
		left:10px;
		cursor:pointer;
	}
	.novidades-right{
		position:absolute;
		top:50%;
		margin-top:-25px;
		right:10px;
		cursor:pointer;
	}
	.parceiros-box{
		position:relative;
		width:100%;
		height:150px;
		overflow: hidden;
		cursor:pointer;
	}
	.parceiros-box a .parceiros-img{
		position: relative;
		width: 100%;
		height: 150px;
		background-position: center center;
		background-repeat: no-repeat;
		-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);
	}
	.parceiros-box a:hover .parceiros-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.parceiros-left{
		position:relative;
		width:50px;
		cursor:pointer;
	}
	.parceiros-right{
		position:relative;
		width:50px;
		cursor:pointer;
	}
	.arquitetos-barra{
		position:absolute;
		background:#DB2328;
		width:200px;
		height:100%;
		right:0px;
		top:0px;
	}
	.arquitetos-imagem{
		position:absolute;
		background-image:url('img/arquitetos.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		width:350px;
		height:250px;
		right:50px;
		top:50px;
	}
	.arquitetos-box{
		position:relative;
		width:100%;
		height:auto;
	}
	.arquitetos-box .arquitetos-img{
		position:relative;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width:200px;
		height:200px;
		border-radius:100%;
	}
	.arquitetos-left{
		position:absolute;
		right:120px;
		bottom:30px;
		cursor:pointer;
	}
	.arquitetos-right{
		position:absolute;
		right:30px;
		bottom:30px;
		cursor:pointer;
	}
	.especialidades-barra{
		position:absolute;
		background:#DB2328;
		width:200px;
		height:100%;
		right:0px;
		top:0px;
	}
	.especialidades-imagem{
		position:absolute;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		width:500px;
		height:250px;
		right:20px;
		top:0px;
	}
	.especialidades-box{
		position:relative;
		width:100%;
		height:auto;
		padding-left:70px;
	}
	.especialidades-left{
		position:absolute;
		right:120px;
		bottom:30px;
		cursor:pointer;
		z-index:300;
	}
	.especialidades-right{
		position:absolute;
		right:30px;
		bottom:30px;
		cursor:pointer;
		z-index:300;
	}
	.galeria-box{
		position:relative;
		width:100%;
		height:200px;
		overflow: hidden;
		cursor:pointer;
	}
	.galeria-box a .galeria-img{
		position: relative;
		width: 100%;
		height: 200px;
		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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box a:hover .galeria-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.galeria__lista{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	.galeria__lista a{
		width: calc(33.33% - 2vh);
		height: 20vh;
		overflow: hidden;
		margin-bottom: 3vh;
		margin-right: 3vh;
		position: relative;
	}
	.galeria__play{
		position: absolute;
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
		left: calc(50% - 20px);
		background-image: url(img/play.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.galeria__lista a:nth-child(3n){
		margin-right: 0vh;
	}
	.galeria__lista a:last-child{
		margin-right: 0vh;
	}
	.galeria__item{
		width: 100%;
		height: 20vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: all 0.5s ease;
		transform: scale(1);
	}
	.galeria__item:hover{
		transform: scale(1.2);
	}
}@media only screen and (max-width:1023px) and (orientation:portrait){
	.desktop{display:none}
	.mobile{display:block}
	#main {
		width: 100%;
		margin: auto;
		position: relative;
		z-index:10;
	}
	#width {
		width: 90%;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:18px;
	}
	.fonte-texto {
	    font-family: medium;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	.fonte-down {
	    font-family: medium;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	.top {
		position: absolute;
		width: 100%;
		height:60px;
		top:20px;
		left:0px;
		z-index:300;
	}
	#menu {
		position: relative;
		width: 100%;
		height:80px;
		background:#ffffff;
	}
	.menu {
		position: absolute;
		width: 100%;
		height:60px;
		top:10px;
		right:0px;
		z-index:300;
	}
	.logo{
		position:absolute;
		top:15px;
		left:0px;
		z-index:300;
		cursor:pointer;
	}
	.logo img{
		height:50px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 50px; 
		right:0px;
		top:15px;
		z-index:999;
	}
	.submenu{
		position:relative;
		font-family: medium;
		font-size:12px;
		color:#ffffff;
		line-height:60px;
		padding:0px 10px;
		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;
	}
	.submenu:hover{
		color:#DB2328;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 28vw; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 28vw;
		z-index:1;
	}
	#banner .banner-box .banner-img{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 28vw;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#banner .banner-box .banner-fundo{
		position:absolute;
		top:100px;
		left:5%;
		margin-left:-0px;
		width:70%;
	}
	#banner .banner-box .banner-texto{
		font-family: bold;
		font-size:25px;
		color:#ffffff;
		line-height:30px;
	}
	#banner .banner-box .banner-texto2{
		font-family: medium;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
	}
	#branco {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background:#ffffff;
	}
	#outros {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background:#D8D8D8;
	}
	#novidades {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background-image: url('uploads/mMZsCLFY.png');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#down2 {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 20px 0;
		z-index:10;
		background:#ffffff;
	}
	#down {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background-image: url('img/down2.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.lojas-box {
		position: relative;
		width: 100%;
		height: 150px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
		background:#006CB9;
		border-radius:5px;
	}
	.lojas-box a .lojas-img{
		position: relative;
		width: 100%;
		height: 150px;
		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:1;
		-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);
	}
	.lojas-box a:hover .lojas-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.noticias-box{
		position: relative;
		width: 100%;
		height: 400px;
		overflow: hidden;
		cursor:pointer;
		background:#ffffff;
		border:1px solid #dddddd;
		border-radius:5px;
	}
	.noticias-box a .noticias-img{
		position: relative;
		width: 100%;
		z-index:100;
		cursor:pointer;
		overflow: hidden;
		top:0px;
		left:0px;
		width: 100%;
		height: 200px;
		border-radius:5px;
	}
	.noticias-box a .noticias-img div{
		position: relative;
		width: 100%;
		height: 200px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
		-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;
	}
	.noticias-box a:hover .noticias-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);
	}
	.novidades-left{
		position:absolute;
		top:50%;
		margin-top:-25px;
		left:10px;
		cursor:pointer;
	}
	.novidades-right{
		position:absolute;
		top:50%;
		margin-top:-25px;
		right:10px;
		cursor:pointer;
	}
	.parceiros-box{
		position:relative;
		width:100%;
		height:150px;
		overflow: hidden;
		cursor:pointer;
	}
	.parceiros-box a .parceiros-img{
		position: relative;
		width: 100%;
		height: 150px;
		background-position: center center;
		background-repeat: no-repeat;
		-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);
	}
	.parceiros-box a:hover .parceiros-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.parceiros-left{
		position:relative;
		width:50px;
		cursor:pointer;
	}
	.parceiros-right{
		position:relative;
		width:50px;
		cursor:pointer;
	}
	.arquitetos-barra{
		position:absolute;
		background:#DB2328;
		width:100px;
		height:100%;
		right:0px;
		top:0px;
	}
	.arquitetos-imagem{
		position:absolute;
		background-image:url('img/arquitetos.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		width:300px;
		height:200px;
		right:20px;
		top:100px;
	}
	.arquitetos-box{
		position:relative;
		width:100%;
		height:auto;
	}
	.arquitetos-box .arquitetos-img{
		position:relative;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width:100px;
		height:100px;
		border-radius:100%;
	}
	.arquitetos-left{
		position:absolute;
		right:50px;
		bottom:10px;
		cursor:pointer;
	}
	.arquitetos-right{
		position:absolute;
		right:0px;
		bottom:10px;
		cursor:pointer;
	}
	.especialidades-barra{
		position:absolute;
		background:#DB2328;
		width:100px;
		height:calc(100% - 100px);
		right:0px;
		top:100px;
	}
	.especialidades-imagem{
		position:absolute;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		width:350px;
		height:250px;
		right:42px;
		top:70px;
	}
	.especialidades-box{
		position:relative;
		width:100%;
		height:auto;
		padding-left:0px;
	}
	.especialidades-left{
		position:absolute;
		right:50px;
		bottom:10px;
		cursor:pointer;
		z-index:300;
	}
	.especialidades-right{
		position:absolute;
		right:0px;
		bottom:10px;
		cursor:pointer;
		z-index:300;
	}
	.galeria-box{
		position:relative;
		width:100%;
		height:200px;
		overflow: hidden;
		cursor:pointer;
	}
	.galeria-box a .galeria-img{
		position: relative;
		width: 100%;
		height: 200px;
		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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box a:hover .galeria-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.galeria__lista{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	.galeria__lista a{
		width: calc(33.33% - 2vh);
		height: 20vh;
		overflow: hidden;
		margin-bottom: 3vh;
		margin-right: 3vh;
		position: relative;
	}
	.galeria__play{
		position: absolute;
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
		left: calc(50% - 20px);
		background-image: url(img/play.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.galeria__lista a:nth-child(3n){
		margin-right: 0vh;
	}
	.galeria__lista a:last-child{
		margin-right: 0vh;
	}
	.galeria__item{
		width: 100%;
		height: 20vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: all 0.5s ease;
		transform: scale(1);
	}
	.galeria__item:hover{
		transform: scale(1.2);
	}
}@media only screen and (max-width:1023px) and (orientation:landscape){
	.desktop{display:none}
	.mobile{display:block}
	#main {
		width: 100%;
		margin: auto;
		position: relative;
		z-index:10;
	}
	#width {
		width: 90%;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:18px;
	}
	.fonte-texto {
	    font-family: medium;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	.fonte-down {
	    font-family: medium;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	.top {
		position: absolute;
		width: 100%;
		height:60px;
		top:20px;
		left:0px;
		z-index:300;
	}
	#menu {
		position: relative;
		width: 100%;
		height:80px;
		background:#ffffff;
	}
	.menu {
		position: absolute;
		width: 100%;
		height:60px;
		top:10px;
		right:0px;
		z-index:300;
	}
	.logo{
		position:absolute;
		top:15px;
		left:0px;
		z-index:300;
		cursor:pointer;
	}
	.logo img{
		height:50px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 50px; 
		right:0px;
		top:15px;
		z-index:999;
	}
	.submenu{
		position:relative;
		font-family: medium;
		font-size:12px;
		color:#333333;
		line-height:60px;
		padding:0px 10px;
		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:#DB2328;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 28vw; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 28vw;
		z-index:1;
	}
	#banner .banner-box .banner-img{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 28vw;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#banner .banner-box .banner-fundo{
		position:absolute;
		top:100px;
		left:5%;
		margin-left:-0px;
		width:70%;
	}
	#banner .banner-box .banner-texto{
		font-family: bold;
		font-size:25px;
		color:#ffffff;
		line-height:30px;
	}
	#banner .banner-box .banner-texto2{
		font-family: medium;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
	}
	#branco {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background:#ffffff;
	}
	#outros {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background:#D8D8D8;
	}
	#novidades {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background-image: url('uploads/mMZsCLFY.png');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#down2 {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 20px 0;
		z-index:10;
		background:#ffffff;
	}
	#down {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background-image: url('img/down2.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.lojas-box {
		position: relative;
		width: 100%;
		height: 150px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
		background:#006CB9;
		border-radius:5px;
	}
	.lojas-box a .lojas-img{
		position: relative;
		width: 100%;
		height: 150px;
		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:1;
		-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);
	}
	.lojas-box a:hover .lojas-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.noticias-box{
		position: relative;
		width: 100%;
		height: 400px;
		overflow: hidden;
		cursor:pointer;
		background:#ffffff;
		border:1px solid #dddddd;
		border-radius:5px;
	}
	.noticias-box a .noticias-img{
		position: relative;
		width: 100%;
		z-index:100;
		cursor:pointer;
		overflow: hidden;
		top:0px;
		left:0px;
		width: 100%;
		height: 200px;
		border-radius:5px;
	}
	.noticias-box a .noticias-img div{
		position: relative;
		width: 100%;
		height: 200px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
		-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;
	}
	.noticias-box a:hover .noticias-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);
	}
	.novidades-left{
		position:absolute;
		top:50%;
		margin-top:-25px;
		left:10px;
		cursor:pointer;
	}
	.novidades-right{
		position:absolute;
		top:50%;
		margin-top:-25px;
		right:10px;
		cursor:pointer;
	}
	.parceiros-box{
		position:relative;
		width:100%;
		height:150px;
		overflow: hidden;
		cursor:pointer;
	}
	.parceiros-box a .parceiros-img{
		position: relative;
		width: 100%;
		height: 150px;
		background-position: center center;
		background-repeat: no-repeat;
		-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);
	}
	.parceiros-box a:hover .parceiros-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.parceiros-left{
		position:relative;
		width:50px;
		cursor:pointer;
	}
	.parceiros-right{
		position:relative;
		width:50px;
		cursor:pointer;
	}
	.arquitetos-barra{
		position:absolute;
		background:#DB2328;
		width:100px;
		height:100%;
		right:0px;
		top:0px;
	}
	.arquitetos-imagem{
		position:absolute;
		background-image:url('img/arquitetos.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		width:300px;
		height:200px;
		right:20px;
		top:100px;
	}
	.arquitetos-box{
		position:relative;
		width:100%;
		height:auto;
	}
	.arquitetos-box .arquitetos-img{
		position:relative;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width:100px;
		height:100px;
		border-radius:100%;
	}
	.arquitetos-left{
		position:absolute;
		right:50px;
		bottom:10px;
		cursor:pointer;
	}
	.arquitetos-right{
		position:absolute;
		right:0px;
		bottom:10px;
		cursor:pointer;
	}
	.especialidades-barra{
		position:absolute;
		background:#DB2328;
		width:100px;
		height:calc(100% - 100px);
		right:0px;
		top:100px;
	}
	.especialidades-imagem{
		position:absolute;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		width:350px;
		height:250px;
		right:42px;
		top:70px;
	}
	.especialidades-box{
		position:relative;
		width:100%;
		height:auto;
		padding-left:0px;
	}
	.especialidades-left{
		position:absolute;
		right:50px;
		bottom:10px;
		cursor:pointer;
		z-index:300;
	}
	.especialidades-right{
		position:absolute;
		right:0px;
		bottom:10px;
		cursor:pointer;
		z-index:300;
	}
	.galeria-box{
		position:relative;
		width:100%;
		height:200px;
		overflow: hidden;
		cursor:pointer;
	}
	.galeria-box a .galeria-img{
		position: relative;
		width: 100%;
		height: 200px;
		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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box a:hover .galeria-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.galeria__lista{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	.galeria__lista a{
		width: calc(33.33% - 2vh);
		height: 20vh;
		overflow: hidden;
		margin-bottom: 3vh;
		margin-right: 3vh;
		position: relative;
	}
	.galeria__play{
		position: absolute;
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
		left: calc(50% - 20px);
		background-image: url(img/play.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.galeria__lista a:nth-child(3n){
		margin-right: 0vh;
	}
	.galeria__lista a:last-child{
		margin-right: 0vh;
	}
	.galeria__item{
		width: 100%;
		height: 20vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: all 0.5s ease;
		transform: scale(1);
	}
	.galeria__item:hover{
		transform: scale(1.2);
	}
}@media only screen and (max-width:600px) and (orientation:portrait){
	.desktop{display:none}
	.mobile{display:block}
	#main {
		width: 100%;
		margin: auto;
		position: relative;
		z-index:10;
	}
	#width {
		width: 90%;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:15px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.fonte-texto {
	    font-family: medium;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	.fonte-down {
	    font-family: medium;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	.top {
		position: absolute;
		width: 100%;
		height:60px;
		top:20px;
		left:0px;
		z-index:300;
	}
	#menu {
		position: relative;
		width: 100%;
		height:80px;
		background:#ffffff;
	}
	.menu {
		position: absolute;
		width: 100%;
		height:60px;
		top:10px;
		right:0px;
		z-index:300;
	}
	.logo{
		position:absolute;
		top:15px;
		left:0px;
		z-index:300;
		cursor:pointer;
	}
	.logo img{
		height:50px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 50px; 
		right:0px;
		top:15px;
		z-index:999;
	}
	.submenu{
		position:relative;
		font-family: medium;
		font-size:12px;
		color:#ffffff;
		line-height:60px;
		padding:0px 10px;
		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;
	}
	.submenu:hover{
		color:#DB2328;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 28vw; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 28vw;
		z-index:1;
	}
	#banner .banner-box .banner-img{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 28vw;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#banner .banner-box .banner-fundo{
		position:absolute;
		top:40px;
		left:5%;
		margin-left:-0px;
		width:90%;
	}
	#banner .banner-box .banner-texto{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:15px;
	}
	#banner .banner-box .banner-texto2{
		font-family: medium;
		font-size:15px;
		color:#ffffff;
		line-height:15px;
	}
	#branco {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background:#ffffff;
	}
	#outros {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background:#D8D8D8;
	}
	#novidades {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background-image: url('uploads/mMZsCLFY.png');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#down2 {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 20px 0;
		z-index:10;
		background:#ffffff;
	}
	#down {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 0;
		z-index:10;
		background-image: url('img/down2.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.lojas-box {
		position: relative;
		width: 100%;
		height: 150px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
		background:#006CB9;
		border-radius:5px;
	}
	.lojas-box a .lojas-img{
		position: relative;
		width: 100%;
		height: 150px;
		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:1;
		-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);
	}
	.lojas-box a:hover .lojas-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.noticias-box{
		position: relative;
		width: 100%;
		height: 400px;
		overflow: hidden;
		cursor:pointer;
		background:#ffffff;
		border:1px solid #dddddd;
		border-radius:5px;
	}
	.noticias-box a .noticias-img{
		position: relative;
		width: 100%;
		z-index:100;
		cursor:pointer;
		overflow: hidden;
		top:0px;
		left:0px;
		width: 100%;
		height: 200px;
		border-radius:5px;
	}
	.noticias-box a .noticias-img div{
		position: relative;
		width: 100%;
		height: 200px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
		-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;
	}
	.noticias-box a:hover .noticias-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);
	}
	.novidades-left{
		position:absolute;
		top:50%;
		margin-top:-25px;
		left:10px;
		cursor:pointer;
	}
	.novidades-right{
		position:absolute;
		top:50%;
		margin-top:-25px;
		right:10px;
		cursor:pointer;
	}
	.parceiros-box{
		position:relative;
		width:100%;
		height:150px;
		overflow: hidden;
		cursor:pointer;
	}
	.parceiros-box a .parceiros-img{
		position: relative;
		width: 100%;
		height: 150px;
		background-position: center center;
		background-repeat: no-repeat;
		-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);
	}
	.parceiros-box a:hover .parceiros-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.parceiros-left{
		position:relative;
		width:50px;
		cursor:pointer;
	}
	.parceiros-right{
		position:relative;
		width:50px;
		cursor:pointer;
	}
	.arquitetos-barra{
		position:absolute;
		background:#DB2328;
		width:100px;
		height:100%;
		right:0px;
		top:140px;
	}
	.arquitetos-imagem{
		position:absolute;
		background-image:url('img/arquitetos.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		width:200px;
		height:150px;
		right:20px;
		top:150px;
	}
	.arquitetos-box{
		position:relative;
		width:100%;
		height:auto;
	}
	.arquitetos-box .arquitetos-img{
		position:relative;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width:60px;
		height:60px;
		border-radius:100%;
	}
	.arquitetos-left{
		position:absolute;
		right:50px;
		bottom:-40px;
		cursor:pointer;
	}
	.arquitetos-right{
		position:absolute;
		right:0px;
		bottom:-40px;
		cursor:pointer;
	}
	.especialidades-barra{
		position:absolute;
		background:#DB2328;
		width:100px;
		height:calc(100% - 100px);
		right:0px;
		top:100px;
	}
	.especialidades-imagem{
		position:absolute;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		width:200px;
		height:150px;
		right:42px;
		top:70px;
	}
	.especialidades-box{
		position:relative;
		width:100%;
		height:auto;
		padding-left:0px;
	}
	.especialidades-left{
		position:absolute;
		right:50px;
		bottom:10px;
		cursor:pointer;
		z-index:300;
	}
	.especialidades-right{
		position:absolute;
		right:0px;
		bottom:10px;
		cursor:pointer;
		z-index:300;
	}
	.galeria-box{
		position:relative;
		width:100%;
		height:200px;
		overflow: hidden;
		cursor:pointer;
	}
	.galeria-box a .galeria-img{
		position: relative;
		width: 100%;
		height: 200px;
		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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box a:hover .galeria-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.galeria__lista{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	.galeria__lista a{
		width: 100%;
		height: 15vh;
		overflow: hidden;
		margin-bottom: 3vh;
		margin-right: 0;
		position: relative;
	}
	.galeria__play{
		position: absolute;
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
		left: calc(50% - 20px);
		background-image: url(img/play.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.galeria__item{
		width: 100%;
		height: 15vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: all 0.5s ease;
		transform: scale(1);
	}
	.galeria__item:hover{
		transform: scale(1.2);
	}
}

.mfp-content {
    text-align: center !mportant;
}