* {margin:0; list-style:none; padding:0; color:#373435; font-size:14px;}

img {border:none;}
a {text-decoration:none;}
:hover {-webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s;}

.clear {clear:both;}
.oculto {display:none;}
.disabled {display:none;}
option {color:#282829;}
.lb-caption {color:#FFF;}

input[type=button] {-webkit-appearance:none;}
input[type=submit] {-webkit-appearance:none;}
select {-webkit-appearance:none;}

body {width:100%; height:100%; overflow-x:hidden;}


#tudo {width:100%;}

#tudo .blackout {width:100%; height:100%; position:fixed; top:0; left:0; z-index:100000000; background:rgba(0,0,0,0.7);}
#tudo #popup {width:370px; height:291px; position:fixed; padding:30px 15px; z-index:100000001; left:50%; top:50%; margin-left:-200px; margin-top:-175.5px; background-color:#40c351; border-radius:10px;}
#tudo #popup .x {width:28px; height:26px; position:absolute; padding-top:0px; margin-left:369px; margin-top:-42px; cursor:pointer; text-align:center; background-color:#004018; color:#FFF; font-size:15px; font-weight:bold; border-radius:100%; transition: all .2s;display: flex; align-items: center; justify-content: center;}
#tudo #popup .x:hover {background-color:#035e25; transition: all .2s;}
#tudo #popup .logo {display:table; margin:0 auto;}
#tudo #popup .titulo {font-size:18px; line-height:25px; color:#FFF; text-align:center; font-weight:600; margin-top:15px; margin-bottom:10px;}
#tudo #popup .titulo span {font-size:18px; color:#FFF; font-weight:800;}
#tudo #popup .titulo2 {font-size:13px; color:#FFF; text-align:center; margin-bottom:20px;}
#tudo #popup .campo-nome {display:table; margin:0 auto;}
#tudo #popup .campo-nome input {width:270px; border:none; padding:7px 10px; outline:none; border-radius:5px;}
#tudo #popup .campo-whats {display:table; margin:0 auto; margin-top:15px;}
#tudo #popup .campo-whats input {width:270px; border:none; padding:7px 10px; outline:none; border-radius:5px;}
#tudo #popup .campos-mensagem {display:table; margin:0 auto; margin-top:15px;}
#tudo #popup .campos-mensagem textarea {width:270px; border:none; height:50px; padding:5px 10px; outline:none; border-radius:5px;}
#tudo #popup .botao-envia {display:table; margin:0 auto; margin-top:15px;}
#tudo #popup .botao-envia input {padding:7px 20px; display:table; margin:0 auto; cursor:pointer; padding-left:35px; color:#FFF; font-weight:400; font-size:13px; border:none; background: url(../i/quebrado/whats-topo.svg) 12px center, linear-gradient(#004018, #017a2f); background-repeat:no-repeat, repeat; background-size:18px, cover; border-radius:15px; transition: all .3s;}
#tudo #popup .botao-envia input:hover {background: url(../i/quebrado/whats-topo.svg) 12px center, linear-gradient(#017a2f, #004018); background-repeat:no-repeat, repeat; background-size:18px, cover; background-size:18px; transition: all .3s;}

#tudo .normal {width:100%; position:fixed; z-index:1000; transition: all .3s;background-color: #2A0D43;}
#tudo .normal #conteudo-topo {width: 100%; position:relative;z-index: 1; padding: 15px 0px;}
#tudo .normal #conteudo-topo .logo-efeito {position:absolute;left:150px;z-index: 2;bottom: 0px;width:300px;}
#tudo .normal #conteudo-topo #mostra-topo {width:1200px; margin: 0 auto;  transition: all .3s;display: flex;align-items: center;}
#tudo .normal #conteudo-topo #mostra-topo #col-esq-topo {width: 300px; display: flex; float:left; transition: all .3s;}
#tudo .normal #conteudo-topo #mostra-topo #col-esq-topo #logo-topo {display: flex; justify-content: center; transition: all .3s;}
#tudo .normal #conteudo-topo #mostra-topo #col-esq-topo #logo-topo .logo { transition: all .3s;}
#tudo .normal #conteudo-topo #mostra-topo #col-esq-topo #logo-topo .logo a {display: block; display: flex; justify-content: center; transition: all .3s;}
#tudo .normal #conteudo-topo #mostra-topo #col-esq-topo #logo-topo .logo a #logo-img { width: 300px; transition: all .3s;}
#tudo .normal #conteudo-topo #mostra-topo #col-dir-topo {float:right; transition: all .3s;width: 900px;margin-top: 30px;}
#tudo .normal #conteudo-topo #mostra-topo #col-dir-topo #menu {float:right; position:relative;}
#tudo .normal #conteudo-topo #mostra-topo #col-dir-topo #menu #redes {display: flex;justify-content: flex-end;margin-bottom: 20px;}
#tudo .normal #conteudo-topo #mostra-topo #col-dir-topo #menu #redes .whatsapp a {display: flex;align-items: center;color: #ffffff;}
#tudo .normal #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu {display:table;transition: all .3s; }
#tudo .normal #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu p {display:table; float:left;  transition: all .3s;}
#tudo .normal #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu p a {display:block; font-size:18px; margin-left: 60px; font-weight:400; color:#ffffff; transition: all .3s;}
#tudo .normal #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu p a:hover {color:#F76E17; transition: all .3s;text-decoration:underline;}
#tudo .normal #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu .ativo a {display:block; font-size:18px; font-weight:400; color:#F76E17; position:relative; transition: all .3s;text-decoration:underline;}

#tudo .interno {width:100%; position:fixed; z-index:1000; transition: all .3s;background-color: #2A0D43;}
#tudo .interno #conteudo-topo {width: 100%; padding: 15px 0px; }
#tudo .interno #conteudo-topo .logo-efeito {position:absolute;left:150px;z-index: 2;bottom: 0px;width:300px;}
#tudo .interno #conteudo-topo #mostra-topo {width:1200px; margin: 0 auto;  transition: all .3s;display: flex;align-items: center;}
#tudo .interno #conteudo-topo #mostra-topo #col-esq-topo {width: 300px; display: flex; float:left; transition: all .3s;}
#tudo .interno #conteudo-topo #mostra-topo #col-esq-topo #logo-topo {display: flex; justify-content: center; transition: all .3s;}
#tudo .interno #conteudo-topo #mostra-topo #col-esq-topo #logo-topo .logo { transition: all .3s;}
#tudo .interno #conteudo-topo #mostra-topo #col-esq-topo #logo-topo .logo a {display: block; display: flex; justify-content: center; transition: all .3s;}
#tudo .interno #conteudo-topo #mostra-topo #col-esq-topo #logo-topo .logo a #logo-img { width: 300px; transition: all .3s;}
#tudo .interno #conteudo-topo #mostra-topo #col-dir-topo {float:right; transition: all .3s;width: 900px;margin-top: 30px;}
#tudo .interno #conteudo-topo #mostra-topo #col-dir-topo #menu {float:right; position:relative;}
#tudo .interno #conteudo-topo #mostra-topo #col-dir-topo #menu #redes {display: flex;justify-content: flex-end;margin-bottom: 20px;}
#tudo .interno #conteudo-topo #mostra-topo #col-dir-topo #menu #redes .whatsapp a {display: flex;align-items: center;color: #ffffff;}
#tudo .interno #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu {display:table;transition: all .3s; }
#tudo .interno #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu p {display:table; float:left;  transition: all .3s;}
#tudo .interno #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu p a {display:block; font-size:18px; margin-left: 60px; font-weight:400; color:#ffffff; transition: all .3s;}
#tudo .interno #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu p a:hover {color:#F76E17; transition: all .3s;text-decoration:underline;}
#tudo .interno #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu .ativo a {display:block; font-size:18px; font-weight:400; color:#F76E17; position:relative; transition: all .3s;text-decoration:underline;}

#tudo .scroll {width:100%; position:fixed; z-index:1000; transition: all .3s;background-color: #2A0D43;}
#tudo .scroll #conteudo-topo {width: 100%; padding: 15px 0px; }
#tudo .scroll #conteudo-topo .logo-efeito {position:absolute;left:150px;z-index: 2;bottom: 0px;width:250px;}
#tudo .scroll #conteudo-topo #mostra-topo {width:1200px; margin: 0 auto;  transition: all .3s;display: flex;align-items: center;}
#tudo .scroll #conteudo-topo #mostra-topo #col-esq-topo {width: 230px; display: flex; float:left; transition: all .3s;}
#tudo .scroll #conteudo-topo #mostra-topo #col-esq-topo #logo-topo {display: flex; justify-content: center; transition: all .3s;}
#tudo .scroll #conteudo-topo #mostra-topo #col-esq-topo #logo-topo .logo { transition: all .3s;}
#tudo .scroll #conteudo-topo #mostra-topo #col-esq-topo #logo-topo .logo a {display: block; display: flex; justify-content: center; transition: all .3s;}
#tudo .scroll #conteudo-topo #mostra-topo #col-esq-topo #logo-topo .logo a #logo-img { width: 230px; transition: all .3s;}
#tudo .scroll #conteudo-topo #mostra-topo #col-dir-topo {float:right; transition: all .3s;width: 970px;margin-top: 30px;}
#tudo .scroll #conteudo-topo #mostra-topo #col-dir-topo #menu {float:right; position:relative;}
#tudo .scroll #conteudo-topo #mostra-topo #col-dir-topo #menu #redes {display: flex;justify-content: flex-end;margin-bottom: 20px;}
#tudo .scroll #conteudo-topo #mostra-topo #col-dir-topo #menu #redes .whatsapp a {display: flex;align-items: center;color: #ffffff;}
#tudo .scroll #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu {display:table;transition: all .3s; }
#tudo .scroll #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu p {display:table; float:left;  transition: all .3s;}
#tudo .scroll #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu p a {display:block; font-size:15px; margin-left: 60px; font-weight:400; color:#ffffff; transition: all .3s;}
#tudo .scroll #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu p a:hover {color:#F76E17; transition: all .3s;text-decoration:underline;}
#tudo .scroll #conteudo-topo #mostra-topo #col-dir-topo #menu #mostra-menu .ativo a {display:block; font-size:15px; font-weight:400; color:#F76E17; position:relative; transition: all .3s;text-decoration:underline;}

#tudo #conteudo {width:100%;}
#tudo #conteudo #repete-conteudo {width:100%;}
#tudo #conteudo #repete-conteudo #repete-banners {width:100%;position:relative; z-index:20;padding-top: 140px;}
#tudo #conteudo #repete-conteudo #repete-banners .imagem-banner {position: relative; overflow: hidden;}
#tudo #conteudo #repete-conteudo #repete-banners .imagem-banner.com-mascara::after { content: ""; position: absolute;  inset: 0;  background: url('../i/quebrado/mascara-2.png') center center no-repeat;  background-size: cover;  pointer-events: none; z-index: 1;}
#tudo #conteudo #repete-conteudo #repete-banners .imagem-banner.mascara-direita::after {  transform: scaleX(-1);}
#tudo #conteudo #repete-conteudo #repete-banners .imagem-banner .banner-conteudo {margin: 0 auto;position: absolute;bottom: 55%;left: 50%;transform: translateX(-50%);padding-bottom: 20px;width: 1200px;z-index: 2;}
#tudo #conteudo #repete-conteudo #repete-banners .imagem-banner .titulo-banner.esquerda {width: 1200px; font-size: 55px;  margin-bottom: 35px; color: #ffffff;  line-height: 45px;  text-align: left; font-weight: 200;}
#tudo #conteudo #repete-conteudo #repete-banners .imagem-banner .titulo-banner.esquerda span {width: 1200px; font-size: 55px;  margin-bottom: 35px; color: #ffffff;  line-height: 45px;  text-align: left; font-weight: 900;}
#tudo #conteudo #repete-conteudo #repete-banners .imagem-banner .descricao-banner.esquerda {width:600px;font-size: 30px; line-height: 100%; color:#ffffff; margin-bottom: 35px;text-align: left;}
#tudo #conteudo #repete-conteudo #repete-banners .imagem-banner .titulo-banner.centro {width: 1200px; font-size: 55px;  margin-bottom: 35px; color: #ffffff;  line-height: 45px;  text-align: center;  font-weight: 200;}
#tudo #conteudo #repete-conteudo #repete-banners .imagem-banner .titulo-banner.centro span{width: 1200px; font-size: 55px;  margin-bottom: 35px; color: #ffffff;  line-height: 45px;  text-align: center; font-weight: 900;}
#tudo #conteudo #repete-conteudo #repete-banners .imagem-banner .descricao-banner.centro {width:1200px;font-size: 30px; line-height: 100%; color:#ffffff; margin-bottom: 35px;text-align: center;}
#tudo #conteudo #repete-conteudo #repete-banners .imagem-banner .titulo-banner.direita {width: 1200px; font-size: 55px;  margin-bottom: 35px; color: #ffffff;  line-height: 45px;  text-align: right; font-weight: 200;margin-left: auto;}
#tudo #conteudo #repete-conteudo #repete-banners .imagem-banner .titulo-banner.direita span {width: 1200px; font-size: 55px;  margin-bottom: 35px; color: #ffffff;  line-height: 45px;  text-align: right; font-weight: 900;margin-left: auto;}
#tudo #conteudo #repete-conteudo #repete-banners .imagem-banner .descricao-banner.direita {width:600px;font-size: 30px; line-height: 100%; color:#ffffff; margin-bottom: 35px;text-align: right;margin-left: auto;}
#tudo #conteudo #repete-conteudo #repete-banners #bloco-banner {width:100%;}
#tudo #conteudo #repete-conteudo #repete-banners #bloco-banner .owl-dots {width:fit-content; margin:0 auto; position:relative; z-index:51; margin-top:-45px; margin-bottom:44px;}
#tudo #conteudo #repete-conteudo #repete-banners #bloco-banner .owl-dots .owl-dot {display:block; width:12px; height:12px; margin-left:3px; margin-right:3px; float:left; border-radius:100%; background-color:#FFF;}
#tudo #conteudo #repete-conteudo #repete-banners #bloco-banner .owl-dots .active {display:block; width:12px; height:12px; border-radius:100%; background-color:#121212;}
.botao-whats-banner  { background: #F76E17; color: #fff; padding: 6px 12px; text-decoration: none; display: flex; align-content: center; align-items: center; font-size: 20px; cursor: pointer; width: 200px; justify-content: center; transition: all .3s; border-radius: 30px;}
.botao-whats-banner:hover  {background: #2A0D43; color: #fff; padding: 6px 12px; text-decoration: none; display: flex; align-content: center; align-items: center; font-size: 20px; cursor: pointer; width: 200px; justify-content: center; transition: all .3s; border-radius: 30px;}
.botao-whats-banner .esquerda  { background: #F76E17; color: #fff; padding: 6px 12px; text-decoration: none; display: flex; align-content: left; align-items: center; font-size: 20px; cursor: pointer; width: 200px; justify-content: center; transition: all .3s; border-radius: 30px;}
.botao-whats-banner:hover .esquerda {background: #2A0D43;color: #fff;padding:12px 20px;text-decoration:none;display:flex;align-content:center;align-items:center;font-size:25px;cursor:pointer;width:310px;justify-content:center;transition: all .3s;}
.botao-whats-banner.centro  { background: #F76E17; color: #fff; padding: 6px 12px; text-decoration: none; display: flex; align-content: center; align-items: left; font-size: 20px; cursor: pointer; width: 200px; justify-content: center; transition: all .3s; border-radius: 30px;    margin: 0 auto;}
.botao-whats-banner:hover.centro {background: #2A0D43;color: #fff;padding:12px 20px;text-decoration:none;display:flex;align-content:center;align-items:center;font-size:25px;cursor:pointer;width:310px;justify-content:center;transition: all .3s;margin: 0 auto;}
.botao-whats-banner.direita   { background: #F76E17; color: #fff; padding: 6px 12px; text-decoration: none; display: flex; align-content: center; align-items: left; font-size: 20px; cursor: pointer; width: 200px; justify-content: center; transition: all .3s; border-radius: 30px; margin-left: auto;}
.botao-whats-banner:hover.direita { background: #2A0D43; color: #fff; padding: 6px 12px; text-decoration: none; display: flex; align-content: center; align-items: left; font-size: 20px; cursor: pointer; width: 200px; justify-content: center; transition: all .3s; border-radius: 30px; margin-left: auto;}

#tudo #conteudo #repete-conteudo #repete-filtro-banner {width:100%; padding-bottom:40px; margin-top:-34px;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro {width:1200px; margin:0 auto;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro {padding:20px;background: #ffffffb5;border-radius: 20px;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro {width:100%;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros { }
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros select {width:190px; height:53px; cursor:pointer; font-size:18px; position:relative; z-index:31; font-weight:400; padding:0px 15px; outline:none; color:#313237;background-color: #F4F9FF; border-radius: 25px;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros select option {color:#111111; font-size:14px;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .campo-select {position:relative; height:53px; border-radius: 25px; background-color: #F4F9FF;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .campo-select:before {content:""; display:inline-block; cursor:pointer; z-index:32; vertical-align:middle; position:absolute; margin-top:18px; right:10px; width:20px; height:20px; background:transparent url('../i/quebrado/seta.svg') center center no-repeat; background-size:22px; transform:rotate(90deg); transition:.2s linear;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection {height:53px; padding-left:15px; color:#444; font-size:20px; outline:none; padding-right:15px; cursor:pointer;  background:none; border-radius: 25px;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection input { margin-left:0px;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection input {}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection input::placeholder {color:#313237; font-size:18px; font-weight:400;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection .select2-selection__clear {margin-right:20px;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection .select2-selection__choice {margin-top:3px; font-size:15px; line-height:20px;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection .select2-selection__rendered {padding:0px;  margin-top: 11px;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection .select2-search {}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .cidade {display:table; float:left;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros #carrega-bairro {display:table; float:left; }
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .imovel-busca {display:table; float:left;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .ordenar-por {display:table; float:left; }
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .label {font-size:13px; display:block; line-height:13px; margin-bottom:5px;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .botao-buscar {}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .botao-buscar input {cursor: pointer;font-size: 21px;font-weight: 400; color: #FFF;border: none;border-radius: 20px;transition: all .2s;height:53px;width:195px;background:#F76E17 url(../i/quebrado/buscar.svg) 25px center no-repeat;background-size: 22px;transition: all .2s;}
#tudo #conteudo #repete-conteudo #repete-filtro-banner #conteudo-filtro #filtro #bloco-filtro #outros-filtros .botao-buscar input:hover {cursor: pointer;font-size: 21px;font-weight: 400; color: #FFF;border: none;border-radius: 20px;transition: all .2s;height:53px;width:195px;background:#2A0D43 url(../i/quebrado/buscar.svg) 25px center no-repeat;background-size: 22px; transition: all .2s;}
.select2-container--default .select2-selection--single .select2-selection__rendered {color: #313237!important; font-size: 18px!important; font-weight: 400!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {display: none!important;}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {font-size: 18px !important;color: #444;}
.select2-container--default .select2-selection--single .select2-selection__rendered {color: #313237!important; font-size: 18px!important; font-weight: 400!important;}
.select2-container {width: 190px !important;}
input[type=range] { -webkit-appearance: none;appearance: none;height: 2px;background: #B3966A; border-radius: 5px;outline: none;}
input[type=range]::-webkit-slider-thumb {-webkit-appearance: none;appearance: none;width: 10px; height: 10px;border-radius: 50%;background: #111B36;cursor: pointer;position: relative;z-index: 2;}
input[type=range]::-moz-range-thumb { width: 10px; height: 10px;border-radius:50%;background: #111B36;cursor: pointer;position: relative;z-index: 2;}


#tudo #conteudo #repete-conteudo #repete-destaques {width:100%;padding-bottom: 60px;padding-top: 60px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques {width: 1200px; margin: 0 auto;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques #bloco-titulo{}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques #bloco-titulo .titulo {font-size: 50px;line-height:90%;color:#000000;text-align:left;margin-bottom: 50px;font-weight: 500}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques #bloco-titulo .titulo span{font-size: 50px;color: #F76E17;font-weight: bold}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel {width: 100%;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque { border-radius:25px;overflow: hidden;position: relative;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque .faixa {}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo {width:100%;position: relative;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #mostra-imagem {width: 100%;position: relative;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #mostra-imagem::after {   content: ""; position: absolute; top: 0;  left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgb(23 0 46 / 90%), rgba(0, 0, 0, 0));  z-index: 1;margin-bottom: 15px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #mostra-imagem #imagem {width:100%;height:450px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes {position: absolute; bottom: 0;left: 0;width: 100%;z-index:2;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin {display: flex;justify-content:space-between;padding: 40px;align-items: center;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin .nome {font-size: 35px; line-height: 100%; color: #ffffff; font-weight: 400; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;margin-bottom: 15px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin .bairro {font-size: 21px; margin-right: 6px;  color: #ababab; font-weight:400;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin .cidade {font-size: 25px; color: #ffffff; font-weight:400;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin #linha{width: 100%; height: 3px; margin-bottom: 5px ; margin-top: 10px; background-image: linear-gradient(to right, #071c3999  -3%, #cda37500 100%);}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin .preco{font-size:55px; color:#ffffff;  font-weight: 400;text-align: center;margin-bottom: 20px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin .preco span{font-size: 54px; color:#ffffff;  font-weight: 600;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin .ver{font-size: 16px; color: #ffffff; transition: all .3s;  border-radius: 25px;  margin-top: 12px;  margin: 0 auto; width: 110px; padding: 10px 20px; background-color: #F76E17; transition: all .3s; text-align: center;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin .ver:hover{font-size: 16px; color: #ffffff; transition: all .3s;  border-radius: 25px;  margin-top: 12px;  margin: 0 auto; width: 110px; padding: 10px 20px; background-color: #2A0D43; transition: all .3s; text-align: center;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin #dados {width: 800px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin #dados #icones #alinha-icones {display: flex;padding: 5px 10px 5px 0px; margin-top: 15px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin #dados #icones #alinha-icones #espaco {display: flex; height: 30px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin #dados #icones #alinha-icones #espaco .tipo-c { text-align:center; display: flex; align-items: center; font-size:14px; padding-left:34px; margin-right:15px; font-weight:400; color:#ffffff; padding-bottom:8px; padding-bottom:0px; background:transparent url('../i/quebrado/venda.png') left center no-repeat; background-size:25px;border-right: 1px solid #fff; padding-right: 15px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin #dados #icones #alinha-icones #espaco .quartos { text-align:center; display: flex; align-items: center; font-size:14px; padding-left:34px; margin-right:15px; font-weight:400; color:#ffffff; padding-bottom:8px; padding-bottom:0px; background:transparent url('../i/quebrado/quarto.png') left center no-repeat; background-size:25px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin #dados #icones #alinha-icones #espaco .banheiros { text-align:center; display: flex; align-items: center; font-size:14px; padding-left:34px; margin-right:15px; font-weight:400; color:#ffffff;  padding-bottom:8px; padding-bottom:0px; background:transparent url('../i/quebrado/banheiro.svg') left center no-repeat; background-size:20px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin #dados #icones #alinha-icones #espaco .garagem { text-align:center; display: flex; align-items: center;font-size:14px; padding-left:34px; margin-right:15px; font-weight:400; color:#ffffff;  padding-bottom:8px; padding-bottom:0px; background:transparent url('../i/quebrado/garagem.svg') left center no-repeat; background-size:24px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin #dados #icones #alinha-icones #espaco .area {text-align:center; display: flex; align-items: center;font-size:14px; padding-left:34px; margin-right:15px; font-weight:400; color:#ffffff;  padding-bottom:8px; padding-bottom:0px; background:transparent url('../i/quebrado/tamanho-branco.svg') left center no-repeat; background-size:24px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin #dados #icones #alinha-icones #espaco .tamanho {text-align:center; display: flex; align-items: center;font-size:14px; padding-left:34px; margin-right:0px; font-weight:400; color:#ffffff;  padding-bottom:8px; padding-bottom:0px; background:transparent url('../i/quebrado/regua.svg') left center no-repeat; background-size:24px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel #bloco-destaque #fundo #informacoes #margin #dados #icones #alinha-icones #espaco .suite {text-align:center; display: flex; align-items: center;font-size:14px; padding-left:34px; margin-right:15px; font-weight:400; color:#ffffff;  padding-bottom:8px; padding-bottom:0px; background:transparent url('../i/quebrado/suite.svg') left center no-repeat; background-size:24px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel .owl-nav .owl-prev {width:40px; height:40px; position:absolute; right:-60px; top:49%; margin-top:-15px; color:#ff0000; outline:none; font-size:0.001px; background: url('../i/quebrado/seta.svg') center center no-repeat; background-size:auto 55px; transition: all .3s;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel .owl-nav .owl-prev span {color:#FFF; font-size:0.001px;}    
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel .owl-nav .owl-next {width:40px; height:40px; position:absolute; left:-60px; top:49%; margin-top:-15px; color:#FFF; outline:none; font-size:0.001px; background: url('../i/quebrado/seta.svg') center center no-repeat; background-size:auto 55px; transform:rotate(180deg);  transition: all .3s;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel .owl-nav .owl-next span {color:#FFF; font-size:0.001px;} 
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel .owl-dots {display:table; margin:0 auto; position:relative; z-index:51; margin-top:25px;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel .owl-dots .owl-dot {display:block; width:11px; height:11px; margin-left:3px; margin-right:3px; float:left; border-radius:100%; background-color:#666;}
#tudo #conteudo #repete-conteudo #repete-destaques #conteudo-destaques .mostra-destaquesCarrosel .owl-dots .active {display:block; width:11px; height:11px; border-radius:100%; background-color:#071c39;}

#tudo #conteudo #repete-conteudo #repete-imoveis {width:100%; position:relative; z-index:3; padding-top:60px; padding-bottom:60px;background-color: #f5f5f5;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis {display:table; margin:0 auto; margin-bottom:15px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #bloco-titulo {display:table;margin-bottom:15px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #bloco-titulo .titulo {font-size:50px; color:#2A0D43; font-weight:500;text-align: left;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis {width:1200px; margin:0 auto;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis {width:1200px; margin-top:50px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel {width:285px; float:left; margin-right:20px; margin-bottom:20px;position: relative;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a {width:285px; display:block; position:relative; background-color:#FFF; box-shadow: 0px 0px 20px -8px #000000; border-radius:10px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a .bloco-imagem {width:285px; height:190px; position:relative; background-color:#FFF; overflow:hidden; transition: all .3s; border-radius:10px 10px 0px 0px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a .bloco-imagem .imagem {width:285px; height:190px; position:relative; overflow:hidden; border-radius:5px 5px 0px 0px; transition: all .3s;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a:hover .bloco-imagem .imagem {width:285px; height:220px; position:relative; overflow:hidden; border-radius:5px 5px 0px 0px; transform:scale(1.1); transition: all .3s;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a .preco {padding: 8px;background-color: #F76E17;width: 140px; display: flex; position: absolute; top: 164px; left: -14px; color: #fff; font-size: 17px;justify-content: center;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a .preco .canto {position: absolute;top: -14px; left: 0px;font-weight: 500;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados {width:265px; padding:10px 10px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados .nome {font-size: 18px; color: #000000; font-weight: 500; padding-top: 10px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados #local {display: flex;margin-bottom: 20px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados #local #alinha {line-height: 40%;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados .bairro {font-size:17px; text-align:left; line-height:20px; font-weight:600; color:#000000; }
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados .cidade-estado {text-align:left; font-size:12px; font-weight:400; margin-top:2px; color:#000000;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados #tipo-imovel {padding: 15px 0px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados #tipo-imovel .tipo { font-size: 15px; padding: 3px 5px 3px 35px; color: #000000 ;font-weight: 500;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados #icones { margin-top:10px; height:24px; margin-bottom:10px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados #icones #alinha-icones {display:flex; justify-content: center;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados #icones #alinha-icones .quartos {display: flex;align-items: center; text-align:center; padding-left:25px; margin-right:15px; font-weight:400; color:#000000;  font-size:12px; background:transparent url('../i/quebrado/quarto.svg') left center no-repeat; background-size:22px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados #icones #alinha-icones .suite {display: flex; text-align:center; padding-left:25px; margin-right:15px; font-weight:400; color:#000000; font-size:12px;  background:transparent url('../i/quebrado/suite-2.svg') left center no-repeat; background-size:20px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados #icones #alinha-icones .banheiros {display: flex; text-align:center; padding-left:25px; margin-right:15px; font-weight:400; color:#000000; font-size:12px; background:transparent url('../i/quebrado/banheiro-2.svg') left center no-repeat; background-size:17px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados #icones #alinha-icones .garagem {display: flex; text-align:center; padding-left:25px; margin-right:15px; font-weight:400; color:#000000; font-size:12px;background:transparent url('../i/quebrado/garagem-2.svg') left center no-repeat; background-size:20px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados #icones #alinha-icones .area {display: flex; text-align:center; padding-left:25px; font-weight:400; color:#000000;  font-size:12px;  background:transparent url('../i/quebrado/tamanho.svg') left center no-repeat; background-size:20px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados #alinha-infos {display:table; margin:0 auto;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a #conteudo-dados .detalhes {width:100px; margin:0 auto; font-size:11px; margin-top:10px; text-align:center; font-weight:400; color:#FFF; padding:5px 8px; background-color:#2A0D43; border-radius:20px; transition: all .3s;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis #bloco-imovel a:hover #conteudo-dados .detalhes {background-color:#F76E17; transition: all .3s;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis .ver-mais {display:table; margin:0 auto; margin-top:20px;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis .ver-mais a {display:table; margin: auto; font-size:14px; margin-right:10px; font-weight:500; color:#FFF; padding:5px 25px; background-color:#2A0D43; border-radius:20px; transition: all .3s;}
#tudo #conteudo #repete-conteudo #repete-imoveis #conteudo-imoveis #mostra-imoveis .ver-mais a:hover {background-color:#F76E17; transition: all .3s;}

#tudo #conteudo #repete-conteudo #repete-quemSomos {width:100%;padding-top:60px; padding-bottom:60px; background: url('../i/quebrado/fundo-quem-somos.png') center no-repeat;background-size: cover,100%; position:relative;}
#tudo #conteudo #repete-conteudo #repete-quemSomos #conteudo-quemSomos {width:1200px; margin:0 auto; }
#tudo #conteudo #repete-conteudo #repete-quemSomos #conteudo-quemSomos #bloco-titulo {margin-bottom: 30px;}
#tudo #conteudo #repete-conteudo #repete-quemSomos #conteudo-quemSomos #bloco-titulo .titulo {font-size:50px; color:#fff; font-weight:500;text-align: left;}
#tudo #conteudo #repete-conteudo #repete-quemSomos #conteudo-quemSomos #bloco-quemSomos {border-left: 4px solid #F76E17;}
#tudo #conteudo #repete-conteudo #repete-quemSomos #conteudo-quemSomos #bloco-quemSomos #bloco-dados {width:550px;margin-left: 50px;}
#tudo #conteudo #repete-conteudo #repete-quemSomos #conteudo-quemSomos #bloco-quemSomos .descricao {line-height:140%; font-size:24px; color:#FFF; text-align:justify;}
#tudo #conteudo #repete-conteudo #repete-quemSomos #conteudo-quemSomos #bloco-quemSomos .imagem-quemSomos {width: 565px;height: 500px;}

#tudo #conteudo #repete-conteudo #repete-depoimentos {width:100%; padding-bottom:60px; display: flex; justify-content: center;background-color: #ffffff;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos {width:1200px;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #bloco-titulo-depoimentos {padding-top: 50px;padding-bottom: 50px;display: flex; justify-content: start; align-items: center;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #bloco-titulo-depoimentos .titulo {font-size:50px; color:#F76E17; font-weight:bold;text-align: left;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos {width:1200px;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .carrosel-depoimento a {display:block;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .carrosel-depoimento .bloco-imagem {width: 70px; height: 70px; margin-left: 30px; overflow: hidden; position: relative; border-radius: 100%; display: flex; justify-content: center; justify-items: center; align-items: center;border: 4px solid #F76E17;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .carrosel-depoimento .bloco-imagem .moldura {width:80px; height: 80px; float: left; overflow: hidden; position: relative; border-radius: 100%; display: flex; justify-content: center; justify-items: center; align-items: center; }
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .carrosel-depoimento .bloco-imagem .imagem-depoimentos {width:80px; height:80px; position:relative; z-index:2; overflow:hidden; border-radius:100%;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .carrosel-depoimento #fundo-depoimento {width:100%;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .carrosel-depoimento #resumo {display: flex;justify-content: center; margin-top: 20px;align-items: center;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .carrosel-depoimento #resumo .cidade {font-size: 16px; color: #000000; font-weight: 500;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .carrosel-depoimento #nome { margin-left: 15px;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .carrosel-depoimento #nome .nome {font-size:18px;color:#000000;font-weight: 600;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .carrosel-depoimento #nome .linha {width: 150px; height: 3px;background: linear-gradient(to right, #F76E17 0%, rgba(247, 110, 23, 0) 100%);margin-top: 5px;margin-bottom: 5px;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .carrosel-depoimento #nome .cidade {font-size:10px;color:#ffffff}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .carrosel-depoimento #fundo-depoimento .estrelas-depoimento { margin-bottom: 6px;justify-items: center;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .carrosel-depoimento #fundo-depoimento #alinha-depoimento { width: 100% ;display: flex; justify-content: center; align-items: center; }
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .carrosel-depoimento #fundo-depoimento #alinha-depoimento .texto-depoimento {font-size: 12px; color: #000000; text-align: justify; line-height: 127%; -webkit-background-clip: text;  display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; padding: 15px; margin-top: 15px;background: #fff;border-radius: 20px;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .owl-carousel .animated {display: flex; justify-content: center; text-align: center;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .owl-carousel.owl-drag .owl-item {margin-top:25px;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .owl-nav .owl-prev {width:50px; height:50px; position:absolute; right:-100px; top:50%; margin-top:-15px; color:#ff0000; outline:none; font-size:0.001px; background: url(../i/quebrado/seta.svg) center center no-repeat; background-size:auto 55px;transition: all .3s;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .owl-nav .owl-prev span {color:#FFF; font-size:0.001px;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .owl-nav .owl-next {width:40px; height:40px; position:absolute; left:-100px; top:50%; margin-top:-15px; color:#FFF; outline:none; font-size:0.001px; background: url(../i/quebrado/seta.svg) center center no-repeat; background-size:auto 55px;transform:rotate(180deg); transition: all .3s;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .owl-nav .owl-next span {color:#FFF; font-size:0.001px;} 
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .nome-produto {font-size: 22px; color: #505050; margin-top: 15px; } 
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .owl-dots {display:flex; justify-content: center;align-items: center;margin:0 auto; position:relative; z-index:51; margin-top:40px;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .owl-dots .owl-dot {display:block; width:12px; height:12px; margin-left:3px; margin-right:3px; float:left; border-radius:100%; background-color:#000000;}
#tudo #conteudo #repete-conteudo #repete-depoimentos #conteudo-depoimentos #mostra-depoimentos .owl-dots .active {display:block; width:12px; height:12px;border:1px solid;color:#000000 ;border-radius:100%; background-color:#ffffff}

#tudo #conteudo #repete-conteudo #repete-novidades {width:100%; padding-bottom:60px; display: flex; justify-content: center;background-color: #EDEDED;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades {width:1200px;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #bloco-titulo {padding-top: 50px;padding-bottom: 50px;display: flex; justify-content: start; align-items: center;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #bloco-titulo .titulo {font-size:50px; color:#2A0D43; font-weight:bold;text-align: left;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades {width: 1200px;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades #bloco-novidades {width: 280px;border-radius: 10px;overflow: hidden;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades #bloco-novidades #bloco-imagem {width: 280;height: 190px;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades #bloco-novidades #bloco-imagem .imagem {width: 280px; height: 190px;position: relative; background-color: #FFF; overflow: hidden;transition: all .3s; border-radius: 10px 10px 0px 0px;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades #bloco-novidades #dados {padding:10px;background-color: #fff;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades #bloco-novidades #dados .nome {text-align: left;font-size: 16px;color:#000000;font-weight: 600;min-height:56px;margin-bottom: 10px;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades #bloco-novidades #dados .resumo {text-align: left;font-size: 13px;color:#000000;display: -webkit-box; -webkit-line-clamp: 6;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;text-align: justify;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades #bloco-novidades #dados .confira {width: 140px;text-align: center;padding: 5px;border-radius: 20px;background-color:#F76E17;margin: 0 auto;color: #fff;margin-top: 10px;transition: all .3s;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades #bloco-novidades #dados .confira:hover {transition: all .3s;background-color:#2A0D43;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades .owl-nav .owl-prev {width:60px; height:60px; position:absolute; right:-100px; top:50%; margin-top:-15px; color:#ff0000; outline:none; font-size:0.001px; background: url(../i/quebrado/seta.png) center center no-repeat; background-size:auto 55px;transition: all .3s;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades .owl-nav .owl-prev span {font-size:0.001px;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades .owl-nav .owl-next {width:60px; height:60px; position:absolute; left:-100px; top:50%; margin-top:-15px; color:#FFF; outline:none; font-size:0.001px; background: url(../i/quebrado/seta.png) center center no-repeat; background-size:auto 55px;transform:rotate(180deg); transition: all .3s;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades .owl-nav .owl-next span { font-size:0.001px;} 
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades .nome-produto {font-size: 22px; color: #505050; margin-top: 15px; } 
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades .owl-dots {display:flex; justify-content: center;align-items: center;margin:0 auto; position:relative; z-index:51; margin-top:40px;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades .owl-dots .owl-dot {display:block; width:12px; height:12px; margin-left:3px; margin-right:3px; float:left; border-radius:100%; background-color:#000000;}
#tudo #conteudo #repete-conteudo #repete-novidades #conteudo-novidades #mostra-novidades .owl-dots .active {display:block; width:12px; height:12px;border:1px solid;color:#000000 ;border-radius:100%; background-color:#ffffff}
.botao-whatsapp {position:fixed; top:50%; margin-top:-24px; cursor:pointer; right:0px; z-index:500; transition: all .2s;}
.botao-whatsapp:hover {right:0; transition: all .2s;}
.botao-whatsapp .one {width:110px; height:40px; margin:0 auto; display:block; padding-top:8px; color:#FFF; padding-left:50px; line-height:16px; font-size:11px; background:rgba(5,163,8,0.8) url('../i/quebrado/icon-whats.svg') 7px center no-repeat; background-size:40px; border-radius:30px 0px 0px 30px; transition: all .3s ease-in-out 0s;}
.botao-whatsapp .one:before {content:"1"; width:15px; height:15px; left:30px; top:0px; text-align:center; position:absolute; background-color:#FF0000; border-radius:100%;}
.botao-whatsapp .one:after {content:""; width:30px; height:30px; border-radius:100%; border:15px solid #f5f5f5; position:absolute; z-index:-1; top:50%; left:28px; transform:translate(-50%, -50%); animation:ring 1.5s infinite;} 
.botao-whatsapp:hover .one {background:#2bb52d url('../i/quebrado/icon-whats.svg') 7px center no-repeat; background-size:40px; transition: all .3s;}

@keyframes ring {
  0% {
    width: 0px;
    height: 0px;
    opacity: 1;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}

#tudo #rodape {width:100%;}
#tudo #rodape #politica-privacidade {padding:15px 20px; position:fixed; left:50%; line-height:15px; left:60px; bottom:60px; z-index:10000; background:#f5f5f5; border:2px solid #2A0D43; border-radius:15px; transition: all .2s;}
#tudo #rodape #politica-privacidade .texto {font-size:13px; color:#2A0D43; font-weight:300; text-align:center;}
#tudo #rodape #politica-privacidade .texto a {font-size:13px; color:#2A0D43; font-weight:600; text-align:center;}
#tudo #rodape #politica-privacidade .texto .botao-ok {color:#FFF; padding:5px 15px; font-size:12px; font-weight:500; cursor:pointer; border-radius:20px; background-color:#2A0D43; transition: all .2s;}
#tudo #rodape #politica-privacidade .texto .botao-ok:hover {background-color:#F76E17; transition: all .2s;}
#tudo #rodape #repete-rodape {width:100%; padding-top:30px; padding-bottom:10px; background-color:#2A0D43 ;}
#tudo #rodape #repete-rodape #conteudo-rodape {width:1200px; margin:0 auto;display: flex;}
#tudo #rodape #repete-rodape #conteudo-rodape #col-esq-rodape {width:300px; }
#tudo #rodape #repete-rodape #conteudo-rodape #col-esq-rodape #mapa-site {}
#tudo #rodape #repete-rodape #conteudo-rodape #col-esq-rodape #mapa-site .p {margin-bottom:15px; font-size:16px; color:#F76E17;}
#tudo #rodape #repete-rodape #conteudo-rodape #col-esq-rodape #mapa-site .p a {font-size:16px; color:#ffffff; font-weight:500;}
#tudo #rodape #repete-rodape #conteudo-rodape #col-esq-rodape #mapa-site .p a:hover {text-decoration:underline;}
#tudo #rodape #repete-rodape #conteudo-rodape #col-esq-rodape #mapa-site .ativo {margin-bottom:10px; font-size:16px; font-weight:500; color:#F76E17; text-decoration:underline;}
#tudo #rodape #repete-rodape #conteudo-rodape #col-esq-rodape #mapa-site .ativo a {color:#F76E17; font-size:16px; font-weight:500; text-decoration:underline;}
#tudo #rodape #repete-rodape #conteudo-rodape #col-esq-rodape #mapa-site li {list-style: disc;color: #F76E17;}
#tudo #rodape #repete-rodape #conteudo-rodape #dados-site {width: 226px; margin-left: 74px;}
#tudo #rodape #repete-rodape #conteudo-rodape #dados-site #redes {}
#tudo #rodape #repete-rodape #conteudo-rodape #dados-site #redes .whatsapp {display: flex;align-items: center;color:#fff;font-size: 14px;font-weight: 100;justify-content: end;font-weight: 400;background: transparent url(../i/quebrado/whatsapp-icon.svg) right center no-repeat; background-size: 30px;padding: 10px 40px 10px 0px;}
#tudo #rodape #repete-rodape #conteudo-rodape #dados-site #redes .instagram {display: flex;align-items: center;color:#fff;font-size: 14px;font-weight: 100;justify-content: end;font-weight: 400;background: transparent url(../i/quebrado/instagram-icon.svg) right center no-repeat; background-size: 30px;padding: 10px 40px 10px 0px;}
#tudo #rodape #repete-rodape #conteudo-rodape #dados-site #redes .facebook {display: flex;align-items: center;color:#fff;font-size: 14px;font-weight: 100;justify-content: end;font-weight: 400;background: transparent url(../i/quebrado/facebook-icon.svg) right center no-repeat; background-size: 30px;padding: 10px 40px 10px 0px;}
#tudo #rodape #repete-rodape #conteudo-rodape #dados-site #redes .local {display: flex;align-items: center;color:#fff;font-size: 14px;font-weight: 100;justify-content: end;font-weight: 400;background: transparent url(../i/quebrado/localizacao-icon.svg) right center no-repeat; background-size: 30px;padding: 10px 40px 10px 0px;}
#tudo #rodape #repete-rodape #conteudo-rodape #col-dir-rodape {width:600px;}
#tudo #rodape #repete-rodape #conteudo-rodape #col-dir-rodape #logo-rodape {position:relative;}
#tudo #rodape #repete-rodape #conteudo-rodape #col-dir-rodape #logo-rodape .logo a {width:330px; display:block;margin: 0 auto;}
#tudo #rodape #repete-copy {width:100%; padding-top:5px; padding-bottom:5px; background-color:#2A0D43;border-top: 2px solid #F76E17;}
#tudo #rodape #repete-copy #conteudo-copy {width:1200px; margin:0 auto;}
#tudo #rodape #repete-copy #conteudo-copy .copy {color:#FFF; font-weight:300; font-size:13px; padding-top:3px; float:left;}
#tudo #rodape #repete-copy #conteudo-copy .softbest {float:right;}

#conteudo-interno {width:1200px; margin:0 auto; padding-top:200px; padding-bottom:40px; min-height:503px; position:relative; z-index:52;}
#conteudo-interno #bloco-titulo {width:1200px; margin:0 auto; position:relative;}
#conteudo-interno #bloco-titulo .titulo {font-size:45px; color:#2A0D43; font-weight:700; text-align:center;}
#conteudo-interno .botao-topo {position:absolute; right:0; margin-top:20px;}
#conteudo-interno .botao-topo a {display:block; font-size:15px; color:#00243c; padding-left:20px; transition:.2s linear;}
#conteudo-interno .botao-topo a:before {content:""; display:inline-block; cursor:pointer; vertical-align:middle; position:absolute; margin-top:3px; margin-left:-20px; width:0; height:0; border-bottom:7px solid transparent; border-top:7px solid transparent; border-right:10px solid #00243c; transition:.2s linear;}
#conteudo-interno .botao-bottom {display:table; margin:0 auto; margin-top:20px;}
#conteudo-interno .botao-bottom a {display:block; font-size:15px; color:#00243c; padding-left:20px; transition:.2s linear;}
#conteudo-interno .botao-bottom a:before {content:""; display:inline-block; cursor:pointer; vertical-align:middle; position:absolute; margin-top:3px; margin-left:-20px; width:0; height:0; border-bottom:7px solid transparent; border-top:7px solid transparent; border-right:10px solid #00243c; transition:.2s linear;}

#conteudo-interno #filtro-interno {width:100%; padding-bottom:40px;padding-top:40px;}
#conteudo-interno #filtro-interno #conteudo-filtro {width:1200px; margin:0 auto;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro {padding:20px;background: #35194D;border-radius: 20px;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro {width:100%;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros { }
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros select {width:190px; height:53px; cursor:pointer; font-size:18px; position:relative; z-index:31; font-weight:400; padding:0px 15px; outline:none; color:#313237;background-color: #F4F9FF; border-radius: 25px;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros select option {color:#111111; font-size:14px;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .campo-select {position:relative; height:53px; border-radius: 25px; background-color: #F4F9FF;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .campo-select:before {content:""; display:inline-block; cursor:pointer; z-index:32; vertical-align:middle; position:absolute; margin-top:18px; right:10px; width:20px; height:20px; background:transparent url('../i/quebrado/seta.svg') center center no-repeat; background-size:22px; transform:rotate(90deg); transition:.2s linear;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection {height:53px; padding-left:15px; color:#444; font-size:20px; outline:none; padding-right:15px; cursor:pointer;  background:none; border-radius: 25px;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection input { margin-left:0px;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection input {}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection input::placeholder {color:#313237; font-size:18px; font-weight:400;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection .select2-selection__clear {margin-right:20px;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection .select2-selection__choice {margin-top:3px; font-size:15px; line-height:20px;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection .select2-selection__rendered {padding:0px;  margin-top: 11px;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .select2-selection .select2-search {}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .cidade {display:table; float:left;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros #carrega-bairro {display:table; float:left; }
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .imovel-busca {display:table; float:left;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .ordenar-por {display:table; float:left; }
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .label {font-size:13px; display:block; line-height:13px; margin-bottom:5px;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .botao-buscar {}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .botao-buscar input {cursor: pointer;font-size: 21px;font-weight: 400; color: #FFF;border: none;border-radius: 20px;transition: all .2s;height:53px;width:195px;background:#F76E17 url(../i/quebrado/buscar.svg) 25px center no-repeat;background-size: 22px;transition: all .2s;}
#conteudo-interno #filtro-interno #conteudo-filtro #filtro #bloco-filtro #outros-filtros .botao-buscar input:hover {cursor: pointer;font-size: 21px;font-weight: 400; color: #FFF;border: none;border-radius: 20px;transition: all .2s;height:53px;width:195px;background:#f39a63 url(../i/quebrado/buscar.svg) 25px center no-repeat;background-size: 22px; transition: all .2s;}

#conteudo-interno #conteudo-quemSomos {width:1200px; margin-top:30px;}
#conteudo-interno #conteudo-quemSomos .imagem-quemSomos {float:left; margin-right:60px; margin-bottom:10px; overflow:hidden; border-radius:0px 20px 0px 20px;}
#conteudo-interno #conteudo-quemSomos .descricao {display:table-cell; line-height:180%; text-align:justify;font-size: 18px;}
#conteudo-interno #conteudo-quemSomos .descricao p {font-size:15px; color:#313237;}
#conteudo-interno #conteudo-quemSomos .descricao span {font-size:15px; color:#313237;}
#conteudo-interno #conteudo-quemSomos .descricao div {font-size:15px; color:#313237;}
#conteudo-interno #conteudo-quemSomos .descricao strong {font-size:17px; color:#313237;}
#conteudo-interno #conteudo-quemSomos .descricao li {font-size:15px; color:#313237; margin-left:15px; list-style:disc;}
#conteudo-interno #conteudo-quemSomos .descricao h1 {font-size:20px; color:#313237;}
#conteudo-interno #conteudo-quemSomos .descricao h2 {font-size:18px; color:#313237;}
#conteudo-interno #conteudo-quemSomos .descricao h3 {font-size:16px; color:#313237;}
#conteudo-interno #conteudo-quemSomos #mais-imagens {width:1200px; margin-top:15px;}
#conteudo-interno #conteudo-quemSomos #mais-imagens .imagem {width:285px; float:left; margin-right:20px; margin-top:20px;}

#conteudo-interno #conteudo-imoveis {width:1200px; margin:0 auto;}
#conteudo-interno #conteudo-imoveis {width:1200px;}
#conteudo-interno #conteudo-imoveis #bloco-imovel {width:285px; float:left; margin-right:20px; margin-bottom:20px;position: relative;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a {width:285px; display:block; position:relative; background-color:#FFF; box-shadow: 0px 0px 20px -8px #000000; border-radius:10px;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a .bloco-imagem {width:285px; height:190px; position:relative; background-color:#FFF; overflow:hidden; transition: all .3s; border-radius:10px 10px 0px 0px;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a .bloco-imagem .imagem {width:285px; height:190px; position:relative; overflow:hidden; border-radius:5px 5px 0px 0px; transition: all .3s;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a:hover .bloco-imagem .imagem {width:285px; height:220px; position:relative; overflow:hidden; border-radius:5px 5px 0px 0px; transform:scale(1.1); transition: all .3s;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a .preco {padding: 8px;background-color: #F76E17;width: 140px; display: flex; position: absolute; top: 164px; left: -14px; color: #fff; font-size: 17px;justify-content: center;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a .preco .canto {position: absolute;top: -14px; left: 0px;font-weight: 500;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados {width:265px; padding:10px 10px;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados .nome {font-size: 18px; color: #000000; font-weight: 500; padding-top: 10px;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados #local {display: flex;margin-bottom: 20px;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados #local #alinha {line-height: 40%;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados .bairro {font-size:17px; text-align:left; line-height:20px; font-weight:600; color:#000000; }
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados .cidade-estado {text-align:left; font-size:12px; font-weight:400; margin-top:2px; color:#000000;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados #tipo-imovel {padding: 15px 0px;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados #tipo-imovel .tipo { font-size: 15px; padding: 3px 5px 3px 35px; color: #000000 ;font-weight: 500;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados #icones { margin-top:10px; height:24px; margin-bottom:10px;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados #icones #alinha-icones {display:flex; justify-content: center;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados #icones #alinha-icones .quartos {display: flex;align-items: center; text-align:center; padding-left:25px; margin-right:15px; font-weight:400; color:#000000;  font-size:12px; background:transparent url('../i/quebrado/quarto.svg') left center no-repeat; background-size:22px;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados #icones #alinha-icones .suite {display: flex; text-align:center; padding-left:25px; margin-right:15px; font-weight:400; color:#000000; font-size:12px;  background:transparent url('../i/quebrado/suite-2.svg') left center no-repeat; background-size:20px;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados #icones #alinha-icones .banheiros {display: flex; text-align:center; padding-left:25px; margin-right:15px; font-weight:400; color:#000000; font-size:12px; background:transparent url('../i/quebrado/banheiro-2.svg') left center no-repeat; background-size:17px;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados #icones #alinha-icones .garagem {display: flex; text-align:center; padding-left:25px; margin-right:15px; font-weight:400; color:#000000; font-size:12px;background:transparent url('../i/quebrado/garagem-2.svg') left center no-repeat; background-size:20px;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados #icones #alinha-icones .area {display: flex; text-align:center; padding-left:25px; font-weight:400; color:#000000;  font-size:12px;  background:transparent url('../i/quebrado/tamanho.svg') left center no-repeat; background-size:20px;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados #alinha-infos {display:table; margin:0 auto;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a #conteudo-dados .detalhes {width:100px; margin:0 auto; font-size:11px; margin-top:10px; text-align:center; font-weight:400; color:#FFF; padding:5px 8px; background-color:#2A0D43; border-radius:20px; transition: all .3s;}
#conteudo-interno #conteudo-imoveis #bloco-imovel a:hover #conteudo-dados .detalhes {background-color:#F76E17; transition: all .3s;}
#conteudo-interno #conteudo-imoveis .ver-mais {display:table; margin:0 auto; margin-top:20px;}
#conteudo-interno #conteudo-imoveis .ver-mais a {display:table; margin: auto; font-size:14px; margin-right:10px; font-weight:500; color:#FFF; padding:5px 25px; background-color:#2A0D43; border-radius:20px; transition: all .3s;}
#conteudo-interno #conteudo-imoveis .ver-mais a:hover {background-color:#F76E17; transition: all .3s;}

#conteudo-interno #conteudo-imoveis #detalhes-imovel {width:100%;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-imagem {width:100%; position:relative;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-imagem .owl-prev {width:25px; height:50px; position:absolute; left:10px; top:50%; margin-top:-25px; color:#FFF; outline:none; font-size:0.001px; background:transparent url('../i/quebrado/seta-esquerda.svg') center center no-repeat; background-size:auto 50px; border-radius:100%; transition: all .3s;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-imagem .owl-prev span {color:#FFF; font-size:0.001px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-imagem .owl-next {width:25px; height:50px; position:absolute; right:10px; top:50%; margin-top:-25px; color:#FFF; outline:none; font-size:0.001px; background:transparent url('../i/quebrado/seta-direita.svg') center center no-repeat; background-size:auto 50px; border-radius:100%; transition: all .3s;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-imagem .owl-next span {color:#FFF; font-size:0.001px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes {width:1200px; margin:0 auto;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #bloco-nome {width:100%; margin-bottom:30px; margin-top:30px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #bloco-nome #limita-nome {width:100%; overflow:hidden;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #bloco-nome #limita-nome .nome-imovel {font-weight:600; text-align:center; font-size:24px; color:#000000;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #icones {display:table; margin:0 auto; margin-bottom:15px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #icones span {font-weight:600; color: #35194D;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #icones .quartos {min-width:70px; float:left; margin-right:20px; padding-top:40px; text-align:center; font-size:12px; font-weight:500; background:transparent url('../i/quebrado/quarto.svg') center top no-repeat; background-size:auto 30px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #icones .suite {min-width:70px; float:left; margin-right:20px; padding-top:40px; text-align:center; font-size:12px; font-weight:500; background:transparent url('../i/quebrado/suite-2.svg') center top no-repeat; background-size:auto 30px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #icones .banheiros {min-width:70px; float:left; margin-right:20px; padding-top:40px; text-align:center; font-size:12px; font-weight:500; background:transparent url('../i/quebrado/banheiro-2.svg') center top no-repeat; background-size:auto 30px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #icones .garagem {min-width:70px; float:left; margin-right:20px; padding-top:40px; text-align:center; font-size:12px; font-weight:500; background:transparent url('../i/quebrado/garagem-2.svg') center top no-repeat; background-size:auto 30px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #icones .area-c {min-width:70px; float:left; margin-right:20px; text-align:center; font-weight:500; font-size:12px; padding-top:40px; background:transparent url('../i/quebrado/tamanho.svg') center top no-repeat; background-size:auto 30px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #icones .area {min-width:70px; float:left; margin-right:20px; text-align:center; font-weight:500; font-size:12px; padding-top:40px; background:transparent url('../i/quebrado/metragem-a.svg') center top no-repeat; background-size:auto 30px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #icones .fundos {min-width:70px; float:left; margin-right:20px; text-align:center; font-weight:500; font-size:12px; padding-top:40px; background:transparent url('../i/quebrado/fundo.svg') center top no-repeat; background-size:auto 30px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #icones .largura {min-width:70px; float:left; margin-right:20px; text-align:center; font-weight:500; font-size:12px; padding-top:40px; background:transparent url('../i/quebrado/largura.svg') center top no-repeat; background-size:auto 30px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #icones .frente {min-width:70px; float:left; margin-right:20px; text-align:center; font-weight:500; font-size:12px; padding-top:40px; background:transparent url('../i/quebrado/frente.svg') center top no-repeat; background-size:auto 30px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #icones .posicao {min-width:70px; float:left; margin-right:20px; text-align:center; font-weight:500; font-size:12px; padding-top:40px; background:transparent url('../i/quebrado/icone-posicao.svg') center top no-repeat; background-size:auto 30px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis {width:580px; float:left; margin-top:30px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #bloco-dados {width:580px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #bloco-dados #alinha {}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #bloco-dados #alinha #alinha-denovo {}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #bloco-dados #alinha #alinha-denovo .outros-imovel {width:48%; float:left; border-bottom:1px solid #ccc; font-size:16px; padding-bottom:3px; margin-bottom:20px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #bloco-dados #alinha #alinha-denovo .outros-imovel .bold {font-size:16px; color:#000000; font-weight:600;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #bloco-dados .preco-imovel {margin-top:20px; text-align:center; font-weight:600; font-size:26px; color:#FFF; padding:5px 0px; background:#35194D;;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #formulario {width:579px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #formulario #area-erro {padding:5px 10px; text-align:center; color:#FFF; background-color:#FF0000; border-radius:10px; margin-top:15px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #formulario #area-erro .erro {color:#FFF;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #formulario #area-erro .erro strong {color:#FFF;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #formulario .titulo-orcamento {font-size:20px; text-align:center; padding-top:25px; padding-bottom:5px; font-weight:600; color:#35194D;;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #formulario .texto-orcamento {font-size:14px; text-align:center; padding-bottom:15px; color:#313237;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #formulario .formulario {width:100%;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #formulario .formulario .campo {width:48%; float:left; margin-bottom:15px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #formulario .formulario .input {width:94%; padding:6px 3%; color:#a075a0; border:1px solid #ccc; border-radius:5px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #formulario .formulario select {width:100%; padding:6px 2%; color:#a075a0; border:1px solid #ccc; border-radius:5px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #formulario .formulario textarea {width:567px; padding:6px 2%; height:50px; color:#a075a0; border:1px solid #ccc; border-radius:5px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #formulario .formulario .botao-enviar {display:table; margin:0 auto;}  
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #formulario .formulario .botao-enviar .input-botao {width:110px; float:right; border:none; cursor:pointer; padding:4px 0px; border:none; font-size:13px; font-weight:500; color:#FFF; background-color:#35194D;; transition:.2s linear;} 
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #formulario .formulario .botao-enviar .input-botao:hover {background-color:#35194D; color:#FFF; transition:.2s linear;}  
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #compartilhar {float:left; margin-top:30px;}  
#conteudo-interno #conteudo-imoveis #detalhes-imovel #mostra-informacoes #col-esq-imoveis #compartilhar .titulo {color:#373435; text-decoration:underline; padding-bottom:5px; font-size:16px;}  
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc {width:550px; padding:15px; margin-top:30px; min-height:325px; border:1px solid #ccc; border-radius:5px; float:right;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc .titulo {font-size:18px; padding-bottom:5px; text-align:center; font-weight:600; color:#000000;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc .descricao {margin-top:10px; line-height:185%; text-align:justify;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc .descricao p {font-size:14px; color:#313237;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc .descricao span {font-size:14px; color:#313237;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc .descricao div {font-size:14px; color:#313237;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc .descricao class {font-size:14px; color:#313237;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc .descricao strong {font-size:16px; color:#313237;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc .titulo-corretor {padding:5px 20px; margin-top:20px; font-size:15px; text-align:center; font-weight:500; color:#FFF; background-color:#35194D;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc #corretor {padding:10px; background-color:#f5f5f5;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc #corretor #esq-corretor {width:70%; float:left;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc #corretor #esq-corretor .imagem {float:left; margin-right:10px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc #corretor #esq-corretor .nome {font-size:16px; padding-bottom:8px; color:#35194D; font-weight:600;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc #corretor #esq-corretor .telefone {font-size:14px; padding-bottom:3px; color:#35194D;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc #corretor #esq-corretor .email a {display:block; font-size:12px; color:#35194D;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc #corretor #dir-corretor {float:right;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc #corretor #dir-corretor .botao-whatsapp-2 {display:table; float:right;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc #corretor #dir-corretor .botao-whatsapp-2 a {display:block; padding:10px; cursor:pointer; padding-top:30px; font-size:12px; text-align:center; color:#FFF; background:#05a308 url('../i/quebrado/icon-whats.svg') center 5px no-repeat; background-size:22px; box-shadow:0px 0px 10px -3px black; border-radius:5px; transition:.2s linear;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #bloco-desc #corretor #dir-corretor .botao-whatsapp-2 a:hover {background:#06bf09 url('../i/quebrado/icon-whats.svg') center 5px no-repeat; background-size:22px; transition:.2s linear;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel .link-video {width:825px; height:400px; margin:0 auto; margin-top:40px;}  
#conteudo-interno #conteudo-imoveis #detalhes-imovel #recomendado {width:1200px; margin:0 auto; margin-top:40px;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #recomendado .veja {display:table; font-size:16px; margin:0 auto; margin-bottom:35px; text-align:center; padding:5px 40px; color:#FFF; background-color:#35194D;}
#conteudo-interno #conteudo-imoveis #detalhes-imovel #recomendado .veja strong {font-size:16px; color:#FFF; font-weight:600;}

#conteudo-interno #conteudo-novidades {width:1200px; margin-top:30px;}
#conteudo-interno #conteudo-novidades #bloco-noticia {width:285px; float:left;margin-right:20px; margin-bottom:20px; position:relative; background-color:#FFF; border-radius:15px; box-shadow:0px 0px 15px -8px #373435;overflow: hidden;}
#conteudo-interno #conteudo-novidades #bloco-noticia #dados {padding: 10px;}
#conteudo-interno #conteudo-novidades #bloco-noticia #dados .nome {text-align: left;font-size: 16px;color:#000000;font-weight: 600;min-height:56px;margin-bottom: 10px;}
#conteudo-interno #conteudo-novidades #bloco-noticia #dados .resumo {text-align: left;font-size: 13px;color:#000000;display: -webkit-box; -webkit-line-clamp: 6;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;text-align: justify;}
#conteudo-interno #conteudo-novidades #bloco-noticia #dados .confira {width: 140px;text-align: center;padding: 5px;border-radius: 20px;background-color:#F76E17;margin: 0 auto;color: #fff;margin-top: 10px;transition: all .3s;}
#conteudo-interno #conteudo-novidades #bloco-noticia #dados .confira:hover {transition: all .3s;background-color:#2A0D43;}
#conteudo-interno #conteudo-novidades #bloco-noticia .imagem {width:285px; height:190px;}
#conteudo-interno #conteudo-novidades-detalhes {width:1200px; margin-top:30px;}
#conteudo-interno #conteudo-novidades-detalhes #mostra-detalhes {width:100%;}
#conteudo-interno #conteudo-novidades-detalhes #mostra-detalhes .imagem-novidade {width:580px; float:left; margin-right:20px; margin-bottom:20px; overflow:hidden; border-radius:10px;}
#conteudo-interno #conteudo-novidades-detalhes #mostra-detalhes .nome {font-size: 20px;color: #000000;font-weight: bold;margin-bottom: 25px;}
#conteudo-interno #conteudo-novidades-detalhes #mostra-detalhes .fonte {margin-bottom:20px;margin-top:15px;}
#conteudo-interno #conteudo-novidades-detalhes #mostra-detalhes .fonte a {font-size: 15px;color: #0010f3;font-weight: 400;text-decoration: underline;cursor: pointer;}
#conteudo-interno #conteudo-novidades-detalhes #mostra-detalhes .data {font-size: 15px;color: #000000;font-weight: 600;margin-bottom: 15px;margin-top: 15px;font-style: italic;}
#conteudo-interno #conteudo-novidades-detalhes #mostra-detalhes .descricao-novidade {display:table-cell; color:#444; line-height:150%; text-decoration:none; font-size:15px;}
#conteudo-interno #conteudo-novidades-detalhes #mostra-detalhes .descricao-novidade p {color:#444; font-size:15px;}
#conteudo-interno #conteudo-novidades-detalhes #mostra-detalhes .descricao-novidade font {color:#444; font-size:15px;}
#conteudo-interno #conteudo-novidades-detalhes #mostra-detalhes .descricao-novidade span {color:#444; font-size:15px;}
#conteudo-interno #conteudo-novidades-detalhes #mostra-detalhes .descricao-novidade div {color:#444; font-size:15px;}
#conteudo-interno #conteudo-novidades-detalhes #mostra-detalhes .descricao-novidade strong {color:#282829; font-size:16px;}
#conteudo-interno #conteudo-novidades-detalhes #outras {width:1200px; margin-top:30px;}
#conteudo-interno #conteudo-novidades-detalhes #outras .imagem-outras {width:285px; margin-bottom:20px; margin-right:20px; float:left; overflow:hidden; border-radius:10px;}
#conteudo-interno #conteudo-novidades-detalhes #outras .imagem-outras a {width:285px; height:220px; overflow:hidden;}
#conteudo-interno #conteudo-novidades-detalhes #curtir {display:table; margin:0 auto; margin-top:20px;}

#conteudo-interno #conteudo-depoimentos {width:1200px; margin-top:30px;}
#conteudo-interno #conteudo-depoimentos #bloco-depoimento {padding:15px; margin-bottom:30px; box-shadow:0px 0px 10px -3px #373435; border-radius:15px;}
#conteudo-interno #conteudo-depoimentos #bloco-depoimento .bloco-imagem {width:120px; height:120px; margin-right:20px; margin-top:10px; float:left; overflow:hidden; position:relative; border:5px solid #F76E17; border-radius:100%;}
#conteudo-interno #conteudo-depoimentos #bloco-depoimento .bloco-imagem .imagem-blur {width:120px; height:120px; position:absolute; z-index:1; overflow:hidden; filter:blur(8px); -webkit-filter: blur(8px);}
#conteudo-interno #conteudo-depoimentos #bloco-depoimento .bloco-imagem .imagem-depoimentos {width:120px; height:120px; position:relative; z-index:2; overflow:hidden;}
#conteudo-interno #conteudo-depoimentos #bloco-depoimento .titulo-depoimento {font-size:22px; color:#000000; font-weight:600; margin-top:0px;}
#conteudo-interno #conteudo-depoimentos #bloco-depoimento .texto-depoimento {line-height:150%; padding-top:10px;}
#conteudo-interno #conteudo-depoimentos #bloco-depoimento .texto-depoimento p {font-size:15px; text-align:justify; color:#444;}
#conteudo-interno #conteudo-depoimentos #bloco-depoimento .texto-depoimento span {font-size:15px; text-align:justify; color:#444;}
#conteudo-interno #conteudo-depoimentos #bloco-depoimento .texto-depoimento div {font-size:15px; text-align:justify; color:#444;}
#conteudo-interno #conteudo-depoimentos #bloco-depoimento .texto-depoimento strong {font-size:17px; text-align:justify; color:#444;}
#conteudo-interno #conteudo-depoimentos #bloco-depoimento .cidade-depoimento {font-size:15px; color:#2A0D43; font-weight:400;}
#conteudo-interno #conteudo-depoimentos #bloco-depoimento .estrelas-depoimento {margin-top:5px;}

#conteudo-interno #conteudo-contato {width:1200px; margin-top:30px;}
#conteudo-interno #conteudo-contato .descricao-area {line-height:150%; color:#444; font-size:15px; margin-bottom:15px;} 
#conteudo-interno #conteudo-contato .descricao-area strong {color:#35194D;; font-size:15px; font-weight:600;} 
#conteudo-interno #conteudo-contato .preenchimento-obrigatorio {color:#FF0000; margin-top:19px; font-size:14px; float:left;} 
#conteudo-interno #conteudo-contato .obrigatorio {color:#FF0000; font-size:15px; } 
#conteudo-interno #conteudo-contato #area-erro {width:500px; margin:0 auto; padding:5px 10px; background-color:#FF0000; border-radius:5px;} 
#conteudo-interno #conteudo-contato #area-erro .erro {font-size:14px; text-align:center; color:#FFF; padding-top:5px; padding-bottom:5px;} 
#conteudo-interno #conteudo-contato #area-erro .erro strong {font-size:14px; text-align:center; color:#FFF; padding-top:5px; padding-bottom:5px;} 
#conteudo-interno #conteudo-contato #col-esq-fale {width:550px; float:left;} 
#conteudo-interno #conteudo-contato #col-esq-fale .campos-padrao-float {float:left; margin-right:20px; margin-bottom:15px;} 
#conteudo-interno #conteudo-contato #col-esq-fale .campos-padrao-float .input {background-color:#FFF; border:1px solid #CCC; font-size:14px; color:#444; padding:8px 10px; border-radius:5px;}  
#conteudo-interno #conteudo-contato #col-esq-fale .campos-padrao-float .select {width:244px; height:35px; position:relative; cursor:pointer; z-index:2; background:transparent; border:1px solid #CCC; font-size:14px; color:#444; padding:6px 10px; border-radius:5px;}  
#conteudo-interno #conteudo-contato #col-esq-fale .campos-select {position:relative;} 
#conteudo-interno #conteudo-contato #col-esq-fale .campos-select:before {content:""; display:inline-block; cursor:pointer; z-index:30; vertical-align:middle; position:absolute; margin-top:38px; right:10px; width:0; height:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:6px solid #373435; transition:.2s linear;}
#conteudo-interno #conteudo-contato #col-esq-fale .campos-padrao {float:left; margin-bottom:15px;} 
#conteudo-interno #conteudo-contato .label {font-size:15px; color:#35194D;; font-weight:600;}
#conteudo-interno #conteudo-contato #col-esq-fale .campos-padrao .input {background-color:#FFF; border:1px solid #CCC; font-size:14px; color:#444; padding:8px 10px; border-radius:5px;}     
#conteudo-interno #conteudo-contato #col-esq-fale .desabilita {width:520px; height:120px; background-color:#FFF; border:1px solid #CCC; font-size:14px; color:#444; padding:8px 10px; border-radius:5px;}  
#conteudo-interno #conteudo-contato #col-dir-fale {width:100%;}  
#conteudo-interno #conteudo-contato #col-dir-fale .celular {display:table; margin:0 auto;}
#conteudo-interno #conteudo-contato #col-dir-fale .celular a {display:block; color:#5a5a5a; font-weight:500; cursor:pointer; font-size:14px; padding-left:35px; padding-top:4px; padding-bottom:4px; background:transparent url('../i/quebrado/whatsapp-rodape.svg') left center no-repeat; background-size:25px;}
#conteudo-interno #conteudo-contato #col-dir-fale .celular2 {display:table; margin:0 auto;}
#conteudo-interno #conteudo-contato #col-dir-fale .celular2 a {display:block; color:#5a5a5a; font-weight:500; cursor:pointer; font-size:14px; padding-left:35px; padding-top:4px; padding-bottom:4px; background:transparent url('../i/quebrado/whatsapp-rodape.svg') left center no-repeat; background-size:25px;}
#conteudo-interno #conteudo-contato #col-dir-fale .endereco {display:table; margin:0 auto; margin-top:10px;}
#conteudo-interno #conteudo-contato #col-dir-fale .endereco a {display:table; color:#5a5a5a; font-weight:500; font-size:14px; padding-left:35px; padding-top:5px; padding-bottom:5px; background:transparent url('../i/quebrado/local-rodape.svg') left center no-repeat; background-size:25px;}
#conteudo-interno #conteudo-contato #col-dir-fale .atendimento {display:table; margin:0 auto; margin-top:10px; color:#5a5a5a; font-weight:500; font-size:14px; padding-left:35px; padding-top:5px; padding-bottom:5px; background:transparent url('../i/quebrado/relogio-c.svg') left center no-repeat; background-size:25px;}
#conteudo-interno #conteudo-contato #col-dir-fale #mapa {width:100%; margin-top:15px;}
#conteudo-interno #conteudo-contato .enviar {display:table; float:right; cursor:pointer; margin-right:10px; margin-top:12px; padding:5px 30px; color:#FFF; font-size:14px; font-weight:500; background:#35194D;; border:none; border-radius:10px; transition: all .3s;} 
#conteudo-interno #conteudo-contato .enviar:hover {background-color:#14496c; transition: all .3s;} 
#conteudo-interno #conteudo-contato #conteudo-enviado {width:100%; padding-top:30px;}
#conteudo-interno #conteudo-contato #conteudo-enviado .icone-enviado {display:table; margin:0 auto;}
#conteudo-interno #conteudo-contato #conteudo-enviado .titulo {font-size:24px; font-weight:600; margin-top:20px; color:#00243c; text-align:center;}
#conteudo-interno #conteudo-contato #conteudo-enviado .texto {font-size:16px; padding-top:15px; font-weight:400; color:#5a5a5a; text-align:center;}
#conteudo-interno #conteudo-contato #conteudo-enviado .texto strong {font-size:16px; font-weight:600; color:#00243c;}

#conteudo-interno #conteudo-politica {width:100%; margin-top:10px;}
#conteudo-interno #conteudo-politica h2 {font-weight:bold; font-size:20px; color:#373435; padding-top:20px; font-weight:600; padding-bottom:20px;}
#conteudo-interno #conteudo-politica h3 {font-weight:bold; font-size:16px; color:#373435; padding-top:20px; font-weight:600; padding-bottom:15px;}
#conteudo-interno #conteudo-politica p {font-size:14px; color:#313237; line-height:150%; text-align:justify; padding-top:10px; padding-bottom:10px;}
#conteudo-interno #conteudo-politica a {font-size:14px; color:#313237; text-decoration:underline;}
#conteudo-interno #conteudo-politica li {font-size:14px; color:#313237; line-height:150%; text-align:justify; margin-left:30px; list-style:disc;}
#conteudo-interno #conteudo-politica strong {font-size:14px; color:#373435; font-weight:600;}

#conteudo-interno #conteudo-404 {width:100%; margin-top:50px;}
#conteudo-interno #conteudo-404 .titulo {color:#373435; text-align:center; font-weight:600; font-size:150px;}
#conteudo-interno #conteudo-404 .descricao {color:#313237; text-align:center; padding-bottom:10px; font-size:16px;}


/* Largura da barra de rolagem */
::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

/* Fundo da barra de rolagem */
::-webkit-scrollbar-track-piece {
    background-color: #FFF;
}

/* Cor do indicador de rolagem */
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
    background-color: #35194D;
}

/* Cor do indicador de rolagem - ao passar o mouse */
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #14405c
}

#paginacao {display:block; text-align:center; margin-top:10px;}
#paginacao p{font-size:12px;}
#paginacao strong{font-size:12px; color:#373435;}
#paginacao ul {height:30px; margin:10px auto 0; text-align:center;}
#paginacao ul li {display:inline;}
#paginacao ul li a {margin-right:5px; font-size:13px; background-color:#F76E17; padding:2px 15px; border-radius:5px; transition:0.2s linear;}
#paginacao ul li a:hover {background-color: #35194D; transition:0.2s linear;}
#paginacao a:link {color:#FFF;}
#paginacao a:visited {color:#FFF;}
#paginacao a:hover {color:#FFF;}
#paginacao a:active {color:#FFF;}
#paginacao span.branco  {margin-right:5px; font-size:13px; background-color:#fff; border:1px solid #313237; padding:2px 15px; border-radius:5px;}
