/*
Theme Name: hello-elementor-child
Theme URI: 
Version: 4.0
Description: Tema hijo de A theme
Author: bcortes
Author URI:
Template: hello-elementor
*/

/*----------------- Cambios a partir de aquí -------------------------------*/

/* Poner los links en verde*/
a {
    text-decoration: none !important;
	color: #8fbf00;
}

/* Asegurarse de que el subrayado no se muestre en hover, focus, active */
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
}

/* Asegurar que los botones no tengan subrayado en ningún estado */
a.elementor-button,
a.elementor-button:hover,
a.elementor-button:focus,
a.elementor-button:active {
    text-decoration: none !important;
}

/* Si está dentro de un carrusel */
.slick-slide a.elementor-button,
.slick-slide a.elementor-button:hover,
.slick-slide a.elementor-button:focus,
.slick-slide a.elementor-button:active {
    text-decoration: none !important;
}


