.top-header {
    background-color: #c72738;
}

@media screen and (min-width: 0px)
{
	.slider-promocao .sp-selected-thumbnail:before, .slider-promocao .sp-selected-thumbnail:after {
		border-left-color: #f6e65b !important;
		border-right-color: #f6e65b !important;
	}
	
	.main-title h1:before {
		content: "";
		position: absolute;
		margin-left: -16px;
		width: 32px;
		height: 4px;
		bottom: -20px;
		left: 50%;
		background-color: #c72738;
		border-radius: 4px;
	}
	
	.footer {
		color: #2b2728 !important;
		background-color: #f6e65b;
	}
	
	.footer .links, .footer .links a, .footer h4 {
		color: #312e2e !important;
	}
	
	.footer .creci p, .footer .boleto p {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 1;
		font-weight: 600;
		color: #3e3a3b;
	}
	
	.footer .footer-logo {
		display: inline-block;
		padding: 20px 14px 20px;
		background: transparent;
	}
	
	.property-box .property-actions .btn-detail {
		background-color: #c72738;
	}
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #c72738;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    background-color: #c72738;
}

.sub-footer .social-list li a {
    margin: 0 2px;
    color: #3e3a3b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 3px;
}

.footer .f-logo {
    margin-bottom: 10px;
    height: 80px;
    padding: 10px;
    background: transparent;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #f6e65b;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #f6e65b;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #f6e65b;
}

.pagination > li > .active {
    background: #c72738;
}

.pagination > li > a:hover {
    background: #c72738;
    color: #fff;
}

.button-theme {
    background: #c72738;
}

.sub-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgb(104 80 0 / 60%);
}

.properties-amenities ul li i {
    color: #f6e65b;
}

.main-header .dropdown-menu a:hover {
    color: #f6e65b;
}

.btn-theme {
    background: #f6e65b;
    border: solid 1px #c72738;
}
.btn-theme {
    color: #c72738;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.box-buttons-form-search .btn-success
{
	background-color: #F6E65B;
}

.box-buttons-form-search .btn-success:hover {
    background-color: #DECC36;
}


.box-buttons-form-search .btn-success strong,
.box-buttons-form-search .btn-success i {
	color: black;
}

/** IMÓVEL **/
.advanced-search .btn-info {
    background: #F6E65B;
    border-color: #F6E65B;
    font-weight: 600;
    color: #000 !important;
}

.advanced-search .btn-info:hover {
    background: #DECC36;
}

.main-header .navbar-light .navbar-toggler {
    border: solid 1px #f6e65b;
    background: #f6e65b;
}

.btn-info {
    color: #fff;
    background-color: #c72738;
    border-color: #c72738;
}

@media screen and (min-width: 0)
{
.ui__pagination .ui__bullet.ui__bullet--active {
    background: #fff;
    box-shadow: 0 0 2px #000;
    margin-bottom: 5px;
}
}

@media screen and (min-width: 0)
{
.ui__pagination .ui__bullet {
    height: 5px;
    width: 5px;
    border-radius: 10px;
    float: left;
    margin: 0 3px;
    box-shadow: 0 0 2px #fff;
    border: 1px solid white;
    margin-bottom: 5px;
	background: none;
}
}

@media screen and (min-width: 0)
{
.ui__pagination {
    position: absolute;
    width: 90%;
    height: 10px;
    bottom: 15px;
    z-index: 8;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
}

.btn-theme:hover {
    background: #c72738;
    border: solid 1px #c72738;
}

@media screen and (min-width: 0)
{
.property-box .box-price {
    position: absolute;
    margin: 10px 0 0 0;
    min-height: 42px;
    bottom: 10px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
}

@media screen and (min-width: 0)
{
.property-box .price {
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    display: inline-block;
}
}