@media only screen and (max-width: 600px) {
    h4 {
        margin-bottom: 4px;
        margin-top: 4px;
    }
    
    li:has(.btn-search) {
        display: flex!important;
    }
    
    .btn-search {
        text-align: center;
    }
    
    .gallery label {
        display: none;
    }
    
    .p-info {
        margin-top: 1rem;
    }
    
    .btns {
        display: grid;
    }
    
    #menu-single {
        position: sticky;
        z-index: 9;
        top: 68px!important;
        /*max-width: 1366px;*/
    }
    
    #menu-single .container-80 {
        overflow: auto;
    }
    
    #menu-single .pt-2 {
        padding-top: 1rem;
    }
    
    #menu-single .pb-2 {
        padding-bottom: 1rem;
    }
    
    #gallery {
        margin-top: -5rem;
    }
    
    .full-mb {
        max-width: 100%;
    }
    
    ul.menu-single {
        display: -webkit-inline-box!important;
        margin-bottom: 0!important;
    }
    
    ul.menu-single li {
        width: max-content!important;
        display: flow-root!important;
    }
    
    ul.specs {
        grid-template-columns: 1fr!important;
    }
    
    ul.park {
        display: grid!important;
    }
    
    ul.park li {
        width: 100%!important;
    }
    
    .pt-10 {
        padding-top: 5rem;
    }
    
    .pt-5 {
        padding-top: 2rem;
    }
    
    .pb-5 {
        padding-bottom: 2rem;
    }
    
    .pb-10 {
        padding-bottom: 5rem;
    }
    
    .lh-70 {
        line-height: 40px;
    }
    
    .fs-66 {
        font-size: 38px;
    }
    
    .fs-46 {
        font-size: 35px;
    }
    
    .fs-38 {
        font-size: 22px;
    }
    
    .div-bg {
        background-image: none!important;
    }
    
    .m-top--5 {
        margin-top: 1rem;
    }
    
    ul.menu-type, ul.submenu-options {
        width: 100%!important;
    }
    
    #contact .form-container {
        padding: 1rem!important;
    }
    
    .menu-options {
        max-width: 100%;
    }
    
    ul.submenu-options {
        display: grid;
    }
    
    ul.submenu-options li {
        display: table-cell;
        padding: .5rem 0 .5rem 0;
        cursor: pointer;
    }
    
    .btn-primary, .btn-white {
        margin-bottom: .5rem;
        width: 100%!important;
    }
    
    #container-property {
        width: 100%!important;
    }
    
    #container-mapa {
        display: none;
    }
    
    .p-img {
        height: 10rem; 
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}