/* 
Theme Name: Autobuses Mundina - v2025
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child for Autobuses Mundina - v2025
Author: NextLevel
Author URI: https://www.nextlevel.es
Template: hello-elementor
Version: 2025.1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ...::estilos boton subir::... */ 
	#boton-subir {
        position: fixed;
        right: 20px;
    		bottom: 2%;
        z-index: 99999;
        opacity: 0;
        transform: translateY(-100vh);
        transition: none;
	      visibility: hidden;
    }
    #boton-subir.mostrar {
        opacity: 1!important;
        visibility: visible;
        transform: translateY(0);
        transition: all 2s ease-in;
    }
    #boton-subir:hover .elementor-button-text {
        color: inherit;
    }

.elementor-field-type-recaptcha_v3{
	visibility:hidden;
}