/* ----------------------------------------------------------------

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

-----------------------------------------------------------------*/

#filtrosAplicados h3 {
    margin: 0 0 5px;
}
#etiquetas {
    display: inline-block;
}
#etiquetas a {
    background: #2C3E50;
    color: #FFF;
    display: inline-block;
    padding: 5px 8px;
    margin: 5px 10px 5px 0;
}
.real-estate-item-image a {
    text-align: center;
}
.postcontent h4 {
    margin: 40px 0 15px;
}


.map-container {
	height: 250px;
}

.form-process.show {
    display: block;
}

.row.no-gutters {
    font-size: 13px;
}


.filtros {
    margin: 0 0 20px;
}
.EstadoAvance {
    background: #CF343A;
    color: #FFF;
    left: 15px;
    padding: 5px 10px;
    position: absolute;
    top: 15px;
}

input#btn-mas {
    visibility: hidden;
}
#btn-mas:checked~ .btn-wp a {
    opacity: 1;
}

.row.navegador {
	margin:50px 0 0;
}
.row.navegador a.activo, .row.navegador a:hover {
    text-decoration: underline !important;
}
.row.navegador a {
    background: #CF393A;
    color: #FFF;
    display: inline-block;
    width: 25px;
}

div#content_map_foot .fluid-width-video-wrapper {
    padding: 0 !important;
}
