.pages .boton__rojo {
	padding: 10px;
}
.pages .boton__rojo.activa {
	background: #003DA5;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #DC1C2E;
    outline: 0;
}
.color-verde {
	color: #25d366 !important;
}
@media (min-width: 1200px) {
	.cards__content__top .dinero__listado__item {
	    font-size: 14px !important;
	}
}

.boton__rojo {
    color: #fff !important;
}

.contactanos__form input, .contactanos__form textarea, .contactanos__form select {
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

.contactanos__form input, .contactanos__form select {
    height: 60px;
}

.form_general input, .form_general textarea, .form_general select {
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

.form_general input, .form_general select {
    height: 60px;
}

.parsley-error {
	border: 1px solid #DC1C2E !important;
}

@media (min-width: 992px) {
	.video__filtro__content__buscar__bottom__item:nth-of-type(2) {
	    width: 24% !important;
	}
	.video__filtro__content__buscar__bottom__item:nth-of-type(3) {
	    width: 13%;
	}
}

.vendido {
    background: url(../img/propiedades/vendido.jpg) #ececec;
    background-repeat: no-repeat;
    background-position: center;
}

.multiselect-native-select .dropdown-toggle::after {
    display: none;
}

.multiselect-native-select {
    width: 100%;
    display: block;
    top: 8px;
}

.multiselect-native-select .btn-group {
    width: 100%;
    text-align: left;
}

.multiselect-native-select .btn-group button {
    text-align: left;
    overflow: hidden;
}

.multiselect-native-select .btn-group button .multiselect-selected-text {
    width: 95%;
    display: block;
    overflow: hidden;
}

.multiselect-native-select label input[type="checkbox"] {
    display: initial;
}

.multiselect-native-select label {
    font-size: 12px !important;
}

.multiselect-native-select li.active a {
    width: 100%;
    display: block;
    background-color: #C4C6C8;
}

.flechaCombo2 {
    border: 1px solid rgba(196, 198, 200, 0.32) !important;
    height: 59px !important;
}

.multiselect-container>li>a>label.checkbox, .multiselect-container>li>a>label.radio {
    width: 100%;
}

@media (max-width: 768px) {
    .content__filtro__bottom .listado__item {
        overflow: visible;
    }
}

.sp-full-screen .sp-grab {
    cursor: zoom-out;
}

.sp-grab {
    cursor: zoom-in;
}
.sp-thumbnails-container .sp-thumbnail {
    cursor: default !important;
}