/* Enter Your Custom CSS Here */

body {
   
    background-color: #202020;
	color: #9d9d9d;
}

div.wpforms-container-full .wpforms-field-label {
	color: #ffffff!important;
}

.card {
    background-color: #292929;
    padding: 8.8px 11px 30px;
	

    border-radius: 8px;
    min-height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.text-dark {
    color: #ffffff!important;
	    text-transform: uppercase;
}
a.text-dark:focus, a.text-dark:hover {
    color: #ffffff!important;
}
.btn-light {
    color: #212529;
    background-color: #343434;
    border-color: transparent;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #404040;
    border-color: transparent;
}
.btn-light:hover {
    color: #212529;
     background-color: #404040;
     border-color: transparent;
}
ul.list_card li a, ul.list_card li span {
    background: #e10098;
}
.text-secondary {
    color: #ffffff!important;
}
a.text-secondary:focus, a.text-secondary:hover {
    color: #e0dbdb!important;
}

.caption-numbers li {
	border: 0;}

a {
    color: #484f4a;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #6b6b6b;
    border-color: transparent;
}
.nav-tabs {
    border-bottom: 1px solid #525252;
}

ul.list_card li a, ul.list_card li span {
	border: 2px solid transparent;
}

.btn-light {
	color: #f1c40f;}

.bg_custom_price {
    display: none;
}

.border-bottom {
    border-bottom: transparent;
}

div#property_gallery {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.royalSlider>.rsImg {
    visibility: visible;
}




/*ajustar imagem altura mobile*/

@media screen and (max-width: 1128px) {



.rsOverflow.grab-cursor {
    width: 325px!important;
    height: 325px!important;
}
div#property_gallery {
    height: 325px!important;
}
	
}