@media (max-width: 1024px) {
    .web-nav-table .web-nav-logo img {
        max-width: 150px;
    }
    .mobile-second-row-btns {

    }

    /* Helpers */
    .mobile-center {
        text-align: center;
    }
    .full-width-btn {
        width: 100%;
    }
    .mobile-padding-bottom {
        margin-bottom: 10px;
    }
    .hide-mobile {
        display: none !important;
    }
    .display-mobile {
        display: inherit !important;
    }

    /* Buscador */
    .is-mobile .web-second-nav {
        display: none;
    }

    /* Home page */
    .finder-content h2 {
        font-size: 2.1rem;
    }
    .finder-content h3 {
        font-size: 1.5rem;
    }
    .listado-inmuebles .select2-container,
    .finder-content .select2-container,
    .listado-inmuebles .form-control,
    .finder-content .form-control {
        border: 2px solid #ccc !important;
        margin-bottom: 10px;
    }

    /* Ficha inmueble */
    .inmueble-info p {
        font-size: 1rem;
    }
    .price-box {
        width: 100vw;
        padding: 10px 0 !important;
    }

    /* Contacto */
    .hide-map {
        display: none;
    }

    /* Alta propiedad */
    #alta-propiedad fieldset {
        width: 100%;
        margin: 0;
    }
    #alta-propiedad #age-slider {
        margin-bottom: 25px;
    }
    #alta-propiedad .action-button {
        width: 100%;
    }

    .registrarse-form .form-control{
        margin-bottom: 10px;
    }
}

@media (min-width: 1024px) {
		.price-row {
			margin-bottom: -1em;
			position: relative;
			z-index: 2;
		}
		
		.price-box-box {
			top: -5em;
		}
		
		.carousel-ficha .web-img-fit {
			border-right: 10px solid white;
			border-left: 10px solid white;
		}
			
		.finder-slogan {
			margin-top: -5em;
			margin-bottom: 10em;
		}
}

@media (max-width: 1245px) {
.web-navbar .web-nav > li > a {
    padding: 6px 5px;
    font-size: 14px;
}
}