/*
 Theme Name:   Kadence Child
 Description:  Tema hijo para La Gran 7 
 Author:       Tu Nombre
 Template:     kadence
 Version:      1.0.0
 Text Domain:  kadence-child
*/
.desktop-only {
    display: block !important;
}

.mobile-only {
    display: none !important;
}

.rule-spacing {
    margin: 0rem !important;
    padding: 0rem !important;
 }

@media (max-width: 768px) {

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }
    .rule-spacing {
        margin: 0 !important;
        padding: 0 !important;
    }
}


