/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.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 */

.fuente-matter {
	font-family:Inter;
}

.boton-colaborar a.elementor-button:hover{
	border-radius:20px!important;
	-moz-transition: all 12s;
	-o-transition: all 12s;
	-webkit-transition: all 12s;
	transition: all 12s;
}

#boton-subir-arriba {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #92ACA0;
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 1000;
}

#boton-subir-arriba:hover {
    background: #92ACA0;
}

#boton-subir-arriba.mostrar {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
	padding: 10px 20px !important;	
}

.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right .trp-language-wrap, .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left .trp-language-wrap {
    padding: 9px 6px 6px 9px !important;
}