/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.branco{
	color: #fff !important;
}

/*------------------------------------
	Preloader
------------------------------------*/  
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
  }
  
  .preloader {
    width: 150px;
    height: 150px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 45%;
    left: 45%;
    /* margin-left: -25px;
    margin-top: -25px; */
  }
  
  .preloader span {
    position: absolute;
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #c20a0a;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
  }
  
  .preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
  }
  
  .padinb80{
      padding-bottom: 80;
  }
  
  @keyframes preloader {
    0% {
      transform: scale(0, 0);
      opacity: 0.5;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes preloader {
    0% {
      -webkit-transform: scale(0, 0);
      opacity: 0.5;
    }
  
    100% {
      -webkit-transform: scale(1, 1);
      opacity: 0;
    }
  }

/*-------------- Range Slider ----------------*/
.range-slider .ui-slider .ui-slider-handle {
  background:#c20a0a;
}

.our-agent-sidebar .carousel-indicators .active {
  background:#c20a0a;
}

.range-slider .ui-slider .ui-slider-handle {
  border: 2px solid #c20a0a;
}

.range-slider .ui-widget-header {
  background-color:#c20a0a;
}
.range-slider {
  margin-top: 22px;
  margin-bottom: 25px;
}

.range-slider .ui-slider {
  position: relative;
  text-align: left;
}

.range-slider label {
  font-weight: 600;
  margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  cursor: w-resize;
  outline: none;
  top: -5px;
  margin-left: -8px;
  box-shadow: none !important;
}

.range-slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}

.range-slider .ui-slider .ui-slider-handle {
}

.range-slider .ui-widget-content {
  background-color:#c3c9d0;
}

.range-slider .ui-widget-header {
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.range-slider .ui-slider-horizontal {
  height:5px;
  border-radius: 10px;
  width: calc(100% - 16px);
  margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.min-value:focus, .max-value:focus, .min-value, .max-value {
  width: 40%;
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 12px 0 0 0;
  cursor: default;
}

.min-value {
  float: left;
  margin-left: -8px;
  width: 40%;
  margin-right: -8px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}

.max-value {
  float: right;
  width: 60%;
  text-align: right;
  margin-right: -8px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}

.sidebar .recent-properties-box .detail header {
  padding-bottom: 0;
}
/*FIM RANGE SLIDER*/

.hidden {
  display: none !important;
  visibility: hidden !important;
}

#collapseExample ul li{
  display: inline-block;
  width: 48%;
  vertical-align: top;
}


#diferenciais i{
  color: #c20a0a;
}

.fs-dif{
  font-size: 14px;
}

html{
	scroll-behavior: smooth;
 }


 #footer h3{
   margin-bottom: 10px;
 }

 #footer ul {
  list-style:none;
  padding:0;
  margin:0;
}

#footer a{
  color: rgba(255,255,255,0.4);
}

#footer a:hover{
  color: #c20a0a;
}

#footer .direitos{
  padding-top: 10px;
  margin-top: 40px;
  border-top: 1px solid #c20a0a;
}


.preço h2{
  font-size: 22px;
  color: #c20a0a;
  font-weight: bold;
 
}

.redes-sociais i{
  /* font-size: 50px; */
}

.borda{
  
  border: 1px solid #c20a0a;
}

.box-shadow{
  box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}
.bootstrap-switch {
	display: inline-block;
	direction: ltr;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #ccc;
	position: relative;
	text-align: left;
	overflow: hidden;
	line-height: 8px;
	z-index: 0;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	vertical-align: middle;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
	display: inline-block;
	top: 0;
	border-radius: 4px;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
	text-align: center;
	z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
	background: #007bff;
	color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
	background: #eee;
	color: rgba(0, 0, 0, 0.87);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {
	background: #6c757d;
	color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
	background: #17a2b8;
	color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
	background: #28a745;
	color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
	background: #ffc107;
	color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
	background: #dc3545;
	color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor {
	color: #FFF;
	background: #1ABC9C;
	border-color: transparent !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
}
.bootstrap-switch .bootstrap-switch-label {
	text-align: center;
	margin-top: -1px;
	margin-bottom: -1px;
	z-index: 100;
	color: #333;
	background: #fff;
	padding: 8px 12px;
}
.bootstrap-switch span::before {
	content: "\200b";
}
.bootstrap-switch .bootstrap-switch-handle-on {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
	position: absolute !important;
	top: 0;
	left: 0;
	margin: 0;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
	padding: 6px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-readonly, .bootstrap-switch.bootstrap-switch-indeterminate {
	cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
	-webkit-transition: margin-left 0.5s;
	transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
	border-radius: 0 3px 3px 0;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
	border-radius: 3px 0 0 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
					box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.txt-filtro span{
  padding: 10px 0px;
  font-weight: bold;
}


/* ARROWS */

@font-face {
	font-family: "revicons";
	src: url("fonts/revicons/revicons.eot");
	src: url("fonts/revicons/reviconsfont-icons.eot") format("embedded-opentype"),
		url("fonts/revicons/revicons.woff") format("woff"),
		url("fonts/revicons/revicons.ttf") format("truetype"),
		url("fonts/revicons/revicons.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.uranus.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
}
.uranus.tparrows:hover {
	background:#000;
}
.uranus.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.uranus.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.uranus.tparrows.tp-rightarrow:before {
	content: "\e825";
}

#top-bar a{
  color: #fff;
}

.txt-filtro .v_max{
  font-size: 14px;
  border: 1px solid #ced4da;
  color: #495057;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
}

/* COOKIE */
.box-cookies.hide {
	display: none !important;
  }
  
  .box-cookies {
    font-weight: 100;
	position: fixed;
	background: rgba(0, 0, 0, .9);
	width: 100%;
	z-index: 998;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .box-cookies p {
      margin-bottom: 0px;
  }
  
  .box-cookies .msg-cookies,
  .box-cookies {
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 15px;
  }
  
  .box-cookies .btn-cookies {
	cursor: pointer;
	align-self: normal;
  }
  
  .btn-cookies, .btn-politica{
      
    padding: 8px 20px;
    background:  #c20a0a;
    color: #FFF ;
    border: 1px solid #fff;
    transition: all ease 0.4s;
   
  }
  .btn-cookies:hover, .btn-politica:hover{
    padding: 8px 20px;
    background:  #FFF;
    color: #c20a0a !important;
    border: 1px solid #c20a0a;
    transition: all ease 0.4s;
   
  }
  @media screen and (max-width: 600px) {
    .box-cookies {
      flex-direction: column;
    }
  }
div.sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

  /* COOKIE FIM*/

  .destaque{
   
    background: rgb(0 0 0 / 51%);
    padding: 10px 25px;
    min-width: 0;
    max-width: 400px;
  }

  #descricao .car-p-features span{
    font-size: 16px;
  }