/*Nobila Casa*/



/*Media queries*/  
@media screen and (max-width: 1065px) {
    /*#ast-mobile-header {*/
    /*    display:none !important;*/
    /*}*/
    
    /*.ast-sticky-shrunk #ast-mobile-header {*/
    /*    display:block !important;*/
    /*}*/
    
    
}

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 544px) {
    
}

@media screen and (min-width: 545px) {
    
}

@media screen and (min-width: 769px) {
    
}

@media screen and (min-width: 922px) {
    
}

@media screen and (min-width: 1066px) {
    
}


