body {
	/*background-color: rgba(50,150 ,170, .8);*/
	background-color: #fff;
}

a:link {
	text-decoration:none;
}

.alinhamento {
  text-align: center;
}

.marginb {
	margin-bottom: 20px;
}

.marginbo {
	margin-bottom: 50px;
}

.margint {
	margin-top: 20px;
}

.marginto {
	margin-top: 60px;
}

.marginp{
	margin-bottom: 3px;
}

.paddingt{
	padding-top: 15px;
}
.paddingb {
	padding-bottom: 15px;
}

.foto {
	width: 100%;
	border-radius: 5px;
}

.spc {
	margin: 0;
	padding: 0;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}

.hr {
	border-right: 1px solid #ccc;
}

.ht {
	border-top: 1px solid #ccc;
}

button {
	width: 100%;
	border: none;
	color: #2339D8;
	/*2339D8*/
	font-size: 20px;
	font-family: Century Gothic;
	border: 1px solid #EFEFEF;
	padding: 3px 8px 3px 8px;
	border-radius: 5px;
	font-weight: bold;
}

/* topo */

.fundotopo2 {
	background-color: #FFFFFF66;
	padding: 15px 0;
}

.fundotopo {
	background-color: #3197AD;
	padding: 15px 0;
	box-shadow: 1px 1px 8px #333;
	position: relative;
}

.backfundo{
    position:relative;
    background-image:url(../img/topo3.png);
    background-size:100% auto;
    background-position:top;
    background-repeat:no-repeat;
    z-index: 100;
}

.logo {
    width: 50%;
}

.topomobile {
	margin-top: 0;
	height: 200px;
	padding: 0;
	/*border-bottom: 2px solid #019fe8;*/
	background-image: url(http://mximoveis.com.br/assets/img/fundo-topo-mobile.png);
	background-size: 100% 100%;
}
.logomobile {
	width: 80%;
	margin: 0;
	padding: 10px 0 20px;
	/*padding-left: 20%;*/
}


.fundocontato {
	padding: 5px;
	background-color: #004A7FFF;
	font-size: 15px;
	font-family: Century Gothic;
	color: #fff;
}

.icone {
	font-size: 18px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.icone:hover {
	-webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
}
.icone2 {
	font-size: 15px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.icone2:hover {
	-webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
}

.menuimoveis {
	width: auto;
	color: #fff;
	padding: 8px 10px;
	font-size: 18px;
	background-color: #2e6da4;
	border: 1px solid #2e6da4;
	box-shadow: 1px 1px 2px #555;
	margin-bottom: 5px;
}
.menuimoveis:hover {
	color: #EFEFEF;
	background-color: #2a6ab9;
}

.menuimoveis2{
	/*color: #2e6da4;*/
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px solid #2e6da4;
}

/* slide */

.slide {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px 0 50px;
}
a {
	margin: 0;
	padding: 0;
}

figure {
	margin: 0;
	padding: 0;
}

#slide {
	margin: 0;
	padding: 0 5px;
	text-align: center;
}

#slide img {
	text-align: center;
	width: 100%;
	/*height: 60px;*/
	border-radius: 10px;
	z-index: 1;
	display: none;
	box-shadow: 2px 2px 4px #CCC;
}

.slide2 {
	margin-top: 50px
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px;
}

/*LINK PATROCINADO*/

.fundopatrocinado {
	background-color: #ccc;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #222;
	box-shadow: 1px 1px 3px #999;
}

.patrocinado{
	font-family: Impact;
	color: #004A7FFF;
	letter-spacing: 2px;
}

.hr2 {
	border-right: 1px solid #004A7FFF;
}

.banners {
	margin-bottom: 5px;
	width: 100%;
	border-radius: 5px;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.banners:hover {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}


/* CIDADES */

.cit {
	margin-top: 100px;
	margin-bottom: 120px;
	padding: 0 8%;
}
.cit2 {
	/*margin-top: 150px;*/
	margin-bottom: 150px;
	padding: 0 8%;
}

.cidades img{
	width: 100%;
	height: 350px;
	border-radius: 10px;
}

.cidades div:hover {
	border-radius: 10px;
	color: #222;
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

#texto span{ /* Efeitos do texto */
	display:block;
	width: 100%;
	height: 100%;
	padding: 30% 10px 0;
	text-align: center;
    vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	font-family: Century Gothic;
	position:absolute;
	opacity:1;
	z-index: 2;
}

#texto span:hover{ /* Efeitos do texto quando o mouse estive em cima da Imagem */ 
	opacity:1;
	border-radius: 10px;
	background-color: #00000077;
}






.cidades2 img{
	width: 100%;
	height: 350px;
	border-radius: 10px;
}
.cidades2 div:hover {
	border-radius: 10px;
	color: #222;
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
#texto2 span{ /* Efeitos do texto */
	display:block;
	width: 100%;
	height: 100%;
	padding: 15% 10px 0;
	text-align: center;
    vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	font-family: Century Gothic;
	position:absolute;
	opacity:1;
	z-index: 2;
}

#texto2 span:hover{ /* Efeitos do texto quando o mouse estive em cima da Imagem */ 
	opacity:1;
	border-radius: 10px;
	background-color: #00000077;
}

/* Rodape */
.fundocidades{
	padding: 15px;
	color: #555;
	background-color: #EFEFEF;
}


.logorodape {
    width: 35%;
    margin-bottom: 20px;
}

.rodape {
	box-shadow: 1px 1px 8px #333;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #3197AD;
	z-index: 10;
	color: #fff;
}
.rodape a{
	color: #fff;
}

.hr3 {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.icone3 {
	color: #fff;
	font-size: 25px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.icone3:hover {
	color: #019fe8;
	-webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
}

.footer {
	background-color: #fff;
	padding: 20px;
	color: #333;
	font-family: Century Gothic;
}
.footer a {
	color: #333;
	font-family: Century Gothic;
}


.botaosimples{
	width: 50%;
	padding: 12px 0;
	font-size: 18px;
	color: #fff;
	border: 1px dashed #222;
	background-color: #3197AD;
	box-shadow: 1px 1px 3px #555;
}
.botaosimples:hover{
	color: #222;
	border: 1px dashed #007F7FFF;
	background-color: #3197AD;
}

.botaosimples2{
	float: right;
	width: 100%;
	padding: 12px 0;
	font-size: 18px;
	color: #222;
	border: 1px dashed #222;
	background-color: #fff;
	box-shadow: 1px 1px 3px #555;
}
.botaosimples2:hover{
	color: #222;
	border: 1px dashed #007F7FFF;
	background-color: #3197AD;
}

/*conteudo MENUS*/

.espmodulo {
	padding: 5px;
}

.modulo {
	color: #111;
	height: 110px;
	background-color: #fff;
	padding: 15px 10px 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #999;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.modulo:hover {
	color: #004A7FFF;
	box-shadow: 1px 1px 3px #999;
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.iconemenu {
	width: 100%;
	text-align: center;
}

/*NOTICIAS/GUIA COMERCIAL*/

.fundonoticias {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #333;
}

.titulo {
	font-family: Impact;
	color: #333;
	letter-spacing: 2px;
}

.fotonoticia {
	width: 100%;
	/*height: 250px;*/
}
.fotonoticia:hover {
	box-shadow: 1px 1px 5px #333;
}

.buscar {
	text-align: center;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	font-family: Century Gothic;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px 8px 5px 8px;
	text-transform: uppercase;
	background: linear-gradient(#fff, #ccc);
}
.buscar:hover {
	background: linear-gradient(#fff, #EFEFEF);
	color: #019fe8;
}

.divugacao {
	margin-top: 20%;
	background-color: #fff;
	border:1px dotted #019fe8;
}
.divugacao:hover {
	background-color: #019fe8;
	border:1px dotted #333;
	color: #fff;
}
/*PESQUISA*/

.fundopesi{
	padding: 40px 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image: url(http://mximoveis.com.br/assets/img/banner-imovel.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.pesquisa {
	padding: 40px 20px 0 30px;
}
.pes {
	padding-left: 5px;
	padding-right: 5px;
}
.botaopes{
	font-size: 18px;
	color: #fff;
	border: 1px solid #019fe8;
	box-shadow: 1px 1px 2px #111;
	background-color: #019fe8;
}
.botaopes:hover{
	color: #fff;
	background-color: #06B3FDFF;
}

/*IMOVEIS*/
.imoveis-lancamento {
	color: #004A7FFF;
	font-family: Century Gothic;
	/*font-family: Impact;*/
	letter-spacing: -0.2;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px #fff;
}
.destaque {
	margin: 0;
	padding: 10px;
	margin-bottom: 50px;
}
.destaque1 {
	padding: 0;
	color: #333;
	font-family: Century Gothic;
	border: 1px solid #ccc;
	background-color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.destaque1:hover {
	color: #222;
	border: 1px solid #019fe8;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.destaque1 a {
	color: #222;
}

.fotoDestaque {
	border-bottom: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
}

.desc-pad{
	padding: 5px;
}

.carro {
	margin: 0;
	padding: 0 0 0 5px;
	width: 20%;
}
.quartos {
	margin: 0;
	padding: 0;
	width: 20%;
}
.banheiro {
	margin: 0;
	padding: 0;
	width: 20%;
}
.area {
	margin: 0;
	padding: 0 5px 0 0;
	width: 40%;
}

.icone3 {
	border-radius: 0;
}
.icone3:hover { /*SIMULACAO */
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* Cores */

.black {
	color: #000;
	font-family: Century Gothic;
}

.blue {
	color: #019fe8;
	font-family: Century Gothic;
}
.blue2 {
	color: #004A7FFF;
	font-family: Century Gothic;
}
.green {
	color: #00b1ab;
	font-family: Century Gothic;
}
.red {
	color: #F00E0EFF;
	font-family: Century Gothic;
}
.red2 {
	color: #F00E0EFF;
	font-family: Century Gothic;
	text-shadow: 2px 2px 3px #999;
}

.grey {
	color: #333;
	font-family: Century Gothic;
}

.grey2 {
	color: #555;
	font-family: Century Gothic;
}
.grey3 {
	color: #999;
	font-family: Century Gothic;
}

.white {
	color: #fff;
	font-family: Century Gothic;
}

.yellow {
	color: #FFC400FF;
	font-family: Century Gothic;
}


/* Efeito Destaque */

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
