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

.grecaptcha-badge {
	display:none !important;
}

.btn_underline .elementor-button {
	padding:0 ;
	background-color: transparent;
	color:var(--e-global-color-secondary);
	font-weight: 600;
	padding-bottom: 2px;
	position: relative;
	display: inline-block;
	transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn_underline .elementor-button:after {
	content: " ";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, var(--e-global-color-c4f67b7) 0%, var(--e-global-color-accent) 100%);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .25s ease-out;
}

.btn_underline .elementor-button:hover {
	text-decoration: none;
    background: -webkit-linear-gradient(0deg, var(--e-global-color-c4f67b7) 9.6%, var(--e-global-color-accent) 93.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

.btn_underline .elementor-button:hover:after {
	transform: scaleX(1);
    transform-origin: left center;
}




/* serveis grid */
.serveis_grid .btn_underline {
	margin-top:auto;
}