@charset "utf-8";

#corvermelho{
	background: #ff0000;
}
#corarosa{
	background: #CC3399;
}
#corverde{
	background: #009900;
}
#coraamarelo{
	background: #FFFF00;
}
#telefone2, #celular2, #texto2, #assunto2, #nome2, #email, #email2, #usuario, #senha, textarea {
	display: block;
	background-color:#f2f2f2;
	border-width: 0;
	border-color: transparent;
	border-bottom:2px solid #cfd8dc;
	
	font-size:14px;
	line-height: 1.9;
	width: 100%;
	color: #000;
	transition: all 0.28s ease;
	box-shadow: none;
}
#nomeCPF, #cpfCPF {
	padding:5px;
	border:1px solid #fff;
	border-radius:3px;
	background-color:#e1e1e1;
	font-size:16px;
	color: #000000;
}
#captcha {
	margin-bottom:5px;
	border:1px solid #fff;
	border-radius:5px;
	background-color:#efefef;
	font-size:16px;
	color: #ff0000;
}
/*------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------- ICONES ICONES ICONES ICONES ---------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------*/
/*Capslock*/
.error_capslock {
	margin-top:5px;
	padding-top:2px;
	padding-left:5px;
	visibility:hidden;
    background: #FF0000;
    border-radius: 5px;
    width: 142px;
    height: 25px;
    position: relative;
	color:#FFF;
}
.error_capslock:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FF0000;
    top: -10px;
    left: 10%;
}    
/*Capslock*//*

/*MENU*/
.list-inline {
	text-align:right !important;
}
.navbar-default{
	background-color:#FFFFFF !important;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000000;
}
.navbar-default .navbar-toggle{
	background-color:#bbbbbb;
	color:#000000;
	font-size:14px;
	width:35px;
	margin-right: 0;
	padding: 4px;
	margin-top:-35px;
}
/*MENU*/

.botaoAberturaChamado{
	padding:4px;
	font-size:12px;
	background-color:#006600;
	border:solid 2px #FFFFFF;
	border-radius:5px;
	color:#ffffff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}
.botaoAguardandoMorador{
	padding:4px;
	font-size:12px;
	background-color:#0000CC;
	border:solid 2px #FFFFFF;
	border-radius:5px;
	color:#ffffff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}
.botaoAguardandoSindico{
	padding:4px;
	font-size:12px;
	background-color:#990000;
	border:solid 2px #FFFFFF;
	border-radius:5px;
	color:#ffffff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}
.botaoOcorrenciaEncerrada{
	padding:4px;
	font-size:12px;
	background-color:#78a61b;
	border:solid 2px #FFFFFF;
	border-radius:5px;
	color:#ffffff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}


.BotPDF a {  
	background-image:url(Imagens/BotPDF.png);
	width:80px;  
	height:96px;	
	display:block;	
    margin: auto;
}
.BotPDF a:hover { 
	background-image:url(Imagens/BotPDF2.png);
}
botaoAberturaChamado{
	padding:4px;
	font-size:12px;
	background-color:#006600;
	border:solid 2px #FFFFFF;
	border-radius:5px;
	color:#ffffff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}
.botaoAguardandoMorador{
	padding:4px;
	font-size:12px;
	background-color:#0000CC;
	border:solid 2px #FFFFFF;
	border-radius:5px;
	color:#ffffff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}
.botaoAguardandoSindico{
	padding:4px;
	font-size:12px;
	background-color:#990000;
	border:solid 2px #FFFFFF;
	border-radius:5px;
	color:#ffffff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}
.botaoOcorrenciaEncerrada{
	padding:4px;
	font-size:12px;
	background-color:#78a61b;
	border:solid 2px #FFFFFF;
	border-radius:5px;
	color:#ffffff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}

.botaoAvisar{
	padding:6px;
	width:150px;
	font-size:13px;
	background-color:#ff0000;
	border:solid 2px #FFFFFF;
	border-radius:5px;
	color:#ffffff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}
.botaoNaoAvisar{
	padding:6px;
	width:150px;
	font-size:13px;
	background-color:#006600;
	border:solid 2px #FFFFFF;
	border-radius:5px;
	color:#ffffff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}
#Convencao{
	margin-top:15px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	margin-bottom:20px;
	height:35px;
}
#Convencao a{
	text-decoration:none;
	color:#000 !important;
}
#Convencao a:hover{
	text-decoration:none;
	color:#0000ff !important;
}

#EnquetesFotos {
	background-color:#0000ff;
	border-style: solid; 
	border-width: 2px; 
	border-color: #0000ff;
	border-radius: 5px;
	width:100%; 
    height:75px; 
    overflow:hidden; 
	position: relative;
}
#EnquetesFotos:hover {
	border-color: #ff0000;
}
#EnquetesFotos img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}

.botaoAcaoCliente{
	border:2px solid #c7c7c7;
	border-radius:5px;
	background-color:#000000;
	height:34px;
	/*padding:0 !important;*/
	font-size:14px;
	color: #ffffff;
}
.botaoAcaoCliente:hover{
	background-color:#0000FF;
	color: #ffffff;
}
.botaoAcao{
	font-size:16px;
	background-color:#4b739f;
	border:solid 2px #FFFFFF;
	border-radius:5px;
	font-family:Calibri, Verdana, Arial;
	color:#ffffff;
	display:inline-block;
	text-align:center;
}
.botaoAcao:hover{
	background-color:#42668e;
}
/*BARRA DE ROLAR*/
::-webkit-scrollbar-track {
    background-color: #cfd8dc;
}
::-webkit-scrollbar {
    width: 10px;
    background: #cfd8dc;
}
::-webkit-scrollbar-thumb {
    background: #27415e;
}
::-webkit-scrollbar-thumb:hover {
    background: #1d3249;
	cursor: pointer;
}
/*BARRA DE ROLAR*/

/*CARROSEL IMAGENS*/
.carousel {
	margin-bottom: 0;
	padding:35px;
}
.carousel-control {
	left: -12px;
	height: 35px;
	width: 35px;
	background: transparent !important;
	margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
.carousel-indicators li {
	background: #000066;
}
.carousel-indicators .active {
	background: #ffffff;
}
/*CARROSEL IMAGENS*/

#navProdutosDetalhesMAISPRODUTOS{
	margin-top:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	text-align:right;
	padding-bottom:20px;
	padding-top:20px;
}
#navProdutosDetalhesMAISPRODUTOS a{
	text-decoration:none;
	color:#000000 !important;
}
#navProdutosDetalhesMAISPRODUTOS a:hover{
	text-decoration:none;
	color:#0000FF !important;
}

.ProdutosIndex{
	top:0;
	margin-bottom:25px;
	border-radius:5px;
	width:100%;
	height:85px;
	padding:5px;
	color:#000000;
	text-align:center;
	font-size:12px;
	background-color:#6e94a5;
}
.ProdutosIndex:hover{
	background-color:#4a6c90;
}
.ProdutosIndex a{
	text-decoration:none;
	color:#FFF !important;
}
.ProdutosIndex a:hover{
	text-decoration:none;
	color:#FFF !important;
}
#ProdutosIndexIMG {
	margin-bottom:2px;
	border-radius:2px;
	background-color:#FFF;
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	height:60px;
	overflow:hidden; 
	position: relative;
}
#ProdutosIndexIMG img {
    max-height:55px;
    height: auto;
	position: relative;
    top: 50%;
    transform: translateY(-50%); /* Adicionar os prefixos dos navegadores */
}

.Parallax {
	background-image: url(Imagens/ParallaxIMG.jpg);
	width:100%;
	height:550px;
	
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ParallaxChmmada {
	position: relative;
	top: 50%;
	transform: translateY(-50%); 
	-webkit-transform: translateY(-50%);
	padding: 10px;
	background-color: rgba(165,206,224,0.5);
	font-size:18px;
	color:#000;
}

#TituloIndexNac{
	margin-top:80px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
	color:#000066;	
}

#ConteudoArea {
	position: relative;
}
#ConteudoArea .seg {
	visibility: visible;
	opacity: 0;
	position:absolute;
	top:0;
	left:0;
}
#ConteudoArea:hover .seg {
	height:160px !important;
	visibility: visible;
	opacity: 50%;
	
	left: 50%;
	position: absolute;
	transform: translateX(-50%);

}

@media (min-width: 100em) {		
#EnquetesFotos {
    height:130px !important; 
}

.Parallax {
	height:750px;
}
.ParallaxChmmada {
	font-size:22px;
}

.ProdutosIndex{
		height:130px
}
#ProdutosIndexIMG {
		height:100px;
}
#ProdutosIndexIMG img {
    	max-height:110px;
}

#ConteudoArea:hover .seg {
	height:200px !important;
	visibility: visible;
	opacity: 50%;
	
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}


}

@media (min-width: 768px) and (max-width: 1024px) {
#EnquetesFotos {
    height:55px !important; 
}
}

@media screen and (max-width: 768px) {
#EnquetesFotos {
    height:75px !important; 
}
}


#EnquetesFotos {
    height:75px; 
}


/*------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------- CABECALHO CABECALHO CABECALHO ---------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------*/
#Zbase_CabecalhoSuperior{
	margin-top:o;
	padding:8px;
	background-color:#cfd8dc;
	font-size:14px;
	color:#000;
	border-style: solid;
	border-color:#fff;
	border-bottom-width: 1px;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	
}
#Zbase_CabecalhoSuperior a{
	text-decoration:none;
	color:#000;
}
#Zbase_CabecalhoSuperior a:hover{
	text-decoration:none;
	color:#669933;
}


#Zbase_CabecalhoMenu{
	margin-top:25px;
	padding:5px;
	background-color: transparent !important;
}
#Zbase_CabecalhoMenu a{
	text-decoration:none;
	color:#000000;
}
#Zbase_CabecalhoMenu a:hover{
	text-decoration:none;
	color:#669933;
}

#Zbase_Cabecalho{
	margin-top:0;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#e9e9e9;
	
}
#Zbase_CabecalhoLogo{
	margin-top:5px;
	margin-bottom:5px;
	text-align:center !important;
}


#Zbase_CabecalhoAcesso{
	margin-top:0;
	padding-top:5px;
	float:right !important;
}
#Zbase_CabecalhoAcesso a{
	text-decoration:none;
	color:#000;
}
#Zbase_CabecalhoAcesso a:hover{
	text-decoration:none;
	color:#0000ff;
}

@media (min-width: 100em) {
#Zbase_CabecalhoSuperior{
	font-size:17px;
}

}
@media screen and (max-width: 768px) {
#Zbase_CabecalhoLogo{
	text-align:left !important;
}
#Zbase_CabecalhoSuperior{
	padding:8px;
	font-size:14px !important;
	color:#000;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------ BANER BANNER BANNER -----------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------*/
#linkBannerTamanho {
	margin-top:5px;
	height:51vh;
}
#linkBannerTitulo {
	width:45% !important;
	padding:20px;
	background-color: rgba(0,0,0,0.7);
	height: auto !important;
	position: absolute;
	bottom: 110px;
	z-index:999px;
	font-size:22px;
	border-radius:5px;
}
#linkBannerTexto {
	width:75% !important;
	padding:25px;
	background-color: rgba(207,216,220,0.7) !important;
	height: auto !important;
	float:right !important;
	font-size:18px;
	color:#000;
	border-radius:5px;
	margin-bottom:-55px;

}
#linkBannerTexto a {
	color:#0000ff;
	text-decoration:none;
}
#linkBannerTexto a:hover {
	color:#ff0000;
	text-decoration:none;
}
@media (min-width: 100em) {		
#linkBannerTitulo {
	width:45% !important;
	padding:20px;
	background-color: rgba(0,0,0,0.7);
	height: auto !important;
	bottom: 140px !important;
	font-size:22px;
	border-radius:5px;
}
#linkBannerTexto {
	padding:25px;
	background-color: rgba(207,216,220,0.7) !important;
	margin-bottom: 0 !important;
}
}


/*------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------- TITULOS  TITULOS  TITULOS  -----------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------*/
#TituloIndex{
	font-size:26px;
	color:#000000;	
}
#SubTituloIndex{
	font-size:24px;
	margin-top:-2px;
	color:#000000;	
	margin-bottom:10px;
}
#TituloImovel{
	margin-top:10px;
	font-size:22px;
	font-weight:bold;
	color:#000000;	
}
#TituloNavL{
	margin-top:5px;
	font-size:22px;
	font-weight:bold;
	color:#000000;	
}
#TituloNavD{
	margin-left:10px;
	margin-top:35px;
	font-size:22px;
	font-weight:bold;
	color:#000000;	
}
#SubTituloNavD{
	margin-left:10px;
	font-size:16px;
	margin-top:-2px;
	color:#000000;	
	margin-bottom:10px;
}

#TituloNav{
	margin-top:35px;
	font-size:22px;
	font-weight:bold;
	color:#000000;	
}
#SubTituloNav{
	font-size:16px;
	margin-top:-2px;
	color:#000000;	
	margin-bottom:10px;
}
#SubTituloMor{
	font-size:16px;
	margin-top:-2px;
	color:#000000;	
	margin-bottom:15px;
}
#SubTituloLinha{
	width:80%;
	font-size:16px;
	text-align:justify;
	margin-top:-2px;
	color:#000000;	
	margin-bottom:15px;
}
#SubTituloMor a{
	text-decoration:none;
	color:#0000ff;	
}
#SubTituloMor a:hover{
	text-decoration:none;
	color:#ff0000;	
}
#SubTituloIndex a{
	text-decoration:none;
	color:#0000ff;	
}
#SubTituloIndex a:hover{
	text-decoration:none;
	color:#78a61b;	
}
@media (min-width: 100em) {		
#SubTituloNav{
	font-size:20px !important;
}

}

@media screen and (max-width: 768px) {
#TituloIndex{
	margin-top:25px !important;
	font-size:20px !important;	
}
#SubTituloIndex{
	margin-top:-5px;
	margin-bottom:15px;
	font-size:17px !important;	
}
}

/*------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------- CONTEUDO CONTEUDO CONTEUDO ------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------*/
#conteudo{
	margin-top:o;
	background-color:#fff;
}
#conteudoQuemSomos{
	margin-top:10px;
	margin-bottom:85px;
	color:#000;
	font-size:15px;
	text-align:center;
}
#conteudoQuemSomos a{
	text-decoration:none;
	color:#00F;
}
#conteudoQuemSomos a:hover{
	text-decoration:none;
	color:#f00;
}
#conteudoQuemSomosN{
	margin-top:10px;
	margin-bottom:85px;
	color:#000;
	font-size:15px;
}
#conteudoQuemSomosN a{
	text-decoration:none;
	color:#00F;
}
#conteudoQuemSomosN a:hover{
	text-decoration:none;
	color:#f00;
}
#formularioConsulta{
	color:#000;
}
#formularioConsulta a{
	text-decoration:none;
	color:#00F !important;
}
#formularioConsulta a:hover{
	text-decoration:none;
	color:#f00 !important;
}
#conteudoImovel{
	color:#000;
	font-size:14px;
}
#conteudoMorador{
	color:#000;
	font-size:14px;
	margin-bottom:85px;
	/*background-color:#0F0;*/
}
#conteudoQuemSomosDestaques{
	margin-top:0px;
	margin-bottom:35px;
	color:#000;
	font-size:14px;
}
#ConteudoAreaComum {
	top:0;
	margin-bottom:5px;
	padding:2px;
	font-family:calibri;
	font-size:18px;
	color:#000000;
	background:#fff;
}
#ConteudoAreaComumIMG {
	background-size:100%;
	background-position:center;
	border-style: solid; 
	border-width: 2px; 
	/*border-color: #cfd8dc;*/
	border-color: #999999;
	border-radius: 5px;
    height:200px; 
    overflow:hidden; 
	position: relative;
}

#ConteudoArea {
	top:0;
	margin-bottom:50px;
	padding:20px;
	font-family:calibri;
	font-size:18px;
	color:#000000;
	background:#fff;
}
#ConteudoArea a{
	text-decoration:none;
	color:#000066;
}
#ConteudoArea a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#000066;
}
#PrestadorEstrelas{
	top:0;
	letter-spacing:5px;
	text-align:right;
	font-weight:bold;
	font-size:16px;
	color:#FC0;
}
#PrestadorEstrelas a{
	text-decoration:none;
	color:#FC0;
}
#PrestadorEstrelas a:hover{
	text-decoration:none;
	color:#FC0;
}

#PrestadorTexto{
	top:0;
	width:100%;
	padding:5px;
	color:#000000;
	text-align:left;
	font-size:12px;
	height:215px;
	/*margin-bottom:50px;*/
}
#Prestador{
	top:0;
	width:100%;
	height:395px;
	padding:5px;
	margin-bottom:25px;
	color:#000000;
	text-align:left;
	box-shadow: 1px 1px 10px #cacaca;
	background-color:#f1f1f1;
	border-radius: 5px;
}
#Prestador:hover{
	box-shadow: 5px 5px 19px #cacaca;
	background-color:#f1f1f1;
	border-radius: 5px;
}

#ConteudoAreaIMGPrestador {
	background-color:#FFF;
	background-size:100%;
	background-position:center;
	border-style: solid; 
	border-width: 2px; 
	border-color: #cfd8dc;
	border-radius: 5px;
    height:150px; 
    overflow:hidden; 
	position: relative;
}
#ConteudoAreaIMGPrestador img {
	position: absolute;  
    overflow: hidden;  
    top: 50%;  
    left: 50%;  
    -webkit-transform: translate(-50%,-50%);  
    -moz-transform: translate(-50%,-50%);  
    -ms-transform: translate(-50%,-50%);  
    -o-transform: translate(-50%,-50%);  
    transform: translate(-50%,-50%);
}

#ConteudoAreaIMG {
	background-size:100%;
	background-position:center;
	border-style: solid; 
	border-width: 2px; 
	border-color: #cfd8dc;
	border-radius: 5px;
    height:200px; 
    overflow:hidden; 
	position: relative;
}
#ConteudoAreaIMG img {
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}
#QuemSomosFotos {
	margin-bottom:25px;
	border-radius: 5px;
	width:100%; 
    height:285px; 
    overflow:hidden; 
	position: relative;
	background-color:#cfd8dc;
	padding:5px;
}
#QuemSomosFotos:hover {
	background-color:#fb3f04;
	padding:5px;
}
#QuemSomosFotos img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}

#QuemSomosFotosSeg {
	margin-bottom:25px;
	border-radius: 5px;
	width:100%; 
    height:165px; 
    overflow:hidden; 
	position: relative;
	background-color:#cfd8dc;
	padding:5px;
}
#QuemSomosFotosSeg:hover {
	background-color:#fb3f04;
	padding:5px;
}
#QuemSomosFotosSeg img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}

#QuemSomosFotosArea {
	margin-bottom:25px;
	border-radius: 5px;
	width:100%; 
    height:170px; 
    overflow:hidden; 
	position: relative;
	background-color:#cfd8dc;
	padding:5px;
}
#QuemSomosFotosArea:hover {
	background-color:#fb3f04;
	padding:5px;
}
#QuemSomosFotosArea img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}



.Estrutura{
	top:0;
	margin-bottom:25px;
	width:100%;
	height:355px;
	padding:10px;
	color:#000000;
	text-align:left;
	font-size:15px;
	background-color:#e9e9e9;
	border-radius: 5px;
}
.Estrutura:hover{
	background-color:#d5dbe2;
}
.EstruturaD{
	top:0;
	margin-bottom:25px;
	width:100%;
	height:405px;
	padding:10px;
	color:#000000;
	text-align:left;
	font-size:12px;
	background-color:#c1cfde;
	border-radius: 2px;
}
.EstruturaD:hover{
	background-color:#acc1da;
}
/*.Estrutura a{
	text-decoration:none;
	color:#0000ff;
}
.Estrutura a:hover{
	text-decoration:none;
	color:#ff0000;
}
*/
#EstruturaIMG {
	background-size:100%;
	background-position:center;
	height:185px;
	border-radius: 5px;
}

#OndeEstamos{
	border-style: double;
	border-color:#7d7d7d;
	border-radius:5px;
	margin-bottom:25px;
	height:556px;
}

.EstruturaP{
	top:0;
	margin-bottom:25px;
	width:100%;
	height:410px;
	padding:10px;
	color:#000000;
	font-size:12px;
	background-color:#e9e9e9;
	border-radius: 5px;
	box-shadow: 0 0 1em #999;
}
.EstruturaP:hover{
	box-shadow: 0 0 2em #999;
}
.EstruturaPcabecalho {
	width:100%;
	height:180px;
	background-color:#ffffff;
	justify-content:center;
	padding:10px;

	display: flex;
}
.EstruturaPcabecalho img {
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}


#PARCEIROS{
	vertical-align:top;
	color:#000000;
	font-size:15px;
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom:230px;
	margin-top:35px;
}
#PARCEIROS a{
	text-decoration:none;
	color:#0000FF;
}
#PARCEIROS a:hover{
	text-decoration:none;
	color:#FF0000;
}
#ParceirosIMG{
	background-color:#ffffff;
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	border-style: solid; 
	border-width: 2px; 
	border-color: #ffffff;
	border-radius: 10px;
	height:185px;
	overflow:hidden; 
	position: relative;
}
#ParceirosIMG img {
	position: absolute;  
    overflow: hidden;  
    top: 50%;  
    left: 50%;  
    -webkit-transform: translate(-50%,-50%);  
    -moz-transform: translate(-50%,-50%);  
    -ms-transform: translate(-50%,-50%);  
    -o-transform: translate(-50%,-50%);  
    transform: translate(-50%,-50%);
}

#APP {
	background-color:#FFF;
	padding:35px;
	font-size:15px;
}

#LinhaTempoDataVerticalTop{
background-image:url(Imagens/PadraoLinhaDoTempoVertical.png) !important;
background-repeat:repeat-y;
height:10px;
}

#LinhaTempoDataVertical{
background-image:url(Imagens/PadraoLinhaDoTempoVertical.png) !important;
background-repeat:repeat-y;
}

#LinhaTempoData{
font:Verdana, Geneva, sans-serif;
font-size:18px;
padding-left:30px;
background-image:url(Imagens/PadraoLinhaDoTempoData.png) !important;
background-repeat:no-repeat !important;
}

#LinhaTempoDataGestor{
font:Verdana, Geneva, sans-serif;
font-size:18px;
padding-left:45px;
padding-bottom:2px;

}

#LinhaTempoDataFeito{
font:Verdana, Geneva, sans-serif;
font-size:16px;
padding-left:55px;
padding-bottom:2px;

}

#icones{
	/*width:75px;*/
	height:35px;
	display:inline-block;
	margin-right:5px;
	/*background-color:#0C0;*/
}
#iconesMaior{
	width:85px;
	height:40px;
	text-align:center;
	display:inline-block;
}
#iconesMenor{
	width:40px;
	height:40px;
	text-align:center;
	display:inline-block;
	font-size:11px;	
}

#Imovel{
	top:0;
	width:100%;
	height:425px;
	padding:5px;
	margin-bottom:10px;
	color:#000000;
	text-align:left;
	box-shadow: 1px 1px 10px #cacaca;
	background-color:#ededed;
	border-radius: 5px;
}
#Imovel:hover{
	background-color:#cfd8dc;
	border-radius: 5px;
}

#ImovelIndexIMG {
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFF;
	border-style: solid; 
	border-width: 2px; 
	border-color: #999999;
	border-radius: 5px;
	height:210px;
	overflow:hidden; 
	position: relative;
}
#ImovelIndexIMG:hover {
	border-style: solid; 
	border-width: 2px; 
	border-color: #bd9329;
	border-radius: 5px;
}
#ImovelIndexIMG img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}

#ImovelIndexIMGmais {
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFF;
	border-style: solid; 
	border-width: 2px; 
	border-color: #999999;
	border-radius: 5px;
	height:165px;
	overflow:hidden; 
	position: relative;
}
#ImovelIndexIMGmais:hover {
	border-style: solid; 
	border-width: 2px; 
	border-color: #bd9329;
	border-radius: 5px;
}
#ImovelIndexIMGmais img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}

#ImoveisMenorIMG {
	margin-bottom:25px;
	border-style: solid; 
	border-width: 2px; 
	border-color: #cfd8dc;
	border-radius: 5px;
	width:100%; 
    height:85px; 
    overflow:hidden; 
	position: relative;
}
#ImoveisMenorIMG img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}
#ImoveisMenorIMG:hover {
	border-style: solid; 
	border-width: 2px; 
	border-color: #acbec6;
	border-radius: 5px;
}

@media (min-width: 100em) {		
#conteudoQuemSomos{
	font-size:18px;
}
#APP {
	font-size:18px;
}

#ConteudoAreaIMG {
	background-size:100%;
    height:260px; 
}
#QuemSomosFotos {
    height:285px !important; 
}
.Estrutura{
	height:400px;
}

#EstruturaIMG {
	height:255px;
}
#conteudoQuemSomosDestaques{
	font-size:18px;
}

#PrestadorEstrelas{
	font-size:20px !important;
}
#PrestadorTexto{
	height:250px;
	font-size:15px !important;
}
#Prestador{
	height:525px;
}

#ConteudoAreaIMGPrestador {
    height:220px; 
}

#ConteudoAreaComum {
	top:0;
	margin-bottom:5px;
	padding:2px;
	font-family:calibri;
	font-size:18px;
	color:#000000;
	background:#fff;
}
#ConteudoAreaComumIMG {
	background-size:100%;
	background-position:center;
	border-style: solid; 
	border-width: 2px; 
	/*border-color: #cfd8dc;*/
	border-color: #999999;
	border-radius: 5px;
    height:260px; 
    overflow:hidden; 
	position: relative;
}

}
@media (min-width: 768px) and (max-width: 1024px) {
#conteudoQuemSomos{
	margin-top:o;
	color:#000;
	font-size:180px;
	text-align:justify !important;
}
#QuemSomosFotos {
	width:100%; 
    height:85px !important; 
}
}
@media screen and (max-width: 768px) {
#conteudoQuemSomos{
	margin-top:o;
	color:#000;
	font-size:15px;
	text-align:left !important;
}
#QuemSomosFotos {
	width:100%; 
    height:85px !important; 
}
#ConteudoAreaIMG {
    height:50px !important;
	border-color:#0F0 !important;
}
#ConteudoAreaComum {
	top:0;
	margin-bottom:5px;
	padding:2px;
	font-family:calibri;
	font-size:18px;
	color:#000000;
	background:#fff;
}
#ConteudoAreaComumIMG {
	border-color: #999999 !important;
    height:105px !important; 
}
}

/*------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------- RODAPE RODAPE RODAPE -------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------*/
#RodaPe{
  	padding:10px;
	background-color:#cfd8dc;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000000;
	border-bottom:1px solid #90acb9;
}
#RodaPe a{
	text-decoration:none;
	color:#000000;
}
#RodaPe a:hover{
	text-decoration:none;
	color:#669934;
}
#RodaPeTitulo{
	margin-bottom:10px;
	border-bottom:2px solid #fff;
}
#conteudoRodape3D{
	font-size:12px;
	color:#000000;
	background-color:#afc5cf;
	padding:10px;
}
#conteudoRodape3D a{
	text-decoration:none;
	color:#990000;
}
#conteudoRodape3D a:hover{
	text-decoration:none;
	color:#000000;
}
#RodaPe img{
	margin-top:10px;
	margin-bottom:10px;
}

@media (min-width: 100em) {
#Zbase_CabecalhoSuperior{
	font-size:17px;
}
#RodaPe{
	font-size:15px;
}

}

@media screen and (max-width: 768px) {
#RodaPeLogo{
	padding-top:5px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
	/*background-color:#ff0000;*/
}
}

