");
addCSS($('#h5p-iframe-1'));
	
	function addCSS(e){
		e.contents().find("head").append(styleGMSMaps);
		e.contents().find("head").append(scriptGMSMaps);
	}
});
");
addCSS($('#h5p-iframe-2'));
	
	function addCSS(e){
		e.contents().find("head").append(styleGMSMaps);
		e.contents().find("head").append(scriptGMSMaps);
	}
});
");
	var scriptGMSMaps = $("");
	
addCSS($('#h5p-iframe-3'));
	
	function addCSS(e){
		e.contents().find("head").append(styleGMSMaps);
		e.contents().find("head").append(scriptGMSMaps);
		
	}
});
function translate_any_text_wp( $translated_text ) {
    if ( 'In : '  === $translated_text ) {
        $translated_text = 'Categoría: ';
    }
    return $translated_text;
}
add_filter( 'gettext', 'translate_any_text_wp', 20 );