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 */

.fundotopo {
	background-color: #00335a;
	padding: 15px 10%;
}
.fundotopo-mobile {
	text-align: center;
	background-color: #00335a;
	padding: 15px 20px;
}

.fundotopo2 {
	background-color: #00335a;
	padding: 15px 0;
	box-shadow: 1px 1px 8px #333;
	position: relative;
}
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden; /* Evita barra de rolagem horizontal */
}

/* Garante que o container do carrossel ocupe toda a largura */
.container-fluid {
    padding: 0 !important; /* Remove qualquer padding do Bootstrap */
    margin: 0 !important;
}

#meuSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75vh; /* Faz o slide cobrir toda a tela */
    z-index: -1; /* Joga o carrossel para trás do conteúdo */
}

.carousel-inner .item img {
    width: 100%;
    height: 75vh; /* Ajuste a altura para cobrir a tela */
    object-fit: cover; /* Garante que a imagem cubra a área sem distorcer */
}

.backfundo{
    position:relative;
/*    background-image:url(../img/fundo-index.jpg);*/
    background-size:100% auto;
    background-position:top;
    background-repeat:no-repeat;
    z-index: 100;
    height: 80vh;
    width: 100%;
}


.logo {
    width: 60%;
}

/* Telas extra pequenas (XS) - até 575px */
@media (max-width: 575px) {
  .logo {
    width: 80%;
  }
  .backfundo {
    background-image:url(../img/fundo-index2.jpg);
  }
}
/* Telas pequenas (SM) - 576px a 767px */
@media (min-width: 576px) and (max-width: 767px) {
  .logo {
    width: 50%;
  }
  .backfundo {
    height: 15vh;
  }
  .meuSlide {
    height: 15vh;
  }
  .carousel-inner .item img {
    height: 15vh;
  }
}
/* Telas médias (MD) - 768px a 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    width: 100%;
  }
  .backfundo {
  	height: 20vh;
  }
  .meuSlide {
    height: 20vh;
  }
  .carousel-inner .item img {
    height: 20vh;
  }
}
/* Telas grandes (LG) - 992px a 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .logo {
    width: 100%;
  }
  .backfundo {
  	height: 40vh;
  }
  .meuSlide {
    height: 40vh;
  }
  .carousel-inner .item img {
    height: 40vh;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .logo {
    width: 100%;
  }
  .backfundo {
  	height: 60vh;
  }
  .meuSlide {
    height: 60vh;
  }
  .carousel-inner .item img {
    height: 60vh;
  }
}
@media (min-width: 1361px) and (max-width: 1680px) {
  .logo {
    width: 100%;
  }
  .backfundo {
  	height: 70vh;
  }
  .meuSlide {
    height: 70vh;
  }
  .carousel-inner .item img {
    height: 70vh;
  }
}

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



.anuncio {
	padding: 50px 20%;
	background: #004A7FFF;
	margin-top: 100px;
	margin-bottom: 20px;
}
.anuncio h2{
	color: #fff;
	text-align: center;
	font-size: 28;
	font-weight: 200;
	font-family: Century Gothic;
}
.anuncio h3{
	color: #fff;
	text-align: center;
	font-size: 20;
	font-weight: 200;
	font-family: Century Gothic;
}
.anuncio h4{
	text-align: center;
	color: #81d741;
	font-size: 22;
	font-family: Century Gothic;
	font-weight: bold;
}
.anuncio p{
	color: #fff;
	text-align: center;
	font-size: 20;
	font-family: Century Gothic;
}

.box-imoveis{
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}
.text-anuncio {
	padding: 10px;
}
.text-anuncio div {
	min-height: 380px;
	border-radius: 5px;
    background-color:#fff;
    padding:10px;

    display: flex;
    flex-direction: column;
}
.text-anuncio .btn {
    margin-top: auto;
}

@media (max-width: 575px) {
	.text-anuncio div{
		min-height: 300px;
	}
}

.text-anuncio h2{
	color: #000;
	text-align: center;
	font-size: 28;
	font-weight: 200;
	font-family: Century Gothic;
}
.text-anuncio h3{
	color: #000;
	text-align: center;
	font-size: 20;
	font-weight: 200;
	font-family: Century Gothic;
}
.text-anuncio h4{
	text-align: center;
	color: #81d741;
	font-size: 22;
	font-family: Century Gothic;
	font-weight: bold;
}
.text-anuncio p{
	color: #000;
	text-align: center;
	font-size: 20;
	font-family: Century Gothic;
}

.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 */

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

figure {
	margin: 0;
	padding: 0;
}

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

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

.slide3 {
	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;
	max-height: 350px;
	border-radius: 10px;
}

.cidades div {	
	max-height: 350px;
	border-radius: 10px;
	color: #222;
}
.cidades div:hover {
	-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;
}
@media (max-width: 575px) {
  .cidades img{
	max-height: 200px;
  }
  .cidades div {
	max-height: 200px;
  }
	#texto span{
		text-align: center;
		padding: 10vh 15px 0;
	}
}



.cidades2{
	max-height: 350px;
}
.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;
}

@media (max-width: 575px) {
	.cidades2 img{
		height: 200px;
		max-height: 200px;
	}
	.cidades2 div:hover {
		max-height: 200px;
	}
	#texto2 span{
		text-align: center;
		padding: 10vh 15px 0;
	}
}

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


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

.rodape {
	box-shadow: 1px 1px 8px #333;
	padding: 50px 20px;
	background-color: #00335a;
	z-index: 10;
	color: #fff;
}
.rodape a{
	color: #fff;
}
.rodape a:hover{
	color: #019fe8;
}

.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: 10px;
	color: #333;
	font-family: Century Gothic;
}
.footer a {
	color: #333;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: Century Gothic;
}
.footer a:hover {
	color: #00335a;
}

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

.botaosimples2{
	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: #fff;
	border: 1px dashed #007F7FFF;
	background-color: #00335a;
}

/*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 {
	padding: 5px;
	font-size: 45px;
	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);
    }
}
