/**
Theme Name: DHI Child Theme
Author: Mi Pymera Web
Author URI: https://mipymeraweb.com/
Description: A child theme for DHI.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dhi-child-theme
Template: astra
*/
/* Custom Scroll Bar */

::-webkit-scrollbar {
    width: 10px;
    background: var(--ast-global-color-2);
}
::-webkit-scrollbar-track {
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var(--ast-global-color-0);
}

/* Buttons */
.elementor-button-icon {
	font-size: 9px;
} 

.icon-for-button .elementor-button-content-wrapper {
    transition: all .3s ease-in-out;
}

.icon-for-button:hover .elementor-button-content-wrapper {
    gap: 20px !important;
}


/*Header*/
.header-dhi {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

/*P implante capilar*/
.call-lp div.elementor-cta__description {
    opacity: 0;            /* Oculto por defecto */
    visibility: hidden;    /* Evita que ocupe espacio cuando está oculto */
    transition: opacity 0.4s ease, visibility 0.4s ease;
}


.contadores .call-lp:hover div.elementor-cta__description {
    opacity: 1;            /* Aparece */
    visibility: visible;   /* Ahora es visible */
}

/*Contadores inicio*/
.elementor-counter .elementor-counter-title{
	    text-align: center;
}

/*Iconos submenús*/
.elementor-page .ast-menu-toggle{
    color: var(--ast-global-color-1) !important;
}