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

/* Tamaño icono del boton */

.boton-icono span.elementor-button-icon.elementor-align-icon-right {
    font-size: 50px;
}

.boton-icono span.elementor-button-text {
    align-content: center;
}

/* Desenfoque header */

.elementor-element.elementor-element-5f431a7.background-desenfocado.e-flex.e-con-boxed.e-con.e-child {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

/* Titulos en negrita */

span.negrita {
    font-weight: 800;
}

/* Tamaño icono desplegable */

.icono-desplegable .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right;
    margin-top: 6px;
}

/* Border radius desplegable */

.icono-desplegable .elementor-tab-title {
    border-radius: 10px;
}

.icono-desplegable .elementor-tab-content.elementor-clearfix.elementor-active {
    border-radius: 0px 0px 10px 10px;
    margin-top: -6px;
}

/* Tamaño campos formulario de contacto */

input#form-field-name, input#form-field-lastname, input#form-field-phone, input#form-field-email {
    height: 57px;
}

/* Estilo enlace politicas formulario */

.formulario a {
    color: white;
    text-decoration: underline;
}

.formulario a:hover {
    color: var( --e-global-color-accent );
    text-decoration: underline;
}

/* Ajuste ancla menu */

.elementor-menu-anchor::before {
    content: "";
    display: block;
    height: 100px;  /* Ajusta esta altura según la altura de tu menú */
    margin-top: -100px;  /* Esto asegura que el espaciador esté oculto */
}
