/*
Theme Name: sayonara
Author: sayonara
Description: Your description goes here
Version: 1
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/** cta menu solo movil**/
.solo-movil{display:none !important;}
@media (max-width:1024px){
html .solo-movil{display:inherit !important;background-color:var( --e-global-color-4cd80e8 );}	
html .solo-movil:hover{background-color:var( --e-global-color-4cd80e8 );}
html .solo-movil:focus{background-color:var( --e-global-color-4cd80e8 );}
html .solo-movil:active{background-color:var( --e-global-color-4cd80e8 );}
html .solo-movil a{display:inherit !important;background-color:var( --e-global-color-4cd80e8 );color:#fff !important;}
}
