@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{
    font-family: "Noto Sans", sans-serif;
}
body{
    background: #1f1b2d;
}
.slide-home{
	float: left;
	width: 100%;
	height: 100%;
	background: #ccc;
	background-size: cover;
}
.home-topo{
	position: absolute;
	background: url('../images/topo.png') repeat-x;
	height: 165px;
	width: 100%;
	z-index: 400;
}

.logocatatau{
	background: #fff;
	padding: 43px 0;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
	border-bottom: 2px solid #be0911;
}
.logocatatau img{
	max-width: 250px;
}

.menu-topo{
	width: 100%;
	height: 52px;
	float: left;
}

.menu{
	width: 100%;
	height: 62px;
	background: #403f3d;
	float: left;
}
.menu-links{
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	margin-top: 10px;
	border-bottom: 1px dashed #000;
}
.menu-links a{
	float: left;
	height: 62px;
	padding: 19px 20px;
	color: #fff;
	text-decoration: none;
}
.menu-links a:hover{
	font-weight: bold;
	color: #be0911;
}

.interna-topo{
	height: 185px;
	width: 100%;
	float: left;
	background: #333;
}
.interna-topo .logotopo{
	top: 10px;
}

.height-total{
	height: 100%;
}
.slide-conteudo{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-top: 165px;
}
.slide-caixa{
	width: 450px;
	min-height: 200px;
	background: #fff;
	padding: 20px;
	border-bottom: 6px solid #403f3d;
}
.slide-caixa-titulo{
	float: left;
	width: 100%;
	font-size: 18px;
}
.slide-caixa-descricao{
	float: left;
	width: 100%;
	font-size: 14px;
}
.slide-caixa-detalhes{
	float: left;
	width: 100%;
	font-size: 16px;
}
.slide-caixa-botoes{
	float: left;
	width: 100%;
	padding-top: 15px;
}
.slide-caixa-botoes a{
	float: left;
	border: 1px solid #403f3d;
	padding: 6px 22px;
	border-radius: 20px;
	color: #403f3d;
	font-size: 14px;
	text-decoration: none;
}
.slide-caixa-botoes a:hover{
	background: #403f3d;
	color: #fff;
}

.topo-interno{
	float: left;
	width: 100%;
	padding: 15px 0;
}
.topo-interno i{
	font-size: 38px;
	margin-top: 5px;
    color: #A22100;
}
.topo-interno-titulo{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.topo-interno-subtitulo{
	float: left;
	width: 100%;
	color: #ccc;
	font-size: 12px;
}
.filtro-capa{
	background: url('../images/fundotopo.jpg') no-repeat bottom;
	background-size: cover;
	float: left;
	width: 100%;
	min-height: 300px;
}

/* -------- Rodape */
.rodape{
	background: #ffffff0a!important;
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
	margin-top: 20px;
}
.rodape-titulo{
	float: left;
	width: 100%;
	font-size: 22px;
	color: #fff;
	padding-bottom: 10px;
}
.rodape-links{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.rodape-links a{
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
.rodape-links a i{
	float: left;
	font-size: 8px;
	color: #be0911;
	padding: 6px 5px 0 0;
}
.rodape-links a span{
	float: left;
	color: #666;
}
.sobre-rodape{
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 15px 0;
	font-size: 14px;
	color: #666;
}
.imovel-imagem{
	float: left;
	width: 100%;
	height: 220px;
	border-radius: 8px 8px 0 0;
	background-size: cover;
    background-position: center;
}
.imovel-titulo{
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
}
.imovel-cidade{
	float: left;
	width: 100%;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #ccc;
}
.imovel-breve-descricao{
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 0 0 10px 0;
	min-height: 52px;
    color: #fff;
}
.imovel-cidade i{ color: #be0911; }
.imovel-breve-botao{
	float: left;
	width: 100%;
	padding: 0 0 25px 0;
}
.imovel-breve-botao a{
	float: left;
	border: 1px solid #be0911;
	color: #be0911;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 14px;
	text-decoration: none;
}
.imovel-breve-botao a:hover{
	background: #be0911;
	color: #fff;
}
.imovel-detalhes-imagem{
	float: left;
	width: 100%;
	height: 120px;
	border-radius: 5px;
	background-size: cover;
	margin-bottom: 20px;
	border:3px solid #fff;
}
.imovel-detalhes-imagem:hover{
	cursor: zoom-in;
	border:3px solid #be0911;
}
.filtro-pesquisa{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.filtro-pesquisa-home{
	padding-top: 50px;
	margin-bottom: 20px;
}
.filtro-pesquisa-home label{
	color: #fff;
}
.btn-silvio {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-silvio i{
	color: #fafa34;
}

.logo{
	width: 164px;
	height: 164px;
	background-size: contain;
	background-repeat: no-repeat;
}
.menu-cell{
	display: none;
	float: right;
	height: 50px;
	width: 50px;
	background: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 4px;
	font-size: 24px;
	padding: 8px 0 0 15px;
}

/* ------------ Site */
.masonry { /* Masonry container */
  column-count: 2;
  column-gap: 1em;
}

.item { /* Masonry bricks or child elements */
	background-color: #fff;
	display: inline-block;
	margin: 0 0 1em;
	width: 100%;
	padding: 5px;
	border-radius: 4px;
	border:1px solid #eee;
}
.masonry img{
	border-radius: 4px;
	max-width: 100%;
}

/* ------------ Silvio */
.icone-silvio{
	float: left;
	margin:20px 35px 0 0;
}
.icone-silvio-icon{
	float: left;
}
.icone-silvio-titulo{
	float: left;
	margin:28px 0 0 10px;
}
.icone-silvio-titulo strong{
	font-size:22px;
}
.icone-silvio-titulo span{
	font-size:12px;
}

.icone-caixa{
  float: left;
  margin: 25px 35px 0 0;
}
.icone-caixa-icon{
  background: #be0911;
  width: 38px;
  height: 38px;
   padding: 5px 0;
  float: left;
  text-align: center;
  border-radius: 100%;
}
.icone-caixa-icon i{
  color: #fff;
  font-size: 20px;
}
.icone-caixa-titulo{
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin:10px 0 0 10px;
}

.destaque {
	float: left;
    width: 100%;
    padding: 0 15px;
}
.passa-slide{
	width: 140px;
	float: left;
	margin-top: 15px;
	border:1px solid #ccc;
	border-radius: 20px;
}
.passa-passa{
	width: 69px;
	padding: 5px 5px;
	float: left;
	text-align: center;
	border-radius:0 20px 20px 0;
}
.passa-passa i{
	font-size: 18px;
}
.passa-left{
	border-right:1px solid #ccc;
	border-radius:20px 0 0 20px;
}
.passa-passa:hover{
	background:#be0911;
	color: #fff;
	cursor: pointer;
}
.home-separa{
	float: left;
	width: 100%;
	border-top: 1px dashed #ccc;
	margin: 40px 0;
}
.topo-filtro{
	background:#dddddd;
	float: left;
	width: 100%;
	border-bottom: 2px dashed #ccc;
}

/* --- Layout 2 -----*/

.header-top{
    background: #A22100;
    height: 40px;
    width: 100%;
}
.header-top-horario{
    padding-top: 9px;
    color: #fff;
    font-size: 14px;
}
.header-menu{
    background: #1f1b2d;
    height: 80px;
}
.header-logo{
    max-width: 200px;
    margin-top: 5px;
}
.header-menu-links{
    margin-right: 0px;
    list-style: none;
    padding-inline-start: 0px;
    margin-block-start: 0;

}
.header-menu-links li{
    float: left;
}
.header-menu-links li a{
    color: #fff;
    padding: 0px 15px;
}
.card-veiculo{
    background: #ffffff0a;
    float: left;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 30px;
}
.card-veiculo-body{
    padding: 10px;
    float: left;
    width: 100%;
}
.card-veiculo-fotter{
    padding: 10px;
    float: left;
    width: 100%;
    border-top: 1px solid #1f1b2d;
}
.veiculo-veja-mais{
    color: #ccc;
    background: #1f1b2d;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    float: right;
    text-decoration: none;
}
.veiculo-veja-mais:hover{
    color: #A22100;
    text-decoration: none;
}

.card-veiculo-detalhes{
    background: #ffffff0a;
    color: #fff;
    border-radius: 6px;
    padding: 10px 10px 10px 20px;
}
.text-11{
    font-size: 11px;
}
.text-12{
    font-size: 12px;
}
.text-14{
    font-size: 14px;
}
.card-veiculo-detalhes i{
    font-size: 18px;
}
.site-interno-layout{
    border-top: 2px dashed #ffffff0a;
    margin-top: 15px;
}
.veiculo-infos{
    float: left;
    width: 100%;
    padding: 0 0;
    margin: 0 -5px;
}
.veiculo-info-quadro{
    background: rgb(31, 27, 45);
    color: #fff;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
}
.veiculos-infos-quadros .col-4{
    padding: 0 5px;
}
.slide-home-catatau{
    border-radius: 8px;
}
.home-marca img{
    max-width: 100%;
}
.home-marca{
    float: left;
    width: 100%;
    padding: 5px;
    text-align: center;
}
.home-marca p{
    margin-bottom: 0px;
    font-size: 11px;
    text-align: center;
    color: #666;
}

.form-group {
    display: flex;
    align-items: center;
    padding: .5rem;
    border: 1px solid #efecf3;
    border-radius: .5rem;
    background-color: #fff;
    box-shadow: 0 .125rem .125rem -.125rem #1f1b2d14, 0 .25rem .75rem #1f1b2d14;
}

.form-group-light {
    border-color: #ffffff26;
    background-color: #ffffff0a;
}
.border-end-md {
    border-right: 1px solid #efecf3 !important;
}
.form-group .form-control, .form-group .form-select {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.form-group .input-group .input-group-text {
    margin-top: .125rem;
    padding-right: 0;
    border: 0;
    background: transparent;
}
.btn-catatau{
    color: #fff;
    background: #A22100;
}
.faixa-tipos{
    background: #0d0b13;
    padding: 25px 0;
    margin: 25px 0;
}
.faixa-tipos-titulo{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    color: #ccc;
}
.caixa-dados{
    background: #ffffff0a;
    padding: 15px;
    font-size: 16px;
    color: #ccc;
    border-radius: 8px;
    float: left;
}
.titulo-redes{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    color: #ccc;
    text-align: center;
    margin-top: 25px;
}
.logo-redes{
    max-width: 40px;
}
.mapa-home{
    margin-top: 40px;
}
.autoplay-clientes .slick-slide{
    padding: 0 10px;
}
.botao-whatsapp{
    background: #00C65E;
    color: white;
    border: initial;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 2px;
    font-weight: bolder;
}

.botao-whatsapp:hover{
    background: #00E676;
}
.botao-header-menu{
    background: #fff;
    border: none;
    color: #A22100;
    border-radius: 4px;
    font-size: 24px;
    display: none;
    padding: 5px 12px;
}
@media (max-width: 800px){
	.interna-topo .logotopo{
		top: 0px;
		position: inherit;
	}
	.interna-topo{
		padding-top: 0;
		height: auto;
	}
	.menu-topo{
		display: none;
	}
	.menu{
		width: 100%;
    height: 75px;
    background: #000;
    float: left;

	}
	.slide-caixa{
		width: 100%;
		z-index: 40;
	}
	.menu-links{
		padding: 20px 0;
		position: absolute;
		z-index: 200;
		background: #000;
		left: 0;
		display: none;
		top: 75px;
	}
	.menu-links a{
		width: 100%;
	}
	.menu-cell{
		display: block;
	}
    .header-top{
        min-height: 60px;
        text-align: center;
    }
    .small-off {
        display: none !important;
    }
    .header-menu-links{
        display: none;
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background: #1f1b2d;
        z-index: 2000;
    }
    .header-menu-links li{
        width: 100%;
        float: left;
    }
    .header-menu-links li a{
        width: 100%;
        padding: 10px 15px;
        float: left;
    }
    .botao-header-menu{
        display: block;
    }
}
