/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.btn-custom-dark .elementor-button-icon {
    font-size: 16px;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: var( --e-global-color-primary );
    padding: 11px;
    border-radius: 100px 100px 100px 100px;
	background: var( --e-global-color-e57c989 );
	color:  var( --e-global-color-primary );
	overflow: hidden;
}
.btn-custom-light .elementor-button-icon {
    font-size: 16px;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: var( --e-global-color-e57c989 );
    padding: 11px;
    border-radius: 100px 100px 100px 100px;
	background: var( --e-global-color-primary );
	color: var( --e-global-color-e57c989 );
	overflow: hidden;
}
.btn-custom-dark .elementor-button:hover .elementor-button-icon *, .btn-custom-light .elementor-button:hover .elementor-button-icon *{
	transform: scale(1);
    animation: Button_bob__3_pUe 1s cubic-bezier(.785, .135, .15, .86);
}
@keyframes Button_bob__3_pUe {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(200%)
    }

    51% {
        transform: translateX(-200%)
    }

    to {
        transform: translateX(0)
    }
}
/*.nav-custom .lakit-nav__item.current-menu-item>.menu-item-link .lakit-nav-link-inner:after{
	content:" ";
	background-image: url(https://diseno-tecnoweb.net/fcl/wp-content/uploads/2026/06/arrow-logo.png);
	border: none;
	height: 14px;
    width: 30px !important;
    background-size: contain;
    background-repeat: no-repeat;
    right: -6px;
    transform: none;
    top: 65%;
    left: inherit;
	position: absolute;
}*/