/**
 * Theme Name:     Hello Elementor Child
 * Author:         FRAMECORE
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Child theme con modificaciones hechas por FRAMECORE
 */

/* Ocultar insignia de reCAPTCHA v3 */
.grecaptcha-badge {
    visibility: hidden !important;
}

/* Colores de la tabla */
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: rgba(128, 128, 128, 0.02) !important;
}

/* Borde redondeado en el boton del megamenu de las categorias del Header */
.jet-mega-menu-item__inner{
	border-radius: 6px !important;
}

/* Quitar icono de dropdown del boton del megamenu de las categorias del Header */
.jet-mega-menu-item__dropdown {
	display: none !important;
}