/*
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)
*/

/** fix tablas ancho toda la web en responsive **/
@media (max-width:1024px){
.textos-legales table {display: block;overflow-x: auto;white-space: nowrap;}
.textos-legales table tbody {display: table;width: 100%;}	
}

/**boton destacado menu movil - reservar plaza**/
.solo-movil{display:none !important;}
@media (max-width:1024px){
html .solo-movil.reserva-plaza{display:inherit !important;background-color: var(--e-global-color-secondary);}
html .solo-movil.reserva-plaza a{font-weight: var(--e-global-typography-77a9ae7-font-weight) !important;color: var(--e-global-color-8334efe) !important;}
}
