@media screen and (max-aspect-ratio: 14 / 9) and (max-width: 767px) 
{

#inicio {
    margin-top: 90px;
}

.topbar p {
    margin: 0 10px 0 60px;
    line-height: 60px;
    font-size: 18px;
}

.topbar h1 {
    display: none;
}

.propiedad-item {
    width: 80%;
    flex: 1 0 80%;
    margin: 20px;
}

p, h3 {
    padding: 24px 36px 36px 36px;
}

hr {
    margin-left: 36px !important;
}

.propiedad-detail .info p {
    padding: 36px;
}

.propiedad-detail > h2 {
    font-size: 21px;
    padding: 16px 53px;
    display: none;
}

#vender {
    background-attachment: initial;
}

.isolated-bg {
    padding: 50px 20px;
}

.isolated-content p {
    padding: 24px;
}

.isolated-content hr {
    margin-left: 24px !important;
}

.isolated-content h3 {
    padding: 24px;
}

.contacto h2 {
    font-size: 40px;
}

.topbar .nav {
    white-space: initial;
    padding: 8px 0;
}

.nav a {
    display: inline-block;
    line-height: 20px;
    margin: 0 !important;
    padding: 10px;
    font-size: 14px;
}

.topbar {
    width: 90%;
    height: auto;
    background-size: cover;
}

.topbar.fulltop .nav {
    display: none;
}

.slidemenu_container.fulltop {
    display: block;
}

.topbar.follow {
    height: 90px;
    background-size: initial;
}

.topbar.follow .nav {
    display: none;
}

.topbar.follow .topbar-title, .topbar.fulltop .topbar-title {
    display: block;
}
.topbar.follow .topbar-title {
    white-space: nowrap;
}

.precio-info {
    flex-direction: column;
    padding-left: 36px;
    padding-right: 36px;
    align-items: flex-start;
}

.lead-text {
    padding: 8px 0 0 0 !important;
}

.buttons-holder {
    flex-direction: column;
}

.buttons-holder button {
    margin: 8px 36px;
}

}